:root {
  --blue: #305e6c;
  --white: #e6e6e6;
}

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

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

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

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

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

.body {
  background-color: var(--blue);
  color: var(--blue);
  font-family: graveur-variable, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.navbar-logo-left {
  z-index: 100;
  background-color: var(--blue);
  background-image: url('../images/texture-mid.png');
  background-position: 0 0;
  background-size: 25%;
  justify-content: center;
  align-items: center;
  height: 8vh;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  box-shadow: inset 4px 4px 10px #e6e6e640, inset -4px -4px 10px #00000040;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

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

.nav-link {
  color: var(--white);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 12px;
  text-decoration: none;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  color: var(--white);
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  z-index: 0;
  border-radius: 5px;
  margin-top: 11px;
}

.nav-dropdown-link {
  color: var(--blue);
  padding: 10px 20px;
  font-size: 12px;
  text-decoration: none;
  display: block;
}

.nav-dropdown-link:hover {
  opacity: .5;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

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

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

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

.image {
  object-fit: contain;
  height: 5vh;
}

.dropdown-text {
  color: var(--white);
  font-size: 12px;
}

.dropdown-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  position: relative;
}

.image-2 {
  height: 6px;
  margin-left: 5px;
}

.dropdown-trigger {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.dropdown-trigger:hover {
  opacity: .5;
  scale: 1.05;
}

.dropdown-content {
  z-index: 1;
  background-color: var(--white);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0%;
  overflow: hidden;
}

.line {
  background-color: #305e6c80;
  width: 100%;
  height: 1px;
}

.line._5-marg {
  margin-top: 5vw;
  margin-bottom: 5vw;
}

.section-hero {
  background-image: url('../images/hero-new.webp');
  background-position: 30%;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  height: 92vh;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.list-item {
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
}

.list-item:hover {
  opacity: .5;
  scale: 1.05;
}

.container-hero {
  width: 45%;
  max-width: none;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0;
}

.heading-dec-hero {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 1vw;
  font-family: salamat, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 1;
}

.heading-hero {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: graveur-variable, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.heading-hero.bot-2 {
  margin-bottom: 2vw;
}

.paragraph {
  color: var(--white);
}

.paragraph.blue {
  color: var(--blue);
}

.paragraph.blue.no-bot {
  margin-bottom: 0;
}

.paragraph.blue.cent, .paragraph.cent {
  text-align: center;
}

.container-horizontal {
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.container-horizontal.top-2 {
  margin-top: 2vw;
}

.container-horizontal.cent {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  margin-left: auto;
}

.container-horizontal.cent.top-5 {
  margin-top: 5vw;
}

.button {
  border: 2px solid var(--white);
  background-color: var(--white);
  color: var(--blue);
  border-radius: 20px;
  line-height: 1;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  box-shadow: 2px 2px 5px #00000040;
}

.button:hover {
  scale: 1.1;
}

.button.stroke {
  color: var(--white);
  background-color: #e6e6e600;
}

.button.stroke.left-2 {
  margin-left: 2vw;
}

.button.stroke.blue {
  color: var(--blue);
  background-color: #305e6c00;
}

.button.blue {
  border-color: var(--blue);
  background-color: var(--blue);
  color: var(--white);
}

.button.blue.top-2, .button.top-2 {
  margin-top: 2vw;
}

.section-main {
  background-color: var(--white);
  background-image: url('../images/texture-mid.png');
  background-position: 0 0;
  background-size: 25%;
  padding: 5vw;
  box-shadow: inset 4px 4px 10px #e6e6e640, inset -4px -4px 10px #00000040;
}

.section-main.blue {
  background-color: var(--blue);
}

.section-main.bot-10 {
  padding-bottom: 10vw;
}

.section-main.noshadow {
  box-shadow: none;
}

.container-main {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container-main.vert {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.container-main.vert.top-5 {
  margin-top: 5vw;
}

.container-main.vert.left {
  justify-content: flex-start;
  align-items: flex-start;
}

.image-50 {
  object-fit: cover;
  border-radius: 5px;
  width: 49%;
  box-shadow: 2px 2px 10px #00000040;
}

.image-50._4-3 {
  aspect-ratio: 4 / 3;
  object-position: 50% 100%;
}

.container-right {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 49%;
  max-width: none;
  margin-top: 1vw;
  margin-bottom: 1vw;
  margin-right: 0;
  display: flex;
}

.container-right.top-ali {
  justify-content: flex-start;
  align-items: flex-start;
}

.heading {
  text-shadow: 2px 2px 2px #0003;
  margin-top: 0;
  margin-bottom: 1vw;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.5;
}

.heading.white {
  color: var(--white);
}

.heading.small {
  font-size: 24px;
}

.heading.small.top-2 {
  margin-top: 2vw;
}

.heading.tabs {
  padding-top: 5vw;
  padding-left: 5vw;
  padding-right: 5vw;
  font-size: 22px;
}

.text-dec {
  margin-bottom: 1vw;
  font-family: salamat, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}

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

.quick-stack {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  width: 100%;
  padding: 0;
}

.circle {
  border: 10px solid var(--white);
  border-radius: 100%;
  margin-bottom: 1vw;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  box-shadow: 2px 2px 10px #00000040;
}

.circle:hover {
  border-width: 0;
}

.cell {
  justify-content: flex-start;
  align-items: center;
}

.section-sociale {
  background-image: url('../images/baner-sociale.webp');
  background-position: 100%;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  min-height: 60vh;
  padding-top: 5vw;
  padding-bottom: 5vw;
  padding-left: 5vw;
  display: flex;
}

.section-sociale.kontakt {
  background-image: linear-gradient(90deg, #00000080, #0000 50%), url('../images/baner-sociale4.webp');
  background-position: 0 0, 100%;
  background-size: auto, cover;
}

.section-sociale.zasady {
  background-image: url('../images/baner-sociale3.webp');
}

.section-sociale.syb {
  background-image: url('../images/baner-sociale5.webp');
}

.section-sociale.tur {
  background-image: url('../images/baner-sociale2.webp');
}

.container-sociale {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0;
  display: flex;
}

.sociale-icon {
  height: 5vw;
}

.link-block.left-2 {
  margin-left: 2vw;
}

.link-block.hover {
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
}

.link-block.hover:hover {
  opacity: .5;
  scale: 1.1;
}

.link-block.hover.und {
  text-decoration: underline;
}

.footer-wrapper {
  margin-left: 0;
  margin-right: 0;
}

.footer-wrapper._2 {
  margin-left: 2vw;
}

.footer-wrapper._3 {
  margin-left: 5vw;
}

.text-footer {
  color: var(--white);
  margin-bottom: 2vw;
  font-size: 20px;
}

.text-footer.none {
  opacity: 0;
}

.text-footer.small {
  margin-bottom: 1vw;
  font-size: 16px;
}

.link-footer {
  color: var(--white);
  margin-bottom: 1vw;
  text-decoration: none;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  display: block;
}

.link-footer:hover {
  opacity: .5;
}

.cell-horizontal {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.section-mobile {
  display: none;
}

.section-top {
  background-image: url('../images/hero-top-kontakt2.webp');
  background-position: 100%;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  min-height: 40vh;
  padding: 5vw;
  display: flex;
}

.section-top.zasady {
  background-image: url('../images/hero-top-zasady.webp');
}

.section-top.syb {
  background-image: url('../images/hero-top-syb2.webp');
}

.section-top.tur {
  background-image: url('../images/hero-top-tuv2.webp');
}

.section-top.kotki {
  background-image: url('../images/hero-top-kotki3.webp');
}

.section-top.kocury {
  background-image: url('../images/hero-top-kocury3.webp');
}

.section-top.adopcje {
  background-image: url('../images/hero-top-adopcje2.webp');
}

.section-top.kastraci {
  background-image: url('../images/hero-top-kastraci2.webp');
}

.section-top.kocieta {
  background-image: url('../images/hero-top-kocieta2.webp');
}

.container-top {
  max-width: none;
  margin-left: 0;
}

.page-title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: salamat, sans-serif;
  font-size: 50px;
  line-height: 1;
}

.container-left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 49%;
  max-width: none;
  margin-left: 0;
  display: flex;
}

.container-left.topbot1 {
  margin-top: 1vw;
  margin-bottom: 1vw;
}

.icon-contact {
  height: 4vw;
  margin-right: 2vw;
}

.code-embed {
  border-radius: 5px;
  margin-top: 2vw;
  box-shadow: 2px 2px 5px #0003;
}

.map {
  border-radius: 5px;
  box-shadow: 2px 2px 5px #0003;
}

.club-logo {
  object-fit: contain;
  height: 10vw;
}

.cat-wrapper {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.gallery-wrapper {
  width: 49%;
  position: relative;
}

.lightbox-link {
  width: 100%;
}

.stack-gallery {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  padding: 0;
}

.img-g1 {
  object-fit: cover;
  border-radius: 10px;
  width: 32vw;
  height: 32vw;
  box-shadow: 2px 2px 5px #0003;
}

.img-g1.g2 {
  aspect-ratio: 1;
  width: 15.5vw;
  height: 15.5vw;
}

.img-g1.g2.right {
  object-position: 100% 50%;
}

.img-g1.g2.contain {
  object-fit: contain;
}

.img-g1.left {
  object-position: 0% 50%;
}

.img-g1.right {
  object-position: 100% 50%;
}

.cat-title {
  margin-bottom: 1vw;
  font-size: 22px;
}

.cat-title.nobot-cent {
  margin-bottom: 0;
}

.div-button {
  background-color: var(--blue);
  color: var(--white);
  border-radius: 30px;
  padding: 9px 15px;
  line-height: 1;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  position: absolute;
  bottom: 1vw;
  left: 1vw;
}

.div-button:hover {
  scale: 1.1;
}

.div-g1 {
  position: relative;
}

.link {
  color: var(--blue);
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
}

.link:hover {
  opacity: .5;
}

.link.footer {
  color: var(--white);
  margin-top: 1vw;
  font-size: 14px;
  text-decoration: none;
}

.link.footer:hover {
  opacity: 1;
}

.link.white {
  color: var(--white);
}

.link.white.bot-1 {
  margin-bottom: 1vw;
  display: block;
}

.img-4-3 {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  box-shadow: 2px 2px 5px #0003;
}

.img-4-3.bot-1 {
  margin-bottom: 1vw;
}

.img-4-3.bot-1.top {
  object-position: 50% 0%;
}

.img-4-3.bot-1.top20 {
  object-position: 50% 20%;
}

.img-4-3.bot-1.left {
  object-position: 0% 50%;
}

.img-4-3.bot-1.right {
  object-position: 100% 50%;
}

.img-4-3.bot-1.bot {
  object-position: 50% 100%;
}

.img-4-3.kocieta {
  width: 30%;
}

.section-tab {
  background-color: var(--white);
  background-image: url('../images/texture-mid.png');
  background-position: 0 0;
  background-size: 25%;
  box-shadow: inset 4px 4px 10px #e6e6e640, inset -4px -4px 10px #00000040;
}

.tabs-menu {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  padding: 0 5vw 5vw;
  display: flex;
}

.tabs-menu.bot {
  padding-top: 5vw;
}

.text-tabsmenu {
  margin-bottom: 1vw;
  padding-top: 5vw;
  padding-left: 5vw;
  padding-right: 5vw;
  font-size: 22px;
}

.tab-link {
  border: 1px solid var(--blue);
  background-color: var(--blue);
  color: var(--white);
  border-radius: 30px;
  padding: 7px 15px;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
}

.tab-link:hover {
  scale: 1.1;
}

.tab-link.w--current {
  border: 2px solid var(--blue);
  background-color: var(--white);
  color: var(--blue);
}

.container-tab {
  background-color: var(--blue);
  background-image: url('../images/texture-mid.png');
  background-position: 0 0;
  background-size: 25%;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 5vw;
}

.container-tab.beige {
  background-color: var(--white);
}

.div-40 {
  width: 40%;
  position: relative;
}

.div-hover {
  opacity: 0;
  background-color: #00000080;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-hover:hover {
  opacity: 1;
}

.lightbox-kocieta {
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.wrapper-70 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 58%;
  margin-left: 2vw;
  display: flex;
}

.wrapper-70.full {
  width: 100%;
  margin-left: 0;
}

.stack-litters {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  width: 100%;
  padding: 0;
}

.text-hover {
  text-decoration: underline;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
}

.text-hover:hover {
  opacity: .5;
  scale: 1.1;
}

.text-hover.blue {
  color: var(--blue);
}

.div-flag {
  background-image: url('../images/flaga_eng.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  width: 3vw;
  height: 1.75vw;
}

.div-flag.pl {
  background-image: url('../images/flaga_pl.webp');
}

.link-language {
  margin-top: 10px;
  margin-right: 10px;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  position: absolute;
  inset: 0% 0% auto auto;
}

.link-language:hover {
  opacity: .5;
  scale: 1.1;
}

.link-language.mobile {
  display: none;
}

@media screen and (min-width: 1280px) {
  .navbar-logo-left {
    height: 10vh;
  }

  .nav-link {
    font-size: 14px;
  }

  .nav-link:hover {
    color: var(--white);
  }

  .nav-dropdown-link {
    font-size: 14px;
  }

  .image {
    height: 6vh;
  }

  .dropdown-text {
    font-size: 14px;
  }

  .image-2 {
    height: 8px;
  }

  .dropdown-trigger {
    transition: all .2s cubic-bezier(.455, .03, .515, .955);
  }

  .section-hero {
    background-position: 25%;
    height: 90vh;
    padding-left: 7.5vw;
  }

  .list-item {
    opacity: 1;
    transition: all .2s cubic-bezier(.455, .03, .515, .955);
  }

  .list-item:hover {
    opacity: .5;
    scale: 1.05;
  }

  .container-hero {
    width: 40%;
  }

  .paragraph {
    font-size: 18px;
  }

  .section-main {
    padding-left: 7.5vw;
    padding-right: 7.5vw;
  }

  .section-sociale {
    padding-left: 7.5vw;
  }

  .text-footer {
    font-size: 24px;
  }

  .text-footer.small, .link-footer {
    font-size: 18px;
  }

  .section-top {
    padding-left: 7.5vw;
    padding-right: 7.5vw;
  }

  .link {
    font-size: 18px;
  }

  .tabs-menu, .text-tabsmenu, .container-tab {
    padding-left: 7.5vw;
    padding-right: 7.5vw;
  }
}

@media screen and (min-width: 1440px) {
  .navbar-logo-left {
    height: 10vh;
  }

  .nav-link, .nav-dropdown-link, .dropdown-text {
    font-size: 16px;
  }

  .section-hero {
    background-position: 25%;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10vw;
    display: flex;
  }

  .container-hero {
    width: 40%;
    margin-left: 0;
  }

  .section-main {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .section-sociale {
    padding-left: 10vw;
  }

  .link-block.hover {
    transition: all .2s cubic-bezier(.455, .03, .515, .955);
  }

  .link-block.hover:hover {
    opacity: .5;
    scale: 1.1;
  }

  .section-top, .tabs-menu, .text-tabsmenu, .container-tab {
    padding-left: 10vw;
    padding-right: 10vw;
  }
}

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: var(--blue);
    background-image: url('../images/texture-mid.png');
    background-position: 0 0;
    background-size: 25%;
    border-radius: 50px;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding: 10px;
    font-size: 16px;
    display: block;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-dropdown-link {
    color: var(--white);
    font-size: 16px;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: #e6e6e680;
    border-radius: 20px;
  }

  .dropdown-text {
    font-size: 20px;
  }

  .dropdown-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .image-2 {
    display: block;
  }

  .dropdown-trigger {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .dropdown-trigger:hover {
    opacity: 1;
    scale: 1;
  }

  .dropdown-content {
    background-color: #e6e6e600;
    position: static;
  }

  .line {
    background-color: #e6e6e680;
    display: none;
  }

  .line._5-marg {
    background-color: #305e6c80;
    display: block;
  }

  .section-hero {
    background-position: 100%;
    height: 50vh;
  }

  .container-hero {
    display: none;
  }

  .container-hero.mobile {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-left: auto;
    display: flex;
  }

  .heading-dec-hero, .paragraph.cent-mob {
    text-align: center;
  }

  .container-horizontal.top-2 {
    margin-top: 5vw;
  }

  .container-horizontal.top-2.cent-mob {
    max-width: none;
    margin-left: auto;
  }

  .container-horizontal.cent-mob {
    margin-left: auto;
  }

  .section-main {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .container-main {
    flex-flow: column-reverse;
  }

  .container-main.change-mob {
    flex-flow: column;
  }

  .container-main.litters {
    flex-flow: row;
  }

  .image-50 {
    width: 100%;
  }

  .container-right {
    width: 100%;
    margin-top: 0;
    margin-bottom: 5vw;
  }

  .container-right.change-marg-mob {
    margin-top: 5vw;
    margin-bottom: 0;
  }

  .heading.small.top-2 {
    margin-top: 5vw;
  }

  .circle {
    margin-bottom: 2vw;
  }

  .section-sociale {
    background-image: linear-gradient(#00000080, #00000080), url('../images/baner-sociale.webp');
    background-position: 0 0, 90%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    justify-content: center;
    align-items: center;
    padding-right: 5vw;
  }

  .section-sociale.zasady {
    background-image: linear-gradient(#00000080, #00000080), url('../images/baner-sociale3.webp');
    background-position: 0 0, 80%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .section-sociale.syb {
    background-image: linear-gradient(#00000080, #00000080), url('../images/baner-sociale5.webp');
    background-position: 0 0, 100%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .section-sociale.tur {
    background-image: linear-gradient(#00000080, #00000080), url('../images/baner-sociale2.webp');
    background-position: 0 0, 100%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .container-sociale {
    justify-content: center;
    align-items: center;
    margin-left: auto;
  }

  .sociale-icon {
    height: 10vw;
  }

  .link-block.left-2 {
    margin-left: 5vw;
  }

  .footer-wrapper._2 {
    margin-left: 3vw;
  }

  .footer-wrapper._3 {
    margin-left: 10vw;
  }

  .text-footer {
    margin-bottom: 3vw;
  }

  .link-footer {
    margin-bottom: 2vw;
  }

  .cell-horizontal {
    justify-content: center;
    align-items: center;
  }

  .cell-horizontal.footer {
    justify-content: center;
    align-items: flex-start;
  }

  .icon {
    color: var(--white);
  }

  .section-mobile {
    background-color: var(--blue);
    background-image: url('../images/texture-mid.png');
    background-position: 0 0;
    background-size: 25%;
    justify-content: center;
    align-items: center;
    padding: 5vw;
    display: flex;
  }

  .link-circle {
    width: 50%;
  }

  .link-circle.w--current {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .linkblock-footer.w--current {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-51 {
    width: 60%;
  }

  .section-top {
    background-position: 70%;
  }

  .section-top.kotki {
    background-image: linear-gradient(#00000080, #00000080), url('../images/hero-top-kotki3.webp');
    background-position: 0 0, 70%;
    background-size: auto, cover;
  }

  .section-top.kocury {
    background-image: linear-gradient(#00000080, #00000080), url('../images/hero-top-kocury3.webp');
    background-position: 0 0, 70%;
    background-size: auto, cover;
  }

  .section-top.kocieta {
    background-image: linear-gradient(#00000080, #00000080), url('../images/hero-top-kocieta2.webp');
    background-position: 0 0, 100%;
    background-size: auto, cover;
  }

  .container-left {
    width: 100%;
    max-width: none;
    margin-bottom: 5vw;
  }

  .container-left.topbot1.mob-marg {
    margin-top: 5vw;
    margin-bottom: 0;
  }

  .icon-contact {
    height: 6vw;
  }

  .code-embed {
    margin-top: 5vw;
  }

  .club-logo {
    height: 15vw;
  }

  .cat-wrapper {
    flex-flow: column-reverse;
  }

  .gallery-wrapper {
    width: 100%;
  }

  .lightbox-link, .stack-gallery {
    height: auto;
  }

  .img-g1 {
    width: 60vw;
    height: 60vw;
  }

  .img-g1.g2 {
    aspect-ratio: 1;
    width: 29.5vw;
    height: auto;
  }

  .cat-title.nobot-cent {
    text-align: center;
  }

  .div-g1 {
    height: auto;
  }

  .cell-strech {
    flex-flow: row;
    align-items: stretch;
  }

  .img-4-3 {
    height: 100%;
  }

  .div-40 {
    width: 40%;
    display: flex;
  }

  .wrapper-70 {
    width: 58%;
  }

  .div-flag {
    width: 6vw;
    height: 3.5vw;
  }

  .link-language {
    display: none;
  }

  .link-language.mobile {
    margin-top: 2vw;
    margin-right: 0;
    display: block;
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .dropdown-trigger {
    margin-bottom: 2vw;
  }

  .button.stroke.left-2 {
    margin-left: 5vw;
  }

  .container-main.litters {
    flex-flow: column;
  }

  .section-sociale.syb {
    background-image: linear-gradient(to bottom, null, null), url('../images/baner-sociale5.webp');
    background-position: 0 0, 80%;
  }

  .section-sociale.tur {
    background-image: linear-gradient(to bottom, null, null), url('../images/baner-sociale2.webp');
    background-position: 0 0, 90%;
  }

  .footer-wrapper {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-wrapper._2 {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-wrapper._3 {
    margin-left: auto;
  }

  .text-footer.none {
    display: none;
  }

  .cell-horizontal.footer {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

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

  .section-top.tur {
    background-image: linear-gradient(#00000080, #00000080), url('../images/hero-top-tuv2.webp');
    background-position: 0 0, 70%;
    background-size: auto, cover;
  }

  .section-top.adopcje {
    background-image: linear-gradient(#00000080, #00000080), url('../images/hero-top-adopcje2.webp');
    background-position: 0 0, 70%;
    background-size: auto, cover;
  }

  .section-top.kastraci {
    background-image: linear-gradient(#00000080, #00000080), url('../images/hero-top-kastraci2.webp');
    background-position: 0 0, 70%;
    background-size: auto, cover;
  }

  .section-top.kocieta {
    background-image: linear-gradient(#00000080, #00000080), url('../images/hero-top-kocieta2.webp');
    background-position: 0 0, 80%;
  }

  .tabs-menu {
    flex-flow: wrap;
  }

  .div-40 {
    width: 100%;
  }

  .wrapper-70 {
    width: 100%;
    margin-top: 5vw;
    margin-left: 0;
  }

  .div-flag {
    width: 10vw;
    height: 6vw;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .line._5-marg {
    margin-top: 15vw;
    margin-bottom: 15vw;
  }

  .section-hero {
    background-position: 75%;
    height: 40vh;
  }

  .heading-dec-hero {
    font-size: 40px;
  }

  .heading-hero.bot-2 {
    text-align: center;
  }

  .container-horizontal.cent-mob {
    margin-top: 5vw;
  }

  .container-horizontal.cent.top-5.logos {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .section-main {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .section-main.bot-10 {
    padding-bottom: 20vw;
  }

  .container-main.vert.left.top-5.mob-10 {
    margin-top: 10vw;
  }

  .heading.white.cent-mob {
    text-align: center;
  }

  .heading.mob-22 {
    font-size: 22px;
  }

  .text-dec.white.cent-mob {
    text-align: center;
  }

  .quick-stack.footer, .quick-stack.kastraci {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
  }

  .circle {
    border-width: 5px;
    margin-bottom: 5vw;
  }

  .section-sociale {
    background-image: linear-gradient(#00000080, #00000080), url('../images/baner-sociale.webp');
    background-position: 0 0, 65%;
  }

  .section-sociale.kontakt {
    background-image: linear-gradient(#00000080, #00000080), url('../images/baner-sociale4.webp');
    background-position: 0 0, 75%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .section-sociale.zasady {
    background-image: linear-gradient(#00000080, #00000080), url('../images/baner-sociale3.webp');
    background-position: 0 0, 70%;
  }

  .section-sociale.syb {
    background-image: linear-gradient(to bottom, null, null), url('../images/baner-sociale5.webp');
    background-position: 0 0, 75%;
  }

  .section-sociale.tur {
    background-image: linear-gradient(to bottom, null, null), url('../images/baner-sociale2.webp');
    background-position: 0 0, 75%;
  }

  .sociale-icon {
    height: 20vw;
  }

  .footer-wrapper._3 {
    margin-top: 5vw;
  }

  .text-footer {
    margin-bottom: 5vw;
    font-size: 22px;
  }

  .text-footer.small, .link-footer {
    margin-bottom: 3vw;
    font-size: 18px;
  }

  .linkblock-footer.w--current, .image-51 {
    width: 100%;
  }

  .section-top {
    background-image: linear-gradient(#00000080, #00000080), url('../images/hero-top-kontakt2.webp');
    background-position: 0 0, 70%;
    background-size: auto, cover;
    padding-right: 5vw;
  }

  .section-top.zasady {
    background-image: linear-gradient(#00000080, #00000080), url('../images/hero-top-zasady.webp');
    background-position: 0 0, 75%;
    background-size: auto, cover;
  }

  .section-top.syb {
    background-image: linear-gradient(#00000080, #00000080), url('../images/hero-top-syb2.webp');
    background-position: 0 0, 75%;
    background-size: auto, cover;
  }

  .section-top.kocieta {
    background-image: linear-gradient(to bottom, null, null), url('../images/hero-top-kocieta2.webp');
    background-position: 0 0, 75%;
  }

  .container-top {
    margin-left: auto;
  }

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

  .icon-contact {
    height: 10vw;
    margin-right: 5vw;
  }

  .club-logo {
    object-fit: contain;
  }

  .lightbox-link {
    height: auto;
  }

  .stack-gallery {
    height: auto;
    max-height: 60vh;
  }

  .link.white.bot-1 {
    margin-bottom: 3vw;
  }

  .tabs-menu.bot {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .text-tabsmenu {
    margin-bottom: 3vw;
    padding-top: 10vw;
  }

  .tab-link {
    font-size: 14px;
    line-height: 1;
  }

  .stack-litters {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
  }

  .div-flag {
    width: 15vw;
    height: 9vw;
  }
}

#w-node-ed35f751-eae2-ba56-4737-3c609261c613-3a49de75 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-db80eeba-b678-01c2-37fc-9bce1a324d6c-1a324d6a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-feddd9e8-8d43-adc9-edae-3cfa80f5311d-691bd9b5 {
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr;
}

#w-node-feddd9e8-8d43-adc9-edae-3cfa80f5311e-691bd9b5 {
  grid-row: span 2 / span 2;
}

#w-node-_6962d8fa-36cb-f304-4ca9-835bf3b4b9ce-691bd9b5 {
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr;
}

#w-node-_6962d8fa-36cb-f304-4ca9-835bf3b4b9cf-691bd9b5 {
  grid-row: span 2 / span 2;
}

#w-node-_46cbbb34-84a0-b833-153a-4caddde913b1-691bd9b5 {
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr;
}

#w-node-_46cbbb34-84a0-b833-153a-4caddde913b2-691bd9b5 {
  grid-row: span 2 / span 2;
}

#w-node-_296c0369-c586-80a2-c716-0ec1bd3fdfc2-691bd9b5 {
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr;
}

#w-node-_296c0369-c586-80a2-c716-0ec1bd3fdfc3-691bd9b5 {
  grid-row: span 2 / span 2;
}

#w-node-_2e054585-83e4-da87-b22b-2d2004bcb588-691bd9b5 {
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr;
}

#w-node-_2e054585-83e4-da87-b22b-2d2004bcb589-691bd9b5 {
  grid-row: span 2 / span 2;
}

#w-node-_65eb74a5-3f43-ca52-4e4e-1c7ebea9e567-691bd9b5 {
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr;
}

#w-node-_65eb74a5-3f43-ca52-4e4e-1c7ebea9e568-691bd9b5 {
  grid-row: span 2 / span 2;
}

#w-node-ffeaec64-a199-d9d2-284f-952316388113-691bd9b5 {
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr;
}

#w-node-ffeaec64-a199-d9d2-284f-952316388114-691bd9b5 {
  grid-row: span 2 / span 2;
}

#w-node-_220b3829-d22a-ff17-5b38-77a9c2ae5db3-691bd9b5 {
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr;
}

#w-node-_220b3829-d22a-ff17-5b38-77a9c2ae5db4-691bd9b5 {
  grid-row: span 2 / span 2;
}

#w-node-e84eb78b-5b5d-a73b-a0ea-7972d66e372c-691bd9b5 {
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr;
}

#w-node-e84eb78b-5b5d-a73b-a0ea-7972d66e372d-691bd9b5 {
  grid-row: span 2 / span 2;
}

#w-node-b18e9af4-3e72-48e6-f8c0-252885d659d0-691bd9b5 {
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr;
}

#w-node-b18e9af4-3e72-48e6-f8c0-252885d659d1-691bd9b5 {
  grid-row: span 2 / span 2;
}

#w-node-_0ac5bea6-b667-f115-f112-05baeae86171-691bd9b5 {
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr;
}

#w-node-_0ac5bea6-b667-f115-f112-05baeae86172-691bd9b5 {
  grid-row: span 2 / span 2;
}

#w-node-b6ad78c6-963f-a58b-aff9-68b0fa918a33-691bd9b5 {
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr;
}

#w-node-b6ad78c6-963f-a58b-aff9-68b0fa918a34-691bd9b5 {
  grid-row: span 2 / span 2;
}

#w-node-feddd9e8-8d43-adc9-edae-3cfa80f5311d-ee12f713 {
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr;
}

#w-node-feddd9e8-8d43-adc9-edae-3cfa80f5311e-ee12f713 {
  grid-row: span 2 / span 2;
}

#w-node-_6962d8fa-36cb-f304-4ca9-835bf3b4b9ce-ee12f713 {
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr;
}

#w-node-_6962d8fa-36cb-f304-4ca9-835bf3b4b9cf-ee12f713 {
  grid-row: span 2 / span 2;
}

#w-node-_46cbbb34-84a0-b833-153a-4caddde913b1-ee12f713 {
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr;
}

#w-node-_46cbbb34-84a0-b833-153a-4caddde913b2-ee12f713 {
  grid-row: span 2 / span 2;
}

#w-node-_296c0369-c586-80a2-c716-0ec1bd3fdfc2-ee12f713 {
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr;
}

#w-node-_296c0369-c586-80a2-c716-0ec1bd3fdfc3-ee12f713 {
  grid-row: span 2 / span 2;
}

#w-node-_2e054585-83e4-da87-b22b-2d2004bcb588-ee12f713 {
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr;
}

#w-node-_2e054585-83e4-da87-b22b-2d2004bcb589-ee12f713 {
  grid-row: span 2 / span 2;
}

#w-node-_9fb02936-9095-5da3-bfbf-7d6858cc914e-83344489 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-b58befe0-f8af-2b98-563d-2d4148629af0-036010f8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_32fec8ac-7ea7-8e6c-0b38-f5b2641d4360-036010f8 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-d6b6aa3d-5936-49e2-0994-44bbdf254ab5-036010f8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-e593606c-362e-ad4c-37d8-b966ade7792f-036010f8 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-ca12d4f0-eee1-3409-aa32-1a68e9363af6-036010f8, #w-node-f2d9b894-efa5-560a-76fc-9019ab9c528d-036010f8, #w-node-_79f3bb05-230d-526e-e047-3f2a7aa2117b-036010f8, #w-node-_62721ad9-5fc5-7a78-f573-7894f4c97533-036010f8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-a5ae7121-f7af-36ec-5e50-459722bd5279-036010f8 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-c907dee1-9970-a0ce-07f2-79bfe65d892f-036010f8, #w-node-_00399734-aa3a-a47c-c65f-8de73132ff7a-036010f8, #w-node-_573c274f-7443-5b9b-97bb-4a9f9a1a8a63-036010f8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_53e8af85-9500-b688-587b-25501eef1b70-036010f8, #w-node-_9bcb5fe3-5cb4-bb54-dabe-e201a97fba97-036010f8, #w-node-_3f7aedc5-1daa-68f8-fb6d-30ed7c076ca9-036010f8 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_6bbc17ff-80ab-f90e-bf4b-e662ec6b10f8-036010f8, #w-node-_0cfef1df-daf7-af8d-e1a0-de414cce87cb-036010f8, #w-node-e249fec1-d56c-b0a5-6368-8f2cc256eac1-036010f8, #w-node-b366a8e1-cbf8-9312-1be7-878efebb5d93-036010f8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-b2e412ce-4502-5a86-4855-73b61afe5b94-036010f8 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-ee2bf20c-d72a-8ca3-ba9f-ae99d356ac32-036010f8, #w-node-dfe85144-3d10-1c2d-5744-c8b8306fccab-036010f8, #w-node-_499d6ed9-af79-a88a-e87f-f60750317c1b-036010f8, #w-node-_1f4ae40e-a0c1-a28b-2665-0bf0190fb1b9-036010f8, #w-node-_6d1f096a-e1d3-1fc3-64b2-4ab01c778d4a-036010f8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_7746b6e8-eb91-5444-6dab-6b3aa23770cc-036010f8 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_20a1d6c1-a699-e2da-11c6-ca7a8168022c-036010f8 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_0a8670e5-cdec-a523-3095-d2643b4269fc-036010f8, #w-node-edbb584b-e828-d9cc-fb94-f5b01bbd38e5-036010f8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_021a14f5-dbf9-aa60-d835-9ac6c66e4c2b-036010f8, #w-node-ca4d4fad-6ff1-9aa9-789c-08202b0b2b23-036010f8 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-af0402bb-759f-31b3-0324-9a1b541c3c4f-036010f8, #w-node-_829f7146-0495-bd6c-65ff-1769707c03dc-036010f8, #w-node-_67df035f-5743-f130-3b08-aeaf94f814db-036010f8, #w-node-eefb5ec4-ea12-3c10-f682-24f278570251-036010f8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_25ef7b57-9dd3-2031-f96c-480f9564f322-036010f8 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_088343b8-7ead-3bd9-d609-3c715ac81bbf-036010f8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-b6dccb4c-efbd-5cc1-1235-f6d34f4f61a4-036010f8 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-ed52a168-b286-3404-b2d1-f9fb4fd96436-036010f8, #w-node-f53ab90c-9c93-a5c6-af22-12b5900468ec-036010f8, #w-node-_208e9542-bc10-a63d-d29f-a0055df283a8-036010f8, #w-node-_1d8ffadd-7694-cbc3-75ae-937f973fb32c-036010f8, #w-node-bb1e06d9-9fb1-8925-cca3-de21916fce9d-036010f8, #w-node-_3df9c7a2-2c3f-f390-c0b5-0ef25ccdde17-036010f8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-b4239de6-97ec-9d5c-4ca9-b92bba19a396-036010f8, #w-node-_99293ddf-ccd4-726c-5f95-95a34292f92c-036010f8 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-c4f57e59-e660-41bf-548e-2aab2dd561ea-036010f8, #w-node-_264da940-1569-ec96-b64e-47bbb1e8063f-036010f8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_91b3c264-cdc7-80b2-d582-accc4dbdc48f-036010f8 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-a3c0f8f6-2cc2-0bdf-2acb-06ff96788bd5-036010f8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_03996819-9b31-4918-e964-a19a76f9dcfc-036010f8 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-a052fb33-91d8-38df-61e4-256ec3f3cc69-036010f8, #w-node-_4e1d215a-99bf-f224-fb82-6cd180dc7f0c-036010f8, #w-node-_4674cf3e-3350-e005-acf2-eb71b5fdd5a5-036010f8, #w-node-_612761d6-e1bd-d7ad-7d07-d7d6e84875fa-036010f8, #w-node-ed0bebd1-c5b2-bb8d-3f88-4e6f87dfca99-036010f8, #w-node-_54b503e8-03dd-56e6-5099-54560b5bb2cf-036010f8, #w-node-_759121ad-27b8-e089-e11e-aaefa5ff01af-036010f8, #w-node-_59eff6d1-2c14-98d4-64d6-53534b9eb4c6-036010f8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-ed35f751-eae2-ba56-4737-3c609261c613-5286a03a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-d8a9e17d-804e-4b6e-f607-788a2fa9b261-2fa9b25f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b8f8fb47-125d-9fae-09f9-0d64487d24d3-c7135af9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_32fec8ac-7ea7-8e6c-0b38-f5b2641d4360-c7135af9 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-d6b6aa3d-5936-49e2-0994-44bbdf254ab5-c7135af9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-e593606c-362e-ad4c-37d8-b966ade7792f-c7135af9 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-ca12d4f0-eee1-3409-aa32-1a68e9363af6-c7135af9, #w-node-f2d9b894-efa5-560a-76fc-9019ab9c528d-c7135af9, #w-node-_79f3bb05-230d-526e-e047-3f2a7aa2117b-c7135af9, #w-node-_62721ad9-5fc5-7a78-f573-7894f4c97533-c7135af9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-a5ae7121-f7af-36ec-5e50-459722bd5279-c7135af9 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-c907dee1-9970-a0ce-07f2-79bfe65d892f-c7135af9, #w-node-_00399734-aa3a-a47c-c65f-8de73132ff7a-c7135af9, #w-node-_573c274f-7443-5b9b-97bb-4a9f9a1a8a63-c7135af9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_53e8af85-9500-b688-587b-25501eef1b70-c7135af9, #w-node-_9bcb5fe3-5cb4-bb54-dabe-e201a97fba97-c7135af9, #w-node-_3f7aedc5-1daa-68f8-fb6d-30ed7c076ca9-c7135af9 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_6bbc17ff-80ab-f90e-bf4b-e662ec6b10f8-c7135af9, #w-node-_0cfef1df-daf7-af8d-e1a0-de414cce87cb-c7135af9, #w-node-e249fec1-d56c-b0a5-6368-8f2cc256eac1-c7135af9, #w-node-b366a8e1-cbf8-9312-1be7-878efebb5d93-c7135af9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-b2e412ce-4502-5a86-4855-73b61afe5b94-c7135af9 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-ee2bf20c-d72a-8ca3-ba9f-ae99d356ac32-c7135af9, #w-node-dfe85144-3d10-1c2d-5744-c8b8306fccab-c7135af9, #w-node-_499d6ed9-af79-a88a-e87f-f60750317c1b-c7135af9, #w-node-_1f4ae40e-a0c1-a28b-2665-0bf0190fb1b9-c7135af9, #w-node-_6d1f096a-e1d3-1fc3-64b2-4ab01c778d4a-c7135af9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_7746b6e8-eb91-5444-6dab-6b3aa23770cc-c7135af9 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_20a1d6c1-a699-e2da-11c6-ca7a8168022c-c7135af9 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_0a8670e5-cdec-a523-3095-d2643b4269fc-c7135af9, #w-node-edbb584b-e828-d9cc-fb94-f5b01bbd38e5-c7135af9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_021a14f5-dbf9-aa60-d835-9ac6c66e4c2b-c7135af9, #w-node-ca4d4fad-6ff1-9aa9-789c-08202b0b2b23-c7135af9 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-af0402bb-759f-31b3-0324-9a1b541c3c4f-c7135af9, #w-node-_829f7146-0495-bd6c-65ff-1769707c03dc-c7135af9, #w-node-_67df035f-5743-f130-3b08-aeaf94f814db-c7135af9, #w-node-eefb5ec4-ea12-3c10-f682-24f278570251-c7135af9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_25ef7b57-9dd3-2031-f96c-480f9564f322-c7135af9 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_088343b8-7ead-3bd9-d609-3c715ac81bbf-c7135af9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-b6dccb4c-efbd-5cc1-1235-f6d34f4f61a4-c7135af9 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-ed52a168-b286-3404-b2d1-f9fb4fd96436-c7135af9, #w-node-f53ab90c-9c93-a5c6-af22-12b5900468ec-c7135af9, #w-node-_208e9542-bc10-a63d-d29f-a0055df283a8-c7135af9, #w-node-_1d8ffadd-7694-cbc3-75ae-937f973fb32c-c7135af9, #w-node-bb1e06d9-9fb1-8925-cca3-de21916fce9d-c7135af9, #w-node-_3df9c7a2-2c3f-f390-c0b5-0ef25ccdde17-c7135af9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-b4239de6-97ec-9d5c-4ca9-b92bba19a396-c7135af9, #w-node-_99293ddf-ccd4-726c-5f95-95a34292f92c-c7135af9 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-c4f57e59-e660-41bf-548e-2aab2dd561ea-c7135af9, #w-node-_264da940-1569-ec96-b64e-47bbb1e8063f-c7135af9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_91b3c264-cdc7-80b2-d582-accc4dbdc48f-c7135af9 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-a3c0f8f6-2cc2-0bdf-2acb-06ff96788bd5-c7135af9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_03996819-9b31-4918-e964-a19a76f9dcfc-c7135af9 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-a052fb33-91d8-38df-61e4-256ec3f3cc69-c7135af9, #w-node-_4e1d215a-99bf-f224-fb82-6cd180dc7f0c-c7135af9, #w-node-_4674cf3e-3350-e005-acf2-eb71b5fdd5a5-c7135af9, #w-node-_612761d6-e1bd-d7ad-7d07-d7d6e84875fa-c7135af9, #w-node-ed0bebd1-c5b2-bb8d-3f88-4e6f87dfca99-c7135af9, #w-node-_54b503e8-03dd-56e6-5099-54560b5bb2cf-c7135af9, #w-node-_759121ad-27b8-e089-e11e-aaefa5ff01af-c7135af9, #w-node-_59eff6d1-2c14-98d4-64d6-53534b9eb4c6-c7135af9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_9fb02936-9095-5da3-bfbf-7d6858cc914e-f80626b4 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-feddd9e8-8d43-adc9-edae-3cfa80f5311d-618442f3 {
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr;
}

#w-node-feddd9e8-8d43-adc9-edae-3cfa80f5311e-618442f3 {
  grid-row: span 2 / span 2;
}

#w-node-_6962d8fa-36cb-f304-4ca9-835bf3b4b9ce-618442f3 {
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr;
}

#w-node-_6962d8fa-36cb-f304-4ca9-835bf3b4b9cf-618442f3 {
  grid-row: span 2 / span 2;
}

#w-node-_46cbbb34-84a0-b833-153a-4caddde913b1-618442f3 {
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr;
}

#w-node-_46cbbb34-84a0-b833-153a-4caddde913b2-618442f3 {
  grid-row: span 2 / span 2;
}

#w-node-_296c0369-c586-80a2-c716-0ec1bd3fdfc2-618442f3 {
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr;
}

#w-node-_296c0369-c586-80a2-c716-0ec1bd3fdfc3-618442f3 {
  grid-row: span 2 / span 2;
}

#w-node-_2e054585-83e4-da87-b22b-2d2004bcb588-618442f3 {
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr;
}

#w-node-_2e054585-83e4-da87-b22b-2d2004bcb589-618442f3 {
  grid-row: span 2 / span 2;
}

#w-node-_65eb74a5-3f43-ca52-4e4e-1c7ebea9e567-618442f3 {
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr;
}

#w-node-_65eb74a5-3f43-ca52-4e4e-1c7ebea9e568-618442f3 {
  grid-row: span 2 / span 2;
}

#w-node-ffeaec64-a199-d9d2-284f-952316388113-618442f3 {
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr;
}

#w-node-ffeaec64-a199-d9d2-284f-952316388114-618442f3 {
  grid-row: span 2 / span 2;
}

#w-node-_586e08b1-17f3-8fa4-7f9a-2abaa8e1e95d-618442f3 {
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr;
}

#w-node-_586e08b1-17f3-8fa4-7f9a-2abaa8e1e95e-618442f3 {
  grid-row: span 2 / span 2;
}

#w-node-e84eb78b-5b5d-a73b-a0ea-7972d66e372c-618442f3 {
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr;
}

#w-node-e84eb78b-5b5d-a73b-a0ea-7972d66e372d-618442f3 {
  grid-row: span 2 / span 2;
}

#w-node-b18e9af4-3e72-48e6-f8c0-252885d659d0-618442f3 {
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr;
}

#w-node-b18e9af4-3e72-48e6-f8c0-252885d659d1-618442f3 {
  grid-row: span 2 / span 2;
}

#w-node-_0ac5bea6-b667-f115-f112-05baeae86171-618442f3 {
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr;
}

#w-node-_0ac5bea6-b667-f115-f112-05baeae86172-618442f3 {
  grid-row: span 2 / span 2;
}

#w-node-b6ad78c6-963f-a58b-aff9-68b0fa918a33-618442f3 {
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr;
}

#w-node-b6ad78c6-963f-a58b-aff9-68b0fa918a34-618442f3 {
  grid-row: span 2 / span 2;
}

#w-node-feddd9e8-8d43-adc9-edae-3cfa80f5311d-86c02bde {
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr;
}

#w-node-feddd9e8-8d43-adc9-edae-3cfa80f5311e-86c02bde {
  grid-row: span 2 / span 2;
}

#w-node-_6962d8fa-36cb-f304-4ca9-835bf3b4b9ce-86c02bde {
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr;
}

#w-node-_6962d8fa-36cb-f304-4ca9-835bf3b4b9cf-86c02bde {
  grid-row: span 2 / span 2;
}

#w-node-_46cbbb34-84a0-b833-153a-4caddde913b1-86c02bde {
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr;
}

#w-node-_46cbbb34-84a0-b833-153a-4caddde913b2-86c02bde {
  grid-row: span 2 / span 2;
}

#w-node-_296c0369-c586-80a2-c716-0ec1bd3fdfc2-86c02bde {
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr;
}

#w-node-_296c0369-c586-80a2-c716-0ec1bd3fdfc3-86c02bde {
  grid-row: span 2 / span 2;
}

#w-node-b2e42b58-bd01-fad4-1bbf-5499a9a4a057-86c02bde {
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr;
}

#w-node-b2e42b58-bd01-fad4-1bbf-5499a9a4a058-86c02bde {
  grid-row: span 2 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-ed35f751-eae2-ba56-4737-3c609261c613-3a49de75, #w-node-db80eeba-b678-01c2-37fc-9bce1a324d6c-1a324d6a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9fb02936-9095-5da3-bfbf-7d6858cc914e-83344489 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-b58befe0-f8af-2b98-563d-2d4148629af0-036010f8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_32fec8ac-7ea7-8e6c-0b38-f5b2641d4360-036010f8 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-d6b6aa3d-5936-49e2-0994-44bbdf254ab5-036010f8, #w-node-e593606c-362e-ad4c-37d8-b966ade7792f-036010f8, #w-node-ca12d4f0-eee1-3409-aa32-1a68e9363af6-036010f8, #w-node-f2d9b894-efa5-560a-76fc-9019ab9c528d-036010f8, #w-node-_79f3bb05-230d-526e-e047-3f2a7aa2117b-036010f8, #w-node-_62721ad9-5fc5-7a78-f573-7894f4c97533-036010f8, #w-node-a5ae7121-f7af-36ec-5e50-459722bd5279-036010f8, #w-node-c907dee1-9970-a0ce-07f2-79bfe65d892f-036010f8, #w-node-_00399734-aa3a-a47c-c65f-8de73132ff7a-036010f8, #w-node-_573c274f-7443-5b9b-97bb-4a9f9a1a8a63-036010f8, #w-node-_53e8af85-9500-b688-587b-25501eef1b70-036010f8, #w-node-_9bcb5fe3-5cb4-bb54-dabe-e201a97fba97-036010f8, #w-node-_3f7aedc5-1daa-68f8-fb6d-30ed7c076ca9-036010f8, #w-node-_6bbc17ff-80ab-f90e-bf4b-e662ec6b10f8-036010f8, #w-node-_0cfef1df-daf7-af8d-e1a0-de414cce87cb-036010f8, #w-node-e249fec1-d56c-b0a5-6368-8f2cc256eac1-036010f8, #w-node-b366a8e1-cbf8-9312-1be7-878efebb5d93-036010f8, #w-node-b2e412ce-4502-5a86-4855-73b61afe5b94-036010f8, #w-node-ee2bf20c-d72a-8ca3-ba9f-ae99d356ac32-036010f8, #w-node-dfe85144-3d10-1c2d-5744-c8b8306fccab-036010f8, #w-node-_499d6ed9-af79-a88a-e87f-f60750317c1b-036010f8, #w-node-_1f4ae40e-a0c1-a28b-2665-0bf0190fb1b9-036010f8, #w-node-_6d1f096a-e1d3-1fc3-64b2-4ab01c778d4a-036010f8, #w-node-_7746b6e8-eb91-5444-6dab-6b3aa23770cc-036010f8, #w-node-_20a1d6c1-a699-e2da-11c6-ca7a8168022c-036010f8, #w-node-_0a8670e5-cdec-a523-3095-d2643b4269fc-036010f8, #w-node-edbb584b-e828-d9cc-fb94-f5b01bbd38e5-036010f8, #w-node-_021a14f5-dbf9-aa60-d835-9ac6c66e4c2b-036010f8, #w-node-ca4d4fad-6ff1-9aa9-789c-08202b0b2b23-036010f8, #w-node-af0402bb-759f-31b3-0324-9a1b541c3c4f-036010f8, #w-node-_829f7146-0495-bd6c-65ff-1769707c03dc-036010f8, #w-node-_67df035f-5743-f130-3b08-aeaf94f814db-036010f8, #w-node-eefb5ec4-ea12-3c10-f682-24f278570251-036010f8, #w-node-_25ef7b57-9dd3-2031-f96c-480f9564f322-036010f8, #w-node-_088343b8-7ead-3bd9-d609-3c715ac81bbf-036010f8, #w-node-b6dccb4c-efbd-5cc1-1235-f6d34f4f61a4-036010f8, #w-node-ed52a168-b286-3404-b2d1-f9fb4fd96436-036010f8, #w-node-f53ab90c-9c93-a5c6-af22-12b5900468ec-036010f8, #w-node-_208e9542-bc10-a63d-d29f-a0055df283a8-036010f8, #w-node-_1d8ffadd-7694-cbc3-75ae-937f973fb32c-036010f8, #w-node-bb1e06d9-9fb1-8925-cca3-de21916fce9d-036010f8, #w-node-_3df9c7a2-2c3f-f390-c0b5-0ef25ccdde17-036010f8, #w-node-b4239de6-97ec-9d5c-4ca9-b92bba19a396-036010f8, #w-node-_99293ddf-ccd4-726c-5f95-95a34292f92c-036010f8, #w-node-c4f57e59-e660-41bf-548e-2aab2dd561ea-036010f8, #w-node-_264da940-1569-ec96-b64e-47bbb1e8063f-036010f8, #w-node-_91b3c264-cdc7-80b2-d582-accc4dbdc48f-036010f8, #w-node-a3c0f8f6-2cc2-0bdf-2acb-06ff96788bd5-036010f8, #w-node-_03996819-9b31-4918-e964-a19a76f9dcfc-036010f8, #w-node-a052fb33-91d8-38df-61e4-256ec3f3cc69-036010f8, #w-node-_4e1d215a-99bf-f224-fb82-6cd180dc7f0c-036010f8, #w-node-_4674cf3e-3350-e005-acf2-eb71b5fdd5a5-036010f8, #w-node-_612761d6-e1bd-d7ad-7d07-d7d6e84875fa-036010f8, #w-node-ed0bebd1-c5b2-bb8d-3f88-4e6f87dfca99-036010f8, #w-node-_54b503e8-03dd-56e6-5099-54560b5bb2cf-036010f8, #w-node-_759121ad-27b8-e089-e11e-aaefa5ff01af-036010f8, #w-node-_59eff6d1-2c14-98d4-64d6-53534b9eb4c6-036010f8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-ed35f751-eae2-ba56-4737-3c609261c613-5286a03a, #w-node-d8a9e17d-804e-4b6e-f607-788a2fa9b261-2fa9b25f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b8f8fb47-125d-9fae-09f9-0d64487d24d3-c7135af9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_32fec8ac-7ea7-8e6c-0b38-f5b2641d4360-c7135af9 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-d6b6aa3d-5936-49e2-0994-44bbdf254ab5-c7135af9, #w-node-e593606c-362e-ad4c-37d8-b966ade7792f-c7135af9, #w-node-ca12d4f0-eee1-3409-aa32-1a68e9363af6-c7135af9, #w-node-f2d9b894-efa5-560a-76fc-9019ab9c528d-c7135af9, #w-node-_79f3bb05-230d-526e-e047-3f2a7aa2117b-c7135af9, #w-node-_62721ad9-5fc5-7a78-f573-7894f4c97533-c7135af9, #w-node-a5ae7121-f7af-36ec-5e50-459722bd5279-c7135af9, #w-node-c907dee1-9970-a0ce-07f2-79bfe65d892f-c7135af9, #w-node-_00399734-aa3a-a47c-c65f-8de73132ff7a-c7135af9, #w-node-_573c274f-7443-5b9b-97bb-4a9f9a1a8a63-c7135af9, #w-node-_53e8af85-9500-b688-587b-25501eef1b70-c7135af9, #w-node-_9bcb5fe3-5cb4-bb54-dabe-e201a97fba97-c7135af9, #w-node-_3f7aedc5-1daa-68f8-fb6d-30ed7c076ca9-c7135af9, #w-node-_6bbc17ff-80ab-f90e-bf4b-e662ec6b10f8-c7135af9, #w-node-_0cfef1df-daf7-af8d-e1a0-de414cce87cb-c7135af9, #w-node-e249fec1-d56c-b0a5-6368-8f2cc256eac1-c7135af9, #w-node-b366a8e1-cbf8-9312-1be7-878efebb5d93-c7135af9, #w-node-b2e412ce-4502-5a86-4855-73b61afe5b94-c7135af9, #w-node-ee2bf20c-d72a-8ca3-ba9f-ae99d356ac32-c7135af9, #w-node-dfe85144-3d10-1c2d-5744-c8b8306fccab-c7135af9, #w-node-_499d6ed9-af79-a88a-e87f-f60750317c1b-c7135af9, #w-node-_1f4ae40e-a0c1-a28b-2665-0bf0190fb1b9-c7135af9, #w-node-_6d1f096a-e1d3-1fc3-64b2-4ab01c778d4a-c7135af9, #w-node-_7746b6e8-eb91-5444-6dab-6b3aa23770cc-c7135af9, #w-node-_20a1d6c1-a699-e2da-11c6-ca7a8168022c-c7135af9, #w-node-_0a8670e5-cdec-a523-3095-d2643b4269fc-c7135af9, #w-node-edbb584b-e828-d9cc-fb94-f5b01bbd38e5-c7135af9, #w-node-_021a14f5-dbf9-aa60-d835-9ac6c66e4c2b-c7135af9, #w-node-ca4d4fad-6ff1-9aa9-789c-08202b0b2b23-c7135af9, #w-node-af0402bb-759f-31b3-0324-9a1b541c3c4f-c7135af9, #w-node-_829f7146-0495-bd6c-65ff-1769707c03dc-c7135af9, #w-node-_67df035f-5743-f130-3b08-aeaf94f814db-c7135af9, #w-node-eefb5ec4-ea12-3c10-f682-24f278570251-c7135af9, #w-node-_25ef7b57-9dd3-2031-f96c-480f9564f322-c7135af9, #w-node-_088343b8-7ead-3bd9-d609-3c715ac81bbf-c7135af9, #w-node-b6dccb4c-efbd-5cc1-1235-f6d34f4f61a4-c7135af9, #w-node-ed52a168-b286-3404-b2d1-f9fb4fd96436-c7135af9, #w-node-f53ab90c-9c93-a5c6-af22-12b5900468ec-c7135af9, #w-node-_208e9542-bc10-a63d-d29f-a0055df283a8-c7135af9, #w-node-_1d8ffadd-7694-cbc3-75ae-937f973fb32c-c7135af9, #w-node-bb1e06d9-9fb1-8925-cca3-de21916fce9d-c7135af9, #w-node-_3df9c7a2-2c3f-f390-c0b5-0ef25ccdde17-c7135af9, #w-node-b4239de6-97ec-9d5c-4ca9-b92bba19a396-c7135af9, #w-node-_99293ddf-ccd4-726c-5f95-95a34292f92c-c7135af9, #w-node-c4f57e59-e660-41bf-548e-2aab2dd561ea-c7135af9, #w-node-_264da940-1569-ec96-b64e-47bbb1e8063f-c7135af9, #w-node-_91b3c264-cdc7-80b2-d582-accc4dbdc48f-c7135af9, #w-node-a3c0f8f6-2cc2-0bdf-2acb-06ff96788bd5-c7135af9, #w-node-_03996819-9b31-4918-e964-a19a76f9dcfc-c7135af9, #w-node-a052fb33-91d8-38df-61e4-256ec3f3cc69-c7135af9, #w-node-_4e1d215a-99bf-f224-fb82-6cd180dc7f0c-c7135af9, #w-node-_4674cf3e-3350-e005-acf2-eb71b5fdd5a5-c7135af9, #w-node-_612761d6-e1bd-d7ad-7d07-d7d6e84875fa-c7135af9, #w-node-ed0bebd1-c5b2-bb8d-3f88-4e6f87dfca99-c7135af9, #w-node-_54b503e8-03dd-56e6-5099-54560b5bb2cf-c7135af9, #w-node-_759121ad-27b8-e089-e11e-aaefa5ff01af-c7135af9, #w-node-_59eff6d1-2c14-98d4-64d6-53534b9eb4c6-c7135af9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_9fb02936-9095-5da3-bfbf-7d6858cc914e-f80626b4 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9fb02936-9095-5da3-bfbf-7d6858cc914e-83344489, #w-node-_9fb02936-9095-5da3-bfbf-7d6858cc914e-f80626b4 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b58befe0-f8af-2b98-563d-2d4148629af0-036010f8, #w-node-e593606c-362e-ad4c-37d8-b966ade7792f-036010f8, #w-node-ca12d4f0-eee1-3409-aa32-1a68e9363af6-036010f8, #w-node-f2d9b894-efa5-560a-76fc-9019ab9c528d-036010f8, #w-node-_79f3bb05-230d-526e-e047-3f2a7aa2117b-036010f8, #w-node-_62721ad9-5fc5-7a78-f573-7894f4c97533-036010f8, #w-node-a5ae7121-f7af-36ec-5e50-459722bd5279-036010f8, #w-node-c907dee1-9970-a0ce-07f2-79bfe65d892f-036010f8, #w-node-_00399734-aa3a-a47c-c65f-8de73132ff7a-036010f8, #w-node-_573c274f-7443-5b9b-97bb-4a9f9a1a8a63-036010f8, #w-node-_53e8af85-9500-b688-587b-25501eef1b70-036010f8, #w-node-_9bcb5fe3-5cb4-bb54-dabe-e201a97fba97-036010f8, #w-node-_3f7aedc5-1daa-68f8-fb6d-30ed7c076ca9-036010f8, #w-node-_6bbc17ff-80ab-f90e-bf4b-e662ec6b10f8-036010f8, #w-node-_0cfef1df-daf7-af8d-e1a0-de414cce87cb-036010f8, #w-node-e249fec1-d56c-b0a5-6368-8f2cc256eac1-036010f8, #w-node-b366a8e1-cbf8-9312-1be7-878efebb5d93-036010f8, #w-node-b2e412ce-4502-5a86-4855-73b61afe5b94-036010f8, #w-node-ee2bf20c-d72a-8ca3-ba9f-ae99d356ac32-036010f8, #w-node-dfe85144-3d10-1c2d-5744-c8b8306fccab-036010f8, #w-node-_499d6ed9-af79-a88a-e87f-f60750317c1b-036010f8, #w-node-_1f4ae40e-a0c1-a28b-2665-0bf0190fb1b9-036010f8, #w-node-_6d1f096a-e1d3-1fc3-64b2-4ab01c778d4a-036010f8, #w-node-_7746b6e8-eb91-5444-6dab-6b3aa23770cc-036010f8, #w-node-_20a1d6c1-a699-e2da-11c6-ca7a8168022c-036010f8, #w-node-_0a8670e5-cdec-a523-3095-d2643b4269fc-036010f8, #w-node-edbb584b-e828-d9cc-fb94-f5b01bbd38e5-036010f8, #w-node-_021a14f5-dbf9-aa60-d835-9ac6c66e4c2b-036010f8, #w-node-ca4d4fad-6ff1-9aa9-789c-08202b0b2b23-036010f8, #w-node-af0402bb-759f-31b3-0324-9a1b541c3c4f-036010f8, #w-node-_829f7146-0495-bd6c-65ff-1769707c03dc-036010f8, #w-node-_67df035f-5743-f130-3b08-aeaf94f814db-036010f8, #w-node-eefb5ec4-ea12-3c10-f682-24f278570251-036010f8, #w-node-_25ef7b57-9dd3-2031-f96c-480f9564f322-036010f8, #w-node-_088343b8-7ead-3bd9-d609-3c715ac81bbf-036010f8, #w-node-b6dccb4c-efbd-5cc1-1235-f6d34f4f61a4-036010f8, #w-node-ed52a168-b286-3404-b2d1-f9fb4fd96436-036010f8, #w-node-f53ab90c-9c93-a5c6-af22-12b5900468ec-036010f8, #w-node-_208e9542-bc10-a63d-d29f-a0055df283a8-036010f8, #w-node-_1d8ffadd-7694-cbc3-75ae-937f973fb32c-036010f8, #w-node-bb1e06d9-9fb1-8925-cca3-de21916fce9d-036010f8, #w-node-_3df9c7a2-2c3f-f390-c0b5-0ef25ccdde17-036010f8, #w-node-b4239de6-97ec-9d5c-4ca9-b92bba19a396-036010f8, #w-node-_99293ddf-ccd4-726c-5f95-95a34292f92c-036010f8, #w-node-c4f57e59-e660-41bf-548e-2aab2dd561ea-036010f8, #w-node-_264da940-1569-ec96-b64e-47bbb1e8063f-036010f8, #w-node-_91b3c264-cdc7-80b2-d582-accc4dbdc48f-036010f8, #w-node-a3c0f8f6-2cc2-0bdf-2acb-06ff96788bd5-036010f8, #w-node-_03996819-9b31-4918-e964-a19a76f9dcfc-036010f8, #w-node-a052fb33-91d8-38df-61e4-256ec3f3cc69-036010f8, #w-node-_4e1d215a-99bf-f224-fb82-6cd180dc7f0c-036010f8, #w-node-_4674cf3e-3350-e005-acf2-eb71b5fdd5a5-036010f8, #w-node-_612761d6-e1bd-d7ad-7d07-d7d6e84875fa-036010f8, #w-node-ed0bebd1-c5b2-bb8d-3f88-4e6f87dfca99-036010f8, #w-node-_54b503e8-03dd-56e6-5099-54560b5bb2cf-036010f8, #w-node-_759121ad-27b8-e089-e11e-aaefa5ff01af-036010f8, #w-node-_59eff6d1-2c14-98d4-64d6-53534b9eb4c6-036010f8, #w-node-b8f8fb47-125d-9fae-09f9-0d64487d24d3-c7135af9, #w-node-e593606c-362e-ad4c-37d8-b966ade7792f-c7135af9, #w-node-ca12d4f0-eee1-3409-aa32-1a68e9363af6-c7135af9, #w-node-f2d9b894-efa5-560a-76fc-9019ab9c528d-c7135af9, #w-node-_79f3bb05-230d-526e-e047-3f2a7aa2117b-c7135af9, #w-node-_62721ad9-5fc5-7a78-f573-7894f4c97533-c7135af9, #w-node-a5ae7121-f7af-36ec-5e50-459722bd5279-c7135af9, #w-node-c907dee1-9970-a0ce-07f2-79bfe65d892f-c7135af9, #w-node-_00399734-aa3a-a47c-c65f-8de73132ff7a-c7135af9, #w-node-_573c274f-7443-5b9b-97bb-4a9f9a1a8a63-c7135af9, #w-node-_53e8af85-9500-b688-587b-25501eef1b70-c7135af9, #w-node-_9bcb5fe3-5cb4-bb54-dabe-e201a97fba97-c7135af9, #w-node-_3f7aedc5-1daa-68f8-fb6d-30ed7c076ca9-c7135af9, #w-node-_6bbc17ff-80ab-f90e-bf4b-e662ec6b10f8-c7135af9, #w-node-_0cfef1df-daf7-af8d-e1a0-de414cce87cb-c7135af9, #w-node-e249fec1-d56c-b0a5-6368-8f2cc256eac1-c7135af9, #w-node-b366a8e1-cbf8-9312-1be7-878efebb5d93-c7135af9, #w-node-b2e412ce-4502-5a86-4855-73b61afe5b94-c7135af9, #w-node-ee2bf20c-d72a-8ca3-ba9f-ae99d356ac32-c7135af9, #w-node-dfe85144-3d10-1c2d-5744-c8b8306fccab-c7135af9, #w-node-_499d6ed9-af79-a88a-e87f-f60750317c1b-c7135af9, #w-node-_1f4ae40e-a0c1-a28b-2665-0bf0190fb1b9-c7135af9, #w-node-_6d1f096a-e1d3-1fc3-64b2-4ab01c778d4a-c7135af9, #w-node-_7746b6e8-eb91-5444-6dab-6b3aa23770cc-c7135af9, #w-node-_20a1d6c1-a699-e2da-11c6-ca7a8168022c-c7135af9, #w-node-_0a8670e5-cdec-a523-3095-d2643b4269fc-c7135af9, #w-node-edbb584b-e828-d9cc-fb94-f5b01bbd38e5-c7135af9, #w-node-_021a14f5-dbf9-aa60-d835-9ac6c66e4c2b-c7135af9, #w-node-ca4d4fad-6ff1-9aa9-789c-08202b0b2b23-c7135af9, #w-node-af0402bb-759f-31b3-0324-9a1b541c3c4f-c7135af9, #w-node-_829f7146-0495-bd6c-65ff-1769707c03dc-c7135af9, #w-node-_67df035f-5743-f130-3b08-aeaf94f814db-c7135af9, #w-node-eefb5ec4-ea12-3c10-f682-24f278570251-c7135af9, #w-node-_25ef7b57-9dd3-2031-f96c-480f9564f322-c7135af9, #w-node-_088343b8-7ead-3bd9-d609-3c715ac81bbf-c7135af9, #w-node-b6dccb4c-efbd-5cc1-1235-f6d34f4f61a4-c7135af9, #w-node-ed52a168-b286-3404-b2d1-f9fb4fd96436-c7135af9, #w-node-f53ab90c-9c93-a5c6-af22-12b5900468ec-c7135af9, #w-node-_208e9542-bc10-a63d-d29f-a0055df283a8-c7135af9, #w-node-_1d8ffadd-7694-cbc3-75ae-937f973fb32c-c7135af9, #w-node-bb1e06d9-9fb1-8925-cca3-de21916fce9d-c7135af9, #w-node-_3df9c7a2-2c3f-f390-c0b5-0ef25ccdde17-c7135af9, #w-node-b4239de6-97ec-9d5c-4ca9-b92bba19a396-c7135af9, #w-node-_99293ddf-ccd4-726c-5f95-95a34292f92c-c7135af9, #w-node-c4f57e59-e660-41bf-548e-2aab2dd561ea-c7135af9, #w-node-_264da940-1569-ec96-b64e-47bbb1e8063f-c7135af9, #w-node-_91b3c264-cdc7-80b2-d582-accc4dbdc48f-c7135af9, #w-node-a3c0f8f6-2cc2-0bdf-2acb-06ff96788bd5-c7135af9, #w-node-_03996819-9b31-4918-e964-a19a76f9dcfc-c7135af9, #w-node-a052fb33-91d8-38df-61e4-256ec3f3cc69-c7135af9, #w-node-_4e1d215a-99bf-f224-fb82-6cd180dc7f0c-c7135af9, #w-node-_4674cf3e-3350-e005-acf2-eb71b5fdd5a5-c7135af9, #w-node-_612761d6-e1bd-d7ad-7d07-d7d6e84875fa-c7135af9, #w-node-ed0bebd1-c5b2-bb8d-3f88-4e6f87dfca99-c7135af9, #w-node-_54b503e8-03dd-56e6-5099-54560b5bb2cf-c7135af9, #w-node-_759121ad-27b8-e089-e11e-aaefa5ff01af-c7135af9, #w-node-_59eff6d1-2c14-98d4-64d6-53534b9eb4c6-c7135af9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


