:root {
  --flyspot: #e61658;
  --333: #333;
  --card: #0000;
  --white: #f0f0f0;
  --grey: #4b4b4b;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

.main-wrapper {
  background-image: linear-gradient(#ffffffd9, #ffffffd9), url('../images/background.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-left: 10px;
  padding-right: 10px;
}

.hero {
  padding-top: 3rem;
  padding-bottom: 4rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.padding-global {
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.caontainer-large {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header-component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.header-heading-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading {
  background-image: radial-gradient(circle farthest-corner at 0% 50%, var(--flyspot), var(--333));
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 3.9rem;
  line-height: 1;
}

.heading._2 {
  background-image: radial-gradient(circle farthest-corner at 0% 50%, var(--333), var(--flyspot));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-right: 0;
  padding-top: 0;
  font-size: 3.9rem;
}

.image {
  max-width: 100%;
  height: 100%;
}

.body {
  background-color: var(--333);
  font-family: Lato, sans-serif;
  font-size: 1.3rem;
  line-height: 2rem;
}

.header-bottom-content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header-left-content {
  justify-content: center;
  align-items: center;
  max-width: 31rem;
  display: flex;
}

.paragraph {
  text-align: center;
  margin-bottom: 0;
  font-size: 1.3rem;
  line-height: 2rem;
}

.background-video {
  background-image: none;
  border: 1px solid #000;
  border-radius: 10px;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.video {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 55rem;
  height: 450px;
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
}

.impact-item-content {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  justify-content: center;
  max-width: 53.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.impact-number-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.impact-namber {
  font-family: Oswald, sans-serif;
  font-size: 3.25rem;
  line-height: 3.5rem;
  position: absolute;
  top: 62px;
}

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

.impact-number-image {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--flyspot), #fff0 68%);
  filter: drop-shadow(0 2px 5px #000000b3);
  position: relative;
}

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

.cta {
  text-align: center;
  margin: 100px auto 60px;
}

.select-country {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 55rem;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.service-item {
  background-color: var(--card);
  background-image: linear-gradient(#0003, #0003);
  border: 1px solid #bcbfb4;
  border-radius: 10px;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding: 1.5625rem 1rem 1.5625rem 1.875rem;
  display: flex;
}

.services-left-content {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-right: auto;
  display: flex;
}

.image-2 {
  border: 1px solid #000;
  border-radius: 3px;
  position: relative;
  top: 2px;
}

.image-2.asia {
  border-style: none;
}

.heading-2 {
  color: var(--333);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 1.3rem;
}

.services-right-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.services-arrow {
  width: 25%;
}

.service-image-wrapper {
  width: 65%;
}

.social-media {
  border-radius: 10px;
  width: 100%;
}

.bold-text {
  color: #fff;
  cursor: default;
}

.bold-text-2 {
  font-size: 1.3rem;
}

.link-lp {
  text-decoration: none;
  -webkit-text-decoration-color: var(--333);
  text-decoration-color: var(--333);
  width: 65%;
}

.bold-text-3 {
  color: var(--333);
  font-size: 1rem;
}

.button {
  text-align: center;
  text-transform: uppercase;
  background-color: #333;
  border-radius: 20px;
  width: 20rem;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  transition: all .4s;
}

.button:hover {
  background-color: var(--flyspot);
}

.section-country {
  margin-top: 220px;
  position: relative;
}

.headings {
  text-align: center;
  width: 800px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 2.3rem;
}

.img {
  opacity: .5;
  position: absolute;
  inset: 10% 5% auto auto;
}

.img._2 {
  inset: 35% auto auto 3%;
}

.img._3 {
  top: 65%;
}

.img._4 {
  inset: auto auto 10% 0%;
}

.promo {
  margin-top: 40px;
}

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

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

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

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

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

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

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

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

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

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

.background-video-2 {
  border-radius: 20px;
}

.image-22 {
  border: 1px solid #000;
}

.container-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  display: block;
}

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

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

.bold-text-10 {
  color: var(--white);
  text-transform: uppercase;
}

.bold-text-10.town {
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-size: 24px;
}

.bold-text-10.gr {
  text-transform: lowercase;
}

.wbs-feature-split-3-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 450px;
  margin-left: 0;
  padding-top: 20px;
  font-family: Lato, sans-serif;
  display: grid;
}

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

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

.image-21 {
  text-align: left;
  vertical-align: middle;
  max-width: 100%;
}

.team-member-name-two {
  text-align: center;
  margin-bottom: 12px;
  font-family: Oswald, sans-serif;
  font-weight: 600;
}

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

.wbs-feature-4-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  box-shadow: none;
  -webkit-text-fill-color: inherit;
  background-color: #f7f7f7;
  background-clip: border-box;
  border-radius: 10px;
  padding: 30px 30px 20px;
  display: flex;
}

.wbs-feature-list-items {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.margin-bottom-24px {
  clear: none;
  aspect-ratio: auto;
  text-align: left;
  mix-blend-mode: normal;
  object-fit: fill;
  margin-bottom: 24px;
  font-family: Lato, sans-serif;
  line-height: 25px;
  position: static;
}

.margin-bottom-24px.celebrate {
  font-size: 30px;
  font-weight: 900;
  line-height: 46px;
}

.kontener-discover-all-inclusive {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.text-span-3 {
  text-decoration: line-through;
}

.wbs-accordion-3-heading {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.wbs-according-component {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.wbs-accordion-3-icon-minus {
  background-color: #101010;
  width: 20px;
  height: 2px;
  position: absolute;
  inset: auto 0%;
  transform: rotate(90deg);
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.popup-container {
  background-color: #e9e9e9;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 20px;
  margin-right: 20px;
  padding: 38px;
  display: flex;
  position: relative;
}

.slide-nav-2 {
  padding-bottom: 40px;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 942px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
}

.navbar-no-shadow-container.mobile {
  display: none;
}

.margin-bottom-24px-2 {
  direction: ltr;
  text-transform: none;
  margin-bottom: 24px;
  padding-top: 10px;
  font-family: Lato, sans-serif;
  line-height: 25px;
}

.heading-3 {
  opacity: 1;
  text-align: left;
  text-transform: uppercase;
  overflow-wrap: normal;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: normal;
  background-color: #e61658;
  background-image: linear-gradient(90deg, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
  flex: 0 auto;
  order: 0;
  align-self: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  display: block;
  position: relative;
  top: 0;
}

.heading-3.pop {
  align-self: center;
  font-size: 20px;
}

.choose {
  margin-top: 40px;
}

.choose.package {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 220px;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.choose.package._2 {
  width: 300px;
}

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

.hero-split.time {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  max-width: none;
}

.image-7 {
  border-radius: 20px;
  margin-top: 40px;
}

.paragraph-2 {
  font-family: Lato, sans-serif;
  line-height: 25px;
}

.wbs-accordion-3-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  font-family: Lato, sans-serif;
  display: flex;
}

.wbs-accordion-3-icon-plus {
  background-color: #101010;
  width: 20px;
  height: 2px;
}

.footer-copyright-2 {
  color: #3a4554;
}

.galeria-zdj {
  border-bottom: 1px solid #fff;
  border-radius: 0;
  margin-bottom: 0;
  padding: 40px 30px;
  position: relative;
}

.galeria-zdj.galery {
  display: none;
}

.text-block-3.heading-7 {
  color: #e61658;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  display: block;
  position: static;
  left: auto;
}

.wbs-accordion-3-item {
  pointer-events: auto;
  border-bottom: 2px solid #010b151a;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 0;
  text-decoration: none;
}

.hero-stack-2 {
  -webkit-text-fill-color: inherit;
  background-color: #f1ebfa;
  background-clip: border-box;
  border-bottom: 1px #000;
  border-radius: 0;
  margin-bottom: auto;
  padding: 100px 0;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-4 {
  text-transform: none;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.close-popup {
  display: block;
  position: absolute;
  inset: 0%;
}

.image-18 {
  width: 22px;
  padding-left: 5px;
}

.wbs-faq {
  background-color: #f1ebfa;
  padding: 40px 5%;
  font-family: Lato, sans-serif;
}

.text-block-5 {
  color: #7f7f7f;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.wbs-accordion-3-description {
  margin-bottom: 20px;
  line-height: 25px;
}

.hero-split-2 {
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  max-width: 46%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

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

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

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

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

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

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

.shadow-two-2.mobile {
  text-align: left;
  -webkit-text-fill-color: inherit;
  vertical-align: baseline;
  background-color: #fcfcfc;
  background-clip: border-box;
  border-radius: 20px;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 200px;
  max-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.wbs-accordion-3-content {
  padding-top: 10px;
  overflow: hidden;
}

.links {
  color: #e61658;
  position: relative;
  top: 0;
  bottom: 0;
}

.links:hover {
  color: #e61658;
  font-weight: 900;
}

.links:focus-visible, .links[data-wf-focus-visible] {
  pointer-events: auto;
}

.links:visited {
  color: #e61658;
}

.image-23 {
  text-align: left;
  vertical-align: middle;
  max-width: 100%;
}

.wbs-feature-icon {
  flex: none;
  width: 30px;
  max-width: 100%;
  height: 30px;
}

.button-package {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  display: flex;
}

.slide-14 {
  background-image: url('../images/MatiMassimo_PRO_March_KATO_2023-6849-1.jpg');
  background-position: 50% 100%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 20px;
}

.team-member-text {
  text-align: center;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
}

.button-primary-6 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-6:hover {
  color: #fff;
  background-color: #e61658;
}

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

.button-primary-6.top {
  text-align: center;
  width: 150px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.button-primary-6.top:hover {
  aspect-ratio: auto;
  object-fit: fill;
}

.slide-7 {
  background-color: #fff;
  background-image: url('../images/RafaMAX_SOCIAL-MEDIA-RES_WorldCup_KATO_2022-3387-1024x619.jpg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  border-style: none;
  border-width: 1px;
  border-radius: 20px;
}

.slider-arrow-embed-2 {
  color: #1a1b1f;
}

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

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

.wbs-container {
  width: 100%;
  max-width: 1300px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  left: 65px;
  right: 65px;
}

.why-is-worht-it {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(#969696bf, #969696bf), url('../images/bg-1-1200x630.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 0;
  margin-bottom: 0;
  padding: 60px 0 20px;
}

.text-block-7 {
  color: #e61658;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  display: flex;
}

.locationlink {
  color: #333;
  font-family: Oswald, sans-serif;
}

.locationlink:hover, .locationlink:active {
  color: #e61658;
}

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

.wbs-accordion-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  flex-direction: column;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: block;
  position: static;
  left: auto;
}

.link-block {
  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;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: -12px;
  left: 20px;
}

.bold-text-5 {
  -webkit-text-fill-color: transparent;
  background-color: #cf2323;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 16px;
}

.localization {
  border-radius: 0;
  margin-top: 40px;
}

.slide-15 {
  background-image: url('../images/DEEM_Maja_Lipiec_2020-4937-1024x683.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
}

.become-part {
  padding: 0;
}

._7-dni-w-tygodniu {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.wbs-feature-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.wbs-feature-title {
  color: #010b15;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2em;
}

.popup-3 {
  z-index: 10;
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bold-text-12 {
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Oswald, sans-serif;
  font-weight: 700;
}

.bold-text-12.syliwa {
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 0%, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
}

.gallery-slide-image-2 {
  text-align: center;
  position: relative;
}

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

.item-list {
  grid-column-gap: 10px;
  display: flex;
}

.item-list.price {
  background-color: #14141421;
  border-radius: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.item-list.card {
  border-bottom: 1px solid var(--333);
  justify-content: flex-start;
  align-items: center;
  height: 70px;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 5px 0;
}

.item-list.card._2 {
  padding-left: 5px;
  padding-right: 5px;
}

.item-list.card.red {
  border-bottom-style: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 5px;
  padding-right: 5px;
}

.item-list.card.last {
  border-bottom-style: none;
  padding: 5px;
}

.item-list.card.last.exc {
  padding-left: 0;
  padding-right: 0;
}

.item-list.card.buy {
  border-bottom-style: none;
  justify-content: center;
  align-items: center;
}

.item-list.card.exc {
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
}

.gallery-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  align-self: flex-start;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
  overflow: visible;
}

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

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

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

.hero-heading.text1 {
  background-color: #fff;
  border: 1px #000;
  margin-top: 15px;
  margin-bottom: auto;
  padding: 35px 40px;
}

.hero-heading.text1.list {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 35px;
  padding-bottom: 60px;
}

.footer-title {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.wbs-heading-h4 {
  color: #333;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-color: #e61658;
  background-image: linear-gradient(90deg, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
  border-bottom: 1px solid #000;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 10px;
  padding-left: 0;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3em;
}

.wbs-heading-h4.card {
  -webkit-text-fill-color: inherit;
  background-color: #e6165800;
  background-image: none;
  background-clip: border-box;
  border-bottom-style: none;
  padding-bottom: 0;
  font-size: 24px;
}

.wbs-heading-h4.exc, .wbs-heading-h4.title {
  border-bottom-style: none;
}

.wbs-heading-h4.title.ca {
  font-size: 28px;
}

.wbs-container-3, .wbs-container-2 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-slider-right-2 {
  justify-content: center;
  align-items: center;
  width: 40px;
  padding-bottom: 100px;
  display: flex;
  right: -50px;
}

.gallery-slider-right-2:focus-visible, .gallery-slider-right-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.close-icon {
  position: absolute;
  inset: 5% 3% auto auto;
}

.heading-4 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 20px;
  margin-bottom: 25px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  position: relative;
  top: auto;
  bottom: 15px;
}

.faq-heading {
  direction: ltr;
  color: #010b15;
  text-align: left;
  text-transform: none;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

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

.wbs-accordion-3-tagline {
  color: #010b15;
  text-align: center;
  background-color: #e0d2ec;
  border-radius: 10px;
  justify-content: center;
  padding: 10px 30px;
  font-size: 15px;
}

.button-primary-3 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #e61658;
}

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

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

.slide-17 {
  background-image: url('../images/Martin-Kristensen_WAWA_May_2022-1266.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
}

.du-a-galeria {
  margin-bottom: auto;
  padding-top: 100px;
  padding-bottom: 60px;
}

.gallery-slide-2 {
  background-color: #0000;
  height: auto;
}

.slide-5 {
  text-align: center;
  object-fit: fill;
  background-image: url('../images/MAX-Martin_PRO_April_Kato_2023_social-media-1944-1024x683.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.image-20 {
  display: none;
}

.gallery-slider-left-2 {
  justify-content: center;
  align-items: center;
  width: 40px;
  padding-bottom: 100px;
  display: flex;
  left: -50px;
}

.gallery-slider-left-2:focus-visible, .gallery-slider-left-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.hero-wrapper {
  box-sizing: border-box;
  object-fit: fill;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
  overflow: visible;
}

.hero-wrapper.grid {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon-4 {
  position: relative;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.bold-text-6 {
  -webkit-text-fill-color: transparent;
  background-color: #cf2323;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 16px;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #e61658;
}

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

.button-primary-5.top {
  text-align: center;
  width: 150px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.button-primary-5.top:hover {
  aspect-ratio: auto;
  object-fit: fill;
}

.regular-text {
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 25px;
}

.grid-3 {
  grid-column-gap: 8px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .25fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  place-items: center;
  width: 942px;
  margin-left: 0;
  margin-right: 0;
  display: grid;
  position: relative;
  left: 0;
  right: 0;
}

.gallery-image-2 {
  text-align: center;
  border-radius: 20px;
  width: 100%;
  height: 280px;
}

.gallery-slide-nav-2 {
  display: none;
}

.dropdown-toggle-2 {
  width: 90px;
}

.contact {
  border-bottom: 1px solid #fff;
  padding: 80px 30px 40px;
  position: relative;
}

.heading-11 {
  display: block;
}

.bold-text-8 {
  -webkit-text-fill-color: transparent;
  background-color: #cf2323;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 16px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  line-height: 10px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #e61658;
  font-family: Lato, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.image-14 {
  display: none;
}

.navbar-no-shadow {
  z-index: 9999;
  aspect-ratio: auto;
  background-color: #fff;
  position: sticky;
  top: 0;
  bottom: 0;
}

.text-block-8 {
  font-size: 14px;
}

.bold-text-7 {
  -webkit-text-fill-color: transparent;
  background-color: #cf2323;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 16px;
}

.slide-16 {
  opacity: 1;
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: url('../images/RafaMAX_SOCIAL-MEDIA-RES_WorldCup_KATO_2022-2559-1024x683.jpg');
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  border: 1px #fff;
  border-radius: 20px;
}

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

.text-block-9.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-9.heading-2.mobile {
  display: none;
}

.text-block-9.price {
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.2;
}

.text-block-9.day {
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.gallery-slide-wrapper-2 {
  max-width: 47%;
  margin-right: 6%;
}

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

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

.image-24 {
  text-align: left;
  vertical-align: middle;
  max-width: 100%;
}

.margin-bottom-24px-3 {
  clear: none;
  aspect-ratio: auto;
  text-align: left;
  mix-blend-mode: normal;
  object-fit: fill;
  margin-bottom: 24px;
  font-family: Lato, sans-serif;
  line-height: 25px;
  position: static;
}

.image-25 {
  border-radius: 20px;
  margin-top: 40px;
}

.footer-copyright-3 {
  color: #3a4554;
}

.text-block-10.heading-7 {
  color: #e61658;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  display: block;
  position: static;
  left: auto;
}

.text-block-11 {
  text-transform: none;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.hero-split-3 {
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  max-width: 46%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

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

.slide-19 {
  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;
}

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

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

.shadow-two-3.mobile {
  text-align: left;
  -webkit-text-fill-color: inherit;
  vertical-align: baseline;
  background-color: #fcfcfc;
  background-clip: border-box;
  border-radius: 20px;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 200px;
  max-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.image-28 {
  text-align: left;
  vertical-align: middle;
  max-width: 100%;
}

.button-primary-7 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-7:hover {
  color: #fff;
  background-color: #e61658;
}

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

.button-primary-7.top {
  text-align: center;
  width: 150px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.button-primary-7.top:hover {
  aspect-ratio: auto;
  object-fit: fill;
}

.slide-20 {
  background-color: #fff;
  background-image: url('../images/RafaMAX_SOCIAL-MEDIA-RES_WorldCup_KATO_2022-3387-1024x619.jpg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  border-style: none;
  border-width: 1px;
  border-radius: 20px;
}

.wbs-container-4 {
  width: 100%;
  max-width: 1300px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  left: 65px;
  right: 65px;
}

.slide-21 {
  background-image: url('../images/DEEM_Maja_Lipiec_2020-4937-1024x683.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
}

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

.bold-text-16 {
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Oswald, sans-serif;
  font-weight: 700;
}

.bold-text-16.syliwa {
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 0%, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
}

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

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

.heading-14 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 20px;
  margin-bottom: 25px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  position: relative;
  top: auto;
  bottom: 15px;
}

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

.button-primary-8 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-8:hover {
  color: #fff;
  background-color: #e61658;
}

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

.slide-22 {
  text-align: center;
  object-fit: fill;
  background-image: url('../images/MAX-Martin_PRO_April_Kato_2023_social-media-1944-1024x683.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.image-29 {
  display: none;
}

.button-primary-9 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-9:hover {
  color: #fff;
  background-color: #e61658;
}

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

.button-primary-9.top {
  text-align: center;
  width: 150px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.button-primary-9.top:hover {
  aspect-ratio: auto;
  object-fit: fill;
}

.heading-15 {
  display: block;
}

.text-block-13 {
  font-size: 14px;
}

.slide-23 {
  opacity: 1;
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: url('../images/RafaMAX_SOCIAL-MEDIA-RES_WorldCup_KATO_2022-2559-1024x683.jpg');
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  border: 1px #fff;
  border-radius: 20px;
}

.text-block-14.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-14.heading-2.mobile {
  display: none;
}

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

.footer-copyright-4 {
  color: #3a4554;
}

.button-primary-10 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-10:hover {
  color: #fff;
  background-color: #e61658;
}

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

.button-primary-10.top {
  text-align: center;
  width: 150px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.button-primary-10.top:hover {
  aspect-ratio: auto;
  object-fit: fill;
}

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

.faq {
  background-color: #f1ebfa;
  padding: 40px 5%;
  font-family: Lato, sans-serif;
}

.text-block-15.heading-2 {
  color: #e61658;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  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-15.heading-2.mobile {
  display: none;
}

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

.margin-bottom-24px-4 {
  clear: none;
  aspect-ratio: auto;
  text-align: left;
  mix-blend-mode: normal;
  object-fit: fill;
  margin-bottom: 24px;
  font-family: Lato, sans-serif;
  line-height: 25px;
  position: static;
}

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

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

.youtube {
  z-index: 1;
  border-radius: 20px;
  width: 100%;
  left: 1px;
  overflow: auto;
}

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

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

.popup-container-3 {
  background-color: #e9e9e9;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 20px;
  margin-right: 20px;
  padding: 38px;
  display: flex;
  position: relative;
}

.slide-24 {
  opacity: 1;
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: url('../images/RafaMAX_SOCIAL-MEDIA-RES_WorldCup_KATO_2022-2559-1024x683.jpg');
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  border: 1px #fff;
  border-radius: 20px;
}

.heading-18 {
  opacity: 1;
  text-align: left;
  text-transform: uppercase;
  overflow-wrap: normal;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: normal;
  background-color: #e61658;
  background-image: linear-gradient(90deg, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
  flex: 0 auto;
  order: 0;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  display: block;
  position: relative;
  top: 0;
}

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

.yt-border {
  z-index: 2;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

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

.shadow-two-4.mobile {
  text-align: left;
  -webkit-text-fill-color: inherit;
  vertical-align: baseline;
  background-color: #fcfcfc;
  background-clip: border-box;
  border-radius: 20px;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 200px;
  max-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.slide-25 {
  background-image: url('../images/DEEM_Maja_Lipiec_2020-4937-1024x683.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
}

.image-30 {
  border-radius: 20px;
  margin-top: 40px;
}

.why-is-it-worht-it {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(#969696bf, #969696bf), url('../images/bg-1-1200x630.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 0;
  margin-bottom: 0;
  padding: 60px 0 20px;
}

.popup-4 {
  z-index: 10;
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  top: auto;
  left: 0%;
  right: 0%;
}

.image-31 {
  text-align: left;
  vertical-align: middle;
  max-width: 100%;
}

.heading-19 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 20px;
  margin-bottom: 25px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  position: relative;
  top: auto;
  bottom: 15px;
}

.faq-heading-2 {
  direction: ltr;
  color: #010b15;
  text-align: left;
  text-transform: none;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.shadow-two-5 {
  border-radius: 20px;
  height: 250px;
}

.wbs-container-7 {
  width: 100%;
  max-width: 1300px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  left: 65px;
  right: 65px;
}

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

.slide-26 {
  background-image: url('../images/MatiMassimo_PRO_March_KATO_2023-6849-1.jpg');
  background-position: 50% 100%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 20px;
}

.slide-11 {
  background-image: url('../images/MatiMassimo_PRO_March_KATO_2023-6849-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.button-primary-11 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-11:hover {
  color: #fff;
  background-color: #e61658;
}

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

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

.image-33 {
  display: none;
}

.slide-27 {
  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;
}

.bold-text-22 {
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Oswald, sans-serif;
  font-weight: 700;
}

.bold-text-22.syliwa {
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 0%, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-block-17 {
  font-size: 14px;
}

.hero-split-5 {
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  max-width: 46%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

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

.image-34 {
  text-align: left;
  vertical-align: middle;
  max-width: 100%;
}

.text-block-18 {
  text-transform: none;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.hero-wrapper-5 {
  box-sizing: border-box;
  object-fit: fill;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: static;
  overflow: visible;
}

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

.image-35 {
  border: 1px solid #000;
}

.heading-7 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 20px;
  margin-bottom: 25px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  position: relative;
  top: auto;
  bottom: 15px;
}

.heading-20 {
  display: block;
}

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

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

.gallery-wrapper-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.text-block-19 {
  color: #7f7f7f;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.slide-28 {
  background-color: #fff;
  background-image: url('../images/RafaMAX_SOCIAL-MEDIA-RES_WorldCup_KATO_2022-3387-1024x619.jpg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  border-style: none;
  border-width: 1px;
  border-radius: 20px;
}

.slide-29 {
  background-image: url('../images/MatiMassimo_PRO_March_KATO_2023-6849-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.button-primary-12 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-12:hover {
  color: #fff;
  background-color: #e61658;
}

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

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

.footer-copyright-5 {
  color: #3a4554;
}

.button-primary-13 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-13:hover {
  color: #fff;
  background-color: #e61658;
}

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

.button-primary-13.top {
  text-align: center;
  width: 150px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.button-primary-13.top:hover {
  aspect-ratio: auto;
  object-fit: fill;
}

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

.text-block-20.heading-2 {
  color: #e61658;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  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-20.heading-2.mobile {
  display: none;
}

.margin-bottom-24px-5 {
  clear: none;
  aspect-ratio: auto;
  text-align: left;
  mix-blend-mode: normal;
  object-fit: fill;
  margin-bottom: 24px;
  font-family: Lato, sans-serif;
  line-height: 25px;
  position: static;
}

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

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

.slide-30 {
  text-align: center;
  object-fit: fill;
  background-image: url('../images/MAX-Martin_PRO_April_Kato_2023_social-media-1944-1024x683.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.image-37 {
  display: none;
}

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

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

.popup-container-4 {
  background-color: #e9e9e9;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 20px;
  margin-right: 20px;
  padding: 38px;
  display: flex;
  position: relative;
}

.slide-32 {
  opacity: 1;
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: url('../images/RafaMAX_SOCIAL-MEDIA-RES_WorldCup_KATO_2022-2559-1024x683.jpg');
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  border: 1px #fff;
  border-radius: 20px;
}

.heading-23 {
  opacity: 1;
  text-align: left;
  text-transform: uppercase;
  overflow-wrap: normal;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: normal;
  background-color: #e61658;
  background-image: linear-gradient(90deg, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
  flex: 0 auto;
  order: 0;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  display: block;
  position: relative;
  top: 0;
}

.slide-33 {
  background-image: url('../images/DEEM_Maja_Lipiec_2020-4937-1024x683.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
}

.image-38 {
  border-radius: 20px;
  margin-top: 40px;
}

.image-39 {
  text-align: left;
  vertical-align: middle;
  max-width: 100%;
}

.heading-24 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 20px;
  margin-bottom: 25px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  position: relative;
  top: auto;
  bottom: 15px;
}

.faq-heading-3 {
  direction: ltr;
  color: #010b15;
  text-align: left;
  text-transform: none;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.shadow-two-6 {
  border-radius: 20px;
  height: 250px;
}

.wbs-container-9 {
  width: 100%;
  max-width: 1300px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  left: 65px;
  right: 65px;
}

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

.slide-34 {
  background-image: url('../images/MatiMassimo_PRO_March_KATO_2023-6849-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.button-primary-14 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-14:hover {
  color: #fff;
  background-color: #e61658;
}

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

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

.image-41 {
  display: none;
}

.slide-35 {
  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;
}

.bold-text-27 {
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Oswald, sans-serif;
  font-weight: 700;
}

.bold-text-27.syliwa {
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 0%, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-block-22 {
  font-size: 14px;
}

.hero-split-7 {
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  max-width: 46%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.image-42 {
  text-align: left;
  vertical-align: middle;
  max-width: 100%;
}

.text-block-23 {
  text-transform: none;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.heading-25 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 20px;
  margin-bottom: 25px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  position: relative;
  top: auto;
  bottom: 15px;
}

.container-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  display: block;
}

.heading-26 {
  display: block;
}

.slide-36 {
  background-image: url('../images/MatiMassimo_PRO_March_KATO_2023-6849-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-19 {
  border: 1px solid #000;
}

.gallery-wrapper-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.text-block-24 {
  color: #7f7f7f;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.slide-37 {
  background-color: #fff;
  background-image: url('../images/RafaMAX_SOCIAL-MEDIA-RES_WorldCup_KATO_2022-3387-1024x619.jpg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  border-style: none;
  border-width: 1px;
  border-radius: 20px;
}

.button-primary-15 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-15:hover {
  color: #fff;
  background-color: #e61658;
}

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

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

.footer-copyright-6 {
  color: #3a4554;
}

.slide-38 {
  background-image: url('../images/MatiMassimo_PRO_March_KATO_2023-6849-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.button-primary-16 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-16:hover {
  color: #fff;
  background-color: #e61658;
}

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

.button-primary-16.top {
  text-align: center;
  width: 150px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.button-primary-16.top:hover {
  aspect-ratio: auto;
  object-fit: fill;
}

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

.text-block-25.heading-2 {
  color: #e61658;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  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-25.heading-2.mobile {
  display: none;
}

.margin-bottom-24px-6 {
  clear: none;
  aspect-ratio: auto;
  text-align: left;
  mix-blend-mode: normal;
  object-fit: fill;
  margin-bottom: 24px;
  font-family: Lato, sans-serif;
  line-height: 25px;
  position: static;
}

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

.image-44 {
  display: none;
}

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

.heading-29 {
  opacity: 1;
  text-align: left;
  text-transform: uppercase;
  overflow-wrap: normal;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: normal;
  background-color: #e61658;
  background-image: linear-gradient(90deg, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
  flex: 0 auto;
  order: 0;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  display: block;
  position: relative;
  top: 0;
}

.slide-39 {
  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;
}

.image-45 {
  border-radius: 20px;
  margin-top: 40px;
}

.slide-40 {
  text-align: center;
  object-fit: fill;
  background-image: url('../images/MAX-Martin_PRO_April_Kato_2023_social-media-1944-1024x683.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.button-primary-17 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 20px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-17:hover {
  color: #fff;
  background-color: #e61658;
}

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

.image-46 {
  text-align: left;
  vertical-align: middle;
  max-width: 100%;
}

.heading-30 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 20px;
  margin-bottom: 25px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  position: relative;
  top: auto;
  bottom: 15px;
}

.faq-heading-4 {
  direction: ltr;
  color: #010b15;
  text-align: left;
  text-transform: none;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.slide-41 {
  background-color: #fff;
  background-image: url('../images/RafaMAX_SOCIAL-MEDIA-RES_WorldCup_KATO_2022-3387-1024x619.jpg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  border-style: none;
  border-width: 1px;
  border-radius: 20px;
}

.shadow-two-7 {
  border-radius: 20px;
  height: 250px;
}

.wbs-container-11 {
  width: 100%;
  max-width: 1300px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  left: 65px;
  right: 65px;
}

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

.slide-42 {
  background-image: url('../images/MatiMassimo_PRO_March_KATO_2023-6849-1.jpg');
  background-position: 50% 100%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 20px;
}

.bold-text-32 {
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Oswald, sans-serif;
  font-weight: 700;
}

.bold-text-32.syliwa {
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 0%, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-block-27 {
  font-size: 14px;
}

.slide-43 {
  opacity: 1;
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: url('../images/RafaMAX_SOCIAL-MEDIA-RES_WorldCup_KATO_2022-2559-1024x683.jpg');
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  border: 1px #fff;
  border-radius: 20px;
}

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

.hero-split-9 {
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  max-width: 46%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.bold-text-33 {
  text-transform: uppercase;
}

.image-48 {
  text-align: left;
  vertical-align: middle;
  max-width: 100%;
}

.text-block-28 {
  text-transform: none;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.image-49 {
  border: 1px solid #000;
}

.heading-31 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 20px;
  margin-bottom: 25px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  position: relative;
  top: auto;
  bottom: 15px;
}

.container-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  display: block;
}

.heading-32 {
  display: block;
}

.image-51 {
  border: 1px solid #000;
}

.gallery-wrapper-5 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.slide-44 {
  background-image: url('../images/DEEM_Maja_Lipiec_2020-4937-1024x683.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
}

.button-primary-18 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-18:hover {
  color: #fff;
  background-color: #e61658;
}

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

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

.footer-copyright-7 {
  color: #3a4554;
}

.slide-45 {
  background-image: url('../images/MatiMassimo_PRO_March_KATO_2023-6849-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.button-primary-19 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-19:hover {
  color: #fff;
  background-color: #e61658;
}

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

.button-primary-19.top {
  text-align: center;
  width: 150px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.button-primary-19.top:hover {
  aspect-ratio: auto;
  object-fit: fill;
}

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

.text-block-29.heading-2 {
  color: #e61658;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  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-29.heading-2 {
  color: #e61658;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  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-29.heading-7 {
  color: #e61658;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  display: block;
  position: static;
  left: auto;
}

.text-block-29.heading-2 {
  color: #e61658;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  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-29.heading-2 {
  color: #e61658;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  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-29.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-29.heading-2.mobile {
  display: none;
}

.text-block-29.heading-2 {
  color: #e61658;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  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;
  left: auto;
}

.margin-bottom-24px-7 {
  clear: none;
  aspect-ratio: auto;
  text-align: left;
  mix-blend-mode: normal;
  object-fit: fill;
  margin-bottom: 24px;
  font-family: Lato, sans-serif;
  line-height: 25px;
  position: static;
}

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

.heading-35 {
  opacity: 1;
  text-align: left;
  text-transform: uppercase;
  overflow-wrap: normal;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: normal;
  background-color: #e61658;
  background-image: linear-gradient(90deg, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
  flex: 0 auto;
  order: 0;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  display: block;
  position: relative;
  top: 0;
}

.slide-46 {
  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;
}

.image-52 {
  border-radius: 20px;
  margin-top: 40px;
}

.slide-47 {
  text-align: center;
  object-fit: fill;
  background-image: url('../images/MAX-Martin_PRO_April_Kato_2023_social-media-1944-1024x683.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.button-primary-20 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 20px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-20:hover {
  color: #fff;
  background-color: #e61658;
}

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

.image-53 {
  text-align: left;
  vertical-align: middle;
  max-width: 100%;
}

.heading-36 {
  text-align: center;
  text-transform: lowercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 20px;
  margin-bottom: 25px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  position: relative;
  top: auto;
  bottom: 15px;
}

.heading-36.gr {
  text-transform: lowercase;
}

.faq-heading-5 {
  direction: ltr;
  color: #010b15;
  text-align: left;
  text-transform: none;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.slide-48 {
  background-color: #fff;
  background-image: url('../images/RafaMAX_SOCIAL-MEDIA-RES_WorldCup_KATO_2022-3387-1024x619.jpg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  border-style: none;
  border-width: 1px;
  border-radius: 20px;
}

.shadow-two-8 {
  border-radius: 20px;
  height: 250px;
}

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

.slide-49 {
  background-image: url('../images/MatiMassimo_PRO_March_KATO_2023-6849-1.jpg');
  background-position: 50% 100%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 20px;
}

.bold-text-36 {
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Oswald, sans-serif;
  font-weight: 700;
}

.bold-text-36.syliwa {
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 0%, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-block-31 {
  font-size: 14px;
}

.slide-50 {
  opacity: 1;
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: url('../images/RafaMAX_SOCIAL-MEDIA-RES_WorldCup_KATO_2022-2559-1024x683.jpg');
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  border: 1px #fff;
  border-radius: 20px;
}

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

.hero-split-11 {
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  max-width: 46%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.bold-text-37 {
  text-transform: uppercase;
}

.image-55 {
  text-align: left;
  vertical-align: middle;
  max-width: 100%;
}

.text-block-32 {
  text-transform: none;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.image-56 {
  border: 1px solid #000;
}

.heading-37 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 20px;
  margin-bottom: 25px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  position: relative;
  top: auto;
  bottom: 15px;
}

.heading-37.mobile, .heading-37.mobile.gr {
  text-transform: lowercase;
}

.container-17 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  display: block;
}

.heading-38 {
  display: block;
}

.image-58 {
  border: 1px solid #000;
}

.gallery-wrapper-6 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.text-block-33 {
  color: #7f7f7f;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.slide-51 {
  background-image: url('../images/DEEM_Maja_Lipiec_2020-4937-1024x683.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
}

.button-primary-21 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-21:hover {
  color: #fff;
  background-color: #e61658;
}

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

.footer-copyright-8 {
  color: #3a4554;
}

.button-primary-22 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-22:hover {
  color: #fff;
  background-color: #e61658;
}

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

.button-primary-22.top {
  text-align: center;
  width: 150px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.button-primary-22.top:hover {
  aspect-ratio: auto;
  object-fit: fill;
}

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

.shadow-two-9 {
  border-radius: 20px;
  height: 250px;
}

.margin-bottom-24px-8 {
  clear: none;
  aspect-ratio: auto;
  text-align: left;
  mix-blend-mode: normal;
  object-fit: fill;
  margin-bottom: 24px;
  font-family: Lato, sans-serif;
  line-height: 25px;
  position: static;
}

.heading-39 {
  opacity: 1;
  text-align: left;
  text-transform: uppercase;
  overflow-wrap: normal;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: normal;
  background-color: #e61658;
  background-image: linear-gradient(90deg, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
  flex: 0 auto;
  order: 0;
  align-self: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  display: block;
  position: relative;
  top: 0;
}

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

.slide-52 {
  opacity: 1;
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: url('../images/RafaMAX_SOCIAL-MEDIA-RES_WorldCup_KATO_2022-2559-1024x683.jpg');
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  border: 1px #fff;
  border-radius: 20px;
}

.slide-53 {
  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;
}

.image-59 {
  border-radius: 20px;
  margin-top: 40px;
}

.image-60 {
  text-align: left;
  vertical-align: middle;
  max-width: 100%;
}

.heading-42 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 20px;
  margin-bottom: 25px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  position: relative;
  top: auto;
  bottom: 15px;
}

.slide-54 {
  background-color: #fff;
  background-image: url('../images/RafaMAX_SOCIAL-MEDIA-RES_WorldCup_KATO_2022-3387-1024x619.jpg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  border-style: none;
  border-width: 1px;
  border-radius: 20px;
}

.slide-55 {
  background-image: url('../images/MatiMassimo_PRO_March_KATO_2023-6849-1.jpg');
  background-position: 50% 100%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 20px;
}

.faq-heading-6 {
  direction: ltr;
  color: #010b15;
  text-align: left;
  text-transform: none;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

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

.slide-56 {
  text-align: center;
  object-fit: fill;
  background-image: url('../images/MAX-Martin_PRO_April_Kato_2023_social-media-1944-1024x683.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.slide-57 {
  background-image: url('../images/DEEM_Maja_Lipiec_2020-4937-1024x683.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
}

.button-primary-23 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-23:hover {
  color: #fff;
  background-color: #e61658;
}

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

.image-62 {
  display: none;
}

.bold-text-40 {
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Oswald, sans-serif;
  font-weight: 700;
}

.bold-text-40.syliwa {
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 0%, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-block-35 {
  font-size: 14px;
}

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

.hero-split-12 {
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  max-width: 46%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.image-63 {
  text-align: left;
  vertical-align: middle;
  max-width: 100%;
}

.text-block-36 {
  text-transform: none;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.image-64 {
  border: 1px solid #000;
}

.heading-43 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 20px;
  margin-bottom: 25px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  position: relative;
  top: auto;
  bottom: 15px;
}

.container-18 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  display: block;
}

.heading-44 {
  display: block;
}

.image-66 {
  border: 1px solid #000;
}

.gallery-wrapper-7 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.slide-58 {
  background-image: url('../images/MatiMassimo_PRO_March_KATO_2023-6849-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.text-block-37 {
  color: #7f7f7f;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.button-primary-24 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-24:hover {
  color: #fff;
  background-color: #e61658;
}

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

.slide-59 {
  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;
}

.button-primary-25 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-25:hover {
  color: #fff;
  background-color: #e61658;
}

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

.button-primary-25.top {
  text-align: center;
  width: 150px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.button-primary-25.top:hover {
  aspect-ratio: auto;
  object-fit: fill;
}

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

.margin-bottom-24px-9 {
  clear: none;
  aspect-ratio: auto;
  text-align: left;
  mix-blend-mode: normal;
  object-fit: fill;
  margin-bottom: 24px;
  font-family: Lato, sans-serif;
  line-height: 25px;
  position: static;
}

.heading-45 {
  opacity: 1;
  text-align: left;
  text-transform: uppercase;
  overflow-wrap: normal;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: normal;
  background-color: #e61658;
  background-image: linear-gradient(90deg, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
  flex: 0 auto;
  order: 0;
  align-self: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  display: block;
  position: relative;
  top: 0;
}

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

.shadow-two-10 {
  border-radius: 20px;
  height: 250px;
}

.image-67 {
  display: none;
}

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

.slide-61 {
  opacity: 1;
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: url('../images/RafaMAX_SOCIAL-MEDIA-RES_WorldCup_KATO_2022-2559-1024x683.jpg');
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  border: 1px #fff;
  border-radius: 20px;
}

.slide-62 {
  background-image: url('../images/MatiMassimo_PRO_March_KATO_2023-6849-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-68 {
  text-align: left;
  vertical-align: middle;
  max-width: 100%;
}

.heading-48 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 20px;
  margin-bottom: 25px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  position: relative;
  top: auto;
  bottom: 15px;
}

.slide-63 {
  background-image: url('../images/DEEM_Maja_Lipiec_2020-4937-1024x683.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
}

.slide-64 {
  text-align: center;
  object-fit: fill;
  background-image: url('../images/MAX-Martin_PRO_April_Kato_2023_social-media-1944-1024x683.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

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

.slide-65 {
  background-image: url('../images/MatiMassimo_PRO_March_KATO_2023-6849-1.jpg');
  background-position: 50% 100%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 20px;
}

.slide-66 {
  background-color: #fff;
  background-image: url('../images/RafaMAX_SOCIAL-MEDIA-RES_WorldCup_KATO_2022-3387-1024x619.jpg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  border-style: none;
  border-width: 1px;
  border-radius: 20px;
}

.button-primary-26 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-26:hover {
  color: #fff;
  background-color: #e61658;
}

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

.image-70 {
  display: none;
}

.bold-text-43 {
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Oswald, sans-serif;
  font-weight: 700;
}

.bold-text-43.syliwa {
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 0%, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-block-40 {
  font-size: 14px;
}

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

.hero-split-13 {
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  max-width: 46%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.image-71 {
  text-align: left;
  vertical-align: middle;
  max-width: 100%;
}

.text-block-41 {
  text-transform: none;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.image-72 {
  border: 1px solid #000;
}

.heading-49 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 20px;
  margin-bottom: 25px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  position: relative;
  top: auto;
  bottom: 15px;
}

.container-19 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  display: block;
}

.heading-50 {
  display: block;
}

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

.image-74 {
  border: 1px solid #000;
}

.gallery-wrapper-8 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.text-block-43 {
  color: #7f7f7f;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.slide-68 {
  background-image: url('../images/MatiMassimo_PRO_March_KATO_2023-6849-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.button-primary-27 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-27:hover {
  color: #fff;
  background-color: #e61658;
}

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

.slide-69 {
  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;
}

.button-primary-28 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  align-self: flex-start;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
  overflow: visible;
}

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

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

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

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

.margin-bottom-24px-10 {
  clear: none;
  aspect-ratio: auto;
  text-align: left;
  mix-blend-mode: normal;
  object-fit: fill;
  margin-bottom: 24px;
  font-family: Lato, sans-serif;
  line-height: 25px;
  position: static;
}

.heading-51 {
  opacity: 1;
  text-align: left;
  text-transform: uppercase;
  overflow-wrap: normal;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: normal;
  background-color: #e61658;
  background-image: linear-gradient(90deg, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
  flex: 0 auto;
  order: 0;
  align-self: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  display: block;
  position: relative;
  top: 0;
}

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

.shadow-two-11 {
  border-radius: 20px;
  height: 250px;
}

.image-75 {
  display: none;
}

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

.slide-71 {
  opacity: 1;
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: url('../images/RafaMAX_SOCIAL-MEDIA-RES_WorldCup_KATO_2022-2559-1024x683.jpg');
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  border: 1px #fff;
  border-radius: 20px;
}

.image-76 {
  text-align: left;
  vertical-align: middle;
  max-width: 100%;
}

.heading-54 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 20px;
  margin-bottom: 25px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  position: relative;
  top: auto;
  bottom: 15px;
}

.slide-72 {
  background-image: url('../images/DEEM_Maja_Lipiec_2020-4937-1024x683.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
}

.slide-73 {
  text-align: center;
  object-fit: fill;
  background-image: url('../images/MAX-Martin_PRO_April_Kato_2023_social-media-1944-1024x683.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.wbs-container-20 {
  width: 100%;
  max-width: 1300px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  left: 65px;
  right: 65px;
}

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

.slide-74 {
  background-image: url('../images/MatiMassimo_PRO_March_KATO_2023-6849-1.jpg');
  background-position: 50% 100%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 20px;
}

.slide-75 {
  background-color: #fff;
  background-image: url('../images/RafaMAX_SOCIAL-MEDIA-RES_WorldCup_KATO_2022-3387-1024x619.jpg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  border-style: none;
  border-width: 1px;
  border-radius: 20px;
}

.button-primary-29 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-29:hover {
  color: #fff;
  background-color: #e61658;
}

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

.image-78 {
  display: none;
}

.bold-text-46 {
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Oswald, sans-serif;
  font-weight: 700;
}

.bold-text-46.syliwa {
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 0%, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-block-45 {
  font-size: 14px;
}

.image-79 {
  text-align: left;
  vertical-align: middle;
  max-width: 100%;
}

.text-block-46 {
  text-transform: none;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.image-80 {
  border: 1px solid #000;
}

.heading-55 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 20px;
  margin-bottom: 25px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  position: relative;
  top: auto;
  bottom: 15px;
}

.container-20 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  display: block;
}

.heading-56 {
  display: block;
}

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

.image-82 {
  border: 1px solid #000;
}

.gallery-wrapper-9 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.text-block-47 {
  color: #7f7f7f;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.slide-77 {
  background-image: url('../images/MatiMassimo_PRO_March_KATO_2023-6849-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.button-primary-30 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-30:hover {
  color: #fff;
  background-color: #e61658;
}

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

.button-primary-31 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  align-self: flex-start;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
  overflow: visible;
}

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

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

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

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

.slide-78 {
  background-image: url('../images/MatiMassimo_PRO_March_KATO_2023-6849-1.jpg');
  background-position: 50% 100%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 20px;
}

.margin-bottom-24px-11 {
  clear: none;
  aspect-ratio: auto;
  text-align: left;
  mix-blend-mode: normal;
  object-fit: fill;
  margin-bottom: 24px;
  font-family: Lato, sans-serif;
  line-height: 25px;
  position: static;
}

.slide-79 {
  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;
}

.heading-57 {
  opacity: 1;
  text-align: left;
  text-transform: uppercase;
  overflow-wrap: normal;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: normal;
  background-color: #e61658;
  background-image: linear-gradient(90deg, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
  flex: 0 auto;
  order: 0;
  align-self: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  display: block;
  position: relative;
  top: 0;
}

.slide-80 {
  background-color: #fff;
  background-image: url('../images/RafaMAX_SOCIAL-MEDIA-RES_WorldCup_KATO_2022-3387-1024x619.jpg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  border-style: none;
  border-width: 1px;
  border-radius: 20px;
}

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

.image-83 {
  display: none;
}

.slide-81 {
  text-align: center;
  object-fit: fill;
  background-image: url('../images/MAX-Martin_PRO_April_Kato_2023_social-media-1944-1024x683.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

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

.image-84 {
  text-align: left;
  vertical-align: middle;
  max-width: 100%;
}

.margin-bottom-24px-12 {
  direction: ltr;
  text-transform: none;
  margin-bottom: 24px;
  padding-top: 10px;
  font-family: Lato, sans-serif;
  line-height: 25px;
}

.heading-60 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 20px;
  margin-bottom: 25px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  position: relative;
  top: auto;
  bottom: 15px;
}

.shadow-two-12 {
  border-radius: 20px;
  height: 250px;
}

.wbs-container-22 {
  width: 100%;
  max-width: 1300px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  left: 65px;
  right: 65px;
}

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

.button-primary-32 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-32:hover {
  color: #fff;
  background-color: #e61658;
}

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

.image-86 {
  display: none;
}

.slide-83 {
  background-image: url('../images/MatiMassimo_PRO_March_KATO_2023-6849-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.bold-text-49 {
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Oswald, sans-serif;
  font-weight: 700;
}

.bold-text-49.syliwa {
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 0%, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-block-49 {
  font-size: 14px;
}

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

.slide-84 {
  opacity: 1;
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: url('../images/RafaMAX_SOCIAL-MEDIA-RES_WorldCup_KATO_2022-2559-1024x683.jpg');
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  border: 1px #fff;
  border-radius: 20px;
}

.slide-85 {
  background-image: url('../images/DEEM_Maja_Lipiec_2020-4937-1024x683.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
}

.image-87 {
  text-align: left;
  vertical-align: middle;
  max-width: 100%;
}

.text-block-50 {
  text-transform: none;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.image-88 {
  border: 1px solid #000;
}

.heading-61 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 20px;
  margin-bottom: 25px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  position: relative;
  top: auto;
  bottom: 15px;
}

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

.container-21 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  display: block;
}

.heading-62 {
  display: block;
}

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

.image-90 {
  border: 1px solid #000;
}

.gallery-wrapper-10 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.text-block-51 {
  color: #7f7f7f;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.slide-87 {
  background-image: url('../images/MatiMassimo_PRO_March_KATO_2023-6849-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.button-primary-33 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-33:hover {
  color: #fff;
  background-color: #e61658;
}

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

.button-primary-34 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  align-self: flex-start;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
  overflow: visible;
}

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

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

.button-primary-35 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-35:hover {
  color: #fff;
  background-color: #e61658;
}

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

.button-primary-35.top {
  text-align: center;
  width: 150px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.button-primary-35.top:hover {
  aspect-ratio: auto;
  object-fit: fill;
}

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

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

.slide-88 {
  background-image: url('../images/MatiMassimo_PRO_March_KATO_2023-6849-1.jpg');
  background-position: 50% 100%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 20px;
}

.heading-63 {
  opacity: 1;
  text-align: left;
  text-transform: uppercase;
  overflow-wrap: normal;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: normal;
  background-color: #e61658;
  background-image: linear-gradient(90deg, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
  flex: 0 auto;
  order: 0;
  align-self: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  display: block;
  position: relative;
  top: 0;
}

.slide-89 {
  background-color: #fff;
  background-image: url('../images/RafaMAX_SOCIAL-MEDIA-RES_WorldCup_KATO_2022-3387-1024x619.jpg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  border-style: none;
  border-width: 1px;
  border-radius: 20px;
}

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

.image-91 {
  display: none;
}

.slide-90 {
  text-align: center;
  object-fit: fill;
  background-image: url('../images/MAX-Martin_PRO_April_Kato_2023_social-media-1944-1024x683.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

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

.image-92 {
  text-align: left;
  vertical-align: middle;
  max-width: 100%;
}

.margin-bottom-24px-13 {
  direction: ltr;
  text-transform: none;
  margin-bottom: 24px;
  padding-top: 10px;
  font-family: Lato, sans-serif;
  line-height: 25px;
}

.heading-66 {
  text-align: center;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 20px;
  margin-bottom: 25px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  position: relative;
  top: auto;
  bottom: 15px;
}

.shadow-two-13 {
  border-radius: 20px;
  height: 250px;
}

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

.heading-67 {
  opacity: 1;
  text-align: left;
  text-transform: uppercase;
  overflow-wrap: normal;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: normal;
  background-color: #e61658;
  background-image: linear-gradient(90deg, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
  flex: 0 auto;
  order: 0;
  align-self: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  display: block;
  position: relative;
  top: 0;
}

.heading-67.pop {
  align-self: center;
  font-size: 20px;
}

.button-primary-36 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-36:hover {
  color: #fff;
  background-color: #e61658;
}

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

.image-94 {
  display: none;
}

.slide-92 {
  background-image: url('../images/MatiMassimo_PRO_March_KATO_2023-6849-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.bold-text-52 {
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Oswald, sans-serif;
  font-weight: 700;
}

.bold-text-52.syliwa {
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 0%, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-block-53 {
  font-size: 14px;
}

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

.slide-93 {
  opacity: 1;
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: url('../images/RafaMAX_SOCIAL-MEDIA-RES_WorldCup_KATO_2022-2559-1024x683.jpg');
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  border: 1px #fff;
  border-radius: 20px;
}

.slide-94 {
  background-image: url('../images/DEEM_Maja_Lipiec_2020-4937-1024x683.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
}

.image-95 {
  text-align: left;
  vertical-align: middle;
  max-width: 100%;
}

.text-block-54 {
  text-transform: none;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.image-96 {
  border: 1px solid #000;
}

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

.container-22 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  display: block;
}

.heading-68 {
  display: block;
}

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

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

.image-98 {
  border: 1px solid #000;
}

.gallery-wrapper-11 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.text-block-55 {
  color: #7f7f7f;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.slide-96 {
  background-image: url('../images/MatiMassimo_PRO_March_KATO_2023-6849-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.button-primary-37 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-37:hover {
  color: #fff;
  background-color: #e61658;
}

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

.button-primary-38 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-38:hover {
  color: #fff;
  background-color: #e61658;
}

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

.button-primary-38.top {
  text-align: center;
  width: 150px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.button-primary-38.top:hover {
  aspect-ratio: auto;
  object-fit: fill;
}

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

.heading-69 {
  opacity: 1;
  text-align: left;
  text-transform: uppercase;
  overflow-wrap: normal;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: normal;
  background-color: #e61658;
  background-image: linear-gradient(90deg, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
  flex: 0 auto;
  order: 0;
  align-self: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  display: block;
  position: relative;
  top: 0;
}

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

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

.image-99 {
  display: none;
}

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

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

.shadow-two-14.mobile {
  text-align: left;
  -webkit-text-fill-color: inherit;
  vertical-align: baseline;
  background-color: #fcfcfc;
  background-clip: border-box;
  border-radius: 20px;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 200px;
  max-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.image-100 {
  text-align: left;
  vertical-align: middle;
  max-width: 100%;
}

.margin-bottom-24px-14 {
  direction: ltr;
  text-transform: none;
  margin-bottom: 24px;
  padding-top: 10px;
  font-family: Lato, sans-serif;
  line-height: 25px;
}

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

.slide-98 {
  opacity: 1;
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: url('../images/RafaMAX_SOCIAL-MEDIA-RES_WorldCup_KATO_2022-2559-1024x683.jpg');
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  border: 1px #fff;
  border-radius: 20px;
}

.heading-72 {
  opacity: 1;
  text-align: left;
  text-transform: uppercase;
  overflow-wrap: normal;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: normal;
  background-color: #e61658;
  background-image: linear-gradient(90deg, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
  flex: 0 auto;
  order: 0;
  align-self: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  display: block;
  position: relative;
  top: 0;
}

.heading-72.pop {
  align-self: center;
  font-size: 20px;
}

.slide-99 {
  background-image: url('../images/DEEM_Maja_Lipiec_2020-4937-1024x683.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
}

.button-primary-39 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-39:hover {
  color: #fff;
  background-color: #e61658;
}

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

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

.image-102 {
  display: none;
}

.bold-text-55 {
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Oswald, sans-serif;
  font-weight: 700;
}

.bold-text-55.syliwa {
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 0%, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-block-57 {
  font-size: 14px;
}

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

.hero-split-22 {
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  max-width: 46%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

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

.slide-100 {
  text-align: center;
  object-fit: fill;
  background-image: url('../images/MAX-Martin_PRO_April_Kato_2023_social-media-1944-1024x683.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.image-103 {
  text-align: left;
  vertical-align: middle;
  max-width: 100%;
}

.text-block-58 {
  text-transform: none;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.image-104 {
  border: 1px solid #000;
}

.slide-101 {
  background-image: url('../images/MatiMassimo_PRO_March_KATO_2023-6849-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-102 {
  background-color: #fff;
  background-image: url('../images/RafaMAX_SOCIAL-MEDIA-RES_WorldCup_KATO_2022-3387-1024x619.jpg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  border-style: none;
  border-width: 1px;
  border-radius: 20px;
}

.heading-73 {
  display: block;
}

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

.slide-104 {
  background-image: url('../images/MatiMassimo_PRO_March_KATO_2023-6849-1.jpg');
  background-position: 50% 100%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 20px;
}

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

.gallery-wrapper-12 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.text-block-59 {
  color: #7f7f7f;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.slide-105 {
  background-image: url('../images/MatiMassimo_PRO_March_KATO_2023-6849-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.button-primary-40 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-40:hover {
  color: #fff;
  background-color: #e61658;
}

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

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

.image-106 {
  text-align: left;
  vertical-align: middle;
  max-width: 100%;
}

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

.slide-107 {
  background-color: #fff;
  background-image: url('../images/RafaMAX_SOCIAL-MEDIA-RES_WorldCup_KATO_2022-3387-1024x619.jpg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  border-style: none;
  border-width: 1px;
  border-radius: 20px;
}

.margin-bottom-24px-15 {
  direction: ltr;
  text-transform: none;
  margin-bottom: 24px;
  padding-top: 10px;
  font-family: Lato, sans-serif;
  line-height: 25px;
}

.heading-74 {
  opacity: 1;
  text-align: left;
  text-transform: uppercase;
  overflow-wrap: normal;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: normal;
  background-color: #e61658;
  background-image: linear-gradient(90deg, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
  flex: 0 auto;
  order: 0;
  align-self: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  display: block;
  position: relative;
  top: 0;
}

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

.image-107 {
  border-radius: 20px;
  margin-top: 40px;
}

.text-block-60 {
  color: #7f7f7f;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.slide-108 {
  text-align: center;
  object-fit: fill;
  background-image: url('../images/MAX-Martin_PRO_April_Kato_2023_social-media-1944-1024x683.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.text-block-61 {
  text-transform: none;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.slide-109 {
  background-image: url('../images/DEEM_Maja_Lipiec_2020-4937-1024x683.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
}

.hero-split-24 {
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  max-width: 46%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

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

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

.shadow-two-15.mobile {
  text-align: left;
  -webkit-text-fill-color: inherit;
  vertical-align: baseline;
  background-color: #fcfcfc;
  background-clip: border-box;
  border-radius: 20px;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 200px;
  max-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.image-110 {
  text-align: left;
  vertical-align: middle;
  max-width: 100%;
}

.button-primary-41 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-41:hover {
  color: #fff;
  background-color: #e61658;
}

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

.button-primary-41.top {
  text-align: center;
  width: 150px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.button-primary-41.top:hover {
  aspect-ratio: auto;
  object-fit: fill;
}

.slide-110 {
  opacity: 1;
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: url('../images/RafaMAX_SOCIAL-MEDIA-RES_WorldCup_KATO_2022-2559-1024x683.jpg');
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  border: 1px #fff;
  border-radius: 20px;
}

.popup-5 {
  z-index: 10;
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bold-text-61 {
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Oswald, sans-serif;
  font-weight: 700;
}

.bold-text-61.syliwa {
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 0%, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
}

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

.wbs-container-28, .wbs-container-29 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.heading-10 {
  opacity: 1;
  text-align: left;
  text-transform: uppercase;
  overflow-wrap: normal;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: normal;
  background-color: #e61658;
  background-image: linear-gradient(90deg, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
  flex: 0 auto;
  order: 0;
  align-self: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  display: block;
  position: relative;
  top: 0;
}

.heading-10.pop {
  align-self: center;
  font-size: 20px;
}

.heading-77 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 20px;
  margin-bottom: 25px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  position: relative;
  top: auto;
  bottom: 15px;
}

.faq-heading-7 {
  direction: ltr;
  color: #010b15;
  text-align: left;
  text-transform: none;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.button-primary-42 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-42:hover {
  color: #fff;
  background-color: #e61658;
}

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

.image-111 {
  display: none;
}

.button-primary-43 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-43:hover {
  color: #fff;
  background-color: #e61658;
}

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

.button-primary-43.top {
  text-align: center;
  width: 150px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.button-primary-43.top:hover {
  aspect-ratio: auto;
  object-fit: fill;
}

.dropdown-toggle-25 {
  width: 90px;
}

.heading-78 {
  display: block;
}

.image-112 {
  display: none;
}

.text-block-63 {
  font-size: 14px;
}

.slide-111 {
  background-image: url('../images/MatiMassimo_PRO_March_KATO_2023-6849-1.jpg');
  background-position: 50% 100%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 20px;
}

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

.image-113 {
  text-align: left;
  vertical-align: middle;
  max-width: 100%;
}

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

.slide-113 {
  background-color: #fff;
  background-image: url('../images/RafaMAX_SOCIAL-MEDIA-RES_WorldCup_KATO_2022-3387-1024x619.jpg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  border-style: none;
  border-width: 1px;
  border-radius: 20px;
}

.margin-bottom-24px-16 {
  direction: ltr;
  text-transform: none;
  margin-bottom: 24px;
  padding-top: 10px;
  font-family: Lato, sans-serif;
  line-height: 25px;
}

.heading-79 {
  opacity: 1;
  text-align: left;
  text-transform: uppercase;
  overflow-wrap: normal;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: normal;
  background-color: #e61658;
  background-image: linear-gradient(90deg, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
  flex: 0 auto;
  order: 0;
  align-self: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  display: block;
  position: relative;
  top: 0;
}

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

.image-114 {
  border-radius: 20px;
  margin-top: 40px;
}

.text-block-64 {
  color: #7f7f7f;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.heading-9 {
  display: block;
}

.slide-114 {
  text-align: center;
  object-fit: fill;
  background-image: url('../images/MAX-Martin_PRO_April_Kato_2023_social-media-1944-1024x683.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.text-block-65 {
  text-transform: none;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.slide-115 {
  background-image: url('../images/DEEM_Maja_Lipiec_2020-4937-1024x683.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
}

.hero-split-26 {
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  max-width: 46%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

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

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

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

.shadow-two-16.mobile {
  text-align: left;
  -webkit-text-fill-color: inherit;
  vertical-align: baseline;
  background-color: #fcfcfc;
  background-clip: border-box;
  border-radius: 20px;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 200px;
  max-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.image-117 {
  text-align: left;
  vertical-align: middle;
  max-width: 100%;
}

.button-primary-44 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-44:hover {
  color: #fff;
  background-color: #e61658;
}

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

.button-primary-44.top {
  text-align: center;
  width: 150px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.button-primary-44.top:hover {
  aspect-ratio: auto;
  object-fit: fill;
}

.slide-116 {
  opacity: 1;
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: url('../images/RafaMAX_SOCIAL-MEDIA-RES_WorldCup_KATO_2022-2559-1024x683.jpg');
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  border: 1px #fff;
  border-radius: 20px;
}

.bold-text-64 {
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Oswald, sans-serif;
  font-weight: 700;
}

.bold-text-64.syliwa {
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 0%, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
}

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

.wbs-container-30, .wbs-container-31 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.heading-82 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 20px;
  margin-bottom: 25px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  position: relative;
  top: auto;
  bottom: 15px;
}

.faq-heading-8 {
  direction: ltr;
  color: #010b15;
  text-align: left;
  text-transform: none;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.button-primary-45 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-45:hover {
  color: #fff;
  background-color: #e61658;
}

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

.image-118 {
  display: none;
}

.button-primary-46 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-46:hover {
  color: #fff;
  background-color: #e61658;
}

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

.button-primary-46.top {
  text-align: center;
  width: 150px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.button-primary-46.top:hover {
  aspect-ratio: auto;
  object-fit: fill;
}

.image-119 {
  display: none;
}

.text-block-67 {
  font-size: 14px;
}

.heading-8 {
  opacity: 1;
  text-align: left;
  text-transform: uppercase;
  overflow-wrap: normal;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: normal;
  background-color: #e61658;
  background-image: linear-gradient(90deg, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
  flex: 0 auto;
  order: 0;
  align-self: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  display: block;
  position: relative;
  top: 0;
}

.heading-8.pop {
  align-self: center;
  font-size: 20px;
}

.slide-117 {
  background-image: url('../images/MatiMassimo_PRO_March_KATO_2023-6849-1.jpg');
  background-position: 50% 100%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 20px;
}

.slide-118 {
  text-align: center;
  object-fit: fill;
  background-image: url('../images/MAX-Martin_PRO_April_Kato_2023_social-media-1944-1024x683.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.slide-119 {
  background-image: url('../images/DEEM_Maja_Lipiec_2020-4937-1024x683.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
}

.bold-text-65 {
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Oswald, sans-serif;
  font-weight: 700;
}

.bold-text-65.syliwa {
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 0%, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
}

.heading-84 {
  display: block;
}

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

.slide-121 {
  opacity: 1;
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: url('../images/RafaMAX_SOCIAL-MEDIA-RES_WorldCup_KATO_2022-2559-1024x683.jpg');
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  border: 1px #fff;
  border-radius: 20px;
}

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

.faq-heading-9 {
  direction: ltr;
  color: #010b15;
  text-align: left;
  text-transform: none;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

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

.shadow-two-17.mobile {
  text-align: left;
  -webkit-text-fill-color: inherit;
  vertical-align: baseline;
  background-color: #fcfcfc;
  background-clip: border-box;
  border-radius: 20px;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 200px;
  max-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.button-primary-47 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-47:hover {
  color: #fff;
  background-color: #e61658;
}

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

.button-primary-47.top {
  text-align: center;
  width: 150px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.button-primary-47.top:hover {
  aspect-ratio: auto;
  object-fit: fill;
}

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

.slide-122 {
  background-image: url('../images/MatiMassimo_PRO_March_KATO_2023-6849-1.jpg');
  background-position: 50% 100%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 20px;
}

.youtube-2 {
  border-radius: 20px;
  width: 100%;
  overflow: auto;
}

.gallery-wrapper-13 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.button-primary-48 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-48:hover {
  color: #fff;
  background-color: #e61658;
}

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

.button-primary-48.top {
  text-align: center;
  width: 150px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.button-primary-48.top:hover {
  aspect-ratio: auto;
  object-fit: fill;
}

.image-120 {
  display: none;
}

.margin-bottom-24px-17 {
  direction: ltr;
  text-transform: none;
  margin-bottom: 24px;
  padding-top: 10px;
  font-family: Lato, sans-serif;
  line-height: 25px;
}

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

.image-121 {
  border-radius: 20px;
  margin-top: 40px;
}

.heading-85 {
  opacity: 1;
  text-align: left;
  text-transform: uppercase;
  overflow-wrap: normal;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: normal;
  background-color: #e61658;
  background-image: linear-gradient(90deg, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
  flex: 0 auto;
  order: 0;
  align-self: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  display: block;
  position: relative;
  top: 0;
}

.heading-85.pop {
  align-self: center;
  font-size: 20px;
}

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

.text-block-68 {
  color: #7f7f7f;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.slide-124 {
  background-color: #fff;
  background-image: url('../images/RafaMAX_SOCIAL-MEDIA-RES_WorldCup_KATO_2022-3387-1024x619.jpg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  border-style: none;
  border-width: 1px;
  border-radius: 20px;
}

.navbar-no-shadow-2 {
  z-index: 9999;
  aspect-ratio: auto;
  background-color: #fff;
  position: sticky;
  top: 0;
  bottom: 0;
}

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

.hero-split-27 {
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  max-width: 46%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.text-block-69 {
  font-size: 14px;
}

.image-124 {
  text-align: left;
  vertical-align: middle;
  max-width: 100%;
}

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

.slide-13 {
  background-image: url('../images/MatiMassimo_PRO_March_KATO_2023-6849-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.yt-border-2 {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.text-block-71 {
  text-transform: none;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.button-primary-49 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 20px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-49:hover {
  color: #fff;
  background-color: #e61658;
}

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

.image-125 {
  text-align: left;
  vertical-align: middle;
  max-width: 100%;
}

.image-126 {
  display: none;
}

.close-popup-2 {
  position: absolute;
  inset: 0%;
}

.slide-126 {
  text-align: center;
  object-fit: fill;
  background-image: url('../images/MAX-Martin_PRO_April_Kato_2023_social-media-1944-1024x683.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.slide-127 {
  background-image: url('../images/DEEM_Maja_Lipiec_2020-4937-1024x683.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
}

.bold-text-68 {
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Oswald, sans-serif;
  font-weight: 700;
}

.bold-text-68.syliwa {
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 0%, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
}

.heading-88 {
  display: block;
}

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

.slide-129 {
  opacity: 1;
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: url('../images/RafaMAX_SOCIAL-MEDIA-RES_WorldCup_KATO_2022-2559-1024x683.jpg');
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  border: 1px #fff;
  border-radius: 20px;
}

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

.faq-heading-10 {
  direction: ltr;
  color: #010b15;
  text-align: left;
  text-transform: none;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

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

.shadow-two-18.mobile {
  text-align: left;
  -webkit-text-fill-color: inherit;
  vertical-align: baseline;
  background-color: #fcfcfc;
  background-clip: border-box;
  border-radius: 20px;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 200px;
  max-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.button-primary-50 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-50:hover {
  color: #fff;
  background-color: #e61658;
}

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

.button-primary-50.top {
  text-align: center;
  width: 150px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.button-primary-50.top:hover {
  aspect-ratio: auto;
  object-fit: fill;
}

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

.slide-130 {
  background-image: url('../images/MatiMassimo_PRO_March_KATO_2023-6849-1.jpg');
  background-position: 50% 100%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 20px;
}

.youtube-3 {
  border-radius: 20px;
  width: 100%;
  overflow: auto;
}

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

.button-primary-51 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-51:hover {
  color: #fff;
  background-color: #e61658;
}

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

.button-primary-51.top {
  text-align: center;
  width: 150px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.button-primary-51.top:hover {
  aspect-ratio: auto;
  object-fit: fill;
}

.image-127 {
  display: none;
}

.margin-bottom-24px-18 {
  direction: ltr;
  text-transform: none;
  margin-bottom: 24px;
  padding-top: 10px;
  font-family: Lato, sans-serif;
  line-height: 25px;
}

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

.image-128 {
  border-radius: 20px;
  margin-top: 40px;
}

.heading-89 {
  opacity: 1;
  text-align: left;
  text-transform: uppercase;
  overflow-wrap: normal;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: normal;
  background-color: #e61658;
  background-image: linear-gradient(90deg, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
  flex: 0 auto;
  order: 0;
  align-self: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  display: block;
  position: relative;
  top: 0;
}

.heading-89.pop {
  align-self: center;
  font-size: 20px;
}

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

.text-block-72 {
  color: #7f7f7f;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.slide-132 {
  background-color: #fff;
  background-image: url('../images/RafaMAX_SOCIAL-MEDIA-RES_WorldCup_KATO_2022-3387-1024x619.jpg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  border-style: none;
  border-width: 1px;
  border-radius: 20px;
}

.navbar-no-shadow-3 {
  z-index: 9999;
  aspect-ratio: auto;
  background-color: #fff;
  position: sticky;
  top: 0;
  bottom: 0;
}

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

.hero-split-28 {
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  max-width: 46%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.text-block-73 {
  font-size: 14px;
}

.image-131 {
  text-align: left;
  vertical-align: middle;
  max-width: 100%;
}

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

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

.yt-border-3 {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.slide-135 {
  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;
}

.text-block-75 {
  text-transform: none;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.button-primary-52 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 20px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-52:hover {
  color: #fff;
  background-color: #e61658;
}

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

.image-132 {
  text-align: left;
  vertical-align: middle;
  max-width: 100%;
}

.image-133 {
  display: none;
}

.close-popup-3 {
  display: block;
  position: absolute;
  inset: 0%;
}

.button-primary-53 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-53:hover {
  color: #fff;
  background-color: #e61658;
}

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

.button-primary-53.top {
  text-align: center;
  width: 150px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.button-primary-53.top:hover {
  aspect-ratio: auto;
  object-fit: fill;
}

.popup-6 {
  z-index: 10;
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

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

.slide-136 {
  opacity: 1;
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: url('../images/RafaMAX_SOCIAL-MEDIA-RES_WorldCup_KATO_2022-2559-1024x683.jpg');
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  border: 1px #fff;
  border-radius: 20px;
}

.heading-91 {
  opacity: 1;
  text-align: left;
  text-transform: uppercase;
  overflow-wrap: normal;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: normal;
  background-color: #e61658;
  background-image: linear-gradient(90deg, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
  flex: 0 auto;
  order: 0;
  align-self: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  display: block;
  position: relative;
  top: 0;
}

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

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

.slide-137 {
  background-image: url('../images/MatiMassimo_PRO_March_KATO_2023-6849-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-138 {
  text-align: center;
  object-fit: fill;
  background-image: url('../images/MAX-Martin_PRO_April_Kato_2023_social-media-1944-1024x683.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.image-134 {
  display: none;
}

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

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

.shadow-two-19.mobile {
  text-align: left;
  -webkit-text-fill-color: inherit;
  vertical-align: baseline;
  background-color: #fcfcfc;
  background-clip: border-box;
  border-radius: 20px;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 200px;
  max-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.slide-139 {
  background-color: #fff;
  background-image: url('../images/RafaMAX_SOCIAL-MEDIA-RES_WorldCup_KATO_2022-3387-1024x619.jpg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  border-style: none;
  border-width: 1px;
  border-radius: 20px;
}

.slide-140 {
  background-image: url('../images/DEEM_Maja_Lipiec_2020-4937-1024x683.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
}

.image-135 {
  border-radius: 20px;
  margin-top: 40px;
}

.image-136 {
  text-align: left;
  vertical-align: middle;
  max-width: 100%;
}

.margin-bottom-24px-19 {
  direction: ltr;
  text-transform: none;
  margin-bottom: 24px;
  padding-top: 10px;
  font-family: Lato, sans-serif;
  line-height: 25px;
}

.faq-heading-11 {
  direction: ltr;
  color: #010b15;
  text-align: left;
  text-transform: none;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

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

.slide-141 {
  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;
}

.heading-94 {
  opacity: 1;
  text-align: left;
  text-transform: uppercase;
  overflow-wrap: normal;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: normal;
  background-color: #e61658;
  background-image: linear-gradient(90deg, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
  flex: 0 auto;
  order: 0;
  align-self: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  display: block;
  position: relative;
  top: 0;
}

.heading-94.pop {
  align-self: center;
  font-size: 20px;
}

.slide-142 {
  background-image: url('../images/MatiMassimo_PRO_March_KATO_2023-6849-1.jpg');
  background-position: 50% 100%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 20px;
}

.button-primary-54 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-54:hover {
  color: #fff;
  background-color: #e61658;
}

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

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

.image-138 {
  display: none;
}

.bold-text-74 {
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Oswald, sans-serif;
  font-weight: 700;
}

.bold-text-74.syliwa {
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 0%, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-block-77 {
  font-size: 14px;
}

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

.hero-split-30 {
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  max-width: 46%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

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

.image-139 {
  text-align: left;
  vertical-align: middle;
  max-width: 100%;
}

.text-block-78 {
  text-transform: none;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.heading-95 {
  display: block;
}

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

.text-block-79 {
  color: #7f7f7f;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.button-primary-55 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-55:hover {
  color: #fff;
  background-color: #e61658;
}

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

.slide-143 {
  background-image: url('../images/MatiMassimo_PRO_March_KATO_2023-6849-1.jpg');
  background-position: 50% 100%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 20px;
}

.button-primary-56 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-56:hover {
  color: #fff;
  background-color: #e61658;
}

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

.button-primary-56.top {
  text-align: center;
  width: 150px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.button-primary-56.top:hover {
  aspect-ratio: auto;
  object-fit: fill;
}

.image-141 {
  text-align: left;
  vertical-align: middle;
  max-width: 100%;
}

.slide-144 {
  background-color: #fff;
  background-image: url('../images/RafaMAX_SOCIAL-MEDIA-RES_WorldCup_KATO_2022-3387-1024x619.jpg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  border-style: none;
  border-width: 1px;
  border-radius: 20px;
}

.heading-96 {
  text-align: center;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 20px;
  margin-bottom: 25px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  position: relative;
  top: auto;
  bottom: 15px;
}

.popup-2 {
  z-index: 10;
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

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

.close-popup-4 {
  position: absolute;
  inset: 0%;
}

.slide-145 {
  opacity: 1;
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: url('../images/RafaMAX_SOCIAL-MEDIA-RES_WorldCup_KATO_2022-2559-1024x683.jpg');
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  border: 1px #fff;
  border-radius: 20px;
}

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

.button-primary-57 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-57:hover {
  color: #fff;
  background-color: #e61658;
}

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

.heading-97 {
  opacity: 1;
  text-align: left;
  text-transform: uppercase;
  overflow-wrap: normal;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: normal;
  background-color: #e61658;
  background-image: linear-gradient(90deg, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
  flex: 0 auto;
  order: 0;
  align-self: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  display: block;
  position: relative;
  top: 0;
}

.heading-97.pop {
  align-self: center;
  font-size: 20px;
}

.hero-split-32 {
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  max-width: 46%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.slide-146 {
  background-image: url('../images/MatiMassimo_PRO_March_KATO_2023-6849-1.jpg');
  background-position: 50%;
  background-size: cover;
}

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

.footer-bottom-2 {
  justify-content: space-between;
  align-items: center;
  font-family: Lato, sans-serif;
  display: flex;
}

.wbs-section-2 {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(#969696bf, #969696bf), url('../images/bg-1-1200x630.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 0;
  margin-bottom: 0;
  padding: 60px 0 20px;
}

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

.heading-98 {
  opacity: 1;
  text-align: left;
  text-transform: uppercase;
  overflow-wrap: normal;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: normal;
  background-color: #e61658;
  background-image: linear-gradient(90deg, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
  flex: 0 auto;
  order: 0;
  align-self: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  display: block;
  position: relative;
  top: 0;
}

.footer-wrapper-two-2 {
  justify-content: space-between;
  align-items: flex-start;
  line-height: 15px;
  display: flex;
}

.image-143 {
  border-radius: 20px;
  margin-top: 40px;
}

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

.shadow-two-20.mobile {
  text-align: left;
  -webkit-text-fill-color: inherit;
  vertical-align: baseline;
  background-color: #fcfcfc;
  background-clip: border-box;
  border-radius: 20px;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 200px;
  max-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.hero-heading-left {
  border-bottom: 1px solid #fff;
  padding: 80px 30px 40px;
  position: relative;
}

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

.image-145 {
  display: none;
}

.text-block-81 {
  text-transform: none;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.heading-100 {
  text-align: center;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 20px;
  margin-bottom: 25px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  position: relative;
  top: auto;
  bottom: 15px;
}

.heading-101 {
  display: block;
}

.margin-bottom-24px-20 {
  direction: ltr;
  text-transform: none;
  margin-bottom: 24px;
  padding-top: 10px;
  font-family: Lato, sans-serif;
  line-height: 25px;
}

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

.kontener-galerii {
  border-radius: 0;
  margin-top: 40px;
}

.faq-heading-12 {
  direction: ltr;
  color: #010b15;
  text-align: left;
  text-transform: none;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

._7-dni-w-tygodniu-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.slide-147 {
  text-align: center;
  object-fit: fill;
  background-image: url('../images/MAX-Martin_PRO_April_Kato_2023_social-media-1944-1024x683.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.footer-block-two-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  display: flex;
}

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

.bold-text-78 {
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Oswald, sans-serif;
  font-weight: 700;
}

.bold-text-78.syliwa {
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 0%, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
}

.slide-148 {
  background-image: url('../images/MatiMassimo_PRO_March_KATO_2023-6849-1.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
}

.text-block-82 {
  font-size: 14px;
}

.container-37 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  display: block;
}

.heading-102 {
  text-align: center;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 20px;
  margin-bottom: 25px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  position: relative;
  top: auto;
  bottom: 15px;
}

.slide-149 {
  background-image: url('../images/DEEM_Maja_Lipiec_2020-4937-1024x683.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
}

.text-block-83 {
  color: #7f7f7f;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.heading-104 {
  text-align: center;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 20px;
  margin-bottom: 25px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  position: relative;
  top: auto;
  bottom: 15px;
}

.text-span-4 {
  color: #e61658;
}

.navbar-wrapper-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-primary-58 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-58:hover {
  color: #fff;
  background-color: #e61658;
}

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

.button-primary-58.top {
  text-align: center;
  width: 150px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.button-primary-58.top:hover {
  aspect-ratio: auto;
  object-fit: fill;
}

.close-popup-5 {
  position: absolute;
  inset: 0%;
}

.bold-text-81 {
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Oswald, sans-serif;
  font-weight: 700;
}

.bold-text-81.syliwa {
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 0%, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
}

._7-dni-w-tygodniu-3 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.grid-4 {
  grid-column-gap: 8px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  place-items: center;
  width: 942px;
  margin-left: 0;
  margin-right: 0;
  display: grid;
  position: relative;
  left: 0;
  right: 0;
}

.margin-bottom-24px-21 {
  direction: ltr;
  text-transform: none;
  margin-bottom: 24px;
  padding-top: 10px;
  font-family: Lato, sans-serif;
  line-height: 25px;
}

.heading-105 {
  opacity: 1;
  text-align: left;
  text-transform: uppercase;
  overflow-wrap: normal;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: normal;
  background-color: #e61658;
  background-image: linear-gradient(90deg, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
  flex: 0 auto;
  order: 0;
  align-self: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  display: block;
  position: relative;
  top: 0;
}

.heading-105.pop {
  align-self: center;
  font-size: 20px;
}

.faq-heading-13 {
  direction: ltr;
  color: #010b15;
  text-align: left;
  text-transform: none;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.footer-block-two-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  display: flex;
}

.navbar-no-shadow-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 942px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
}

.image-147 {
  text-align: left;
  vertical-align: middle;
  max-width: 100%;
}

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

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

.shadow-two-21.mobile {
  text-align: left;
  -webkit-text-fill-color: inherit;
  vertical-align: baseline;
  background-color: #fcfcfc;
  background-clip: border-box;
  border-radius: 20px;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 200px;
  max-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

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

.container-38 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  display: block;
}

.text-block-85 {
  font-size: 14px;
}

.text-block-86 {
  color: #7f7f7f;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.slide-150 {
  opacity: 1;
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: url('../images/RafaMAX_SOCIAL-MEDIA-RES_WorldCup_KATO_2022-2559-1024x683.jpg');
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  border: 1px #fff;
  border-radius: 20px;
}

.heading-106 {
  display: block;
}

.heading-107 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 20px;
  margin-bottom: 25px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  position: relative;
  top: auto;
  bottom: 15px;
}

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

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

.gallery-wrapper-14 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.hero-split-35 {
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  max-width: 46%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.slide-151 {
  background-image: url('../images/MatiMassimo_PRO_March_KATO_2023-6849-1.jpg');
  background-position: 50% 100%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 20px;
}

.slide-152 {
  text-align: center;
  object-fit: fill;
  background-image: url('../images/MAX-Martin_PRO_April_Kato_2023_social-media-1944-1024x683.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.slide-153 {
  background-image: url('../images/DEEM_Maja_Lipiec_2020-4937-1024x683.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
}

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

.slide-154 {
  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;
}

.text-block-87 {
  text-transform: none;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.footer-wrapper-two-3 {
  justify-content: space-between;
  align-items: flex-start;
  line-height: 15px;
  display: flex;
}

.image-149 {
  display: none;
}

.image-150 {
  border-radius: 20px;
  margin-top: 40px;
}

.slide-155 {
  background-color: #fff;
  background-image: url('../images/RafaMAX_SOCIAL-MEDIA-RES_WorldCup_KATO_2022-3387-1024x619.jpg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  border-style: none;
  border-width: 1px;
  border-radius: 20px;
}

.slide-156 {
  text-align: center;
  object-fit: fill;
  background-image: url('../images/MAX-Martin_PRO_April_Kato_2023_social-media-1944-1024x683.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.button-primary-59 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-59:hover {
  color: #fff;
  background-color: #e61658;
}

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

.button-primary-59.top {
  text-align: center;
  width: 150px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.button-primary-59.top:hover {
  aspect-ratio: auto;
  object-fit: fill;
}

.close-popup-6 {
  position: absolute;
  inset: 0%;
}

.bold-text-86 {
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Oswald, sans-serif;
  font-weight: 700;
}

.bold-text-86.syliwa {
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 0%, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
}

._7-dni-w-tygodniu-4 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.grid-5 {
  grid-column-gap: 8px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  place-items: center;
  width: 942px;
  margin-left: 0;
  margin-right: 0;
  display: grid;
  position: relative;
  left: 0;
  right: 0;
}

.margin-bottom-24px-22 {
  direction: ltr;
  text-transform: none;
  margin-bottom: 24px;
  padding-top: 10px;
  font-family: Lato, sans-serif;
  line-height: 25px;
}

.navbar-no-shadow-container-3 {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 942px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
}

.image-152 {
  text-align: left;
  vertical-align: middle;
  max-width: 100%;
}

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

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

.shadow-two-22.mobile {
  text-align: left;
  -webkit-text-fill-color: inherit;
  vertical-align: baseline;
  background-color: #fcfcfc;
  background-clip: border-box;
  border-radius: 20px;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 200px;
  max-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.popup-container-5 {
  background-color: #e9e9e9;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 20px;
  margin-right: 20px;
  padding: 38px;
  position: relative;
}

.slide-157 {
  background-image: url('../images/DEEM_Maja_Lipiec_2020-4937-1024x683.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
}

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

.container-39 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  display: block;
}

.text-block-88 {
  font-size: 14px;
}

.text-block-89 {
  color: #7f7f7f;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.slide-158 {
  background-color: #fff;
  background-image: url('../images/RafaMAX_SOCIAL-MEDIA-RES_WorldCup_KATO_2022-3387-1024x619.jpg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  border-style: none;
  border-width: 1px;
  border-radius: 20px;
}

.heading-111 {
  display: block;
}

.heading-112 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 20px;
  margin-bottom: 25px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  position: relative;
  top: auto;
  bottom: 15px;
}

.choose-2 {
  margin-top: 40px;
  margin-bottom: 60px;
}

.choose-2.package {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 220px;
  display: flex;
}

.slide-159 {
  background-image: url('../images/MatiMassimo_PRO_March_KATO_2023-6849-1.jpg');
  background-position: 50% 100%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 20px;
}

.popup-7 {
  z-index: 10;
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

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

.slide-160 {
  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;
}

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

.gallery-wrapper-15 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.hero-split-37 {
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  max-width: 46%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.heading-114 {
  opacity: 1;
  text-align: left;
  text-transform: uppercase;
  overflow-wrap: normal;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: normal;
  background-color: #e61658;
  background-image: linear-gradient(90deg, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
  flex: 0 auto;
  order: 0;
  align-self: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  display: block;
  position: relative;
  top: 0;
}

.heading-114.pop {
  align-self: center;
  font-size: 20px;
}

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

.text-block-91 {
  text-transform: none;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.image-154 {
  display: none;
}

.slide-161 {
  opacity: 1;
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: url('../images/RafaMAX_SOCIAL-MEDIA-RES_WorldCup_KATO_2022-2559-1024x683.jpg');
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  border: 1px #fff;
  border-radius: 20px;
}

.image-155 {
  border-radius: 20px;
  margin-top: 40px;
}

.image-156 {
  display: none;
}

.close-popup-7 {
  position: absolute;
  inset: 0%;
}

.bold-text-89 {
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Oswald, sans-serif;
  font-weight: 700;
}

.bold-text-89.syliwa {
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 0%, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
}

._7-dni-w-tygodniu-5 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.slide-162 {
  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;
}

.margin-bottom-24px-23 {
  direction: ltr;
  text-transform: none;
  margin-bottom: 24px;
  padding-top: 10px;
  font-family: Lato, sans-serif;
  line-height: 25px;
}

.heading-115 {
  opacity: 1;
  text-align: left;
  text-transform: uppercase;
  overflow-wrap: normal;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: normal;
  background-color: #e61658;
  background-image: linear-gradient(90deg, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
  flex: 0 auto;
  order: 0;
  align-self: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  display: block;
  position: relative;
  top: 0;
}

.heading-115.pop {
  align-self: center;
  font-size: 20px;
}

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

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

.shadow-two-23.mobile {
  text-align: left;
  -webkit-text-fill-color: inherit;
  vertical-align: baseline;
  background-color: #fcfcfc;
  background-clip: border-box;
  border-radius: 20px;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 200px;
  max-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.image-158 {
  display: none;
}

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

.container-40 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  display: block;
}

.text-block-93 {
  font-size: 14px;
}

.button-primary-60 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-60:hover {
  color: #fff;
  background-color: #e61658;
}

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

.slide-163 {
  background-image: url('../images/DEEM_Maja_Lipiec_2020-4937-1024x683.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
}

.text-block-94 {
  color: #7f7f7f;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.slide-164 {
  opacity: 1;
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: url('../images/RafaMAX_SOCIAL-MEDIA-RES_WorldCup_KATO_2022-2559-1024x683.jpg');
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  border: 1px #fff;
  border-radius: 20px;
}

.heading-116 {
  display: block;
}

.popup-container-6 {
  background-color: #e9e9e9;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 20px;
  margin-right: 20px;
  padding: 38px;
  display: flex;
  position: relative;
}

.grid-6 {
  grid-column-gap: 8px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .25fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  place-items: center;
  width: 942px;
  margin-left: 0;
  margin-right: 0;
  display: grid;
  position: relative;
  left: 0;
  right: 0;
}

.heading-117 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 20px;
  margin-bottom: 25px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  position: relative;
  top: auto;
  bottom: 15px;
}

.image-159 {
  text-align: left;
  vertical-align: middle;
  max-width: 100%;
}

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

.button-primary-61 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-61:hover {
  color: #fff;
  background-color: #e61658;
}

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

.button-primary-61.top {
  text-align: center;
  width: 150px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.button-primary-61.top:hover {
  aspect-ratio: auto;
  object-fit: fill;
}

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

.gallery-wrapper-16 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.image-160 {
  text-align: left;
  vertical-align: middle;
  max-width: 100%;
}

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

.hero-split-40 {
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  max-width: 46%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

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

.slide-165 {
  background-color: #fff;
  background-image: url('../images/RafaMAX_SOCIAL-MEDIA-RES_WorldCup_KATO_2022-3387-1024x619.jpg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  border-style: none;
  border-width: 1px;
  border-radius: 20px;
}

.image-162 {
  border: 1px solid #000;
}

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

.navbar-wrapper-3 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-95 {
  text-transform: none;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.slide-166 {
  text-align: center;
  object-fit: fill;
  background-image: url('../images/MAX-Martin_PRO_April_Kato_2023_social-media-1944-1024x683.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.image-163 {
  border-radius: 20px;
  margin-top: 40px;
}

.image-164 {
  border: 1px solid #000;
}

.slide-167 {
  background-image: url('../images/MatiMassimo_PRO_March_KATO_2023-6849-1.jpg');
  background-position: 50% 100%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 20px;
}

.margin-bottom-24px-24 {
  direction: ltr;
  text-transform: none;
  margin-bottom: 24px;
  padding-top: 10px;
  font-family: Lato, sans-serif;
  line-height: 25px;
}

.heading-120 {
  opacity: 1;
  text-align: left;
  text-transform: uppercase;
  overflow-wrap: normal;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: normal;
  background-color: #e61658;
  background-image: linear-gradient(90deg, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
  flex: 0 auto;
  order: 0;
  align-self: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  display: block;
  position: relative;
  top: 0;
}

.heading-120.pop {
  align-self: center;
  font-size: 20px;
}

.image-165 {
  text-align: left;
  vertical-align: middle;
  max-width: 100%;
}

.image-166 {
  border: 1px solid #000;
}

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

.image-167 {
  border-radius: 20px;
  margin-top: 40px;
}

.why-is-it-worth-it {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(#969696bf, #969696bf), url('../images/bg-1-1200x630.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 0;
  margin-bottom: 0;
  padding: 60px 0 20px;
}

.slide-168 {
  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;
}

.close-popup-8 {
  position: absolute;
  inset: 0%;
}

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

.button-primary-62 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-62:hover {
  color: #fff;
  background-color: #e61658;
}

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

.grid-7 {
  grid-column-gap: 8px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .25fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  place-items: center;
  width: 942px;
  margin-left: 0;
  margin-right: 0;
  display: grid;
  position: relative;
  left: 0;
  right: 0;
}

.text-block-96 {
  font-size: 14px;
}

.navbar-wrapper-4 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.slide-169 {
  background-image: url('../images/DEEM_Maja_Lipiec_2020-4937-1024x683.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
}

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

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

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

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

.shadow-two-24.mobile {
  text-align: left;
  -webkit-text-fill-color: inherit;
  vertical-align: baseline;
  background-color: #fcfcfc;
  background-clip: border-box;
  border-radius: 20px;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 200px;
  max-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.button-primary-63 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-63:hover {
  color: #fff;
  background-color: #e61658;
}

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

.button-primary-63.top {
  text-align: center;
  width: 150px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.button-primary-63.top:hover {
  aspect-ratio: auto;
  object-fit: fill;
}

.slide-170 {
  opacity: 1;
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: url('../images/RafaMAX_SOCIAL-MEDIA-RES_WorldCup_KATO_2022-2559-1024x683.jpg');
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  border: 1px #fff;
  border-radius: 20px;
}

.text-block-98 {
  text-transform: none;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.heading-122 {
  display: block;
}

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

.container-41 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  display: block;
}

.text-block-99 {
  color: #7f7f7f;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.heading-124 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 20px;
  margin-bottom: 25px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  position: relative;
  top: auto;
  bottom: 15px;
}

.button-primary-64 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-64:hover {
  color: #fff;
  background-color: #e61658;
}

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

.image-169 {
  display: none;
}

.image-170 {
  border: 1px solid #000;
}

.bold-text-95 {
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Oswald, sans-serif;
  font-weight: 700;
}

.bold-text-95.syliwa {
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 0%, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
}

.slide-171 {
  background-image: url('../images/MatiMassimo_PRO_March_KATO_2023-6849-1.jpg');
  background-position: 50% 100%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 20px;
}

.slide-172 {
  background-color: #fff;
  background-image: url('../images/RafaMAX_SOCIAL-MEDIA-RES_WorldCup_KATO_2022-3387-1024x619.jpg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  border-style: none;
  border-width: 1px;
  border-radius: 20px;
}

.slide-173 {
  text-align: center;
  object-fit: fill;
  background-image: url('../images/MAX-Martin_PRO_April_Kato_2023_social-media-1944-1024x683.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.image-171 {
  text-align: left;
  vertical-align: middle;
  max-width: 100%;
}

.gallery-wrapper-17 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

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

.title-card {
  border: 1px solid var(--flyspot);
  background-color: var(--flyspot);
  border-radius: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.title-card._2 {
  background-color: var(--grey);
  border-style: none;
  margin-bottom: 10px;
}

.heading-125 {
  text-align: center;
  margin-top: 0;
}

.heading-125.title, .heading-125.hrs {
  margin-bottom: 0;
}

.price {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.town {
  margin-top: 0;
  margin-bottom: 0;
}

.card-list {
  font-family: Lato, sans-serif;
}

.card-list.red {
  color: var(--flyspot);
  text-align: center;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  justify-content: center;
  align-items: center;
}

.card-list.white {
  color: var(--flyspot);
}

.border-card {
  border: 1px solid var(--flyspot);
  border-radius: 20px;
  padding: 10px 12px;
}

.border-card._2 {
  width: 50%;
}

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

.grid-exc._2 {
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  place-items: center stretch;
  display: flex;
}

.container-exchange {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.center-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-extrats {
  margin-top: 100px;
  margin-bottom: 40px;
}

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

.celebrate {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.independence {
  margin-bottom: 20px;
}

.bold-text-96 {
  color: var(--flyspot);
}

.text.gr, .bold-text-97, .bold-text-98 {
  text-transform: lowercase;
}

._5-10h {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: stretch center;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.text-block-100 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.text-block-101 {
  font-family: Lato, sans-serif;
}

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

.image-173 {
  border-radius: 20px;
}

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

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

.image-175 {
  border-radius: 20px;
}

.div-block-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

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

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

.bold-text-99 {
  margin-left: auto;
  margin-right: auto;
}

.unsplash-image {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .header-top-content {
    margin-left: auto;
    margin-right: auto;
  }

  .heading {
    justify-content: center;
    align-items: center;
    font-size: 2.3rem;
  }

  .heading._2 {
    font-size: 2.3rem;
  }

  .impact-item-content {
    grid-column-gap: 1.7rem;
    grid-row-gap: 1.7rem;
    grid-template-rows: auto auto;
    grid-template-columns: .25fr .25fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .impact-namber {
    top: 78px;
  }

  .service-image-wrapper {
    width: 70%;
  }

  .bold-text {
    font-size: 2.8rem;
    position: relative;
    top: -20px;
  }

  .link-lp {
    width: 70%;
  }

  .headings {
    width: auto;
  }

  .img, .img._2, .img._3 {
    display: none;
  }

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

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

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

  .background-video-2 {
    object-fit: none;
    width: auto;
    height: 340px;
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .image-21 {
    margin-left: 20px;
    padding-left: 0;
  }

  .kontener-discover-all-inclusive {
    max-width: 728px;
  }

  .navbar-no-shadow-container {
    padding-left: 20px;
    padding-right: 40px;
  }

  .margin-bottom-24px-2 {
    text-align: left;
    align-self: flex-start;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .galeria-zdj {
    padding-top: 0;
  }

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

  .wbs-faq {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

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

  .hero-split-2 {
    justify-content: center;
    align-self: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .shadow-two-2.mobile {
    align-self: center;
  }

  .links {
    vertical-align: baseline;
    justify-content: center;
    align-items: center;
    display: inline-flex;
  }

  .image-23 {
    margin-left: 20px;
    padding-left: 0;
  }

  .why-is-worht-it {
    padding-top: 5px;
    padding-bottom: 0;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .wbs-accordion-3 {
    width: 100%;
  }

  .become-part {
    padding-top: 5rem;
    padding-bottom: 0;
  }

  .wbs-feature-4 {
    grid-template-columns: 1fr 1fr;
    margin-bottom: -70px;
  }

  .bold-text-12.syliwa {
    text-align: center;
    vertical-align: baseline;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    left: auto;
    right: auto;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: -40px;
  }

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

  .gallery-slider-right-2 {
    right: -20px;
  }

  .gallery-slider-left-2 {
    left: -20px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-wrapper.grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

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

  .contact {
    padding-top: 0;
  }

  .text-block-9.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;
  }

  .image-24 {
    margin-left: 20px;
    padding-left: 0;
  }

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

  .hero-split-3 {
    justify-content: center;
    align-self: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .shadow-two-3.mobile {
    align-self: center;
  }

  .image-28 {
    margin-left: 20px;
    padding-left: 0;
  }

  .bold-text-16.syliwa {
    text-align: center;
    vertical-align: baseline;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    left: auto;
    right: auto;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: -40px;
  }

  .text-block-14.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;
  }

  .hero-split-4 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .dropdown-toggle-4 {
    width: 90px;
  }

  .faq {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .text-block-15.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;
  }

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

  .heading-18 {
    align-self: auto;
  }

  .shadow-two-4.mobile {
    align-self: center;
  }

  .why-is-it-worht-it {
    padding-top: 5px;
    padding-bottom: 0;
  }

  .image-31 {
    margin-left: 20px;
    padding-left: 0;
  }

  .hero-wrapper-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: -40px;
  }

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

  .bold-text-22.syliwa {
    text-align: center;
    vertical-align: baseline;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    left: auto;
    right: auto;
  }

  .hero-split-5 {
    justify-content: center;
    align-self: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .image-34 {
    margin-left: 20px;
    padding-left: 0;
  }

  .hero-wrapper-5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

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

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

  .text-block-19 {
    align-self: center;
  }

  .hero-split-6 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .dropdown-toggle-6 {
    width: 90px;
  }

  .text-block-20.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;
  }

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

  .heading-23 {
    align-self: auto;
  }

  .image-39 {
    margin-left: 20px;
    padding-left: 0;
  }

  .hero-wrapper-6 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: -40px;
  }

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

  .bold-text-27.syliwa {
    text-align: center;
    vertical-align: baseline;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    left: auto;
    right: auto;
  }

  .hero-split-7 {
    justify-content: center;
    align-self: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .image-42 {
    margin-left: 20px;
    padding-left: 0;
  }

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

  .gallery-wrapper-4 {
    grid-template-columns: 1fr 1fr;
  }

  .text-block-24 {
    align-self: center;
  }

  .hero-split-8 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .dropdown-toggle-8 {
    width: 90px;
  }

  .text-block-25.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;
  }

  .heading-29 {
    align-self: auto;
  }

  .image-46 {
    margin-left: 20px;
    padding-left: 0;
  }

  .hero-wrapper-7 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: -40px;
  }

  .bold-text-32.syliwa {
    text-align: center;
    vertical-align: baseline;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    left: auto;
    right: auto;
  }

  .hero-split-9 {
    justify-content: center;
    align-self: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .image-48 {
    margin-left: 20px;
    padding-left: 0;
  }

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

  .gallery-wrapper-5 {
    grid-template-columns: 1fr 1fr;
  }

  .hero-split-10 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .dropdown-toggle-10 {
    width: 90px;
  }

  .text-block-29.heading-2, .text-block-29.heading-7, .text-block-29.heading-7, .text-block-29.heading-2, .text-block-29.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;
  }

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

  .heading-35 {
    align-self: auto;
  }

  .image-53 {
    margin-left: 20px;
    padding-left: 0;
  }

  .hero-wrapper-8 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: -40px;
  }

  .bold-text-36.syliwa {
    text-align: center;
    vertical-align: baseline;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    left: auto;
    right: auto;
  }

  .hero-split-11 {
    justify-content: center;
    align-self: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .image-55 {
    margin-left: 20px;
    padding-left: 0;
  }

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

  .gallery-wrapper-6 {
    grid-template-columns: 1fr 1fr;
  }

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

  .dropdown-toggle-12 {
    width: 90px;
  }

  .heading-39 {
    align-self: auto;
  }

  .image-60 {
    margin-left: 20px;
    padding-left: 0;
  }

  .hero-wrapper-9 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: -40px;
  }

  .bold-text-40.syliwa {
    text-align: center;
    vertical-align: baseline;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    left: auto;
    right: auto;
  }

  .hero-split-12 {
    justify-content: center;
    align-self: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .image-63 {
    margin-left: 20px;
    padding-left: 0;
  }

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

  .gallery-wrapper-7 {
    grid-template-columns: 1fr 1fr;
  }

  .text-block-37 {
    align-self: center;
  }

  .dropdown-toggle-14 {
    width: 90px;
  }

  .heading-45 {
    align-self: auto;
  }

  .image-68 {
    margin-left: 20px;
    padding-left: 0;
  }

  .hero-wrapper-10 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: -40px;
  }

  .bold-text-43.syliwa {
    text-align: center;
    vertical-align: baseline;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    left: auto;
    right: auto;
  }

  .hero-split-13 {
    justify-content: center;
    align-self: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .image-71 {
    margin-left: 20px;
    padding-left: 0;
  }

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

  .gallery-wrapper-8 {
    grid-template-columns: 1fr 1fr;
  }

  .hero-split-14 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .text-block-43 {
    align-self: center;
  }

  .dropdown-toggle-16 {
    width: 90px;
  }

  .hero-split-15 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .heading-51 {
    align-self: auto;
  }

  .image-76 {
    margin-left: 20px;
    padding-left: 0;
  }

  .hero-wrapper-11 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: -40px;
  }

  .bold-text-46.syliwa {
    text-align: center;
    vertical-align: baseline;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    left: auto;
    right: auto;
  }

  .image-79 {
    margin-left: 20px;
    padding-left: 0;
  }

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

  .gallery-wrapper-9 {
    grid-template-columns: 1fr 1fr;
  }

  .hero-split-16 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .text-block-47 {
    align-self: center;
  }

  .dropdown-toggle-18 {
    width: 90px;
  }

  .hero-split-17 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .heading-57 {
    align-self: auto;
  }

  .image-84 {
    margin-left: 20px;
    padding-left: 0;
  }

  .margin-bottom-24px-12 {
    text-align: left;
    align-self: flex-start;
  }

  .hero-wrapper-12 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: -40px;
  }

  .bold-text-49.syliwa {
    text-align: center;
    vertical-align: baseline;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    left: auto;
    right: auto;
  }

  .image-87 {
    margin-left: 20px;
    padding-left: 0;
  }

  .hero-split-18 {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .gallery-wrapper-10 {
    grid-template-columns: 1fr 1fr;
  }

  .text-block-51 {
    align-self: center;
  }

  .dropdown-toggle-20 {
    width: 90px;
  }

  .hero-split-19 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .heading-63 {
    align-self: auto;
  }

  .image-92 {
    margin-left: 20px;
    padding-left: 0;
  }

  .margin-bottom-24px-13 {
    text-align: left;
    align-self: flex-start;
  }

  .hero-wrapper-13 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: -40px;
  }

  .bold-text-52.syliwa {
    text-align: center;
    vertical-align: baseline;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    left: auto;
    right: auto;
  }

  .image-95 {
    margin-left: 20px;
    padding-left: 0;
  }

  .hero-split-20 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-22, .container-23 {
    max-width: 728px;
  }

  .gallery-wrapper-11 {
    grid-template-columns: 1fr 1fr;
  }

  .text-block-55 {
    align-self: center;
  }

  .dropdown-toggle-22 {
    width: 90px;
  }

  .hero-split-21 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .heading-69 {
    align-self: auto;
  }

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

  .shadow-two-14.mobile {
    align-self: center;
  }

  .image-100 {
    margin-left: 20px;
    padding-left: 0;
  }

  .margin-bottom-24px-14 {
    text-align: left;
    align-self: flex-start;
  }

  .hero-wrapper-14 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: -40px;
  }

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

  .bold-text-55.syliwa {
    text-align: center;
    vertical-align: baseline;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    left: auto;
    right: auto;
  }

  .hero-split-22 {
    justify-content: center;
    align-self: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .image-103 {
    margin-left: 20px;
    padding-left: 0;
  }

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

  .gallery-wrapper-12 {
    grid-template-columns: 1fr 1fr;
  }

  .text-block-59 {
    align-self: center;
  }

  .image-106 {
    margin-left: 20px;
    padding-left: 0;
  }

  .margin-bottom-24px-15 {
    text-align: left;
    align-self: flex-start;
  }

  .hero-split-23 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .text-block-60 {
    align-self: center;
  }

  .hero-split-24 {
    justify-content: center;
    align-self: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .shadow-two-15.mobile {
    align-self: center;
  }

  .image-110 {
    margin-left: 20px;
    padding-left: 0;
  }

  .bold-text-61.syliwa {
    text-align: center;
    vertical-align: baseline;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    left: auto;
    right: auto;
  }

  .hero-wrapper-15 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: -40px;
  }

  .image-113 {
    margin-left: 20px;
    padding-left: 0;
  }

  .margin-bottom-24px-16 {
    text-align: left;
    align-self: flex-start;
  }

  .hero-split-25 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .text-block-64 {
    align-self: center;
  }

  .hero-split-26 {
    justify-content: center;
    align-self: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .shadow-two-16.mobile {
    align-self: center;
  }

  .image-117 {
    margin-left: 20px;
    padding-left: 0;
  }

  .bold-text-64.syliwa {
    text-align: center;
    vertical-align: baseline;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    left: auto;
    right: auto;
  }

  .hero-wrapper-16 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: -40px;
  }

  .dropdown-toggle-27 {
    width: 90px;
  }

  .bold-text-65.syliwa {
    text-align: center;
    vertical-align: baseline;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    left: auto;
    right: auto;
  }

  .shadow-two-17.mobile {
    align-self: center;
  }

  .gallery-wrapper-13 {
    grid-template-columns: 1fr 1fr;
  }

  .margin-bottom-24px-17 {
    text-align: left;
    align-self: flex-start;
  }

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

  .heading-85 {
    align-self: auto;
  }

  .text-block-68 {
    align-self: center;
  }

  .hero-split-27 {
    justify-content: center;
    align-self: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .image-124 {
    margin-left: 20px;
    padding-left: 0;
  }

  .hero-wrapper-17 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: -40px;
  }

  .dropdown-toggle-29 {
    width: 90px;
  }

  .image-125 {
    margin-left: 20px;
    padding-left: 0;
  }

  .bold-text-68.syliwa {
    text-align: center;
    vertical-align: baseline;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    left: auto;
    right: auto;
  }

  .shadow-two-18.mobile {
    align-self: center;
  }

  .margin-bottom-24px-18 {
    text-align: left;
    align-self: flex-start;
  }

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

  .heading-89 {
    align-self: auto;
  }

  .text-block-72 {
    align-self: center;
  }

  .hero-split-28 {
    justify-content: center;
    align-self: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .image-131 {
    margin-left: 20px;
    padding-left: 0;
  }

  .hero-wrapper-18 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: -40px;
  }

  .dropdown-toggle-31 {
    width: 90px;
  }

  .image-132 {
    margin-left: 20px;
    padding-left: 0;
  }

  .dropdown-toggle-32 {
    width: 90px;
  }

  .hero-split-29 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .heading-91 {
    align-self: auto;
  }

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

  .shadow-two-19.mobile {
    align-self: center;
  }

  .image-136 {
    margin-left: 20px;
    padding-left: 0;
  }

  .margin-bottom-24px-19 {
    text-align: left;
    align-self: flex-start;
  }

  .hero-wrapper-19 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: -40px;
  }

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

  .bold-text-74.syliwa {
    text-align: center;
    vertical-align: baseline;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    left: auto;
    right: auto;
  }

  .hero-split-30 {
    justify-content: center;
    align-self: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .image-139 {
    margin-left: 20px;
    padding-left: 0;
  }

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

  .text-block-79 {
    align-self: center;
  }

  .image-141 {
    margin-left: 20px;
    padding-left: 0;
  }

  .hero-split-31 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .heading-97 {
    align-self: auto;
  }

  .hero-split-32 {
    justify-content: center;
    align-self: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .wbs-section-2 {
    padding-top: 5px;
    padding-bottom: 0;
  }

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

  .heading-98 {
    align-self: auto;
  }

  .footer-wrapper-two-2 {
    flex-wrap: wrap;
  }

  .shadow-two-20.mobile {
    align-self: center;
  }

  .dropdown-toggle-35 {
    width: 90px;
  }

  .hero-heading-left {
    padding-top: 0;
  }

  .margin-bottom-24px-20 {
    text-align: left;
    align-self: flex-start;
  }

  .hero-wrapper-20 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: -40px;
  }

  .bold-text-78.syliwa {
    text-align: center;
    vertical-align: baseline;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    left: auto;
    right: auto;
  }

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

  .text-block-83 {
    align-self: center;
  }

  .bold-text-81.syliwa {
    text-align: center;
    vertical-align: baseline;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    left: auto;
    right: auto;
  }

  .margin-bottom-24px-21 {
    text-align: left;
    align-self: flex-start;
  }

  .image-147 {
    margin-left: 20px;
    padding-left: 0;
  }

  .hero-wrapper-21 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: -40px;
  }

  .shadow-two-21.mobile {
    align-self: center;
  }

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

  .text-block-86 {
    align-self: center;
  }

  .hero-split-34 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .gallery-wrapper-14 {
    grid-template-columns: 1fr 1fr;
  }

  .hero-split-35 {
    justify-content: center;
    align-self: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .footer-wrapper-two-3 {
    flex-wrap: wrap;
  }

  .bold-text-86.syliwa {
    text-align: center;
    vertical-align: baseline;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    left: auto;
    right: auto;
  }

  .margin-bottom-24px-22 {
    text-align: left;
    align-self: flex-start;
  }

  .image-152 {
    margin-left: 20px;
    padding-left: 0;
  }

  .hero-wrapper-22 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: -40px;
  }

  .shadow-two-22.mobile {
    align-self: center;
  }

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

  .text-block-89 {
    align-self: center;
  }

  .hero-split-36 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .gallery-wrapper-15 {
    grid-template-columns: 1fr 1fr;
  }

  .hero-split-37 {
    justify-content: center;
    align-self: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .bold-text-89.syliwa {
    text-align: center;
    vertical-align: baseline;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    left: auto;
    right: auto;
  }

  .margin-bottom-24px-23 {
    text-align: left;
    align-self: flex-start;
  }

  .hero-wrapper-23 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: -40px;
  }

  .shadow-two-23.mobile {
    align-self: center;
  }

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

  .text-block-94 {
    align-self: center;
  }

  .grid-6 {
    grid-template-columns: .5fr 1fr .25fr .25fr;
  }

  .image-159 {
    margin-left: 20px;
    padding-left: 0;
  }

  .hero-split-39 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .gallery-wrapper-16 {
    grid-template-columns: 1fr 1fr;
  }

  .image-160 {
    margin-left: 20px;
    padding-left: 0;
  }

  .hero-split-40 {
    justify-content: center;
    align-self: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-split-41 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .dropdown-toggle-37 {
    width: 90px;
  }

  .margin-bottom-24px-24 {
    text-align: left;
    align-self: flex-start;
  }

  .image-165 {
    margin-left: 20px;
    padding-left: 0;
  }

  .why-is-it-worth-it {
    padding-top: 5px;
    padding-bottom: 0;
  }

  .hero-split-42 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .grid-7 {
    grid-template-columns: .5fr 1fr .25fr .25fr;
  }

  .hero-wrapper-24 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: -40px;
  }

  .hero-split-43 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .shadow-two-24.mobile {
    align-self: center;
  }

  .dropdown-toggle-38 {
    width: 90px;
  }

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

  .text-block-99 {
    align-self: center;
  }

  .bold-text-95.syliwa {
    text-align: center;
    vertical-align: baseline;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    left: auto;
    right: auto;
  }

  .image-171 {
    margin-left: 20px;
    padding-left: 0;
  }

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

  .card-grid, .grid-exc, .grid-exc._2 {
    grid-template-columns: 1fr;
  }

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

@media screen and (max-width: 767px) {
  .heading, .heading._2 {
    font-size: 2rem;
  }

  .impact-item-content {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
    grid-template-rows: auto auto;
    grid-template-columns: .25fr .25fr;
    grid-auto-columns: 1fr;
  }

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

  .service-image-wrapper {
    width: 90%;
  }

  .bold-text {
    font-size: 1.9rem;
    top: -47px;
  }

  .link-lp {
    width: 90%;
  }

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

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

  .footer {
    margin-top: 60px;
  }

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

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

  .background-video-2 {
    aspect-ratio: auto;
    object-fit: none;
    height: 230px;
    margin-left: 40px;
    margin-right: 40px;
  }

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

  .wbs-feature-split-3-list, .image-21 {
    margin-left: 0;
  }

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

  .popup-container {
    width: 300px;
    height: auto;
    padding-left: 5px;
    padding-right: 5px;
  }

  .navbar-no-shadow-container {
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

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

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

  .galeria-zdj {
    padding: 100px 15px 0;
  }

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

  .hero-stack-2 {
    border-radius: 20px;
    padding: 60px 15px;
  }

  .wbs-faq {
    border-radius: 20px;
    padding: 2rem 2%;
  }

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

  .image-23 {
    margin-left: 0;
  }

  .why-is-worht-it, .become-part {
    padding: 2rem 2%;
  }

  .wbs-feature-4 {
    grid-template-columns: 1fr;
  }

  .popup-3 {
    display: none;
  }

  .hero-heading {
    padding: 60px 15px;
  }

  .wbs-heading-h4 {
    margin-left: 0;
  }

  .gallery-slider-right-2 {
    right: -20px;
  }

  .close-icon {
    top: 3%;
  }

  .gallery-slide-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slider-left-2 {
    left: -20px;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .grid-3 {
    text-align: left;
    align-self: center;
    left: 10px;
  }

  .contact {
    padding: 0 15px;
  }

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

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

  .image-24 {
    margin-left: 0;
  }

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

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

  .image-28 {
    margin-left: 0;
  }

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

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

  .faq {
    border-radius: 20px;
    padding: 2rem 2%;
  }

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

  .popup-container-3 {
    width: 300px;
    height: auto;
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .why-is-it-worht-it {
    padding: 2rem 2%;
  }

  .popup-4 {
    display: none;
  }

  .image-31, .image-34 {
    margin-left: 0;
  }

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

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

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

  .popup-container-4 {
    width: 300px;
    height: auto;
    padding-left: 5px;
    padding-right: 5px;
  }

  .image-39, .image-42 {
    margin-left: 0;
  }

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

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

  .image-46, .image-48 {
    margin-left: 0;
  }

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

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

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

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

  .image-53, .image-55 {
    margin-left: 0;
  }

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

  .image-60, .image-63, .image-68, .image-71, .image-76, .image-79, .image-84, .image-87, .image-92, .image-95, .image-100, .image-103, .image-106 {
    margin-left: 0;
  }

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

  .image-110 {
    margin-left: 0;
  }

  .popup-5 {
    display: none;
  }

  .image-113 {
    margin-left: 0;
  }

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

  .image-117, .image-124, .image-125, .image-131, .image-132 {
    margin-left: 0;
  }

  .popup-6 {
    display: none;
  }

  .image-136, .image-139, .image-141 {
    margin-left: 0;
  }

  .popup-2 {
    display: none;
  }

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

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .wbs-section-2 {
    padding: 2rem 2%;
  }

  .footer-wrapper-two-2 {
    flex-flow: column;
  }

  .hero-heading-left {
    padding: 0 15px;
  }

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

  .grid-4 {
    text-align: left;
    align-self: center;
    left: 10px;
  }

  .navbar-no-shadow-container-2 {
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .image-147 {
    margin-left: 0;
  }

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

  .grid-5 {
    text-align: left;
    align-self: center;
    left: 10px;
  }

  .navbar-no-shadow-container-3 {
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .image-152 {
    margin-left: 0;
  }

  .popup-container-5 {
    width: 300px;
    height: auto;
    padding-left: 5px;
    padding-right: 5px;
  }

  .popup-7 {
    display: none;
  }

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

  .popup-container-6 {
    width: 300px;
    height: auto;
    padding-left: 5px;
    padding-right: 5px;
  }

  .grid-6 {
    text-align: left;
    align-self: center;
    left: 10px;
  }

  .image-159, .image-160 {
    margin-left: 0;
  }

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

  .image-165 {
    margin-left: 0;
  }

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

  .why-is-it-worth-it {
    padding: 2rem 2%;
  }

  .grid-7 {
    text-align: left;
    align-self: center;
    left: 10px;
  }

  .image-171 {
    margin-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .header-top-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-items: center;
    display: grid;
  }

  .heading {
    line-height: 2.8rem;
  }

  .paragraph {
    font-size: 1rem;
    line-height: 1.8rem;
  }

  .background-video {
    aspect-ratio: 16 / 9;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .video {
    height: auto;
    margin-bottom: 60px;
  }

  .impact-item-content {
    grid-template-columns: .25fr;
  }

  .text-size-large {
    width: 12rem;
  }

  .cta {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .heading-2 {
    font-size: 1.2rem;
    line-height: 27px;
  }

  .services-right-content {
    display: none;
  }

  .bold-text {
    font-size: 2.6rem;
    top: -25px;
  }

  .button {
    width: 16rem;
  }

  .section-country {
    margin-top: 0;
  }

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

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

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

  .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 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: 16 / 9;
    object-fit: none;
    border-radius: 20px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin: 0 10px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: relative;
    inset: 0%;
    overflow: auto;
  }

  .image-22 {
    border: 1px solid #000;
    max-width: 100%;
  }

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

  .bold-text-10.town {
    text-align: center;
  }

  .wbs-feature-split-3-list {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    margin-left: 0;
    padding-top: 30px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .shadow-two {
    height: 250px;
    overflow: auto;
  }

  .image-21 {
    -webkit-text-fill-color: inherit;
    vertical-align: middle;
    background-clip: border-box;
    justify-content: flex-start;
    align-items: center;
    max-width: 70%;
    margin-right: auto;
    display: none;
    position: relative;
    left: 40px;
  }

  .team-member-name-two {
    font-family: Oswald, sans-serif;
  }

  .wbs-feature-4-item {
    padding: 20px;
  }

  .margin-bottom-24px {
    text-align: left;
  }

  .margin-bottom-24px.celebrate {
    font-size: 18px;
    line-height: 24px;
  }

  .kontener-discover-all-inclusive {
    max-width: none;
  }

  .container-regular {
    line-height: 20px;
  }

  .popup-container {
    display: block;
    top: auto;
  }

  .navbar-no-shadow-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    line-height: 20px;
    display: none;
  }

  .navbar-no-shadow-container.mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 0;
    display: grid;
  }

  .heading-3 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.7rem;
    line-height: 1.3em;
  }

  .choose {
    display: block;
  }

  .choose.package {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .image-7 {
    object-fit: cover;
    width: 100%;
    height: 200px;
    overflow: clip;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-copyright-2 {
    text-align: left;
    align-self: center;
  }

  .galeria-zdj {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .galeria-zdj.galery {
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .hero-stack-2 {
    border-radius: 0;
    padding-top: 20px;
  }

  .hero-wrapper-two {
    max-width: none;
  }

  .arrow-wrapper-2 {
    object-fit: fill;
    max-width: 100%;
  }

  .wbs-faq {
    border-radius: 0;
    padding: 20px;
  }

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

  .hero-split-2 {
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

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

  .slider-3 {
    height: 250px;
  }

  .footer-social-block-two-2 {
    text-align: left;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 20px;
    margin-left: -20px;
  }

  .bold-text-11 {
    text-align: left;
  }

  .shadow-two-2.mobile {
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: inline-flex;
  }

  .image-23 {
    -webkit-text-fill-color: inherit;
    vertical-align: middle;
    background-clip: border-box;
    justify-content: flex-start;
    align-items: center;
    max-width: 70%;
    margin-right: auto;
    display: none;
    position: relative;
    left: 40px;
  }

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

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

  .button-primary-6 {
    text-align: center;
    width: 250px;
  }

  .button-primary-6.top {
    box-sizing: border-box;
    text-align: center;
    object-fit: fill;
    flex-flow: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 180px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
    left: auto;
    overflow: visible;
  }

  .dropdown {
    width: 90px;
  }

  .slider-arrow-embed-2 {
    box-sizing: content-box;
    object-fit: fill;
    position: relative;
  }

  .slider-arrow-embed-2.galery {
    border-radius: 0;
  }

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

  .link-block-2 {
    display: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .link-block {
    left: 32px;
  }

  .become-part {
    padding: 0 0% 0;
  }

  .wbs-feature-4 {
    margin-bottom: -30px;
  }

  .popup-3 {
    display: none;
  }

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

  .bold-text-12.syliwa {
    text-align: left;
    vertical-align: baseline;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    left: auto;
    right: auto;
  }

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

  .button-primary-4 {
    align-self: center;
  }

  .hero-heading.text1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .hero-heading.text1.list {
    padding-top: 0;
  }

  .wbs-heading-h4 {
    text-align: left;
    margin-left: 0;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.7rem;
  }

  .wbs-heading-h4.card {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .wbs-heading-h4.exc, .wbs-heading-h4.title {
    text-align: center;
  }

  .wbs-container-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .gallery-slider-right-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .close-icon {
    z-index: 1;
    top: 3%;
  }

  .heading-4 {
    text-align: center;
    padding-left: 0;
    font-size: 1.7rem;
    line-height: 1.3em;
  }

  .heading-4._2 {
    text-align: left;
    border-radius: 0;
  }

  .faq-heading {
    padding-right: 20px;
  }

  .button-primary-3 {
    text-align: center;
    width: 250px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-wrapper {
    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;
    justify-content: space-between;
    align-items: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px;
    display: flex;
  }

  .du-a-galeria {
    padding-bottom: 0;
  }

  .footer-brand {
    align-self: center;
  }

  .image-20 {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    max-width: 40px;
    display: inline-flex;
    position: relative;
  }

  .dropdown-toggle {
    left: 14px;
  }

  .gallery-slider-left-2 {
    left: -20px;
  }

  .nav-menu {
    flex-direction: column;
  }

  .button-primary-5 {
    text-align: center;
    width: 250px;
  }

  .button-primary-5.top {
    box-sizing: border-box;
    text-align: center;
    object-fit: fill;
    flex-flow: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 180px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
    left: auto;
    overflow: visible;
  }

  .regular-text {
    align-self: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px;
  }

  .grid-3 {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr .75fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: center;
    place-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: grid;
    left: 5px;
  }

  .gallery-image-2 {
    width: auto;
    height: auto;
  }

  .gallery-image-2.img3 {
    height: 250px;
  }

  .contact {
    padding: 60px 5px;
  }

  .image-14 {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    max-width: 40px;
    display: inline-flex;
    position: relative;
  }

  .text-block-9.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-9.heading-2.mobile {
    margin-bottom: 30px;
    display: block;
  }

  .gallery-slide-wrapper-2 {
    max-width: 100%;
    margin-right: 0%;
  }

  .image-24 {
    -webkit-text-fill-color: inherit;
    vertical-align: middle;
    background-clip: border-box;
    justify-content: flex-start;
    align-items: center;
    max-width: 70%;
    margin-right: auto;
    display: none;
    position: relative;
    left: 40px;
  }

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

  .image-25 {
    object-fit: cover;
    width: 100%;
    height: 200px;
    overflow: clip;
  }

  .footer-copyright-3 {
    text-align: left;
    align-self: center;
  }

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

  .hero-split-3 {
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

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

  .bold-text-14 {
    text-align: left;
  }

  .shadow-two-3.mobile {
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: inline-flex;
  }

  .image-28 {
    -webkit-text-fill-color: inherit;
    vertical-align: middle;
    background-clip: border-box;
    justify-content: flex-start;
    align-items: center;
    max-width: 70%;
    margin-right: auto;
    display: none;
    position: relative;
    left: 40px;
  }

  .button-primary-7 {
    text-align: center;
    width: 250px;
  }

  .button-primary-7.top {
    box-sizing: border-box;
    text-align: center;
    object-fit: fill;
    flex-flow: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 180px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
    left: auto;
    overflow: visible;
  }

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

  .bold-text-16.syliwa {
    text-align: left;
    vertical-align: baseline;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    left: auto;
    right: auto;
  }

  .heading-14 {
    text-align: center;
    padding-left: 0;
    font-size: 1.7rem;
    line-height: 1.3em;
  }

  .heading-14._2 {
    text-align: left;
    border-radius: 0;
  }

  .button-primary-8 {
    text-align: center;
    width: 250px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-29 {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    max-width: 40px;
    display: inline-flex;
    position: relative;
  }

  .dropdown-toggle-3 {
    left: 14px;
  }

  .button-primary-9 {
    text-align: center;
    width: 250px;
  }

  .button-primary-9.top {
    box-sizing: border-box;
    text-align: center;
    object-fit: fill;
    flex-flow: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 180px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
    left: auto;
    overflow: visible;
  }

  .text-block-14.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-14.heading-2.mobile {
    margin-bottom: 30px;
    display: block;
  }

  .footer-copyright-4 {
    text-align: left;
    align-self: center;
  }

  .button-primary-10 {
    text-align: center;
    width: 250px;
  }

  .button-primary-10.top {
    box-sizing: border-box;
    text-align: center;
    object-fit: fill;
    text-align: center;
    object-fit: fill;
    flex-flow: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 200px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
    left: auto;
    overflow: visible;
  }

  .faq {
    border-radius: 0;
    padding: 20px;
  }

  .text-block-15.heading-2 {
    text-align: left;
    -webkit-text-stroke-width: 0px;
    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-15.heading-2.mobile {
    margin-bottom: 30px;
    display: block;
  }

  .margin-bottom-24px-4 {
    text-align: left;
  }

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

  .bold-text-20 {
    text-align: left;
  }

  .popup-container-3 {
    display: block;
  }

  .heading-18 {
    text-align: left;
    margin-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.7rem;
    line-height: 1.3em;
  }

  .dropdown-toggle-5 {
    left: 14px;
  }

  .shadow-two-4.mobile {
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: inline-flex;
  }

  .footer-brand-2 {
    align-self: flex-start;
  }

  .image-30 {
    object-fit: cover;
    width: 100%;
    height: 200px;
    overflow: clip;
  }

  .popup-4 {
    display: none;
  }

  .image-31 {
    -webkit-text-fill-color: inherit;
    vertical-align: middle;
    background-clip: border-box;
    justify-content: flex-start;
    align-items: center;
    max-width: 70%;
    margin-right: auto;
    display: none;
    position: relative;
    left: 40px;
  }

  .heading-19 {
    text-align: left;
    border-radius: 0;
    padding-left: 0;
    font-size: 1.7rem;
    line-height: 1.3em;
  }

  .faq-heading-2 {
    padding-right: 20px;
    line-height: 1.5;
  }

  .shadow-two-5 {
    height: 250px;
    overflow: auto;
  }

  .slide-26 {
    background-position: 50% 100%;
    background-size: cover;
  }

  .button-primary-11 {
    text-align: center;
    width: 250px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .image-33 {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    max-width: 40px;
    display: inline-flex;
    position: relative;
  }

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

  .bold-text-22.syliwa {
    text-align: left;
    vertical-align: baseline;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    left: auto;
    right: auto;
  }

  .hero-split-5 {
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

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

  .image-34 {
    -webkit-text-fill-color: inherit;
    vertical-align: middle;
    background-clip: border-box;
    justify-content: flex-start;
    align-items: center;
    max-width: 70%;
    margin-right: auto;
    display: none;
    position: relative;
    left: 40px;
  }

  .footer-light-2 {
    padding-top: 40px;
  }

  .image-35 {
    border: 1px solid #000;
    max-width: 100%;
  }

  .heading-7 {
    text-align: left;
    border-radius: 0;
    padding-left: 0;
    font-size: 1.7rem;
    line-height: 1.3em;
  }

  .heading-7.mobile {
    text-align: center;
    margin-bottom: 20px;
  }

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

  .gallery-wrapper-3 {
    grid-template-columns: 1fr;
    justify-content: center;
  }

  .text-block-19 {
    text-align: left;
  }

  .button-primary-12 {
    text-align: center;
    width: 250px;
  }

  .footer-copyright-5 {
    text-align: left;
    align-self: center;
  }

  .button-primary-13 {
    text-align: center;
    width: 250px;
  }

  .button-primary-13.top {
    box-sizing: border-box;
    text-align: center;
    object-fit: fill;
    text-align: center;
    object-fit: fill;
    flex-flow: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 200px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
    left: auto;
    overflow: visible;
  }

  .text-block-20.heading-2 {
    text-align: left;
    -webkit-text-stroke-width: 0px;
    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-20.heading-2.mobile {
    margin-bottom: 30px;
    display: block;
  }

  .margin-bottom-24px-5 {
    text-align: left;
  }

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

  .image-37 {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    max-width: 40px;
    display: inline-flex;
    position: relative;
  }

  .bold-text-25 {
    text-align: left;
  }

  .popup-container-4 {
    display: block;
  }

  .heading-23 {
    text-align: left;
    margin-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.7rem;
    line-height: 1.3em;
  }

  .dropdown-toggle-7 {
    left: 14px;
  }

  .footer-brand-3 {
    align-self: flex-start;
  }

  .image-38 {
    object-fit: cover;
    width: 100%;
    height: 200px;
    overflow: clip;
  }

  .image-39 {
    -webkit-text-fill-color: inherit;
    vertical-align: middle;
    background-clip: border-box;
    justify-content: flex-start;
    align-items: center;
    max-width: 70%;
    margin-right: auto;
    display: none;
    position: relative;
    left: 40px;
  }

  .heading-24 {
    text-align: left;
    border-radius: 0;
    padding-left: 0;
    font-size: 1.7rem;
    line-height: 1.3em;
  }

  .faq-heading-3 {
    padding-right: 20px;
    line-height: 1.5;
  }

  .shadow-two-6 {
    height: 250px;
    overflow: auto;
  }

  .button-primary-14 {
    text-align: center;
    width: 250px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .image-41 {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    max-width: 40px;
    display: inline-flex;
    position: relative;
  }

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

  .bold-text-27.syliwa {
    text-align: left;
    vertical-align: baseline;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    left: auto;
    right: auto;
  }

  .hero-split-7 {
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .image-42 {
    -webkit-text-fill-color: inherit;
    vertical-align: middle;
    background-clip: border-box;
    justify-content: flex-start;
    align-items: center;
    max-width: 70%;
    margin-right: auto;
    display: none;
    position: relative;
    left: 40px;
  }

  .heading-25 {
    text-align: left;
    border-radius: 0;
    padding-left: 0;
    font-size: 1.7rem;
    line-height: 1.3em;
  }

  .heading-25.mobile {
    text-align: center;
    margin-bottom: 20px;
  }

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

  .image-19 {
    border: 1px solid #000;
    max-width: 100%;
  }

  .gallery-wrapper-4 {
    grid-template-columns: 1fr;
    justify-content: center;
  }

  .text-block-24 {
    text-align: left;
  }

  .button-primary-15 {
    text-align: center;
    width: 250px;
  }

  .footer-copyright-6 {
    text-align: left;
    align-self: center;
  }

  .button-primary-16 {
    text-align: center;
    width: 250px;
  }

  .button-primary-16.top {
    box-sizing: border-box;
    text-align: center;
    object-fit: fill;
    text-align: center;
    object-fit: fill;
    flex-flow: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 200px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
    left: auto;
    overflow: visible;
  }

  .text-block-25.heading-2 {
    text-align: left;
    -webkit-text-stroke-width: 0px;
    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-25.heading-2.mobile {
    margin-bottom: 30px;
    display: block;
  }

  .margin-bottom-24px-6 {
    text-align: left;
  }

  .image-44 {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    max-width: 40px;
    display: inline-flex;
    position: relative;
  }

  .bold-text-30 {
    text-align: left;
  }

  .heading-29 {
    text-align: left;
    margin-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.7rem;
    line-height: 1.3em;
  }

  .dropdown-toggle-9 {
    left: 14px;
  }

  .footer-brand-4 {
    align-self: flex-start;
  }

  .image-45 {
    object-fit: cover;
    width: 100%;
    height: 200px;
    overflow: clip;
  }

  .button-primary-17 {
    text-align: center;
    width: 250px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-46 {
    -webkit-text-fill-color: inherit;
    vertical-align: middle;
    background-clip: border-box;
    justify-content: flex-start;
    align-items: center;
    max-width: 70%;
    margin-right: auto;
    display: none;
    position: relative;
    left: 40px;
  }

  .heading-30 {
    text-align: left;
    border-radius: 0;
    padding-left: 0;
    font-size: 1.7rem;
    line-height: 1.3em;
  }

  .faq-heading-4 {
    padding-right: 20px;
    line-height: 1.5;
  }

  .shadow-two-7 {
    height: 250px;
    overflow: auto;
  }

  .slide-42 {
    background-position: 50% 100%;
    background-size: cover;
  }

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

  .bold-text-32.syliwa {
    text-align: left;
    vertical-align: baseline;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    left: auto;
    right: auto;
  }

  .wbs-container-12 {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-split-9 {
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .image-48 {
    -webkit-text-fill-color: inherit;
    vertical-align: middle;
    background-clip: border-box;
    justify-content: flex-start;
    align-items: center;
    max-width: 70%;
    margin-right: auto;
    display: none;
    position: relative;
    left: 40px;
  }

  .image-49 {
    border: 1px solid #000;
    max-width: 100%;
  }

  .heading-31 {
    text-align: left;
    border-radius: 0;
    padding-left: 0;
    font-size: 1.7rem;
    line-height: 1.3em;
  }

  .heading-31.mobile {
    text-align: center;
    margin-bottom: 20px;
  }

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

  .image-51 {
    border: 1px solid #000;
    max-width: 100%;
  }

  .gallery-wrapper-5 {
    grid-template-columns: 1fr;
    justify-content: center;
  }

  .button-primary-18 {
    text-align: center;
    width: 250px;
  }

  .footer-copyright-7 {
    text-align: left;
    align-self: center;
  }

  .button-primary-19 {
    text-align: center;
    width: 250px;
  }

  .button-primary-19.top {
    box-sizing: border-box;
    text-align: center;
    object-fit: fill;
    text-align: center;
    object-fit: fill;
    flex-flow: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 200px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
    left: auto;
    overflow: visible;
  }

  .text-block-29.heading-2 {
    text-align: left;
    -webkit-text-stroke-width: 0px;
    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-29.heading-2 {
    text-align: left;
    -webkit-text-stroke-width: 0px;
    text-align: left;
    -webkit-text-stroke-width: 0px;
    text-align: left;
    -webkit-text-stroke-width: 0px;
    text-align: left;
    -webkit-text-stroke-width: 0px;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: 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-29.heading-7 {
    text-align: left;
    -webkit-text-stroke-width: 0px;
    text-align: left;
    -webkit-text-stroke-width: 0px;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: 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-29.heading-2 {
    text-align: left;
    -webkit-text-stroke-width: 0px;
    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-29.heading-2 {
    text-align: left;
    -webkit-text-stroke-width: 0px;
    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-29.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-29.heading-2.mobile {
    margin-bottom: 30px;
    display: block;
  }

  .text-block-29.heading-2 {
    text-align: left;
    -webkit-text-stroke-width: 0px;
    text-align: left;
    -webkit-text-stroke-width: 0px;
    justify-content: center;
    align-items: center;
    width: 180px;
    max-width: 200px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 20px;
    display: flex;
    position: static;
    left: 0;
    right: 0;
  }

  .margin-bottom-24px-7 {
    text-align: left;
  }

  .heading-35 {
    text-align: left;
    margin-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.7rem;
    line-height: 1.3em;
  }

  .dropdown-toggle-11 {
    left: 14px;
  }

  .footer-brand-5 {
    align-self: flex-start;
  }

  .image-52 {
    object-fit: cover;
    width: 100%;
    height: 200px;
    overflow: clip;
  }

  .button-primary-20 {
    text-align: center;
    width: 250px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-53 {
    -webkit-text-fill-color: inherit;
    vertical-align: middle;
    background-clip: border-box;
    justify-content: flex-start;
    align-items: center;
    max-width: 70%;
    margin-right: auto;
    display: none;
    position: relative;
    left: 40px;
  }

  .heading-36 {
    text-align: left;
    border-radius: 0;
    padding-left: 0;
    font-size: 1.7rem;
    line-height: 1.3em;
  }

  .faq-heading-5 {
    padding-right: 20px;
    line-height: 1.5;
  }

  .shadow-two-8 {
    height: 250px;
    overflow: auto;
  }

  .slide-49 {
    background-position: 50% 100%;
    background-size: cover;
  }

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

  .bold-text-36.syliwa {
    text-align: left;
    vertical-align: baseline;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    left: auto;
    right: auto;
  }

  .wbs-container-14 {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-split-11 {
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .image-55 {
    -webkit-text-fill-color: inherit;
    vertical-align: middle;
    background-clip: border-box;
    justify-content: flex-start;
    align-items: center;
    max-width: 70%;
    margin-right: auto;
    display: none;
    position: relative;
    left: 40px;
  }

  .image-56 {
    border: 1px solid #000;
    max-width: 100%;
  }

  .heading-37 {
    text-align: left;
    border-radius: 0;
    padding-left: 0;
    font-size: 1.7rem;
    line-height: 1.3em;
  }

  .heading-37.mobile {
    text-align: center;
    margin-bottom: 20px;
  }

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

  .image-58 {
    border: 1px solid #000;
    max-width: 100%;
  }

  .gallery-wrapper-6 {
    grid-template-columns: 1fr;
    justify-content: center;
  }

  .text-block-33 {
    text-align: left;
  }

  .button-primary-21 {
    text-align: center;
    width: 250px;
  }

  .footer-copyright-8 {
    text-align: left;
    align-self: center;
  }

  .button-primary-22 {
    text-align: center;
    width: 250px;
  }

  .button-primary-22.top {
    box-sizing: border-box;
    text-align: center;
    object-fit: fill;
    text-align: center;
    object-fit: fill;
    flex-flow: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 200px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
    left: auto;
    overflow: visible;
  }

  .shadow-two-9 {
    height: 250px;
    overflow: auto;
  }

  .margin-bottom-24px-8 {
    text-align: left;
  }

  .heading-39 {
    text-align: left;
    margin-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.7rem;
    line-height: 1.3em;
  }

  .dropdown-toggle-13 {
    left: 14px;
  }

  .footer-brand-6 {
    align-self: flex-start;
  }

  .image-59 {
    object-fit: cover;
    width: 100%;
    height: 200px;
    overflow: clip;
  }

  .image-60 {
    -webkit-text-fill-color: inherit;
    vertical-align: middle;
    background-clip: border-box;
    justify-content: flex-start;
    align-items: center;
    max-width: 70%;
    margin-right: auto;
    display: none;
    position: relative;
    left: 40px;
  }

  .heading-42 {
    text-align: left;
    border-radius: 0;
    padding-left: 0;
    font-size: 1.7rem;
    line-height: 1.3em;
  }

  .slide-55 {
    background-position: 50% 100%;
    background-size: cover;
  }

  .faq-heading-6 {
    padding-right: 20px;
    line-height: 1.5;
  }

  .button-primary-23 {
    text-align: center;
    width: 250px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-62 {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    max-width: 40px;
    display: inline-flex;
    position: relative;
  }

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

  .bold-text-40.syliwa {
    text-align: left;
    vertical-align: baseline;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    left: auto;
    right: auto;
  }

  .wbs-container-16 {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-split-12 {
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .image-63 {
    -webkit-text-fill-color: inherit;
    vertical-align: middle;
    background-clip: border-box;
    justify-content: flex-start;
    align-items: center;
    max-width: 70%;
    margin-right: auto;
    display: none;
    position: relative;
    left: 40px;
  }

  .image-64 {
    border: 1px solid #000;
    max-width: 100%;
  }

  .heading-43 {
    text-align: left;
    border-radius: 0;
    padding-left: 0;
    font-size: 1.7rem;
    line-height: 1.3em;
  }

  .heading-43.mobile {
    text-align: center;
    margin-bottom: 20px;
  }

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

  .image-66 {
    border: 1px solid #000;
    max-width: 100%;
  }

  .gallery-wrapper-7 {
    grid-template-columns: 1fr;
    justify-content: center;
  }

  .text-block-37 {
    text-align: left;
  }

  .button-primary-24, .button-primary-25 {
    text-align: center;
    width: 250px;
  }

  .button-primary-25.top {
    box-sizing: border-box;
    text-align: center;
    object-fit: fill;
    text-align: center;
    object-fit: fill;
    text-align: center;
    object-fit: fill;
    text-align: center;
    object-fit: fill;
    flex-flow: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 200px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
    left: auto;
    overflow: visible;
  }

  .margin-bottom-24px-9 {
    text-align: left;
  }

  .heading-45 {
    text-align: left;
    margin-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.7rem;
    line-height: 1.3em;
  }

  .shadow-two-10 {
    height: 250px;
    overflow: auto;
  }

  .image-67 {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    max-width: 40px;
    display: inline-flex;
    position: relative;
  }

  .dropdown-toggle-15 {
    left: 14px;
  }

  .footer-brand-7 {
    align-self: flex-start;
  }

  .image-68 {
    -webkit-text-fill-color: inherit;
    vertical-align: middle;
    background-clip: border-box;
    justify-content: flex-start;
    align-items: center;
    max-width: 70%;
    margin-right: auto;
    display: none;
    position: relative;
    left: 40px;
  }

  .heading-48 {
    text-align: left;
    border-radius: 0;
    padding-left: 0;
    font-size: 1.7rem;
    line-height: 1.3em;
  }

  .slide-65 {
    background-position: 50% 100%;
    background-size: cover;
  }

  .button-primary-26 {
    text-align: center;
    width: 250px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-70 {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    max-width: 40px;
    display: inline-flex;
    position: relative;
  }

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

  .bold-text-43.syliwa {
    text-align: left;
    vertical-align: baseline;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    left: auto;
    right: auto;
  }

  .wbs-container-18 {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-split-13 {
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .image-71 {
    -webkit-text-fill-color: inherit;
    vertical-align: middle;
    background-clip: border-box;
    justify-content: flex-start;
    align-items: center;
    max-width: 70%;
    margin-right: auto;
    display: none;
    position: relative;
    left: 40px;
  }

  .image-72 {
    border: 1px solid #000;
    max-width: 100%;
  }

  .heading-49 {
    text-align: left;
    border-radius: 0;
    padding-left: 0;
    font-size: 1.7rem;
    line-height: 1.3em;
  }

  .heading-49.mobile {
    text-align: center;
    margin-bottom: 20px;
  }

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

  .image-74 {
    border: 1px solid #000;
    max-width: 100%;
  }

  .gallery-wrapper-8 {
    grid-template-columns: 1fr;
    justify-content: center;
  }

  .text-block-43 {
    text-align: left;
  }

  .button-primary-27 {
    text-align: center;
    width: 250px;
  }

  .button-primary-28 {
    align-self: center;
  }

  .margin-bottom-24px-10 {
    text-align: left;
  }

  .heading-51 {
    text-align: left;
    margin-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.7rem;
    line-height: 1.3em;
  }

  .shadow-two-11 {
    height: 250px;
    overflow: auto;
  }

  .image-75 {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    max-width: 40px;
    display: inline-flex;
    position: relative;
  }

  .dropdown-toggle-17 {
    left: 14px;
  }

  .image-76 {
    -webkit-text-fill-color: inherit;
    vertical-align: middle;
    background-clip: border-box;
    justify-content: flex-start;
    align-items: center;
    max-width: 70%;
    margin-right: auto;
    display: none;
    position: relative;
    left: 40px;
  }

  .heading-54 {
    text-align: left;
    border-radius: 0;
    padding-left: 0;
    font-size: 1.7rem;
    line-height: 1.3em;
  }

  .slide-74 {
    background-position: 50% 100%;
    background-size: cover;
  }

  .button-primary-29 {
    text-align: center;
    width: 250px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-78 {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    max-width: 40px;
    display: inline-flex;
    position: relative;
  }

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

  .bold-text-46.syliwa {
    text-align: left;
    vertical-align: baseline;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    left: auto;
    right: auto;
  }

  .image-79 {
    -webkit-text-fill-color: inherit;
    vertical-align: middle;
    background-clip: border-box;
    justify-content: flex-start;
    align-items: center;
    max-width: 70%;
    margin-right: auto;
    display: none;
    position: relative;
    left: 40px;
  }

  .image-80 {
    border: 1px solid #000;
    max-width: 100%;
  }

  .heading-55 {
    text-align: left;
    border-radius: 0;
    padding-left: 0;
    font-size: 1.7rem;
    line-height: 1.3em;
  }

  .heading-55.mobile {
    text-align: center;
    margin-bottom: 20px;
  }

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

  .image-82 {
    border: 1px solid #000;
    max-width: 100%;
  }

  .gallery-wrapper-9 {
    grid-template-columns: 1fr;
    justify-content: center;
  }

  .text-block-47 {
    text-align: left;
  }

  .button-primary-30 {
    text-align: center;
    width: 250px;
  }

  .button-primary-31 {
    align-self: center;
  }

  .slide-78 {
    background-position: 50% 100%;
    background-size: cover;
  }

  .margin-bottom-24px-11 {
    text-align: left;
  }

  .heading-57 {
    text-align: left;
    margin-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.7rem;
    line-height: 1.3em;
  }

  .image-83 {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    max-width: 40px;
    display: inline-flex;
    position: relative;
  }

  .dropdown-toggle-19 {
    left: 14px;
  }

  .image-84 {
    -webkit-text-fill-color: inherit;
    vertical-align: middle;
    background-clip: border-box;
    justify-content: flex-start;
    align-items: center;
    max-width: 70%;
    margin-right: auto;
    display: none;
    position: relative;
    left: 40px;
  }

  .heading-60 {
    text-align: left;
    border-radius: 0;
    padding-left: 0;
    font-size: 1.7rem;
    line-height: 1.3em;
  }

  .shadow-two-12 {
    height: 250px;
    overflow: auto;
  }

  .button-primary-32 {
    text-align: center;
    width: 250px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-86 {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    max-width: 40px;
    display: inline-flex;
    position: relative;
  }

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

  .bold-text-49.syliwa {
    text-align: left;
    vertical-align: baseline;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    left: auto;
    right: auto;
  }

  .wbs-container-23 {
    margin-left: 0;
    margin-right: 0;
  }

  .image-87 {
    -webkit-text-fill-color: inherit;
    vertical-align: middle;
    background-clip: border-box;
    justify-content: flex-start;
    align-items: center;
    max-width: 70%;
    margin-right: auto;
    display: none;
    position: relative;
    left: 40px;
  }

  .image-88 {
    border: 1px solid #000;
    max-width: 100%;
  }

  .heading-61 {
    text-align: left;
    border-radius: 0;
    padding-left: 0;
    font-size: 1.7rem;
    line-height: 1.3em;
  }

  .heading-61.mobile {
    text-align: center;
    margin-bottom: 20px;
  }

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

  .image-90 {
    border: 1px solid #000;
    max-width: 100%;
  }

  .gallery-wrapper-10 {
    grid-template-columns: 1fr;
    justify-content: center;
  }

  .text-block-51 {
    text-align: left;
  }

  .button-primary-33 {
    text-align: center;
    width: 250px;
  }

  .button-primary-34 {
    align-self: center;
  }

  .button-primary-35 {
    text-align: center;
    width: 250px;
  }

  .button-primary-35.top {
    box-sizing: border-box;
    text-align: center;
    object-fit: fill;
    text-align: center;
    object-fit: fill;
    flex-flow: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 200px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
    left: auto;
    overflow: visible;
  }

  .slide-88 {
    background-position: 50% 100%;
    background-size: cover;
  }

  .heading-63 {
    text-align: left;
    margin-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.7rem;
    line-height: 1.3em;
  }

  .image-91 {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    max-width: 40px;
    display: inline-flex;
    position: relative;
  }

  .dropdown-toggle-21 {
    left: 14px;
  }

  .image-92 {
    -webkit-text-fill-color: inherit;
    vertical-align: middle;
    background-clip: border-box;
    justify-content: flex-start;
    align-items: center;
    max-width: 70%;
    margin-right: auto;
    display: none;
    position: relative;
    left: 40px;
  }

  .heading-66 {
    text-align: left;
    border-radius: 0;
    padding-left: 0;
    font-size: 1.7rem;
    line-height: 1.3em;
  }

  .heading-66.mobile {
    text-align: center;
    margin-bottom: 20px;
  }

  .shadow-two-13 {
    height: 250px;
    overflow: auto;
  }

  .heading-67 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.7rem;
    line-height: 1.3em;
  }

  .button-primary-36 {
    text-align: center;
    width: 250px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-94 {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    max-width: 40px;
    display: inline-flex;
    position: relative;
  }

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

  .bold-text-52.syliwa {
    text-align: left;
    vertical-align: baseline;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    left: auto;
    right: auto;
  }

  .wbs-container-25 {
    margin-left: 0;
    margin-right: 0;
  }

  .image-95 {
    -webkit-text-fill-color: inherit;
    vertical-align: middle;
    background-clip: border-box;
    justify-content: flex-start;
    align-items: center;
    max-width: 70%;
    margin-right: auto;
    display: none;
    position: relative;
    left: 40px;
  }

  .image-96 {
    border: 1px solid #000;
    max-width: 100%;
  }

  .container-22, .container-23 {
    max-width: none;
  }

  .image-98 {
    border: 1px solid #000;
    max-width: 100%;
  }

  .gallery-wrapper-11 {
    grid-template-columns: 1fr;
    justify-content: center;
  }

  .text-block-55 {
    text-align: left;
  }

  .button-primary-37, .button-primary-38 {
    text-align: center;
    width: 250px;
  }

  .button-primary-38.top {
    box-sizing: border-box;
    text-align: center;
    object-fit: fill;
    text-align: center;
    object-fit: fill;
    flex-flow: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 200px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
    left: auto;
    overflow: visible;
  }

  .heading-69 {
    text-align: left;
    margin-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.7rem;
    line-height: 1.3em;
  }

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

  .image-99 {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    max-width: 40px;
    display: inline-flex;
    position: relative;
  }

  .dropdown-toggle-23 {
    left: 14px;
  }

  .shadow-two-14.mobile {
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: inline-flex;
  }

  .image-100 {
    -webkit-text-fill-color: inherit;
    vertical-align: middle;
    background-clip: border-box;
    justify-content: flex-start;
    align-items: center;
    max-width: 70%;
    margin-right: auto;
    display: none;
    position: relative;
    left: 40px;
  }

  .heading-72 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.7rem;
    line-height: 1.3em;
  }

  .button-primary-39 {
    text-align: center;
    width: 250px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .image-102 {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    max-width: 40px;
    display: inline-flex;
    position: relative;
  }

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

  .bold-text-55.syliwa {
    text-align: left;
    vertical-align: baseline;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    left: auto;
    right: auto;
  }

  .wbs-container-27 {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-split-22 {
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

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

  .image-103 {
    -webkit-text-fill-color: inherit;
    vertical-align: middle;
    background-clip: border-box;
    justify-content: flex-start;
    align-items: center;
    max-width: 70%;
    margin-right: auto;
    display: none;
    position: relative;
    left: 40px;
  }

  .image-104 {
    border: 1px solid #000;
    max-width: 100%;
  }

  .slide-104 {
    background-position: 50% 100%;
    background-size: cover;
  }

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

  .gallery-wrapper-12 {
    grid-template-columns: 1fr;
    justify-content: center;
  }

  .text-block-59 {
    text-align: left;
  }

  .button-primary-40 {
    text-align: center;
    width: 250px;
  }

  .image-106 {
    -webkit-text-fill-color: inherit;
    vertical-align: middle;
    background-clip: border-box;
    justify-content: flex-start;
    align-items: center;
    max-width: 70%;
    margin-right: auto;
    display: none;
    position: relative;
    left: 40px;
  }

  .heading-74 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.7rem;
    line-height: 1.3em;
  }

  .image-107 {
    object-fit: cover;
    width: 100%;
    height: 200px;
    overflow: clip;
  }

  .text-block-60 {
    text-align: left;
  }

  .hero-split-24 {
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

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

  .shadow-two-15.mobile {
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: inline-flex;
  }

  .image-110 {
    -webkit-text-fill-color: inherit;
    vertical-align: middle;
    background-clip: border-box;
    justify-content: flex-start;
    align-items: center;
    max-width: 70%;
    margin-right: auto;
    display: none;
    position: relative;
    left: 40px;
  }

  .button-primary-41 {
    text-align: center;
    width: 250px;
  }

  .button-primary-41.top {
    box-sizing: border-box;
    text-align: center;
    object-fit: fill;
    flex-flow: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 180px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
    left: auto;
    overflow: visible;
  }

  .popup-5 {
    display: none;
  }

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

  .bold-text-61.syliwa {
    text-align: left;
    vertical-align: baseline;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    left: auto;
    right: auto;
  }

  .wbs-container-28 {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-10 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.7rem;
    line-height: 1.3em;
  }

  .heading-77 {
    text-align: center;
    padding-left: 0;
    font-size: 1.7rem;
    line-height: 1.3em;
  }

  .heading-77._2 {
    text-align: left;
    border-radius: 0;
  }

  .faq-heading-7 {
    padding-right: 20px;
  }

  .button-primary-42 {
    text-align: center;
    width: 250px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-brand-8 {
    align-self: center;
  }

  .image-111 {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    max-width: 40px;
    display: inline-flex;
    position: relative;
  }

  .dropdown-toggle-24 {
    left: 14px;
  }

  .button-primary-43 {
    text-align: center;
    width: 250px;
  }

  .button-primary-43.top {
    box-sizing: border-box;
    text-align: center;
    object-fit: fill;
    flex-flow: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 180px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
    left: auto;
    overflow: visible;
  }

  .image-112 {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    max-width: 40px;
    display: inline-flex;
    position: relative;
  }

  .slide-111 {
    background-position: 50% 100%;
    background-size: cover;
  }

  .image-113 {
    -webkit-text-fill-color: inherit;
    vertical-align: middle;
    background-clip: border-box;
    justify-content: flex-start;
    align-items: center;
    max-width: 70%;
    margin-right: auto;
    display: none;
    position: relative;
    left: 40px;
  }

  .heading-79 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.7rem;
    line-height: 1.3em;
  }

  .image-114 {
    object-fit: cover;
    width: 100%;
    height: 200px;
    overflow: clip;
  }

  .text-block-64 {
    text-align: left;
  }

  .hero-split-26 {
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

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

  .bold-text-63 {
    text-align: left;
  }

  .shadow-two-16.mobile {
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: inline-flex;
  }

  .image-117 {
    -webkit-text-fill-color: inherit;
    vertical-align: middle;
    background-clip: border-box;
    justify-content: flex-start;
    align-items: center;
    max-width: 70%;
    margin-right: auto;
    display: none;
    position: relative;
    left: 40px;
  }

  .button-primary-44 {
    text-align: center;
    width: 250px;
  }

  .button-primary-44.top {
    box-sizing: border-box;
    text-align: center;
    object-fit: fill;
    flex-flow: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 180px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
    left: auto;
    overflow: visible;
  }

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

  .bold-text-64.syliwa {
    text-align: left;
    vertical-align: baseline;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    left: auto;
    right: auto;
  }

  .wbs-container-30 {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-82 {
    text-align: center;
    padding-left: 0;
    font-size: 1.7rem;
    line-height: 1.3em;
  }

  .heading-82._2 {
    text-align: left;
    border-radius: 0;
  }

  .faq-heading-8 {
    padding-right: 20px;
  }

  .button-primary-45 {
    text-align: center;
    width: 250px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-brand-9 {
    align-self: center;
  }

  .image-118 {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    max-width: 40px;
    display: inline-flex;
    position: relative;
  }

  .dropdown-toggle-26 {
    left: 14px;
  }

  .button-primary-46 {
    text-align: center;
    width: 250px;
  }

  .button-primary-46.top {
    box-sizing: border-box;
    text-align: center;
    object-fit: fill;
    flex-flow: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 180px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
    left: auto;
    overflow: visible;
  }

  .image-119 {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    max-width: 40px;
    display: inline-flex;
    position: relative;
  }

  .heading-8 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.7rem;
    line-height: 1.3em;
  }

  .slide-117 {
    background-position: 50% 100%;
    background-size: cover;
  }

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

  .bold-text-65.syliwa {
    text-align: left;
    vertical-align: baseline;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    left: auto;
    right: auto;
  }

  .wbs-container-32 {
    margin-left: 0;
    margin-right: 0;
  }

  .faq-heading-9 {
    padding-right: 20px;
    line-height: 1.5;
  }

  .shadow-two-17.mobile {
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: inline-flex;
  }

  .button-primary-47 {
    text-align: center;
    width: 250px;
  }

  .button-primary-47.top {
    box-sizing: border-box;
    text-align: center;
    object-fit: fill;
    flex-flow: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 180px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
    left: auto;
    overflow: visible;
  }

  .bold-text-66 {
    text-align: left;
  }

  .slide-122 {
    background-position: 50% 100%;
    background-size: cover;
  }

  .gallery-wrapper-13 {
    grid-template-columns: 1fr;
    justify-content: center;
  }

  .button-primary-48 {
    text-align: center;
    width: 250px;
  }

  .button-primary-48.top {
    box-sizing: border-box;
    text-align: center;
    object-fit: fill;
    flex-flow: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 200px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
    left: auto;
    overflow: visible;
  }

  .image-120 {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    max-width: 40px;
    display: inline-flex;
    position: relative;
  }

  .dropdown-toggle-28 {
    left: 14px;
  }

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

  .image-121 {
    object-fit: cover;
    width: 100%;
    height: 200px;
    overflow: clip;
  }

  .heading-85 {
    text-align: left;
    margin-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.7rem;
    line-height: 1.3em;
  }

  .text-block-68 {
    text-align: left;
  }

  .navbar-no-shadow-2 {
    display: block;
  }

  .hero-split-27 {
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .image-124 {
    -webkit-text-fill-color: inherit;
    vertical-align: middle;
    background-clip: border-box;
    justify-content: flex-start;
    align-items: center;
    max-width: 70%;
    margin-right: auto;
    display: none;
    position: relative;
    left: 40px;
  }

  .button-primary-49 {
    text-align: center;
    width: 250px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .image-125 {
    -webkit-text-fill-color: inherit;
    vertical-align: middle;
    background-clip: border-box;
    justify-content: flex-start;
    align-items: center;
    max-width: 70%;
    margin-right: auto;
    display: none;
    position: relative;
    left: 40px;
  }

  .image-126 {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    max-width: 40px;
    display: inline-flex;
    position: relative;
  }

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

  .bold-text-68.syliwa {
    text-align: left;
    vertical-align: baseline;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    left: auto;
    right: auto;
  }

  .wbs-container-34 {
    margin-left: 0;
    margin-right: 0;
  }

  .faq-heading-10 {
    padding-right: 20px;
    line-height: 1.5;
  }

  .shadow-two-18.mobile {
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: inline-flex;
  }

  .button-primary-50 {
    text-align: center;
    width: 250px;
  }

  .button-primary-50.top {
    box-sizing: border-box;
    text-align: center;
    object-fit: fill;
    flex-flow: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 180px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
    left: auto;
    overflow: visible;
  }

  .bold-text-69 {
    text-align: left;
  }

  .slide-130 {
    background-position: 50% 100%;
    background-size: cover;
  }

  .button-primary-51 {
    text-align: center;
    width: 250px;
  }

  .button-primary-51.top {
    box-sizing: border-box;
    text-align: center;
    object-fit: fill;
    flex-flow: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 200px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
    left: auto;
    overflow: visible;
  }

  .image-127 {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    max-width: 40px;
    display: inline-flex;
    position: relative;
  }

  .dropdown-toggle-30 {
    left: 14px;
  }

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

  .image-128 {
    object-fit: cover;
    width: 100%;
    height: 200px;
    overflow: clip;
  }

  .heading-89 {
    text-align: left;
    margin-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.7rem;
    line-height: 1.3em;
  }

  .text-block-72 {
    text-align: left;
  }

  .navbar-no-shadow-3 {
    display: block;
  }

  .hero-split-28 {
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .image-131 {
    -webkit-text-fill-color: inherit;
    vertical-align: middle;
    background-clip: border-box;
    justify-content: flex-start;
    align-items: center;
    max-width: 70%;
    margin-right: auto;
    display: none;
    position: relative;
    left: 40px;
  }

  .bold-text-71 {
    line-height: 2rem;
  }

  .button-primary-52 {
    text-align: center;
    width: 250px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .image-132 {
    -webkit-text-fill-color: inherit;
    vertical-align: middle;
    background-clip: border-box;
    justify-content: flex-start;
    align-items: center;
    max-width: 70%;
    margin-right: auto;
    display: none;
    position: relative;
    left: 40px;
  }

  .image-133 {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    max-width: 40px;
    display: inline-flex;
    position: relative;
  }

  .button-primary-53 {
    text-align: center;
    width: 250px;
  }

  .button-primary-53.top {
    box-sizing: border-box;
    text-align: center;
    object-fit: fill;
    text-align: center;
    object-fit: fill;
    flex-flow: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 200px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
    left: auto;
    overflow: visible;
  }

  .popup-6 {
    display: none;
  }

  .heading-91 {
    text-align: left;
    margin-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.7rem;
    line-height: 1.3em;
  }

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

  .image-134 {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    max-width: 40px;
    display: inline-flex;
    position: relative;
  }

  .bold-text-73 {
    text-align: left;
  }

  .dropdown-toggle-33 {
    left: 14px;
  }

  .shadow-two-19.mobile {
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: inline-flex;
  }

  .image-135 {
    object-fit: cover;
    width: 100%;
    height: 200px;
    overflow: clip;
  }

  .image-136 {
    -webkit-text-fill-color: inherit;
    vertical-align: middle;
    background-clip: border-box;
    justify-content: flex-start;
    align-items: center;
    max-width: 70%;
    margin-right: auto;
    display: none;
    position: relative;
    left: 40px;
  }

  .faq-heading-11 {
    padding-right: 20px;
    line-height: 1.5;
  }

  .heading-94 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.7rem;
    line-height: 1.3em;
  }

  .slide-142 {
    background-position: 50% 100%;
    background-size: cover;
  }

  .button-primary-54 {
    text-align: center;
    width: 250px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .image-138 {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    max-width: 40px;
    display: inline-flex;
    position: relative;
  }

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

  .bold-text-74.syliwa {
    text-align: left;
    vertical-align: baseline;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    left: auto;
    right: auto;
  }

  .wbs-container-37 {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-split-30 {
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

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

  .image-139 {
    -webkit-text-fill-color: inherit;
    vertical-align: middle;
    background-clip: border-box;
    justify-content: flex-start;
    align-items: center;
    max-width: 70%;
    margin-right: auto;
    display: none;
    position: relative;
    left: 40px;
  }

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

  .text-block-79 {
    text-align: left;
  }

  .button-primary-55 {
    text-align: center;
    width: 250px;
  }

  .slide-143 {
    background-position: 50% 100%;
    background-size: cover;
  }

  .button-primary-56 {
    text-align: center;
    width: 250px;
  }

  .button-primary-56.top {
    box-sizing: border-box;
    text-align: center;
    object-fit: fill;
    flex-flow: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 200px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
    left: auto;
    overflow: visible;
  }

  .image-141 {
    -webkit-text-fill-color: inherit;
    vertical-align: middle;
    background-clip: border-box;
    justify-content: flex-start;
    align-items: center;
    max-width: 70%;
    margin-right: auto;
    display: none;
    position: relative;
    left: 40px;
  }

  .heading-96 {
    text-align: left;
    border-radius: 0;
    padding-left: 0;
    font-size: 1.7rem;
    line-height: 1.3em;
  }

  .popup-2 {
    display: none;
  }

  .button-primary-57 {
    text-align: center;
    width: 250px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .dropdown-toggle-34 {
    justify-content: flex-start;
    align-items: center;
    left: 14px;
  }

  .heading-97 {
    text-align: left;
    margin-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.7rem;
    line-height: 1.3em;
  }

  .hero-split-32 {
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .footer-brand-10 {
    align-self: center;
  }

  .footer-brand-10.mobile {
    align-self: flex-start;
  }

  .footer-light-5 {
    padding-top: 20px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .container-36 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-98 {
    text-align: left;
    margin-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.7rem;
    line-height: 1.3em;
  }

  .footer-wrapper-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 10px;
  }

  .image-143 {
    object-fit: cover;
    width: 100%;
    height: 200px;
    overflow: clip;
  }

  .shadow-two-20.mobile {
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: inline-flex;
  }

  .hero-heading-left {
    padding: 60px 5px;
  }

  .wbs-container-39 {
    margin-left: 0;
    margin-right: 0;
  }

  .image-145 {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    max-width: 40px;
    display: inline-flex;
    position: relative;
  }

  .heading-100 {
    text-align: left;
    border-radius: 0;
    padding-left: 0;
    font-size: 1.7rem;
    line-height: 1.3em;
  }

  .bold-text-76 {
    text-align: left;
  }

  .faq-heading-12 {
    padding-right: 20px;
    line-height: 1.5;
  }

  ._7-dni-w-tygodniu-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-block-two-2 {
    margin-top: 40px;
    margin-bottom: 0;
  }

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

  .bold-text-78.syliwa {
    text-align: left;
    vertical-align: baseline;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    left: auto;
    right: auto;
  }

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

  .heading-102 {
    text-align: left;
    border-radius: 0;
    padding-left: 0;
    font-size: 1.7rem;
    line-height: 1.3em;
  }

  .heading-102.mobile {
    text-align: center;
    margin-bottom: 20px;
  }

  .text-block-83 {
    text-align: left;
  }

  .heading-104 {
    text-align: left;
    border-radius: 0;
    padding-left: 0;
    font-size: 1.7rem;
    line-height: 1.3em;
  }

  .heading-104.mobile {
    text-align: center;
    margin-bottom: 20px;
  }

  .navbar-wrapper-2 {
    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;
    justify-content: space-between;
    align-items: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .button-primary-58 {
    text-align: center;
    width: 250px;
  }

  .button-primary-58.top {
    box-sizing: border-box;
    text-align: center;
    object-fit: fill;
    flex-flow: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 180px;
    max-width: 120px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
    left: 10px;
    overflow: visible;
  }

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

  .bold-text-81.syliwa {
    text-align: left;
    vertical-align: baseline;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    left: auto;
    right: auto;
  }

  .grid-4 {
    grid-column-gap: 8px;
    grid-row-gap: 80px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: center;
    place-items: center;
    width: 100%;
    display: grid;
    left: 5px;
  }

  .heading-105 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.7rem;
    line-height: 1.3em;
  }

  .faq-heading-13 {
    padding-right: 20px;
  }

  .footer-block-two-3 {
    margin-top: 40px;
  }

  .navbar-no-shadow-container-2 {
    padding-right: 30px;
    line-height: 20px;
  }

  .image-147 {
    -webkit-text-fill-color: inherit;
    vertical-align: middle;
    background-clip: border-box;
    justify-content: flex-start;
    align-items: center;
    max-width: 70%;
    margin-right: auto;
    display: none;
    position: relative;
    left: 40px;
  }

  .shadow-two-21.mobile {
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: inline-flex;
  }

  .footer-brand-11 {
    align-self: center;
  }

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

  .text-block-86 {
    text-align: left;
  }

  .heading-107 {
    text-align: center;
    padding-left: 0;
    font-size: 1.7rem;
    line-height: 1.3em;
  }

  .wbs-container-41 {
    margin-left: 0;
    margin-right: 0;
  }

  .gallery-wrapper-14 {
    grid-template-columns: 1fr;
  }

  .bold-text-85 {
    text-align: left;
  }

  .hero-split-35 {
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .slide-151 {
    background-position: 50% 100%;
    background-size: cover;
  }

  .footer-wrapper-two-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-149 {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    width: 45px;
    max-width: 100%;
    display: inline-flex;
    position: relative;
  }

  .image-150 {
    object-fit: cover;
    width: 100%;
    height: 200px;
    overflow: clip;
  }

  .button-primary-59 {
    text-align: center;
    width: 250px;
  }

  .button-primary-59.top {
    box-sizing: border-box;
    text-align: center;
    object-fit: fill;
    flex-flow: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 180px;
    max-width: 120px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
    left: 10px;
    overflow: visible;
  }

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

  .bold-text-86.syliwa {
    text-align: left;
    vertical-align: baseline;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    left: auto;
    right: auto;
  }

  .grid-5 {
    grid-column-gap: 8px;
    grid-row-gap: 80px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: center;
    place-items: center;
    width: 100%;
    display: grid;
    left: 5px;
  }

  .navbar-no-shadow-container-3 {
    padding-right: 30px;
    line-height: 20px;
  }

  .image-152 {
    -webkit-text-fill-color: inherit;
    vertical-align: middle;
    background-clip: border-box;
    justify-content: flex-start;
    align-items: center;
    max-width: 70%;
    margin-right: auto;
    display: none;
    position: relative;
    left: 40px;
  }

  .shadow-two-22.mobile {
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: inline-flex;
  }

  .popup-container-5 {
    display: block;
  }

  .footer-brand-12 {
    align-self: center;
  }

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

  .text-block-89 {
    text-align: left;
  }

  .heading-112 {
    text-align: center;
    padding-left: 0;
    font-size: 1.7rem;
    line-height: 1.3em;
  }

  .choose-2 {
    display: none;
  }

  .choose-2.package {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .slide-159 {
    background-position: 50% 100%;
    background-size: cover;
  }

  .popup-7 {
    display: none;
  }

  .wbs-container-43 {
    margin-left: 0;
    margin-right: 0;
  }

  .gallery-wrapper-15 {
    grid-template-columns: 1fr;
  }

  .bold-text-87 {
    text-align: left;
  }

  .hero-split-37 {
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .heading-114 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.7rem;
    line-height: 1.3em;
  }

  .image-154 {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    width: 45px;
    max-width: 100%;
    display: inline-flex;
    position: relative;
  }

  .image-155 {
    object-fit: cover;
    width: 100%;
    height: 200px;
    overflow: clip;
  }

  .image-156 {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    max-width: 40px;
    display: inline-flex;
    position: relative;
  }

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

  .bold-text-89.syliwa {
    text-align: left;
    vertical-align: baseline;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    left: auto;
    right: auto;
  }

  .heading-115 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.7rem;
    line-height: 1.3em;
  }

  .shadow-two-23.mobile {
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: inline-flex;
  }

  .footer-brand-13 {
    align-self: center;
  }

  .image-158 {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    max-width: 40px;
    display: inline-flex;
    position: relative;
  }

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

  .button-primary-60 {
    text-align: center;
    width: 250px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-94 {
    text-align: left;
  }

  .popup-container-6 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .grid-6 {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr .75fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: center;
    place-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: grid;
    left: 5px;
  }

  .heading-117 {
    text-align: center;
    padding-left: 0;
    font-size: 1.7rem;
    line-height: 1.3em;
  }

  .image-159 {
    -webkit-text-fill-color: inherit;
    vertical-align: middle;
    background-clip: border-box;
    justify-content: flex-start;
    align-items: center;
    max-width: 70%;
    margin-right: auto;
    display: none;
    position: relative;
    left: 40px;
  }

  .button-primary-61 {
    text-align: center;
    width: 250px;
  }

  .button-primary-61.top {
    box-sizing: border-box;
    text-align: center;
    object-fit: fill;
    text-align: center;
    object-fit: fill;
    flex-flow: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 200px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
    left: auto;
    overflow: visible;
  }

  .wbs-container-45 {
    margin-left: 0;
    margin-right: 0;
  }

  .gallery-wrapper-16 {
    grid-template-columns: 1fr;
  }

  .image-160 {
    -webkit-text-fill-color: inherit;
    vertical-align: middle;
    background-clip: border-box;
    justify-content: flex-start;
    align-items: center;
    max-width: 70%;
    margin-right: auto;
    display: none;
    position: relative;
    left: 40px;
  }

  .bold-text-92 {
    text-align: left;
  }

  .hero-split-40 {
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .image-162 {
    border: 1px solid #000;
    max-width: 100%;
  }

  .dropdown-toggle-36 {
    left: 14px;
  }

  .navbar-wrapper-3 {
    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;
    justify-content: space-between;
    align-items: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px;
    display: flex;
  }

  .image-163 {
    object-fit: cover;
    width: 100%;
    height: 200px;
    overflow: clip;
  }

  .image-164 {
    border: 1px solid #000;
    max-width: 100%;
  }

  .slide-167 {
    background-position: 50% 100%;
    background-size: cover;
  }

  .heading-120 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.7rem;
    line-height: 1.3em;
  }

  .image-165 {
    -webkit-text-fill-color: inherit;
    vertical-align: middle;
    background-clip: border-box;
    justify-content: flex-start;
    align-items: center;
    max-width: 70%;
    margin-right: auto;
    display: none;
    position: relative;
    left: 40px;
  }

  .image-166 {
    border: 1px solid #000;
    max-width: 100%;
  }

  .image-167 {
    object-fit: cover;
    width: 100%;
    height: 200px;
    overflow: clip;
  }

  .button-primary-62 {
    text-align: center;
    width: 250px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-7 {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr .75fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: center;
    place-items: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: grid;
    left: 5px;
  }

  .navbar-wrapper-4 {
    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;
    justify-content: space-between;
    align-items: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px;
    display: flex;
  }

  .wbs-container-46 {
    margin-left: 0;
    margin-right: 0;
  }

  .bold-text-94 {
    text-align: left;
  }

  .footer-brand-14 {
    align-self: center;
  }

  .shadow-two-24.mobile {
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: inline-flex;
  }

  .button-primary-63 {
    text-align: center;
    width: 250px;
  }

  .button-primary-63.top {
    box-sizing: border-box;
    text-align: center;
    object-fit: fill;
    text-align: center;
    object-fit: fill;
    flex-flow: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 180px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
    left: auto;
    overflow: visible;
  }

  .dropdown-toggle-39 {
    left: 14px;
  }

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

  .text-block-99 {
    text-align: left;
  }

  .heading-124 {
    text-align: center;
    padding-left: 0;
    font-size: 1.7rem;
    line-height: 1.3em;
  }

  .button-primary-64 {
    text-align: center;
    width: 250px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-169 {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    max-width: 40px;
    display: inline-flex;
    position: relative;
  }

  .image-170 {
    border: 1px solid #000;
    max-width: 100%;
  }

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

  .bold-text-95.syliwa {
    text-align: left;
    vertical-align: baseline;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    left: auto;
    right: auto;
  }

  .slide-171 {
    background-position: 50% 100%;
    background-size: cover;
  }

  .image-171 {
    -webkit-text-fill-color: inherit;
    vertical-align: middle;
    background-clip: border-box;
    justify-content: flex-start;
    align-items: center;
    max-width: 70%;
    margin-right: auto;
    display: none;
    position: relative;
    left: 40px;
  }

  .gallery-wrapper-17, .card-grid._2 {
    grid-template-columns: 1fr;
  }

  .title-card {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .title-card._2 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .container-buy {
    margin-top: 20px;
  }

  ._5-10h {
    grid-template-columns: 1fr;
  }

  .text-block-101 {
    font-family: Lato, sans-serif;
  }

  .mask-3 {
    position: static;
  }
}

#w-node-_1f37784b-2340-22c9-bce5-8179fd2e1c19-fd2e1c14 {
  place-self: center start;
}

#w-node-_1f37784b-2340-22c9-bce5-8179fd2e1c1c-fd2e1c14 {
  place-self: center;
}

#w-node-_1f37784b-2340-22c9-bce5-8179fd2e1c26-fd2e1c14 {
  place-self: center end;
}

#w-node-_698d7da4-2638-f783-a044-c3ac6a70d41c-2607765a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_698d7da4-2638-f783-a044-c3ac6a70d41d-2607765a {
  justify-self: center;
}

#w-node-_698d7da4-2638-f783-a044-c3ac6a70d42a-2607765a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_698d7da4-2638-f783-a044-c3ac6a70d432-2607765a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_698d7da4-2638-f783-a044-c3ac6a70d434-2607765a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_9e05eeb2-b22b-c3d0-1b0b-f18e17238ec3-2607765a, #w-node-_9e05eeb2-b22b-c3d0-1b0b-f18e17238eef-2607765a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e05eeb2-b22b-c3d0-1b0b-f18e17238f17-2607765a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9e05eeb2-b22b-c3d0-1b0b-f18e17238f1c-2607765a, #w-node-_698d7da4-2638-f783-a044-c3ac6a70d4f9-2607765a, #w-node-_698d7da4-2638-f783-a044-c3ac6a70d500-2607765a, #w-node-_698d7da4-2638-f783-a044-c3ac6a70d507-2607765a, #w-node-_698d7da4-2638-f783-a044-c3ac6a70d50e-2607765a, #w-node-_698d7da4-2638-f783-a044-c3ac6a70d517-2607765a, #w-node-_698d7da4-2638-f783-a044-c3ac6a70d51e-2607765a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_698d7da4-2638-f783-a044-c3ac6a70d537-2607765a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_698d7da4-2638-f783-a044-c3ac6a70d53b-2607765a, #w-node-_698d7da4-2638-f783-a044-c3ac6a70d541-2607765a, #w-node-_698d7da4-2638-f783-a044-c3ac6a70d544-2607765a, #w-node-_698d7da4-2638-f783-a044-c3ac6a70d547-2607765a, #w-node-_698d7da4-2638-f783-a044-c3ac6a70d54a-2607765a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_698d7da4-2638-f783-a044-c3ac6a70d5f4-2607765a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_698d7da4-2638-f783-a044-c3ac6a70d5f8-2607765a, #w-node-_698d7da4-2638-f783-a044-c3ac6a70d60e-2607765a, #w-node-_698d7da4-2638-f783-a044-c3ac6a70d618-2607765a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0bb602d9-b76b-4c07-391c-e0e69fd9d64a-2607768c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_0bb602d9-b76b-4c07-391c-e0e69fd9d64b-2607768c {
  justify-self: center;
}

#w-node-_0bb602d9-b76b-4c07-391c-e0e69fd9d658-2607768c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0bb602d9-b76b-4c07-391c-e0e69fd9d660-2607768c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_0bb602d9-b76b-4c07-391c-e0e69fd9d662-2607768c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_5a934885-b0c6-1eed-64e8-269e1b6085aa-2607768c, #w-node-_5a934885-b0c6-1eed-64e8-269e1b6085d6-2607768c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a934885-b0c6-1eed-64e8-269e1b6085fe-2607768c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5a934885-b0c6-1eed-64e8-269e1b608603-2607768c, #w-node-_0bb602d9-b76b-4c07-391c-e0e69fd9d732-2607768c, #w-node-_0bb602d9-b76b-4c07-391c-e0e69fd9d739-2607768c, #w-node-_0bb602d9-b76b-4c07-391c-e0e69fd9d740-2607768c, #w-node-_0bb602d9-b76b-4c07-391c-e0e69fd9d747-2607768c, #w-node-_0bb602d9-b76b-4c07-391c-e0e69fd9d750-2607768c, #w-node-_0bb602d9-b76b-4c07-391c-e0e69fd9d757-2607768c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0bb602d9-b76b-4c07-391c-e0e69fd9d770-2607768c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0bb602d9-b76b-4c07-391c-e0e69fd9d774-2607768c, #w-node-_0bb602d9-b76b-4c07-391c-e0e69fd9d77a-2607768c, #w-node-_0bb602d9-b76b-4c07-391c-e0e69fd9d77d-2607768c, #w-node-_0bb602d9-b76b-4c07-391c-e0e69fd9d780-2607768c, #w-node-_0bb602d9-b76b-4c07-391c-e0e69fd9d783-2607768c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0bb602d9-b76b-4c07-391c-e0e69fd9d830-2607768c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0bb602d9-b76b-4c07-391c-e0e69fd9d834-2607768c, #w-node-_0bb602d9-b76b-4c07-391c-e0e69fd9d84a-2607768c, #w-node-_0bb602d9-b76b-4c07-391c-e0e69fd9d854-2607768c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a45729cb-89a5-4a2f-4723-1e5d853e7774-2607768e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a45729cb-89a5-4a2f-4723-1e5d853e7775-2607768e {
  justify-self: center;
}

#w-node-a45729cb-89a5-4a2f-4723-1e5d853e7782-2607768e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a45729cb-89a5-4a2f-4723-1e5d853e778a-2607768e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a45729cb-89a5-4a2f-4723-1e5d853e778c-2607768e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a45729cb-89a5-4a2f-4723-1e5d853e779c-2607768e {
  justify-self: center;
}

#w-node-a90ddde9-2446-86a2-8e27-2a361ec8686b-2607768e, #w-node-a90ddde9-2446-86a2-8e27-2a361ec86897-2607768e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a90ddde9-2446-86a2-8e27-2a361ec868bf-2607768e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a90ddde9-2446-86a2-8e27-2a361ec868c4-2607768e, #w-node-a45729cb-89a5-4a2f-4723-1e5d853e7852-2607768e, #w-node-a45729cb-89a5-4a2f-4723-1e5d853e785a-2607768e, #w-node-a45729cb-89a5-4a2f-4723-1e5d853e7861-2607768e, #w-node-a45729cb-89a5-4a2f-4723-1e5d853e7868-2607768e, #w-node-a45729cb-89a5-4a2f-4723-1e5d853e7871-2607768e, #w-node-a45729cb-89a5-4a2f-4723-1e5d853e7878-2607768e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a45729cb-89a5-4a2f-4723-1e5d853e7891-2607768e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a45729cb-89a5-4a2f-4723-1e5d853e7895-2607768e, #w-node-a45729cb-89a5-4a2f-4723-1e5d853e789b-2607768e, #w-node-a45729cb-89a5-4a2f-4723-1e5d853e789e-2607768e, #w-node-a45729cb-89a5-4a2f-4723-1e5d853e78a1-2607768e, #w-node-a45729cb-89a5-4a2f-4723-1e5d853e78a4-2607768e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a45729cb-89a5-4a2f-4723-1e5d853e794e-2607768e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a45729cb-89a5-4a2f-4723-1e5d853e7952-2607768e, #w-node-a45729cb-89a5-4a2f-4723-1e5d853e7968-2607768e, #w-node-a45729cb-89a5-4a2f-4723-1e5d853e7972-2607768e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_261d9bcc-618f-20c3-831b-97b6496127d3-260776a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_261d9bcc-618f-20c3-831b-97b6496127d4-260776a2 {
  justify-self: center;
}

#w-node-_261d9bcc-618f-20c3-831b-97b6496127e1-260776a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_261d9bcc-618f-20c3-831b-97b6496127e9-260776a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_261d9bcc-618f-20c3-831b-97b6496127eb-260776a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_261d9bcc-618f-20c3-831b-97b6496127fb-260776a2 {
  justify-self: center;
}

#w-node-b9a995ba-ef67-a8a4-f483-ce2de73d1843-260776a2, #w-node-b9a995ba-ef67-a8a4-f483-ce2de73d186f-260776a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b9a995ba-ef67-a8a4-f483-ce2de73d1897-260776a2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b9a995ba-ef67-a8a4-f483-ce2de73d189c-260776a2, #w-node-_261d9bcc-618f-20c3-831b-97b6496128b1-260776a2, #w-node-_261d9bcc-618f-20c3-831b-97b6496128b9-260776a2, #w-node-_261d9bcc-618f-20c3-831b-97b6496128c0-260776a2, #w-node-_261d9bcc-618f-20c3-831b-97b6496128c7-260776a2, #w-node-_261d9bcc-618f-20c3-831b-97b6496128d0-260776a2, #w-node-_261d9bcc-618f-20c3-831b-97b6496128d7-260776a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_261d9bcc-618f-20c3-831b-97b6496128f0-260776a2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_261d9bcc-618f-20c3-831b-97b6496128f4-260776a2, #w-node-_261d9bcc-618f-20c3-831b-97b6496128fa-260776a2, #w-node-_261d9bcc-618f-20c3-831b-97b6496128fd-260776a2, #w-node-_261d9bcc-618f-20c3-831b-97b649612900-260776a2, #w-node-_261d9bcc-618f-20c3-831b-97b649612903-260776a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_261d9bcc-618f-20c3-831b-97b6496129ad-260776a2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_261d9bcc-618f-20c3-831b-97b6496129b1-260776a2, #w-node-_261d9bcc-618f-20c3-831b-97b6496129c7-260776a2, #w-node-_261d9bcc-618f-20c3-831b-97b6496129d1-260776a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04bc8e9a-6125-92e6-eea9-352e7e918d6b-260776a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_04bc8e9a-6125-92e6-eea9-352e7e918d6c-260776a3 {
  justify-self: center;
}

#w-node-_04bc8e9a-6125-92e6-eea9-352e7e918d79-260776a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_04bc8e9a-6125-92e6-eea9-352e7e918d81-260776a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_04bc8e9a-6125-92e6-eea9-352e7e918d83-260776a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_04bc8e9a-6125-92e6-eea9-352e7e918d93-260776a3 {
  justify-self: center;
}

#w-node-_01326029-c6c1-7ac9-fa24-6347a9a238c6-260776a3, #w-node-_01326029-c6c1-7ac9-fa24-6347a9a238f2-260776a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_01326029-c6c1-7ac9-fa24-6347a9a2391a-260776a3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_01326029-c6c1-7ac9-fa24-6347a9a2391f-260776a3, #w-node-_04bc8e9a-6125-92e6-eea9-352e7e918e44-260776a3, #w-node-_04bc8e9a-6125-92e6-eea9-352e7e918e4c-260776a3, #w-node-_04bc8e9a-6125-92e6-eea9-352e7e918e53-260776a3, #w-node-_04bc8e9a-6125-92e6-eea9-352e7e918e5a-260776a3, #w-node-_04bc8e9a-6125-92e6-eea9-352e7e918e63-260776a3, #w-node-_04bc8e9a-6125-92e6-eea9-352e7e918e6a-260776a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04bc8e9a-6125-92e6-eea9-352e7e918e83-260776a3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_04bc8e9a-6125-92e6-eea9-352e7e918e87-260776a3, #w-node-_04bc8e9a-6125-92e6-eea9-352e7e918e8d-260776a3, #w-node-_04bc8e9a-6125-92e6-eea9-352e7e918e90-260776a3, #w-node-_04bc8e9a-6125-92e6-eea9-352e7e918e93-260776a3, #w-node-_04bc8e9a-6125-92e6-eea9-352e7e918e96-260776a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04bc8e9a-6125-92e6-eea9-352e7e918f40-260776a3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_04bc8e9a-6125-92e6-eea9-352e7e918f44-260776a3, #w-node-_04bc8e9a-6125-92e6-eea9-352e7e918f5a-260776a3, #w-node-_04bc8e9a-6125-92e6-eea9-352e7e918f64-260776a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f6a6557-b212-095a-3ebd-e6f43a3b9c3b-260776a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_2f6a6557-b212-095a-3ebd-e6f43a3b9c3c-260776a5 {
  justify-self: center;
}

#w-node-_2f6a6557-b212-095a-3ebd-e6f43a3b9c4b-260776a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_2f6a6557-b212-095a-3ebd-e6f43a3b9c53-260776a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_2f6a6557-b212-095a-3ebd-e6f43a3b9c55-260776a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_2f6a6557-b212-095a-3ebd-e6f43a3b9c65-260776a5 {
  justify-self: center;
}

#w-node-b2c30529-ae28-9a84-4b99-fa1b228b01a9-260776a5, #w-node-b2c30529-ae28-9a84-4b99-fa1b228b01d5-260776a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2c30529-ae28-9a84-4b99-fa1b228b01fd-260776a5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b2c30529-ae28-9a84-4b99-fa1b228b0202-260776a5, #w-node-_2f6a6557-b212-095a-3ebd-e6f43a3b9d05-260776a5, #w-node-_2f6a6557-b212-095a-3ebd-e6f43a3b9d0d-260776a5, #w-node-_2f6a6557-b212-095a-3ebd-e6f43a3b9d14-260776a5, #w-node-_2f6a6557-b212-095a-3ebd-e6f43a3b9d1b-260776a5, #w-node-_2f6a6557-b212-095a-3ebd-e6f43a3b9d24-260776a5, #w-node-_2f6a6557-b212-095a-3ebd-e6f43a3b9d2b-260776a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f6a6557-b212-095a-3ebd-e6f43a3b9d44-260776a5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2f6a6557-b212-095a-3ebd-e6f43a3b9d48-260776a5, #w-node-_2f6a6557-b212-095a-3ebd-e6f43a3b9d4e-260776a5, #w-node-_2f6a6557-b212-095a-3ebd-e6f43a3b9d51-260776a5, #w-node-_2f6a6557-b212-095a-3ebd-e6f43a3b9d54-260776a5, #w-node-_2f6a6557-b212-095a-3ebd-e6f43a3b9d57-260776a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f6a6557-b212-095a-3ebd-e6f43a3b9e01-260776a5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2f6a6557-b212-095a-3ebd-e6f43a3b9e05-260776a5, #w-node-_2f6a6557-b212-095a-3ebd-e6f43a3b9e1b-260776a5, #w-node-_2f6a6557-b212-095a-3ebd-e6f43a3b9e25-260776a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e25be86-1a3e-384a-3573-a357bdaf1fd4-260776a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9e25be86-1a3e-384a-3573-a357bdaf1fd5-260776a7 {
  justify-self: center;
}

#w-node-_9e25be86-1a3e-384a-3573-a357bdaf1fe4-260776a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_9e25be86-1a3e-384a-3573-a357bdaf1fec-260776a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9e25be86-1a3e-384a-3573-a357bdaf1fee-260776a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_9e25be86-1a3e-384a-3573-a357bdaf1ffe-260776a7 {
  justify-self: center;
}

#w-node-a2a3952c-72cc-153c-afe8-229320692241-260776a7, #w-node-a2a3952c-72cc-153c-afe8-22932069226d-260776a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2a3952c-72cc-153c-afe8-229320692295-260776a7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a2a3952c-72cc-153c-afe8-22932069229a-260776a7, #w-node-_9e25be86-1a3e-384a-3573-a357bdaf20ae-260776a7, #w-node-_9e25be86-1a3e-384a-3573-a357bdaf20b6-260776a7, #w-node-_9e25be86-1a3e-384a-3573-a357bdaf20bd-260776a7, #w-node-_9e25be86-1a3e-384a-3573-a357bdaf20c4-260776a7, #w-node-_9e25be86-1a3e-384a-3573-a357bdaf20cd-260776a7, #w-node-_9e25be86-1a3e-384a-3573-a357bdaf20d4-260776a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e25be86-1a3e-384a-3573-a357bdaf20ed-260776a7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9e25be86-1a3e-384a-3573-a357bdaf20f1-260776a7, #w-node-_9e25be86-1a3e-384a-3573-a357bdaf20f7-260776a7, #w-node-_9e25be86-1a3e-384a-3573-a357bdaf20fa-260776a7, #w-node-_9e25be86-1a3e-384a-3573-a357bdaf20fd-260776a7, #w-node-_9e25be86-1a3e-384a-3573-a357bdaf2100-260776a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e25be86-1a3e-384a-3573-a357bdaf21aa-260776a7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9e25be86-1a3e-384a-3573-a357bdaf21ae-260776a7, #w-node-_9e25be86-1a3e-384a-3573-a357bdaf21c4-260776a7, #w-node-_9e25be86-1a3e-384a-3573-a357bdaf21ce-260776a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d3d0a6e-9cc6-a751-5e54-9c33238ee518-260776a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_4d3d0a6e-9cc6-a751-5e54-9c33238ee519-260776a8 {
  justify-self: center;
}

#w-node-_4d3d0a6e-9cc6-a751-5e54-9c33238ee526-260776a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_4d3d0a6e-9cc6-a751-5e54-9c33238ee52e-260776a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_4d3d0a6e-9cc6-a751-5e54-9c33238ee530-260776a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_4d3d0a6e-9cc6-a751-5e54-9c33238ee540-260776a8 {
  justify-self: center;
}

#w-node-_8ba6ffdc-04cd-e4f3-431e-44771a031ecb-260776a8, #w-node-_8ba6ffdc-04cd-e4f3-431e-44771a031ef7-260776a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8ba6ffdc-04cd-e4f3-431e-44771a031f1f-260776a8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8ba6ffdc-04cd-e4f3-431e-44771a031f24-260776a8, #w-node-_4d3d0a6e-9cc6-a751-5e54-9c33238ee5ec-260776a8, #w-node-_4d3d0a6e-9cc6-a751-5e54-9c33238ee5f4-260776a8, #w-node-_4d3d0a6e-9cc6-a751-5e54-9c33238ee5fb-260776a8, #w-node-_4d3d0a6e-9cc6-a751-5e54-9c33238ee602-260776a8, #w-node-_4d3d0a6e-9cc6-a751-5e54-9c33238ee60b-260776a8, #w-node-_4d3d0a6e-9cc6-a751-5e54-9c33238ee612-260776a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d3d0a6e-9cc6-a751-5e54-9c33238ee62b-260776a8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4d3d0a6e-9cc6-a751-5e54-9c33238ee62f-260776a8, #w-node-_4d3d0a6e-9cc6-a751-5e54-9c33238ee635-260776a8, #w-node-_4d3d0a6e-9cc6-a751-5e54-9c33238ee638-260776a8, #w-node-_4d3d0a6e-9cc6-a751-5e54-9c33238ee63b-260776a8, #w-node-_4d3d0a6e-9cc6-a751-5e54-9c33238ee63e-260776a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d3d0a6e-9cc6-a751-5e54-9c33238ee6e3-260776a8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4d3d0a6e-9cc6-a751-5e54-9c33238ee6e7-260776a8, #w-node-_4d3d0a6e-9cc6-a751-5e54-9c33238ee6fd-260776a8, #w-node-_4d3d0a6e-9cc6-a751-5e54-9c33238ee707-260776a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75463652-605d-6322-3af3-1855bbe313d7-260776aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_75463652-605d-6322-3af3-1855bbe313d8-260776aa {
  justify-self: center;
}

#w-node-_75463652-605d-6322-3af3-1855bbe313e5-260776aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_75463652-605d-6322-3af3-1855bbe313ed-260776aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_75463652-605d-6322-3af3-1855bbe313ef-260776aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_75463652-605d-6322-3af3-1855bbe313ff-260776aa {
  justify-self: center;
}

#w-node-_646c734b-4afb-7f55-2079-ef5a1ff6faf7-260776aa, #w-node-_646c734b-4afb-7f55-2079-ef5a1ff6fb23-260776aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_646c734b-4afb-7f55-2079-ef5a1ff6fb4b-260776aa {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_646c734b-4afb-7f55-2079-ef5a1ff6fb50-260776aa, #w-node-_75463652-605d-6322-3af3-1855bbe314b5-260776aa, #w-node-_75463652-605d-6322-3af3-1855bbe314bd-260776aa, #w-node-_75463652-605d-6322-3af3-1855bbe314c4-260776aa, #w-node-_75463652-605d-6322-3af3-1855bbe314cb-260776aa, #w-node-_75463652-605d-6322-3af3-1855bbe314d4-260776aa, #w-node-_75463652-605d-6322-3af3-1855bbe314db-260776aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75463652-605d-6322-3af3-1855bbe314f4-260776aa {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_75463652-605d-6322-3af3-1855bbe314f8-260776aa, #w-node-_75463652-605d-6322-3af3-1855bbe314fe-260776aa, #w-node-_75463652-605d-6322-3af3-1855bbe31501-260776aa, #w-node-_75463652-605d-6322-3af3-1855bbe31504-260776aa, #w-node-_75463652-605d-6322-3af3-1855bbe31507-260776aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75463652-605d-6322-3af3-1855bbe315b1-260776aa {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_75463652-605d-6322-3af3-1855bbe315b5-260776aa, #w-node-_75463652-605d-6322-3af3-1855bbe315cb-260776aa, #w-node-_75463652-605d-6322-3af3-1855bbe315d5-260776aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74778ab9-d6ec-f034-c46f-8860c65c8e0c-260776ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_74778ab9-d6ec-f034-c46f-8860c65c8e0d-260776ad {
  justify-self: center;
}

#w-node-_74778ab9-d6ec-f034-c46f-8860c65c8e1c-260776ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_74778ab9-d6ec-f034-c46f-8860c65c8e24-260776ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_74778ab9-d6ec-f034-c46f-8860c65c8e26-260776ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_74778ab9-d6ec-f034-c46f-8860c65c8e36-260776ad {
  justify-self: center;
}

#w-node-_7fd152cb-e08b-55ac-8877-75fbd22432ae-260776ad, #w-node-_7fd152cb-e08b-55ac-8877-75fbd22432da-260776ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7fd152cb-e08b-55ac-8877-75fbd2243302-260776ad {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7fd152cb-e08b-55ac-8877-75fbd2243307-260776ad, #w-node-_74778ab9-d6ec-f034-c46f-8860c65c8ed6-260776ad, #w-node-_74778ab9-d6ec-f034-c46f-8860c65c8ede-260776ad, #w-node-_74778ab9-d6ec-f034-c46f-8860c65c8ee5-260776ad, #w-node-_74778ab9-d6ec-f034-c46f-8860c65c8eec-260776ad, #w-node-_74778ab9-d6ec-f034-c46f-8860c65c8ef5-260776ad, #w-node-_74778ab9-d6ec-f034-c46f-8860c65c8efc-260776ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74778ab9-d6ec-f034-c46f-8860c65c8f15-260776ad {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_74778ab9-d6ec-f034-c46f-8860c65c8f19-260776ad, #w-node-_74778ab9-d6ec-f034-c46f-8860c65c8f1f-260776ad, #w-node-_74778ab9-d6ec-f034-c46f-8860c65c8f22-260776ad, #w-node-_74778ab9-d6ec-f034-c46f-8860c65c8f25-260776ad, #w-node-_74778ab9-d6ec-f034-c46f-8860c65c8f28-260776ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74778ab9-d6ec-f034-c46f-8860c65c8fd2-260776ad {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_74778ab9-d6ec-f034-c46f-8860c65c8fd6-260776ad, #w-node-_74778ab9-d6ec-f034-c46f-8860c65c8fec-260776ad, #w-node-_74778ab9-d6ec-f034-c46f-8860c65c8ff6-260776ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b704a98-be9c-60ec-495d-5fc294e17e68-260776af {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_7b704a98-be9c-60ec-495d-5fc294e17e69-260776af {
  justify-self: center;
}

#w-node-_7b704a98-be9c-60ec-495d-5fc294e17e76-260776af {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_7b704a98-be9c-60ec-495d-5fc294e17e7e-260776af {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_7b704a98-be9c-60ec-495d-5fc294e17e80-260776af {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_4be15886-a78c-1ba9-d783-ed1f2d6c4d27-260776af, #w-node-_4be15886-a78c-1ba9-d783-ed1f2d6c4d53-260776af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4be15886-a78c-1ba9-d783-ed1f2d6c4d7b-260776af {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4be15886-a78c-1ba9-d783-ed1f2d6c4d80-260776af, #w-node-_7b704a98-be9c-60ec-495d-5fc294e17f45-260776af, #w-node-_7b704a98-be9c-60ec-495d-5fc294e17f4c-260776af, #w-node-_7b704a98-be9c-60ec-495d-5fc294e17f53-260776af, #w-node-_7b704a98-be9c-60ec-495d-5fc294e17f5a-260776af, #w-node-_7b704a98-be9c-60ec-495d-5fc294e17f63-260776af, #w-node-_7b704a98-be9c-60ec-495d-5fc294e17f6a-260776af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b704a98-be9c-60ec-495d-5fc294e17f83-260776af {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7b704a98-be9c-60ec-495d-5fc294e17f87-260776af, #w-node-_7b704a98-be9c-60ec-495d-5fc294e17f8d-260776af, #w-node-_7b704a98-be9c-60ec-495d-5fc294e17f90-260776af, #w-node-_7b704a98-be9c-60ec-495d-5fc294e17f93-260776af, #w-node-_7b704a98-be9c-60ec-495d-5fc294e17f96-260776af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b704a98-be9c-60ec-495d-5fc294e18040-260776af {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7b704a98-be9c-60ec-495d-5fc294e18044-260776af, #w-node-_7b704a98-be9c-60ec-495d-5fc294e1805a-260776af, #w-node-_7b704a98-be9c-60ec-495d-5fc294e18064-260776af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f7e20c0-e61e-f2a8-af94-c79e12567450-260776b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_7f7e20c0-e61e-f2a8-af94-c79e12567451-260776b0 {
  justify-self: center;
}

#w-node-_7f7e20c0-e61e-f2a8-af94-c79e1256745f-260776b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_7f7e20c0-e61e-f2a8-af94-c79e12567468-260776b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_7f7e20c0-e61e-f2a8-af94-c79e1256746a-260776b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d1c9832d-421f-33f3-7296-3530051a3a8f-260776b0, #w-node-d1c9832d-421f-33f3-7296-3530051a3abb-260776b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d1c9832d-421f-33f3-7296-3530051a3ae3-260776b0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d1c9832d-421f-33f3-7296-3530051a3ae8-260776b0, #w-node-_7f7e20c0-e61e-f2a8-af94-c79e12567531-260776b0, #w-node-_7f7e20c0-e61e-f2a8-af94-c79e12567538-260776b0, #w-node-_7f7e20c0-e61e-f2a8-af94-c79e1256753f-260776b0, #w-node-_7f7e20c0-e61e-f2a8-af94-c79e12567546-260776b0, #w-node-_7f7e20c0-e61e-f2a8-af94-c79e1256754f-260776b0, #w-node-_7f7e20c0-e61e-f2a8-af94-c79e12567556-260776b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f7e20c0-e61e-f2a8-af94-c79e1256756f-260776b0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7f7e20c0-e61e-f2a8-af94-c79e12567573-260776b0, #w-node-_7f7e20c0-e61e-f2a8-af94-c79e12567579-260776b0, #w-node-_7f7e20c0-e61e-f2a8-af94-c79e1256757c-260776b0, #w-node-_7f7e20c0-e61e-f2a8-af94-c79e1256757f-260776b0, #w-node-_7f7e20c0-e61e-f2a8-af94-c79e12567582-260776b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f7e20c0-e61e-f2a8-af94-c79e1256762b-260776b0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7f7e20c0-e61e-f2a8-af94-c79e1256762f-260776b0, #w-node-_7f7e20c0-e61e-f2a8-af94-c79e12567645-260776b0, #w-node-_7f7e20c0-e61e-f2a8-af94-c79e1256764f-260776b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e529-260776b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e52a-260776b2 {
  justify-self: center;
}

#w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e537-260776b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e53f-260776b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e541-260776b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e550-260776b2 {
  justify-self: center;
}

#w-node-_15f9c2b9-be0d-f786-e956-90658bce5e1b-260776b2, #w-node-_15f9c2b9-be0d-f786-e956-90658bce5e47-260776b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_15f9c2b9-be0d-f786-e956-90658bce5e6f-260776b2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_15f9c2b9-be0d-f786-e956-90658bce5e74-260776b2, #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e601-260776b2, #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e609-260776b2, #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e610-260776b2, #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e617-260776b2, #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e620-260776b2, #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e627-260776b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e640-260776b2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e644-260776b2, #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e64a-260776b2, #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e64d-260776b2, #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e650-260776b2, #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e653-260776b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e6fd-260776b2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e701-260776b2, #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e717-260776b2, #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e721-260776b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2c4763d-f6f1-d045-0d7c-0afb5f1e63c6-260776b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d2c4763d-f6f1-d045-0d7c-0afb5f1e63c7-260776b3 {
  justify-self: center;
}

#w-node-d2c4763d-f6f1-d045-0d7c-0afb5f1e63d5-260776b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d2c4763d-f6f1-d045-0d7c-0afb5f1e63de-260776b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d2c4763d-f6f1-d045-0d7c-0afb5f1e63e0-260776b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d2c4763d-f6f1-d045-0d7c-0afb5f1e63f0-260776b3 {
  justify-self: center;
}

#w-node-c189b12f-840f-347d-98e0-f44e3969101a-260776b3, #w-node-c189b12f-840f-347d-98e0-f44e39691046-260776b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c189b12f-840f-347d-98e0-f44e3969106e-260776b3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c189b12f-840f-347d-98e0-f44e39691073-260776b3, #w-node-d2c4763d-f6f1-d045-0d7c-0afb5f1e64a4-260776b3, #w-node-d2c4763d-f6f1-d045-0d7c-0afb5f1e64ac-260776b3, #w-node-d2c4763d-f6f1-d045-0d7c-0afb5f1e64b3-260776b3, #w-node-d2c4763d-f6f1-d045-0d7c-0afb5f1e64ba-260776b3, #w-node-d2c4763d-f6f1-d045-0d7c-0afb5f1e64c3-260776b3, #w-node-d2c4763d-f6f1-d045-0d7c-0afb5f1e64ca-260776b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2c4763d-f6f1-d045-0d7c-0afb5f1e64e3-260776b3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d2c4763d-f6f1-d045-0d7c-0afb5f1e64e7-260776b3, #w-node-d2c4763d-f6f1-d045-0d7c-0afb5f1e64ed-260776b3, #w-node-d2c4763d-f6f1-d045-0d7c-0afb5f1e64f0-260776b3, #w-node-d2c4763d-f6f1-d045-0d7c-0afb5f1e64f3-260776b3, #w-node-d2c4763d-f6f1-d045-0d7c-0afb5f1e64f6-260776b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2c4763d-f6f1-d045-0d7c-0afb5f1e65a0-260776b3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d2c4763d-f6f1-d045-0d7c-0afb5f1e65a4-260776b3, #w-node-d2c4763d-f6f1-d045-0d7c-0afb5f1e65ba-260776b3, #w-node-d2c4763d-f6f1-d045-0d7c-0afb5f1e65c4-260776b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93e55d48-72af-9423-50b5-118252981127-260776b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_93e55d48-72af-9423-50b5-118252981128-260776b5 {
  justify-self: center;
}

#w-node-_93e55d48-72af-9423-50b5-118252981135-260776b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_93e55d48-72af-9423-50b5-11825298113d-260776b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_93e55d48-72af-9423-50b5-11825298113f-260776b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_93e55d48-72af-9423-50b5-11825298114f-260776b5 {
  justify-self: center;
}

#w-node-_9fd495d9-59c5-b6ba-4958-031224a3ef37-260776b5, #w-node-_9fd495d9-59c5-b6ba-4958-031224a3ef63-260776b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9fd495d9-59c5-b6ba-4958-031224a3ef8b-260776b5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9fd495d9-59c5-b6ba-4958-031224a3ef90-260776b5, #w-node-_93e55d48-72af-9423-50b5-118252981207-260776b5, #w-node-_93e55d48-72af-9423-50b5-11825298120f-260776b5, #w-node-_93e55d48-72af-9423-50b5-118252981216-260776b5, #w-node-_93e55d48-72af-9423-50b5-11825298121d-260776b5, #w-node-_93e55d48-72af-9423-50b5-118252981226-260776b5, #w-node-_93e55d48-72af-9423-50b5-11825298122d-260776b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93e55d48-72af-9423-50b5-118252981246-260776b5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_93e55d48-72af-9423-50b5-11825298124a-260776b5, #w-node-_93e55d48-72af-9423-50b5-118252981250-260776b5, #w-node-_93e55d48-72af-9423-50b5-118252981253-260776b5, #w-node-_93e55d48-72af-9423-50b5-118252981256-260776b5, #w-node-_93e55d48-72af-9423-50b5-118252981259-260776b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93e55d48-72af-9423-50b5-118252981303-260776b5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_93e55d48-72af-9423-50b5-118252981307-260776b5, #w-node-_93e55d48-72af-9423-50b5-11825298131d-260776b5, #w-node-_93e55d48-72af-9423-50b5-118252981327-260776b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_737a7c20-73bf-1e81-cc9b-c81c1c0b185e-260776b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_737a7c20-73bf-1e81-cc9b-c81c1c0b185f-260776b6 {
  justify-self: center;
}

#w-node-_737a7c20-73bf-1e81-cc9b-c81c1c0b186c-260776b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_737a7c20-73bf-1e81-cc9b-c81c1c0b1874-260776b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_737a7c20-73bf-1e81-cc9b-c81c1c0b1876-260776b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_822533f8-492d-8ed9-ed24-650e903a3ff3-260776b6, #w-node-_822533f8-492d-8ed9-ed24-650e903a401f-260776b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_822533f8-492d-8ed9-ed24-650e903a4047-260776b6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_822533f8-492d-8ed9-ed24-650e903a404c-260776b6, #w-node-_737a7c20-73bf-1e81-cc9b-c81c1c0b1932-260776b6, #w-node-_737a7c20-73bf-1e81-cc9b-c81c1c0b193a-260776b6, #w-node-_737a7c20-73bf-1e81-cc9b-c81c1c0b1942-260776b6, #w-node-_737a7c20-73bf-1e81-cc9b-c81c1c0b194a-260776b6, #w-node-_737a7c20-73bf-1e81-cc9b-c81c1c0b1954-260776b6, #w-node-_737a7c20-73bf-1e81-cc9b-c81c1c0b195c-260776b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_737a7c20-73bf-1e81-cc9b-c81c1c0b1976-260776b6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_737a7c20-73bf-1e81-cc9b-c81c1c0b197a-260776b6, #w-node-_737a7c20-73bf-1e81-cc9b-c81c1c0b1980-260776b6, #w-node-_737a7c20-73bf-1e81-cc9b-c81c1c0b1983-260776b6, #w-node-_737a7c20-73bf-1e81-cc9b-c81c1c0b1986-260776b6, #w-node-_737a7c20-73bf-1e81-cc9b-c81c1c0b1989-260776b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_737a7c20-73bf-1e81-cc9b-c81c1c0b1a3c-260776b6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_737a7c20-73bf-1e81-cc9b-c81c1c0b1a40-260776b6, #w-node-_737a7c20-73bf-1e81-cc9b-c81c1c0b1a56-260776b6, #w-node-_737a7c20-73bf-1e81-cc9b-c81c1c0b1a60-260776b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_749178ca-616f-0235-74b5-10d68ba7515e-260776c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_749178ca-616f-0235-74b5-10d68ba75160-260776c9 {
  justify-self: center;
}

#w-node-_749178ca-616f-0235-74b5-10d68ba75162-260776c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_5b015b41-625d-bb6e-645f-46782193a29a-260776c9, #w-node-_5116d585-8d02-77f4-757c-a230262e0722-260776c9 {
  place-self: center;
}

#w-node-_7cd54b01-1001-d1b1-9a52-a1eae4a32e07-260776c9, #w-node-_7cd54b01-1001-d1b1-9a52-a1eae4a32e33-260776c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7cd54b01-1001-d1b1-9a52-a1eae4a32e5b-260776c9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7cd54b01-1001-d1b1-9a52-a1eae4a32e60-260776c9, #w-node-_749178ca-616f-0235-74b5-10d68ba75223-260776c9, #w-node-_749178ca-616f-0235-74b5-10d68ba7522b-260776c9, #w-node-_749178ca-616f-0235-74b5-10d68ba75232-260776c9, #w-node-_749178ca-616f-0235-74b5-10d68ba75239-260776c9, #w-node-_749178ca-616f-0235-74b5-10d68ba75242-260776c9, #w-node-_749178ca-616f-0235-74b5-10d68ba75249-260776c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_749178ca-616f-0235-74b5-10d68ba75262-260776c9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_749178ca-616f-0235-74b5-10d68ba75266-260776c9, #w-node-_749178ca-616f-0235-74b5-10d68ba7526c-260776c9, #w-node-_749178ca-616f-0235-74b5-10d68ba7526f-260776c9, #w-node-_749178ca-616f-0235-74b5-10d68ba75272-260776c9, #w-node-_749178ca-616f-0235-74b5-10d68ba75275-260776c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_749178ca-616f-0235-74b5-10d68ba7531f-260776c9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_749178ca-616f-0235-74b5-10d68ba75323-260776c9, #w-node-_749178ca-616f-0235-74b5-10d68ba75339-260776c9, #w-node-_749178ca-616f-0235-74b5-10d68ba75343-260776c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8ddb34ba-3c26-4993-4f41-89fa198f78db-260776cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_8ddb34ba-3c26-4993-4f41-89fa198f78dd-260776cd {
  justify-self: center;
}

#w-node-_8ddb34ba-3c26-4993-4f41-89fa198f78df-260776cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_8632fd39-a65e-51ea-1b91-56553773af29-260776cd, #w-node-_8632fd39-a65e-51ea-1b91-56553773af55-260776cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8632fd39-a65e-51ea-1b91-56553773af7d-260776cd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8632fd39-a65e-51ea-1b91-56553773af82-260776cd, #w-node-_8ddb34ba-3c26-4993-4f41-89fa198f796f-260776cd, #w-node-_8ddb34ba-3c26-4993-4f41-89fa198f7976-260776cd, #w-node-_8ddb34ba-3c26-4993-4f41-89fa198f797d-260776cd, #w-node-_8ddb34ba-3c26-4993-4f41-89fa198f7984-260776cd, #w-node-_8ddb34ba-3c26-4993-4f41-89fa198f798d-260776cd, #w-node-_8ddb34ba-3c26-4993-4f41-89fa198f7994-260776cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8ddb34ba-3c26-4993-4f41-89fa198f79ad-260776cd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8ddb34ba-3c26-4993-4f41-89fa198f79b1-260776cd, #w-node-_8ddb34ba-3c26-4993-4f41-89fa198f79b7-260776cd, #w-node-_8ddb34ba-3c26-4993-4f41-89fa198f79ba-260776cd, #w-node-_8ddb34ba-3c26-4993-4f41-89fa198f79bd-260776cd, #w-node-_8ddb34ba-3c26-4993-4f41-89fa198f79c0-260776cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8ddb34ba-3c26-4993-4f41-89fa198f7a6a-260776cd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8ddb34ba-3c26-4993-4f41-89fa198f7a6e-260776cd, #w-node-_8ddb34ba-3c26-4993-4f41-89fa198f7a84-260776cd, #w-node-_8ddb34ba-3c26-4993-4f41-89fa198f7a8e-260776cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7a9a7ce-0919-107b-e959-3fbfc36fa196-260776df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d7a9a7ce-0919-107b-e959-3fbfc36fa197-260776df {
  justify-self: center;
}

#w-node-d7a9a7ce-0919-107b-e959-3fbfc36fa1a4-260776df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d7a9a7ce-0919-107b-e959-3fbfc36fa1ac-260776df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d7a9a7ce-0919-107b-e959-3fbfc36fa1ae-260776df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a123ae00-c9e2-ca70-ecb3-7199ff9c6e0d-260776df, #w-node-a123ae00-c9e2-ca70-ecb3-7199ff9c6e39-260776df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a123ae00-c9e2-ca70-ecb3-7199ff9c6e61-260776df {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a123ae00-c9e2-ca70-ecb3-7199ff9c6e66-260776df, #w-node-d7a9a7ce-0919-107b-e959-3fbfc36fa27e-260776df, #w-node-d7a9a7ce-0919-107b-e959-3fbfc36fa286-260776df, #w-node-d7a9a7ce-0919-107b-e959-3fbfc36fa28d-260776df, #w-node-d7a9a7ce-0919-107b-e959-3fbfc36fa294-260776df, #w-node-d7a9a7ce-0919-107b-e959-3fbfc36fa29d-260776df, #w-node-d7a9a7ce-0919-107b-e959-3fbfc36fa2a4-260776df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7a9a7ce-0919-107b-e959-3fbfc36fa2bd-260776df {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d7a9a7ce-0919-107b-e959-3fbfc36fa2c1-260776df, #w-node-d7a9a7ce-0919-107b-e959-3fbfc36fa2c7-260776df, #w-node-d7a9a7ce-0919-107b-e959-3fbfc36fa2ca-260776df, #w-node-d7a9a7ce-0919-107b-e959-3fbfc36fa2cd-260776df, #w-node-d7a9a7ce-0919-107b-e959-3fbfc36fa2d0-260776df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7a9a7ce-0919-107b-e959-3fbfc36fa37a-260776df {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d7a9a7ce-0919-107b-e959-3fbfc36fa37e-260776df, #w-node-d7a9a7ce-0919-107b-e959-3fbfc36fa394-260776df, #w-node-d7a9a7ce-0919-107b-e959-3fbfc36fa39e-260776df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2505adbf-8458-9400-b24c-0a6deffa6540-260776e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_2505adbf-8458-9400-b24c-0a6deffa6541-260776e0 {
  justify-self: center;
}

#w-node-_2505adbf-8458-9400-b24c-0a6deffa654e-260776e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_2505adbf-8458-9400-b24c-0a6deffa6556-260776e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_2505adbf-8458-9400-b24c-0a6deffa6558-260776e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c950584f-b400-00ea-5458-5e1bccd32eb7-260776e0, #w-node-c950584f-b400-00ea-5458-5e1bccd32ee3-260776e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c950584f-b400-00ea-5458-5e1bccd32f0b-260776e0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c950584f-b400-00ea-5458-5e1bccd32f10-260776e0, #w-node-_2505adbf-8458-9400-b24c-0a6deffa661d-260776e0, #w-node-_2505adbf-8458-9400-b24c-0a6deffa6625-260776e0, #w-node-_2505adbf-8458-9400-b24c-0a6deffa662c-260776e0, #w-node-_2505adbf-8458-9400-b24c-0a6deffa6633-260776e0, #w-node-_2505adbf-8458-9400-b24c-0a6deffa663c-260776e0, #w-node-_2505adbf-8458-9400-b24c-0a6deffa6643-260776e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2505adbf-8458-9400-b24c-0a6deffa665c-260776e0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2505adbf-8458-9400-b24c-0a6deffa6660-260776e0, #w-node-_2505adbf-8458-9400-b24c-0a6deffa6666-260776e0, #w-node-_2505adbf-8458-9400-b24c-0a6deffa6669-260776e0, #w-node-_2505adbf-8458-9400-b24c-0a6deffa666c-260776e0, #w-node-_2505adbf-8458-9400-b24c-0a6deffa666f-260776e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2505adbf-8458-9400-b24c-0a6deffa6719-260776e0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2505adbf-8458-9400-b24c-0a6deffa671d-260776e0, #w-node-_2505adbf-8458-9400-b24c-0a6deffa6733-260776e0, #w-node-_2505adbf-8458-9400-b24c-0a6deffa673d-260776e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16545290-a3aa-c857-99c6-9866f301c03e-260776e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_16545290-a3aa-c857-99c6-9866f301c03f-260776e2 {
  justify-self: center;
}

#w-node-_16545290-a3aa-c857-99c6-9866f301c04c-260776e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_16545290-a3aa-c857-99c6-9866f301c054-260776e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_16545290-a3aa-c857-99c6-9866f301c056-260776e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_16545290-a3aa-c857-99c6-9866f301c086-260776e2, #w-node-_16545290-a3aa-c857-99c6-9866f301c0b2-260776e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16545290-a3aa-c857-99c6-9866f301c0da-260776e2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_16545290-a3aa-c857-99c6-9866f301c0df-260776e2, #w-node-_16545290-a3aa-c857-99c6-9866f301c11b-260776e2, #w-node-_16545290-a3aa-c857-99c6-9866f301c122-260776e2, #w-node-_16545290-a3aa-c857-99c6-9866f301c129-260776e2, #w-node-_16545290-a3aa-c857-99c6-9866f301c130-260776e2, #w-node-_16545290-a3aa-c857-99c6-9866f301c139-260776e2, #w-node-_16545290-a3aa-c857-99c6-9866f301c140-260776e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16545290-a3aa-c857-99c6-9866f301c159-260776e2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_16545290-a3aa-c857-99c6-9866f301c15d-260776e2, #w-node-_16545290-a3aa-c857-99c6-9866f301c163-260776e2, #w-node-_16545290-a3aa-c857-99c6-9866f301c166-260776e2, #w-node-_16545290-a3aa-c857-99c6-9866f301c169-260776e2, #w-node-_16545290-a3aa-c857-99c6-9866f301c16c-260776e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16545290-a3aa-c857-99c6-9866f301c224-260776e2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_16545290-a3aa-c857-99c6-9866f301c228-260776e2, #w-node-_16545290-a3aa-c857-99c6-9866f301c23e-260776e2, #w-node-_16545290-a3aa-c857-99c6-9866f301c248-260776e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e529-260776f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e52a-260776f0 {
  justify-self: center;
}

#w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e537-260776f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e53f-260776f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e541-260776f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e550-260776f0 {
  justify-self: center;
}

#w-node-_15f9c2b9-be0d-f786-e956-90658bce5e1b-260776f0, #w-node-_15f9c2b9-be0d-f786-e956-90658bce5e47-260776f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_15f9c2b9-be0d-f786-e956-90658bce5e6f-260776f0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_15f9c2b9-be0d-f786-e956-90658bce5e74-260776f0, #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e601-260776f0, #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e609-260776f0, #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e610-260776f0, #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e617-260776f0, #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e620-260776f0, #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e627-260776f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e640-260776f0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e644-260776f0, #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e64a-260776f0, #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e64d-260776f0, #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e650-260776f0, #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e653-260776f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e6fd-260776f0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e701-260776f0, #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e717-260776f0, #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e721-260776f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e529-260776f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e52a-260776f4 {
  justify-self: center;
}

#w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e537-260776f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e53f-260776f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e541-260776f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e550-260776f4 {
  justify-self: center;
}

#w-node-_15f9c2b9-be0d-f786-e956-90658bce5e1b-260776f4, #w-node-_15f9c2b9-be0d-f786-e956-90658bce5e47-260776f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_15f9c2b9-be0d-f786-e956-90658bce5e6f-260776f4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_15f9c2b9-be0d-f786-e956-90658bce5e74-260776f4, #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e601-260776f4, #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e609-260776f4, #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e610-260776f4, #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e617-260776f4, #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e620-260776f4, #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e627-260776f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e640-260776f4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e644-260776f4, #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e64a-260776f4, #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e64d-260776f4, #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e650-260776f4, #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e653-260776f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e6fd-260776f4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e701-260776f4, #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e717-260776f4, #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e721-260776f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2505adbf-8458-9400-b24c-0a6deffa6540-260776fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_2505adbf-8458-9400-b24c-0a6deffa6541-260776fc {
  justify-self: center;
}

#w-node-_2505adbf-8458-9400-b24c-0a6deffa654e-260776fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_2505adbf-8458-9400-b24c-0a6deffa6556-260776fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_2505adbf-8458-9400-b24c-0a6deffa6558-260776fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c950584f-b400-00ea-5458-5e1bccd32eb7-260776fc, #w-node-c950584f-b400-00ea-5458-5e1bccd32ee3-260776fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c950584f-b400-00ea-5458-5e1bccd32f0b-260776fc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c950584f-b400-00ea-5458-5e1bccd32f10-260776fc, #w-node-_2505adbf-8458-9400-b24c-0a6deffa661d-260776fc, #w-node-_2505adbf-8458-9400-b24c-0a6deffa6625-260776fc, #w-node-_2505adbf-8458-9400-b24c-0a6deffa662c-260776fc, #w-node-_2505adbf-8458-9400-b24c-0a6deffa6633-260776fc, #w-node-_2505adbf-8458-9400-b24c-0a6deffa663c-260776fc, #w-node-_2505adbf-8458-9400-b24c-0a6deffa6643-260776fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2505adbf-8458-9400-b24c-0a6deffa665c-260776fc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2505adbf-8458-9400-b24c-0a6deffa6660-260776fc, #w-node-_2505adbf-8458-9400-b24c-0a6deffa6666-260776fc, #w-node-_2505adbf-8458-9400-b24c-0a6deffa6669-260776fc, #w-node-_2505adbf-8458-9400-b24c-0a6deffa666c-260776fc, #w-node-_2505adbf-8458-9400-b24c-0a6deffa666f-260776fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2505adbf-8458-9400-b24c-0a6deffa6719-260776fc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2505adbf-8458-9400-b24c-0a6deffa671d-260776fc, #w-node-_2505adbf-8458-9400-b24c-0a6deffa6733-260776fc, #w-node-_2505adbf-8458-9400-b24c-0a6deffa673d-260776fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_698d7da4-2638-f783-a044-c3ac6a70d41d-2607765a {
    justify-self: end;
  }

  #w-node-_9e05eeb2-b22b-c3d0-1b0b-f18e17238ebe-2607765a, #w-node-_9e05eeb2-b22b-c3d0-1b0b-f18e17238eea-2607765a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0bb602d9-b76b-4c07-391c-e0e69fd9d64b-2607768c {
    justify-self: end;
  }

  #w-node-_5a934885-b0c6-1eed-64e8-269e1b6085a5-2607768c, #w-node-_5a934885-b0c6-1eed-64e8-269e1b6085d1-2607768c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a45729cb-89a5-4a2f-4723-1e5d853e7775-2607768e, #w-node-a45729cb-89a5-4a2f-4723-1e5d853e779c-2607768e {
    justify-self: end;
  }

  #w-node-a90ddde9-2446-86a2-8e27-2a361ec86866-2607768e, #w-node-a90ddde9-2446-86a2-8e27-2a361ec86892-2607768e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_261d9bcc-618f-20c3-831b-97b6496127d4-260776a2, #w-node-_261d9bcc-618f-20c3-831b-97b6496127fb-260776a2 {
    justify-self: end;
  }

  #w-node-b9a995ba-ef67-a8a4-f483-ce2de73d183e-260776a2, #w-node-b9a995ba-ef67-a8a4-f483-ce2de73d186a-260776a2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_04bc8e9a-6125-92e6-eea9-352e7e918d6c-260776a3, #w-node-_04bc8e9a-6125-92e6-eea9-352e7e918d93-260776a3 {
    justify-self: end;
  }

  #w-node-_01326029-c6c1-7ac9-fa24-6347a9a238c1-260776a3, #w-node-_01326029-c6c1-7ac9-fa24-6347a9a238ed-260776a3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2f6a6557-b212-095a-3ebd-e6f43a3b9c3c-260776a5, #w-node-_2f6a6557-b212-095a-3ebd-e6f43a3b9c65-260776a5 {
    justify-self: end;
  }

  #w-node-b2c30529-ae28-9a84-4b99-fa1b228b01a4-260776a5, #w-node-b2c30529-ae28-9a84-4b99-fa1b228b01d0-260776a5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9e25be86-1a3e-384a-3573-a357bdaf1fd5-260776a7, #w-node-_9e25be86-1a3e-384a-3573-a357bdaf1ffe-260776a7 {
    justify-self: end;
  }

  #w-node-a2a3952c-72cc-153c-afe8-22932069223c-260776a7, #w-node-a2a3952c-72cc-153c-afe8-229320692268-260776a7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4d3d0a6e-9cc6-a751-5e54-9c33238ee519-260776a8, #w-node-_4d3d0a6e-9cc6-a751-5e54-9c33238ee540-260776a8 {
    justify-self: end;
  }

  #w-node-_8ba6ffdc-04cd-e4f3-431e-44771a031ec6-260776a8, #w-node-_8ba6ffdc-04cd-e4f3-431e-44771a031ef2-260776a8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_75463652-605d-6322-3af3-1855bbe313d8-260776aa, #w-node-_75463652-605d-6322-3af3-1855bbe313ff-260776aa {
    justify-self: end;
  }

  #w-node-_646c734b-4afb-7f55-2079-ef5a1ff6faf2-260776aa, #w-node-_646c734b-4afb-7f55-2079-ef5a1ff6fb1e-260776aa {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_74778ab9-d6ec-f034-c46f-8860c65c8e0d-260776ad, #w-node-_74778ab9-d6ec-f034-c46f-8860c65c8e36-260776ad {
    justify-self: end;
  }

  #w-node-_7fd152cb-e08b-55ac-8877-75fbd22432a9-260776ad, #w-node-_7fd152cb-e08b-55ac-8877-75fbd22432d5-260776ad {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7b704a98-be9c-60ec-495d-5fc294e17e69-260776af {
    justify-self: end;
  }

  #w-node-_4be15886-a78c-1ba9-d783-ed1f2d6c4d22-260776af, #w-node-_4be15886-a78c-1ba9-d783-ed1f2d6c4d4e-260776af {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7f7e20c0-e61e-f2a8-af94-c79e12567451-260776b0 {
    justify-self: end;
  }

  #w-node-d1c9832d-421f-33f3-7296-3530051a3a8a-260776b0, #w-node-d1c9832d-421f-33f3-7296-3530051a3ab6-260776b0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e52a-260776b2, #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e550-260776b2 {
    justify-self: end;
  }

  #w-node-_15f9c2b9-be0d-f786-e956-90658bce5e16-260776b2, #w-node-_15f9c2b9-be0d-f786-e956-90658bce5e42-260776b2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d2c4763d-f6f1-d045-0d7c-0afb5f1e63c7-260776b3, #w-node-d2c4763d-f6f1-d045-0d7c-0afb5f1e63f0-260776b3 {
    justify-self: end;
  }

  #w-node-c189b12f-840f-347d-98e0-f44e39691015-260776b3, #w-node-c189b12f-840f-347d-98e0-f44e39691041-260776b3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_93e55d48-72af-9423-50b5-118252981128-260776b5, #w-node-_93e55d48-72af-9423-50b5-11825298114f-260776b5 {
    justify-self: end;
  }

  #w-node-_9fd495d9-59c5-b6ba-4958-031224a3ef32-260776b5, #w-node-_9fd495d9-59c5-b6ba-4958-031224a3ef5e-260776b5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_737a7c20-73bf-1e81-cc9b-c81c1c0b185f-260776b6 {
    justify-self: end;
  }

  #w-node-_822533f8-492d-8ed9-ed24-650e903a3fee-260776b6, #w-node-_822533f8-492d-8ed9-ed24-650e903a401a-260776b6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_749178ca-616f-0235-74b5-10d68ba75160-260776c9 {
    justify-self: center;
  }

  #w-node-_7cd54b01-1001-d1b1-9a52-a1eae4a32e02-260776c9, #w-node-_7cd54b01-1001-d1b1-9a52-a1eae4a32e2e-260776c9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8ddb34ba-3c26-4993-4f41-89fa198f78dd-260776cd {
    justify-self: center;
  }

  #w-node-_8632fd39-a65e-51ea-1b91-56553773af24-260776cd, #w-node-_8632fd39-a65e-51ea-1b91-56553773af50-260776cd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d7a9a7ce-0919-107b-e959-3fbfc36fa197-260776df {
    justify-self: end;
  }

  #w-node-a123ae00-c9e2-ca70-ecb3-7199ff9c6e08-260776df, #w-node-a123ae00-c9e2-ca70-ecb3-7199ff9c6e34-260776df {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2505adbf-8458-9400-b24c-0a6deffa6541-260776e0 {
    justify-self: end;
  }

  #w-node-c950584f-b400-00ea-5458-5e1bccd32eb2-260776e0, #w-node-c950584f-b400-00ea-5458-5e1bccd32ede-260776e0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_16545290-a3aa-c857-99c6-9866f301c03f-260776e2 {
    justify-self: end;
  }

  #w-node-_16545290-a3aa-c857-99c6-9866f301c081-260776e2, #w-node-_16545290-a3aa-c857-99c6-9866f301c0ad-260776e2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e52a-260776f0, #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e550-260776f0 {
    justify-self: end;
  }

  #w-node-_15f9c2b9-be0d-f786-e956-90658bce5e16-260776f0, #w-node-_15f9c2b9-be0d-f786-e956-90658bce5e42-260776f0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e52a-260776f4, #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e550-260776f4 {
    justify-self: end;
  }

  #w-node-_15f9c2b9-be0d-f786-e956-90658bce5e16-260776f4, #w-node-_15f9c2b9-be0d-f786-e956-90658bce5e42-260776f4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2505adbf-8458-9400-b24c-0a6deffa6541-260776fc {
    justify-self: end;
  }

  #w-node-c950584f-b400-00ea-5458-5e1bccd32eb2-260776fc, #w-node-c950584f-b400-00ea-5458-5e1bccd32ede-260776fc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_698d7da4-2638-f783-a044-c3ac6a70d41c-2607765a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_698d7da4-2638-f783-a044-c3ac6a70d41d-2607765a {
    justify-self: center;
  }

  #w-node-_698d7da4-2638-f783-a044-c3ac6a70d432-2607765a, #w-node-_0bb602d9-b76b-4c07-391c-e0e69fd9d64a-2607768c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_0bb602d9-b76b-4c07-391c-e0e69fd9d64b-2607768c {
    justify-self: center;
  }

  #w-node-_0bb602d9-b76b-4c07-391c-e0e69fd9d660-2607768c, #w-node-a45729cb-89a5-4a2f-4723-1e5d853e7774-2607768e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-a45729cb-89a5-4a2f-4723-1e5d853e7775-2607768e {
    justify-self: center;
  }

  #w-node-a45729cb-89a5-4a2f-4723-1e5d853e778a-2607768e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-a45729cb-89a5-4a2f-4723-1e5d853e779c-2607768e {
    justify-self: center;
  }

  #w-node-_261d9bcc-618f-20c3-831b-97b6496127d3-260776a2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_261d9bcc-618f-20c3-831b-97b6496127d4-260776a2 {
    justify-self: center;
  }

  #w-node-_261d9bcc-618f-20c3-831b-97b6496127e9-260776a2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_261d9bcc-618f-20c3-831b-97b6496127fb-260776a2 {
    justify-self: center;
  }

  #w-node-_04bc8e9a-6125-92e6-eea9-352e7e918d6b-260776a3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_04bc8e9a-6125-92e6-eea9-352e7e918d6c-260776a3 {
    justify-self: center;
  }

  #w-node-_04bc8e9a-6125-92e6-eea9-352e7e918d81-260776a3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_04bc8e9a-6125-92e6-eea9-352e7e918d93-260776a3 {
    justify-self: center;
  }

  #w-node-_2f6a6557-b212-095a-3ebd-e6f43a3b9c3b-260776a5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_2f6a6557-b212-095a-3ebd-e6f43a3b9c3c-260776a5 {
    justify-self: center;
  }

  #w-node-_2f6a6557-b212-095a-3ebd-e6f43a3b9c53-260776a5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_2f6a6557-b212-095a-3ebd-e6f43a3b9c65-260776a5 {
    justify-self: center;
  }

  #w-node-_9e25be86-1a3e-384a-3573-a357bdaf1fd4-260776a7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_9e25be86-1a3e-384a-3573-a357bdaf1fd5-260776a7 {
    justify-self: center;
  }

  #w-node-_9e25be86-1a3e-384a-3573-a357bdaf1fec-260776a7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_9e25be86-1a3e-384a-3573-a357bdaf1ffe-260776a7 {
    justify-self: center;
  }

  #w-node-_4d3d0a6e-9cc6-a751-5e54-9c33238ee518-260776a8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_4d3d0a6e-9cc6-a751-5e54-9c33238ee519-260776a8 {
    justify-self: center;
  }

  #w-node-_4d3d0a6e-9cc6-a751-5e54-9c33238ee52e-260776a8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_4d3d0a6e-9cc6-a751-5e54-9c33238ee540-260776a8 {
    justify-self: center;
  }

  #w-node-_75463652-605d-6322-3af3-1855bbe313d7-260776aa {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_75463652-605d-6322-3af3-1855bbe313d8-260776aa {
    justify-self: center;
  }

  #w-node-_75463652-605d-6322-3af3-1855bbe313ed-260776aa {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_75463652-605d-6322-3af3-1855bbe313ff-260776aa {
    justify-self: center;
  }

  #w-node-_74778ab9-d6ec-f034-c46f-8860c65c8e0c-260776ad {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_74778ab9-d6ec-f034-c46f-8860c65c8e0d-260776ad {
    justify-self: center;
  }

  #w-node-_74778ab9-d6ec-f034-c46f-8860c65c8e24-260776ad {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_74778ab9-d6ec-f034-c46f-8860c65c8e36-260776ad {
    justify-self: center;
  }

  #w-node-_7b704a98-be9c-60ec-495d-5fc294e17e68-260776af {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_7b704a98-be9c-60ec-495d-5fc294e17e69-260776af {
    justify-self: center;
  }

  #w-node-_7b704a98-be9c-60ec-495d-5fc294e17e7e-260776af, #w-node-_7f7e20c0-e61e-f2a8-af94-c79e12567450-260776b0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_7f7e20c0-e61e-f2a8-af94-c79e12567451-260776b0 {
    justify-self: center;
  }

  #w-node-_7f7e20c0-e61e-f2a8-af94-c79e12567468-260776b0, #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e529-260776b2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e52a-260776b2 {
    justify-self: center;
  }

  #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e53f-260776b2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e550-260776b2 {
    justify-self: center;
  }

  #w-node-d2c4763d-f6f1-d045-0d7c-0afb5f1e63c6-260776b3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-d2c4763d-f6f1-d045-0d7c-0afb5f1e63c7-260776b3 {
    justify-self: center;
  }

  #w-node-d2c4763d-f6f1-d045-0d7c-0afb5f1e63de-260776b3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-d2c4763d-f6f1-d045-0d7c-0afb5f1e63f0-260776b3 {
    justify-self: center;
  }

  #w-node-_93e55d48-72af-9423-50b5-118252981127-260776b5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_93e55d48-72af-9423-50b5-118252981128-260776b5 {
    justify-self: center;
  }

  #w-node-_93e55d48-72af-9423-50b5-11825298113d-260776b5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_93e55d48-72af-9423-50b5-11825298114f-260776b5 {
    justify-self: center;
  }

  #w-node-_737a7c20-73bf-1e81-cc9b-c81c1c0b185e-260776b6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_737a7c20-73bf-1e81-cc9b-c81c1c0b185f-260776b6 {
    justify-self: center;
  }

  #w-node-_737a7c20-73bf-1e81-cc9b-c81c1c0b1874-260776b6, #w-node-_749178ca-616f-0235-74b5-10d68ba7515e-260776c9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_749178ca-616f-0235-74b5-10d68ba75160-260776c9 {
    justify-self: center;
  }

  #w-node-_8ddb34ba-3c26-4993-4f41-89fa198f78db-260776cd {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_8ddb34ba-3c26-4993-4f41-89fa198f78dd-260776cd {
    justify-self: center;
  }

  #w-node-d7a9a7ce-0919-107b-e959-3fbfc36fa196-260776df {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-d7a9a7ce-0919-107b-e959-3fbfc36fa197-260776df {
    justify-self: center;
  }

  #w-node-d7a9a7ce-0919-107b-e959-3fbfc36fa1ac-260776df, #w-node-_2505adbf-8458-9400-b24c-0a6deffa6540-260776e0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_2505adbf-8458-9400-b24c-0a6deffa6541-260776e0 {
    justify-self: center;
  }

  #w-node-_2505adbf-8458-9400-b24c-0a6deffa6556-260776e0, #w-node-_16545290-a3aa-c857-99c6-9866f301c03e-260776e2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_16545290-a3aa-c857-99c6-9866f301c03f-260776e2 {
    justify-self: center;
  }

  #w-node-_16545290-a3aa-c857-99c6-9866f301c054-260776e2, #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e529-260776f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e52a-260776f0 {
    justify-self: center;
  }

  #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e53f-260776f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e550-260776f0 {
    justify-self: center;
  }

  #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e529-260776f4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e52a-260776f4 {
    justify-self: center;
  }

  #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e53f-260776f4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e550-260776f4 {
    justify-self: center;
  }

  #w-node-_2505adbf-8458-9400-b24c-0a6deffa6540-260776fc {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_2505adbf-8458-9400-b24c-0a6deffa6541-260776fc {
    justify-self: center;
  }

  #w-node-_2505adbf-8458-9400-b24c-0a6deffa6556-260776fc {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1f37784b-2340-22c9-bce5-8179fd2e1c1c-fd2e1c14 {
    place-self: center;
  }

  #w-node-_698d7da4-2638-f783-a044-c3ac6a70d41d-2607765a, #w-node-_698d7da4-2638-f783-a044-c3ac6a70d41f-2607765a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_698d7da4-2638-f783-a044-c3ac6a70d42a-2607765a {
    justify-self: end;
  }

  #w-node-_698d7da4-2638-f783-a044-c3ac6a70d433-2607765a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_698d7da4-2638-f783-a044-c3ac6a70d434-2607765a {
    justify-self: center;
  }

  #w-node-_698d7da4-2638-f783-a044-c3ac6a70d436-2607765a {
    justify-self: end;
  }

  #w-node-_698d7da4-2638-f783-a044-c3ac6a70d51e-2607765a, #w-node-_698d7da4-2638-f783-a044-c3ac6a70d537-2607765a, #w-node-_698d7da4-2638-f783-a044-c3ac6a70d5f4-2607765a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0bb602d9-b76b-4c07-391c-e0e69fd9d64b-2607768c, #w-node-_0bb602d9-b76b-4c07-391c-e0e69fd9d64d-2607768c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_0bb602d9-b76b-4c07-391c-e0e69fd9d658-2607768c {
    justify-self: end;
  }

  #w-node-_0bb602d9-b76b-4c07-391c-e0e69fd9d661-2607768c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_0bb602d9-b76b-4c07-391c-e0e69fd9d662-2607768c {
    justify-self: center;
  }

  #w-node-_0bb602d9-b76b-4c07-391c-e0e69fd9d664-2607768c {
    justify-self: end;
  }

  #w-node-_0bb602d9-b76b-4c07-391c-e0e69fd9d757-2607768c, #w-node-_0bb602d9-b76b-4c07-391c-e0e69fd9d770-2607768c, #w-node-_0bb602d9-b76b-4c07-391c-e0e69fd9d830-2607768c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a45729cb-89a5-4a2f-4723-1e5d853e7775-2607768e, #w-node-a45729cb-89a5-4a2f-4723-1e5d853e7777-2607768e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-a45729cb-89a5-4a2f-4723-1e5d853e7782-2607768e {
    justify-self: end;
  }

  #w-node-a45729cb-89a5-4a2f-4723-1e5d853e778b-2607768e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-a45729cb-89a5-4a2f-4723-1e5d853e778c-2607768e {
    justify-self: center;
  }

  #w-node-a45729cb-89a5-4a2f-4723-1e5d853e778f-2607768e {
    justify-self: end;
  }

  #w-node-a45729cb-89a5-4a2f-4723-1e5d853e779c-2607768e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-a45729cb-89a5-4a2f-4723-1e5d853e7878-2607768e, #w-node-a45729cb-89a5-4a2f-4723-1e5d853e7891-2607768e, #w-node-a45729cb-89a5-4a2f-4723-1e5d853e794e-2607768e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_261d9bcc-618f-20c3-831b-97b6496127d4-260776a2, #w-node-_261d9bcc-618f-20c3-831b-97b6496127d6-260776a2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_261d9bcc-618f-20c3-831b-97b6496127e1-260776a2 {
    justify-self: end;
  }

  #w-node-_261d9bcc-618f-20c3-831b-97b6496127ea-260776a2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_261d9bcc-618f-20c3-831b-97b6496127eb-260776a2 {
    justify-self: center;
  }

  #w-node-_261d9bcc-618f-20c3-831b-97b6496127ee-260776a2 {
    justify-self: end;
  }

  #w-node-_261d9bcc-618f-20c3-831b-97b6496127fb-260776a2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_261d9bcc-618f-20c3-831b-97b6496128d7-260776a2, #w-node-_261d9bcc-618f-20c3-831b-97b6496128f0-260776a2, #w-node-_261d9bcc-618f-20c3-831b-97b6496129ad-260776a2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_04bc8e9a-6125-92e6-eea9-352e7e918d6c-260776a3, #w-node-_04bc8e9a-6125-92e6-eea9-352e7e918d6e-260776a3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_04bc8e9a-6125-92e6-eea9-352e7e918d79-260776a3 {
    justify-self: end;
  }

  #w-node-_04bc8e9a-6125-92e6-eea9-352e7e918d82-260776a3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_04bc8e9a-6125-92e6-eea9-352e7e918d83-260776a3 {
    justify-self: center;
  }

  #w-node-_04bc8e9a-6125-92e6-eea9-352e7e918d86-260776a3 {
    justify-self: end;
  }

  #w-node-_04bc8e9a-6125-92e6-eea9-352e7e918d93-260776a3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_04bc8e9a-6125-92e6-eea9-352e7e918e6a-260776a3, #w-node-_04bc8e9a-6125-92e6-eea9-352e7e918e83-260776a3, #w-node-_04bc8e9a-6125-92e6-eea9-352e7e918f40-260776a3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2f6a6557-b212-095a-3ebd-e6f43a3b9c3c-260776a5, #w-node-_2f6a6557-b212-095a-3ebd-e6f43a3b9c40-260776a5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_2f6a6557-b212-095a-3ebd-e6f43a3b9c4b-260776a5 {
    justify-self: end;
  }

  #w-node-_2f6a6557-b212-095a-3ebd-e6f43a3b9c54-260776a5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_2f6a6557-b212-095a-3ebd-e6f43a3b9c55-260776a5 {
    justify-self: center;
  }

  #w-node-_2f6a6557-b212-095a-3ebd-e6f43a3b9c58-260776a5 {
    justify-self: end;
  }

  #w-node-_2f6a6557-b212-095a-3ebd-e6f43a3b9c65-260776a5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_2f6a6557-b212-095a-3ebd-e6f43a3b9d2b-260776a5, #w-node-_2f6a6557-b212-095a-3ebd-e6f43a3b9d44-260776a5, #w-node-_2f6a6557-b212-095a-3ebd-e6f43a3b9e01-260776a5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9e25be86-1a3e-384a-3573-a357bdaf1fd5-260776a7, #w-node-_9e25be86-1a3e-384a-3573-a357bdaf1fd9-260776a7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_9e25be86-1a3e-384a-3573-a357bdaf1fe4-260776a7 {
    justify-self: end;
  }

  #w-node-_9e25be86-1a3e-384a-3573-a357bdaf1fed-260776a7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_9e25be86-1a3e-384a-3573-a357bdaf1fee-260776a7 {
    justify-self: center;
  }

  #w-node-_9e25be86-1a3e-384a-3573-a357bdaf1ff1-260776a7 {
    justify-self: end;
  }

  #w-node-_9e25be86-1a3e-384a-3573-a357bdaf1ffe-260776a7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_9e25be86-1a3e-384a-3573-a357bdaf20d4-260776a7, #w-node-_9e25be86-1a3e-384a-3573-a357bdaf20ed-260776a7, #w-node-_9e25be86-1a3e-384a-3573-a357bdaf21aa-260776a7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4d3d0a6e-9cc6-a751-5e54-9c33238ee519-260776a8, #w-node-_4d3d0a6e-9cc6-a751-5e54-9c33238ee51b-260776a8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_4d3d0a6e-9cc6-a751-5e54-9c33238ee526-260776a8 {
    justify-self: end;
  }

  #w-node-_4d3d0a6e-9cc6-a751-5e54-9c33238ee52f-260776a8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_4d3d0a6e-9cc6-a751-5e54-9c33238ee530-260776a8 {
    justify-self: center;
  }

  #w-node-_4d3d0a6e-9cc6-a751-5e54-9c33238ee533-260776a8 {
    justify-self: end;
  }

  #w-node-_4d3d0a6e-9cc6-a751-5e54-9c33238ee540-260776a8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_4d3d0a6e-9cc6-a751-5e54-9c33238ee612-260776a8, #w-node-_4d3d0a6e-9cc6-a751-5e54-9c33238ee62b-260776a8, #w-node-_4d3d0a6e-9cc6-a751-5e54-9c33238ee6e3-260776a8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_75463652-605d-6322-3af3-1855bbe313d8-260776aa, #w-node-_75463652-605d-6322-3af3-1855bbe313da-260776aa {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_75463652-605d-6322-3af3-1855bbe313e5-260776aa {
    justify-self: end;
  }

  #w-node-_75463652-605d-6322-3af3-1855bbe313ee-260776aa {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_75463652-605d-6322-3af3-1855bbe313ef-260776aa {
    justify-self: center;
  }

  #w-node-_75463652-605d-6322-3af3-1855bbe313f2-260776aa {
    justify-self: end;
  }

  #w-node-_75463652-605d-6322-3af3-1855bbe313ff-260776aa {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_75463652-605d-6322-3af3-1855bbe314db-260776aa, #w-node-_75463652-605d-6322-3af3-1855bbe314f4-260776aa, #w-node-_75463652-605d-6322-3af3-1855bbe315b1-260776aa {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_74778ab9-d6ec-f034-c46f-8860c65c8e0d-260776ad, #w-node-_74778ab9-d6ec-f034-c46f-8860c65c8e11-260776ad {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_74778ab9-d6ec-f034-c46f-8860c65c8e1c-260776ad {
    justify-self: end;
  }

  #w-node-_74778ab9-d6ec-f034-c46f-8860c65c8e25-260776ad {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_74778ab9-d6ec-f034-c46f-8860c65c8e26-260776ad {
    justify-self: center;
  }

  #w-node-_74778ab9-d6ec-f034-c46f-8860c65c8e29-260776ad {
    justify-self: end;
  }

  #w-node-_74778ab9-d6ec-f034-c46f-8860c65c8e36-260776ad {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_74778ab9-d6ec-f034-c46f-8860c65c8efc-260776ad, #w-node-_74778ab9-d6ec-f034-c46f-8860c65c8f15-260776ad, #w-node-_74778ab9-d6ec-f034-c46f-8860c65c8fd2-260776ad {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7b704a98-be9c-60ec-495d-5fc294e17e69-260776af, #w-node-_7b704a98-be9c-60ec-495d-5fc294e17e6b-260776af {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_7b704a98-be9c-60ec-495d-5fc294e17e76-260776af {
    justify-self: end;
  }

  #w-node-_7b704a98-be9c-60ec-495d-5fc294e17e7f-260776af {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_7b704a98-be9c-60ec-495d-5fc294e17e80-260776af {
    justify-self: center;
  }

  #w-node-_7b704a98-be9c-60ec-495d-5fc294e17e82-260776af {
    justify-self: end;
  }

  #w-node-_7b704a98-be9c-60ec-495d-5fc294e17f6a-260776af, #w-node-_7b704a98-be9c-60ec-495d-5fc294e17f83-260776af, #w-node-_7b704a98-be9c-60ec-495d-5fc294e18040-260776af {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7f7e20c0-e61e-f2a8-af94-c79e12567451-260776b0, #w-node-_7f7e20c0-e61e-f2a8-af94-c79e12567454-260776b0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_7f7e20c0-e61e-f2a8-af94-c79e1256745f-260776b0 {
    justify-self: end;
  }

  #w-node-_7f7e20c0-e61e-f2a8-af94-c79e12567469-260776b0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_7f7e20c0-e61e-f2a8-af94-c79e1256746a-260776b0 {
    justify-self: center;
  }

  #w-node-_7f7e20c0-e61e-f2a8-af94-c79e1256746d-260776b0 {
    justify-self: end;
  }

  #w-node-_7f7e20c0-e61e-f2a8-af94-c79e12567556-260776b0, #w-node-_7f7e20c0-e61e-f2a8-af94-c79e1256756f-260776b0, #w-node-_7f7e20c0-e61e-f2a8-af94-c79e1256762b-260776b0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e52a-260776b2, #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e52c-260776b2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e537-260776b2 {
    justify-self: end;
  }

  #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e540-260776b2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e541-260776b2 {
    justify-self: center;
  }

  #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e543-260776b2 {
    justify-self: end;
  }

  #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e550-260776b2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e627-260776b2, #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e640-260776b2, #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e6fd-260776b2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d2c4763d-f6f1-d045-0d7c-0afb5f1e63c7-260776b3, #w-node-d2c4763d-f6f1-d045-0d7c-0afb5f1e63ca-260776b3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-d2c4763d-f6f1-d045-0d7c-0afb5f1e63d5-260776b3 {
    justify-self: end;
  }

  #w-node-d2c4763d-f6f1-d045-0d7c-0afb5f1e63df-260776b3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-d2c4763d-f6f1-d045-0d7c-0afb5f1e63e0-260776b3 {
    justify-self: center;
  }

  #w-node-d2c4763d-f6f1-d045-0d7c-0afb5f1e63e3-260776b3 {
    justify-self: end;
  }

  #w-node-d2c4763d-f6f1-d045-0d7c-0afb5f1e63f0-260776b3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-d2c4763d-f6f1-d045-0d7c-0afb5f1e64ca-260776b3, #w-node-d2c4763d-f6f1-d045-0d7c-0afb5f1e64e3-260776b3, #w-node-d2c4763d-f6f1-d045-0d7c-0afb5f1e65a0-260776b3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_93e55d48-72af-9423-50b5-118252981128-260776b5, #w-node-_93e55d48-72af-9423-50b5-11825298112a-260776b5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_93e55d48-72af-9423-50b5-118252981135-260776b5 {
    justify-self: end;
  }

  #w-node-_93e55d48-72af-9423-50b5-11825298113e-260776b5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_93e55d48-72af-9423-50b5-11825298113f-260776b5 {
    justify-self: center;
  }

  #w-node-_93e55d48-72af-9423-50b5-118252981142-260776b5 {
    justify-self: end;
  }

  #w-node-_93e55d48-72af-9423-50b5-11825298114f-260776b5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_93e55d48-72af-9423-50b5-11825298122d-260776b5, #w-node-_93e55d48-72af-9423-50b5-118252981246-260776b5, #w-node-_93e55d48-72af-9423-50b5-118252981303-260776b5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_737a7c20-73bf-1e81-cc9b-c81c1c0b185f-260776b6, #w-node-_737a7c20-73bf-1e81-cc9b-c81c1c0b1861-260776b6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_737a7c20-73bf-1e81-cc9b-c81c1c0b186c-260776b6 {
    justify-self: end;
  }

  #w-node-_737a7c20-73bf-1e81-cc9b-c81c1c0b1875-260776b6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_737a7c20-73bf-1e81-cc9b-c81c1c0b1876-260776b6 {
    justify-self: center;
  }

  #w-node-_737a7c20-73bf-1e81-cc9b-c81c1c0b1878-260776b6 {
    justify-self: end;
  }

  #w-node-_737a7c20-73bf-1e81-cc9b-c81c1c0b195c-260776b6, #w-node-_737a7c20-73bf-1e81-cc9b-c81c1c0b1976-260776b6, #w-node-_737a7c20-73bf-1e81-cc9b-c81c1c0b1a3c-260776b6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_749178ca-616f-0235-74b5-10d68ba7515f-260776c9, #w-node-_749178ca-616f-0235-74b5-10d68ba75160-260776c9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_749178ca-616f-0235-74b5-10d68ba75162-260776c9 {
    justify-self: end;
  }

  #w-node-_749178ca-616f-0235-74b5-10d68ba75249-260776c9, #w-node-_749178ca-616f-0235-74b5-10d68ba75262-260776c9, #w-node-_749178ca-616f-0235-74b5-10d68ba7531f-260776c9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8ddb34ba-3c26-4993-4f41-89fa198f78dc-260776cd, #w-node-_8ddb34ba-3c26-4993-4f41-89fa198f78dd-260776cd {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_8ddb34ba-3c26-4993-4f41-89fa198f78df-260776cd {
    justify-self: end;
  }

  #w-node-_8ddb34ba-3c26-4993-4f41-89fa198f7994-260776cd, #w-node-_8ddb34ba-3c26-4993-4f41-89fa198f79ad-260776cd, #w-node-_8ddb34ba-3c26-4993-4f41-89fa198f7a6a-260776cd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d7a9a7ce-0919-107b-e959-3fbfc36fa197-260776df, #w-node-d7a9a7ce-0919-107b-e959-3fbfc36fa199-260776df {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-d7a9a7ce-0919-107b-e959-3fbfc36fa1a4-260776df {
    justify-self: end;
  }

  #w-node-d7a9a7ce-0919-107b-e959-3fbfc36fa1ad-260776df {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-d7a9a7ce-0919-107b-e959-3fbfc36fa1ae-260776df {
    justify-self: center;
  }

  #w-node-d7a9a7ce-0919-107b-e959-3fbfc36fa1b1-260776df {
    justify-self: end;
  }

  #w-node-d7a9a7ce-0919-107b-e959-3fbfc36fa2a4-260776df, #w-node-d7a9a7ce-0919-107b-e959-3fbfc36fa2bd-260776df, #w-node-d7a9a7ce-0919-107b-e959-3fbfc36fa37a-260776df {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2505adbf-8458-9400-b24c-0a6deffa6541-260776e0, #w-node-_2505adbf-8458-9400-b24c-0a6deffa6543-260776e0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_2505adbf-8458-9400-b24c-0a6deffa654e-260776e0 {
    justify-self: end;
  }

  #w-node-_2505adbf-8458-9400-b24c-0a6deffa6557-260776e0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_2505adbf-8458-9400-b24c-0a6deffa6558-260776e0 {
    justify-self: center;
  }

  #w-node-_2505adbf-8458-9400-b24c-0a6deffa655b-260776e0 {
    justify-self: end;
  }

  #w-node-_2505adbf-8458-9400-b24c-0a6deffa6643-260776e0, #w-node-_2505adbf-8458-9400-b24c-0a6deffa665c-260776e0, #w-node-_2505adbf-8458-9400-b24c-0a6deffa6719-260776e0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_16545290-a3aa-c857-99c6-9866f301c03f-260776e2, #w-node-_16545290-a3aa-c857-99c6-9866f301c041-260776e2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_16545290-a3aa-c857-99c6-9866f301c04c-260776e2 {
    justify-self: end;
  }

  #w-node-_16545290-a3aa-c857-99c6-9866f301c055-260776e2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_16545290-a3aa-c857-99c6-9866f301c056-260776e2 {
    justify-self: center;
  }

  #w-node-_16545290-a3aa-c857-99c6-9866f301c058-260776e2 {
    justify-self: end;
  }

  #w-node-_16545290-a3aa-c857-99c6-9866f301c140-260776e2, #w-node-_16545290-a3aa-c857-99c6-9866f301c159-260776e2, #w-node-_16545290-a3aa-c857-99c6-9866f301c224-260776e2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e52a-260776f0, #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e52c-260776f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e537-260776f0 {
    justify-self: end;
  }

  #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e540-260776f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e541-260776f0 {
    justify-self: center;
  }

  #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e543-260776f0 {
    justify-self: end;
  }

  #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e550-260776f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e627-260776f0, #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e640-260776f0, #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e6fd-260776f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e52a-260776f4, #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e52c-260776f4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e537-260776f4 {
    justify-self: end;
  }

  #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e540-260776f4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e541-260776f4 {
    justify-self: center;
  }

  #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e543-260776f4 {
    justify-self: end;
  }

  #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e550-260776f4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e627-260776f4, #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e640-260776f4, #w-node-e001ec0f-8886-ed7c-53c6-b07bb7f0e6fd-260776f4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2505adbf-8458-9400-b24c-0a6deffa6541-260776fc, #w-node-_2505adbf-8458-9400-b24c-0a6deffa6543-260776fc {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_2505adbf-8458-9400-b24c-0a6deffa654e-260776fc {
    justify-self: end;
  }

  #w-node-_2505adbf-8458-9400-b24c-0a6deffa6557-260776fc {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_2505adbf-8458-9400-b24c-0a6deffa6558-260776fc {
    justify-self: center;
  }

  #w-node-_2505adbf-8458-9400-b24c-0a6deffa655b-260776fc {
    justify-self: end;
  }

  #w-node-_2505adbf-8458-9400-b24c-0a6deffa6643-260776fc, #w-node-_2505adbf-8458-9400-b24c-0a6deffa665c-260776fc, #w-node-_2505adbf-8458-9400-b24c-0a6deffa6719-260776fc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


