:root {
  --black: #333;
  --midnight-blue: #021e73;
  --firebrick: #bf0413;
  --white: white;
  --white-smoke: #eaeaea;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: 700;
  line-height: 1em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
}

a {
  color: var(--black);
  text-decoration: none;
}

img {
  max-width: 100%;
  display: inline-block;
}

.container {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 1088px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 1em;
  line-height: 1em;
  display: flex;
  position: static;
}

.container.header {
  background-image: none;
  justify-content: center;
  align-items: flex-start;
}

.container.header.center {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
}

.container.fotky {
  align-items: flex-start;
}

.container.fotky.center {
  align-items: center;
}

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

.container.no-flex {
  display: block;
}

.container.shadow {
  box-shadow: 1px 1px 3px #000;
}

.container._3d {
  perspective: 1039px;
  transform: ;
}

.header {
  z-index: 1;
  background-image: url('../images/Group-1.png');
  background-position: 100% 100%;
  background-repeat: repeat-x;
  background-size: cover;
  height: 910px;
  margin-bottom: 0;
  padding-top: 50px;
  font-size: 1em;
  line-height: 1em;
  position: static;
}

.header.vr {
  height: 480px;
  margin-bottom: 0;
  display: block;
}

.h1 {
  color: #fff;
  margin-top: 120px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.5em;
}

.h1.blue {
  color: var(--midnight-blue);
  text-align: center;
  margin-top: 64px;
  margin-bottom: 0;
  line-height: 1.2em;
}

.h1.blue.left {
  text-align: center;
}

.h1.blue.margin-up-none {
  margin-top: 0;
}

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

.h1.grey {
  color: var(--black);
  margin-top: 0;
}

.h1.grey.no-margin {
  margin-bottom: 0;
}

.h1.black {
  color: var(--black);
}

.h1.black.margin-up-none {
  margin-top: 0;
}

.h1.black.margin-up-small {
  margin-top: 32px;
}

.h1.hp-header {
  max-width: 50%;
  margin-top: 0;
  line-height: 1.2em;
}

.sub-heading {
  color: #fff;
  margin-top: 16px;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 2em;
}

.sub-heading.vr {
  text-align: center;
  max-width: 50ch;
  margin-top: -2px;
  margin-bottom: 147px;
}

.sub-heading.center {
  color: var(--black);
  text-align: center;
  font-weight: 300;
  line-height: 1.6em;
}

.sub-heading.black {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 16px;
}

.main-cta {
  border: 3px solid var(--firebrick);
  background-color: var(--firebrick);
  color: var(--white);
  margin-top: 32px;
  padding: 16px 24px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1em;
  font-weight: 400;
  transition: all .1s cubic-bezier(.55, .055, .675, .19);
  position: static;
}

.main-cta:hover {
  transform: scale(1.1);
}

.main-cta.secondary {
  border: 3px solid var(--firebrick);
  color: var(--firebrick);
  background-color: #0000;
  font-weight: 700;
}

.card-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  align-self: flex-start;
  place-items: stretch center;
  width: 100%;
  margin-top: 106px;
  font-size: 1em;
  display: flex;
}

.karta-v-hody {
  background-color: var(--white-smoke);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 16px;
  padding: 16px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1em;
  transition: all .15s cubic-bezier(.55, .085, .68, .53);
  display: flex;
  box-shadow: 0 0 28px #021e738f;
}

.image {
  color: var(--black);
  max-height: 60px;
}

.text-block {
  text-align: center;
  margin-top: 11px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.5em;
}

.navbar-white {
  background-color: #0000;
  margin-bottom: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  overflow: visible;
}

.zig-zag {
  z-index: 0;
  width: auto;
  height: auto;
  margin-bottom: 80px;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.zig-zag-card {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 58px;
  margin-bottom: 64px;
  display: flex;
}

.zig-zag-card.less-padding {
  margin-top: 3px;
}

.zig-zag-card.flip {
  flex-direction: row-reverse;
}

.h3 {
  color: var(--midnight-blue);
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 2em;
  line-height: 1.2em;
}

.h3.all-caps {
  text-transform: uppercase;
}

.h3.all-caps.grey {
  color: var(--black);
  font-size: 1.6em;
}

.h3.grey {
  color: var(--midnight-blue);
}

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

.h3.center.grey {
  color: var(--black);
  margin-bottom: 16px;
}

.p {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
}

.p.testimonial {
  height: auto;
  margin-top: 14px;
  margin-bottom: 27px;
  margin-right: 28px;
  padding-top: 8px;
  padding-left: 33px;
  font-size: 1.2em;
  line-height: 1.5em;
}

.p.rezervace {
  text-align: center;
  width: 50ch;
  height: auto;
  margin-bottom: 32px;
  font-size: 1.2em;
  line-height: 1.5em;
}

.p.footer {
  box-shadow: none;
  color: #fff;
  padding-top: 37px;
  padding-bottom: 0;
}

.p.foot {
  color: var(--white-smoke);
  line-height: 1.8em;
}

.p.bullet {
  color: var(--black);
  background-color: #0000;
  border-radius: 0%;
  width: auto;
  height: auto;
  padding-left: 8px;
  font-weight: 400;
  line-height: 1.2em;
}

.p._1-2 {
  font-size: 1.2em;
}

.p.cen-k {
  color: var(--black);
  order: 0;
  margin-bottom: 0;
  margin-left: 8px;
  font-size: 1.2em;
  font-weight: 500;
}

.p.karta-sense {
  color: var(--black);
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.5em;
}

.p.hide {
  display: none;
}

.p.link {
  color: var(--white-smoke);
  text-decoration: underline;
}

.p.atribution {
  color: var(--white-smoke);
  margin-top: 24px;
}

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

.p.center.cen-k {
  max-width: 70ch;
  font-size: 1.1em;
  font-weight: 400;
}

.p.center.marging-down {
  margin-bottom: 16px;
}

.p.bold.trainer {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
}

.p.top-marging {
  margin-top: 16px;
}

.zig-zag-image {
  width: 93%;
  max-width: none;
  height: 100%;
  margin-top: -21px;
  margin-left: 0;
  display: block;
  overflow: visible;
}

.zig-zag-image._1 {
  width: 100%;
  margin-top: -42px;
}

.zig-zag-image._2 {
  margin-top: -59px;
}

.image-2 {
  z-index: -5;
  object-fit: cover;
  width: 180%;
  max-width: none;
  height: auto;
  display: none;
  position: absolute;
  inset: 110% 0% auto -25%;
}

.testimonial {
  z-index: 0;
  height: auto;
  margin-top: 64px;
  margin-bottom: 96px;
  font-size: 1em;
  position: relative;
}

.mask {
  box-shadow: none;
  width: 70%;
  height: auto;
  position: static;
}

.slider {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
  position: relative;
}

.slide {
  background-color: var(--white-smoke);
  box-shadow: 0 0 16px -7px var(--midnight-blue);
  width: auto;
  height: auto;
  margin: 14px;
  padding: 32px;
  position: static;
}

.icon {
  color: red;
  background-color: #0000;
}

.arrow {
  object-fit: fill;
  border-radius: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: 40px;
  transition: transform .15s cubic-bezier(.55, .085, .68, .53), box-shadow .15s cubic-bezier(.55, .085, .68, .53);
  display: flex;
  position: absolute;
  box-shadow: 0 0 20px -3px #021e7352;
}

.arrow:hover {
  transform: scale(1.05);
  box-shadow: 0 0 25px -3px #021e7359;
}

.arrow.right {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 40px;
  display: flex;
  overflow: hidden;
}

.slider-button-image {
  object-fit: fill;
  width: auto;
  height: 40%;
  margin-right: 5px;
  position: static;
}

.slider-button-image.right {
  flex: none;
  order: 0;
  align-self: auto;
  height: 100%;
  margin-left: 5px;
  margin-right: 0;
  padding-top: 16px;
  padding-bottom: 16px;
}

.image-4 {
  height: 40%;
  margin-left: 5px;
}

.body {
  background-color: #eaeaea;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  line-height: 16px;
  overflow: visible;
}

.div-block {
  perspective: 804px;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  font-size: 1em;
  display: flex;
}

.column {
  overflow: visible;
}

.zig-zag-image-container {
  width: 100%;
  height: auto;
  margin-top: 37px;
  position: relative;
}

.image-5 {
  z-index: -1;
  width: 100px;
  height: 100px;
  position: absolute;
  inset: -6% auto auto -7%;
  overflow: visible;
}

.image-6 {
  z-index: -10;
  width: 200px;
  height: 200px;
  position: absolute;
  inset: auto -3% -40% auto;
}

.h2 {
  color: var(--firebrick);
  text-align: center;
  margin-bottom: 42px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 2.5em;
}

.h2.testi {
  margin-bottom: 30px;
  font-size: 2.5em;
}

.h2.blue {
  color: var(--midnight-blue);
  justify-content: center;
  margin-bottom: 24px;
  line-height: 1em;
  display: block;
}

.h2.kontakt {
  color: var(--midnight-blue);
  text-align: left;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 2.1em;
}

.h2.grey {
  color: var(--midnight-blue);
}

.h2.grey.left {
  text-align: left;
  margin-bottom: 16px;
  font-size: 2.5em;
}

.h2.grey.margin-down-small {
  margin-bottom: 8px;
}

.h2.black {
  color: var(--black);
}

.h2.black.left {
  text-align: left;
  margin-bottom: .5em;
}

.h2.black.margin-down-small {
  margin-bottom: .5em;
}

.h2.black.align-left {
  text-align: left;
  margin-bottom: 12px;
}

.h2.left-align {
  text-align: left;
}

.h2.left-align.kontakt {
  color: var(--firebrick);
  margin-bottom: 0;
  font-size: 2.5em;
}

.h2.left-align.contacts {
  margin-bottom: 0;
}

.text-block-2 {
  padding-top: 11px;
  padding-left: 34px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.div-block-2 {
  font-size: 1em;
  line-height: 1.2em;
  position: relative;
}

.image-7 {
  width: 25px;
  height: auto;
  position: absolute;
  inset: 0% auto auto 0%;
}

.testimonial-name {
  text-align: right;
  margin-bottom: 8px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1.5em;
  line-height: 1.2em;
}

.testimonial-pozice {
  text-align: right;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.slide-nav {
  margin-top: 0;
  font-family: Roboto Condensed, sans-serif;
  position: absolute;
  inset: auto 0% -10%;
  overflow: visible;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 16px;
  display: grid;
}

.jak-si-zahrat {
  height: auto;
  margin-bottom: 100px;
  font-size: 1em;
  line-height: 1em;
}

.karta-zahr-t {
  width: 100%;
  height: 100%;
  padding: 32px;
}

.karta-pro-kazdeho {
  box-shadow: none;
  background-color: #0000;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 16px;
}

.h4 {
  color: var(--midnight-blue);
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 32px;
}

.highlight {
  color: var(--midnight-blue);
  font-weight: 700;
}

.rezervace {
  height: auto;
  margin-bottom: 112px;
  display: none;
}

.container-2 {
  justify-content: center;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.div-rezervace {
  background-color: var(--white-smoke);
  box-shadow: 0 0 30px -12px var(--midnight-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 95%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 36px;
  display: flex;
  position: relative;
}

.v-zva {
  color: #39518d;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1.5em;
}

.button {
  margin-top: 24px;
  margin-right: 16px;
  line-height: 1em;
}

.footer {
  background-color: var(--black);
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 10px;
  box-shadow: inset 0 5px 13px -3px #021e7363;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1080px;
  margin-bottom: 0;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.footer-heading {
  color: var(--white-smoke);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 24px;
  line-height: 1.5;
}

.footer-link {
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

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

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

.container-3 {
  font-size: 1em;
  position: relative;
}

.container-3.center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-3-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.sleva-div {
  background-color: var(--midnight-blue);
  border-radius: 500px 500px 500px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 20%;
  display: flex;
  position: absolute;
  inset: -10% -5% auto auto;
}

.h-sleva {
  color: var(--white-smoke);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2em;
}

.h-sleva.thin {
  font-size: 1.25em;
  font-weight: 300;
}

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

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

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

.image-8 {
  background-color: #0000;
  border-style: solid;
  border-width: 0;
}

.karta-pro-kazdeho-copy {
  box-shadow: none;
  background-color: #0000;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 16px;
}

.pro-kazdeho {
  height: auto;
  margin-bottom: 80px;
  font-size: 1em;
  line-height: 1em;
}

.pro-kazdeho.o-hale {
  margin-top: 64px;
}

.image-karta-pro-kazdeho {
  height: 80px;
  margin-bottom: 16px;
}

.image-jak-si {
  height: 80px;
}

.karta-zahr-t-real {
  width: 100%;
  height: 100%;
  padding: 32px;
}

.karta-v-hody-copy {
  background-color: var(--white-smoke);
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-right: 16px;
  padding: 16px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1em;
  transition: all .15s cubic-bezier(.55, .085, .68, .53);
  display: flex;
  box-shadow: 0 0 28px #021e738f;
}

.karta-v-hody-copy:hover {
  transform: translate3d(0, 0, 10px);
  box-shadow: 0 0 40px #021e738f;
}

.kontakt {
  margin-top: 64px;
  margin-bottom: 40px;
}

.p-kontakt {
  color: var(--firebrick);
  margin-top: 12px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1.1em;
}

.body-2 {
  background-color: var(--white-smoke);
}

.contact-fields-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.nav-link {
  color: var(--midnight-blue);
  font-family: Roboto Condensed, sans-serif;
  font-size: 1.2em;
}

.container-4 {
  justify-content: space-between;
  align-items: center;
  max-width: 1088px;
  padding: 24px 32px;
  display: block;
}

.nav-link-2 {
  color: var(--midnight-blue);
  font-family: Roboto Condensed, sans-serif;
  font-size: 1.2em;
  transition: all .2s linear;
  display: block;
  overflow: visible;
}

.nav-link-2:hover {
  color: var(--firebrick);
  text-decoration: underline;
}

.nav-link-2.w--current {
  color: var(--firebrick);
  transition: color .2s cubic-bezier(.55, .055, .675, .19);
}

.nav-link-2.sub {
  padding-top: 0;
}

.nav-link-2.white {
  color: #fff;
  padding-left: 12px;
  padding-right: 12px;
}

.nav-link-2.color {
  color: var(--black);
  padding-left: 12px;
  padding-right: 12px;
}

.menu-button {
  display: none;
}

.intextlink {
  color: var(--firebrick);
  font-weight: 500;
  text-decoration: none;
}

.brand {
  width: 25%;
}

.brand.w--current {
  width: 25%;
  margin-top: 0;
}

.body-3 {
  background-color: var(--white-smoke);
}

.jak-to-vypada {
  margin-top: 64px;
  margin-bottom: 128px;
  display: block;
}

.gallery {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template: "."
                 "."
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-top: 16px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.gallery-grid-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 40px;
  display: grid;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.image-9 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-6 {
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.div-block-7 {
  z-index: 5;
  background-color: var(--white-smoke);
  width: 100%;
  height: 50px;
  position: relative;
  top: -50px;
}

.html-embed {
  z-index: 1;
  position: relative;
}

.html-embed-2 {
  display: none;
}

.icon-3 {
  color: #fff;
}

.icon-3.color {
  color: var(--black);
}

.dropdown-list {
  background-color: var(--white-smoke);
}

.dropdown-list.w--open {
  border: 1px none var(--midnight-blue);
  background-color: #021e73b3;
}

.dropdown-list.white {
  z-index: 30;
  position: absolute;
}

.dropdown-list.white.w--open {
  background-color: var(--white);
}

.dropdown-list.color {
  background-color: #021e73cc;
}

.dropdown-list.color.w--open {
  background-color: #021e73e6;
}

.dropdown.w--open {
  border: 1px none var(--midnight-blue);
}

.dropdown.white {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.dropdown.white.w--open {
  background-color: #021e73e6;
}

.dropdown.white.nocolor {
  background-color: var(--white-smoke);
}

.html-embed-3 {
  width: 100%;
}

.section {
  margin-top: 48px;
  margin-bottom: 64px;
}

.columns {
  align-items: center;
  display: flex;
}

.sense-pro {
  z-index: 0;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 80px;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.bullet-points {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .5em;
  display: flex;
}

.div-block-8 {
  background-color: var(--firebrick);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 100%;
  flex: none;
  width: 8px;
  height: 8px;
}

.h5 {
  max-width: 50ch;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
}

.h5.padding {
  margin-top: 23px;
}

.h5.bold {
  font-weight: 700;
}

.columns-2 {
  margin-top: 37px;
  margin-bottom: 30px;
}

.sense-v-hody {
  margin-top: 128px;
  margin-bottom: 128px;
  padding-top: 0;
  padding-bottom: 0;
}

.image-11 {
  width: 80%;
  margin-bottom: 16px;
}

.grid-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  max-width: 1088px;
  display: grid;
}

.div-block-9, .body-4 {
  background-color: var(--white-smoke);
}

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

.karta-sense-v-hody {
  box-shadow: none;
  background-color: #0000;
  margin: 8px;
  padding: 24px;
}

.column-5 {
  display: flex;
}

.krok {
  margin-bottom: 56px;
  margin-left: 16px;
}

.video {
  margin-top: 64px;
  margin-bottom: 128px;
}

.video-div {
  padding: 16px;
}

.youtube {
  object-fit: fill;
  background-color: #0000;
  background-image: none;
  background-size: cover;
  display: block;
  position: relative;
  overflow: visible;
}

.no-bg-header {
  background-color: #0000;
  padding-bottom: 32px;
}

.column-6 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: block;
  position: static;
}

.image-12 {
  order: 0;
}

.image-13 {
  margin-top: 41px;
  margin-left: 27px;
}

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

.list-item {
  color: #634646;
  background-color: #0000;
}

.cen-k {
  margin-bottom: 0;
  padding-bottom: 0;
}

.cen-k.padding {
  margin-bottom: 64px;
}

.cenik-wrapper {
  width: 70%;
  margin-bottom: 16px;
}

.cen-k-polo-ka {
  border-bottom: 2px dotted var(--firebrick);
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5em;
  font-size: 1.1em;
  display: flex;
}

.bullet {
  background-color: var(--firebrick);
  border-radius: 100%;
  width: 6px;
  height: 6px;
}

.bullet.cen-k {
  border-radius: 0%;
  height: 20px;
}

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

.lomitko-super {
  color: var(--firebrick);
  font-weight: 700;
}

.video-mask {
  border-radius: 50px;
  justify-content: center;
  width: 100%;
  margin: 24px 0 0;
  display: flex;
}

.map {
  display: none;
}

.map-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.div---kluziste {
  background-color: var(--midnight-blue);
  border-radius: 70px;
  width: 90%;
  height: 300px;
}

.div---ulicka {
  background-color: var(--black);
  width: 90%;
  height: 50px;
}

.div---ulicka.hor {
  margin-top: 8px;
}

.div---ulicka.vertical {
  width: 10%;
  height: 430px;
}

.div-map-down-wrapper {
  justify-content: flex-start;
  width: 90%;
  display: flex;
}

.div-map-vr {
  background-color: var(--firebrick);
  width: 40%;
  height: 300px;
  margin-top: 8px;
  margin-right: 8px;
}

.div-map-sucha {
  background-color: #64494b;
  width: 50%;
  height: 300px;
  margin-top: 8px;
  margin-left: 8px;
  margin-right: 0;
}

.img-hala {
  width: 40%;
  margin-top: 32px;
}

.img-hala.selekt {
  width: 70%;
}

.text-span {
  text-indent: 0;
  text-transform: none;
  white-space: normal;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-style: normal;
  display: inline;
  position: relative;
  top: -6px;
}

.column-7 {
  position: static;
}

.intext-highlight {
  color: var(--midnight-blue);
  font-weight: 500;
}

.contact-item {
  border: 0 #000;
  align-items: center;
  margin-bottom: 18px;
  padding-bottom: 6px;
  display: flex;
}

.contact-image {
  width: 30px;
  height: auto;
}

.text-contact {
  color: var(--black);
  margin-left: 16px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: none;
}

.text-contact.testimonial {
  height: auto;
  margin-top: 14px;
  margin-bottom: 27px;
  margin-right: 28px;
  padding-top: 8px;
  padding-left: 33px;
  font-size: 1.2em;
  line-height: 1.5em;
}

.text-contact.rezervace {
  text-align: center;
  width: 50ch;
  height: auto;
  margin-bottom: 32px;
  font-size: 1.2em;
  line-height: 1.5em;
}

.text-contact.footer {
  box-shadow: none;
  color: #fff;
  padding-top: 37px;
  padding-bottom: 0;
}

.text-contact.foot {
  color: var(--white-smoke);
  line-height: 1.8em;
}

.text-contact.bullet {
  color: var(--black);
  background-color: #0000;
  border-radius: 0%;
  width: auto;
  height: auto;
  padding-left: 8px;
  font-weight: 500;
  line-height: 1em;
}

.text-contact._1-2 {
  font-size: 1.2em;
}

.text-contact.cen-k {
  color: var(--black);
  order: 0;
  margin-left: 8px;
  font-size: 1.2em;
  font-weight: 500;
}

.text-contact.alone {
  margin-left: 0;
}

.column-8 {
  padding-left: 24px;
}

.div-block-11 {
  width: 31%;
}

.html-embed-4 {
  z-index: 0;
  color: var(--black);
  background-color: #0000;
  width: 60px;
  transition: all .2s cubic-bezier(.6, .04, .98, .335);
  display: block;
  position: absolute;
  inset: 40% 50% 0% 40%;
}

.video-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
  position: relative;
}

.background-video {
  border-radius: 50px;
  width: 80%;
}

.navbar-color {
  background-color: #0000;
  margin-bottom: 0;
  position: static;
  inset: 0% 0% auto;
}

.dropdown-2 {
  position: relative;
}

.partners-wrapper {
  flex-wrap: wrap;
  place-content: flex-start space-around;
  align-items: center;
  width: 100%;
  margin-top: 24px;
  margin-left: 0;
  display: flex;
}

.partner-img {
  height: 100%;
}

.partner-img-link {
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 70px;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.ig-feed {
  display: block;
}

.reenio-reservation-btn {
  background-color: var(--firebrick);
  color: var(--white);
  margin-top: 71px;
  padding: 16px 24px;
  font-family: Roboto Condensed, sans-serif;
}

.main-cta-copy {
  background-color: var(--firebrick);
  color: var(--white);
  margin-top: 32px;
  padding: 16px 24px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1em;
  font-weight: 400;
  transition: all .1s cubic-bezier(.55, .055, .675, .19);
  position: static;
}

.main-cta-copy:hover {
  transform: scale(1.1);
}

.html-embed-5 {
  margin-bottom: 156px;
}

.treninky-cover-photo {
  width: 70%;
}

.treninky-cover-info-wrapper {
  margin-bottom: 32px;
  display: flex;
}

.treninky-right-column-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  width: 40%;
  padding-left: 16px;
  display: flex;
}

.treninky-info-card {
  border-bottom: 0px solid var(--midnight-blue);
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
  display: flex;
}

.treninky-info-card.vypis {
  margin-bottom: 8px;
}

.treninky-info-icon {
  height: 32px;
}

.treninky-info-text {
  margin-left: 16px;
  font-family: Roboto, sans-serif;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.5;
}

.treninky-info-text.suffix {
  margin-left: 4px;
}

.collection-list {
  display: flex;
}

.trenink-rich-text p {
  font-size: 16px;
  line-height: 1.5;
}

.btn-flex-center {
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
}

.html-embed-6 {
  color: var(--midnight-blue);
}

.trenink-rezervace-btn {
  margin-top: 32px;
}

.treninky-vypis-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 10%;
  display: grid;
}

.treninky-vypis-wrapper {
  width: 100%;
  margin-bottom: 32px;
}

.treninky-vypis-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: flex;
}

.treninky-vypis-item {
  background-color: var(--white-smoke);
  align-items: center;
  width: 100%;
  padding: 24px;
  transition: transform .25s cubic-bezier(.55, .085, .68, .53);
  display: flex;
  position: relative;
  box-shadow: 0 0 8px #021e738f;
}

.trenink-vypis-image {
  width: 100%;
}

.treninky-vypis-card-heading {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 2em;
}

.treninky-vypis-info-wrapper {
  width: 100%;
  padding: 24px;
}

.treneri-collection-wrapper {
  width: 100%;
  margin-top: 64px;
}

.treneri-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.treneri-item {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.treneri-image {
  border-radius: 0;
  width: auto;
  height: 210px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 24px;
}

.treneri-image.petr {
  height: 280px;
}

.treneri-vypis-item {
  background-color: var(--white-smoke);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 24px;
  transition: transform .25s cubic-bezier(.55, .085, .68, .53);
  display: flex;
  box-shadow: 0 0 8px #021e738f;
}

.treneri-vypis-item.detail-treninku {
  box-shadow: 0 0 8px #021e738f;
}

.treneri-vypis-item.detail-treninku:hover {
  transform: none;
  box-shadow: 0 0 8px #021e738f;
}

.treninky-vypis-empty {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.treninky-empty-heading {
  text-align: center;
  font-size: 2em;
  line-height: 1.2;
}

.treneri-pozice-wrapper {
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
  display: flex;
}

.treneri-pozice-icon {
  color: var(--midnight-blue);
  width: auto;
  height: auto;
  margin-right: 8px;
  font-size: 1em;
}

.treneri-pozice-text {
  color: var(--midnight-blue);
  font-family: Roboto, sans-serif;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1;
}

.empty-state {
  background-color: #0000;
}

.treninky-day {
  opacity: .6;
  color: var(--black);
  margin-right: 16px;
  font-size: 4em;
  font-weight: 700;
  line-height: 1.2em;
  position: static;
  inset: 24% auto auto 24px;
}

.treninky-content-wrappper {
  width: 100%;
}

.date-time-textbox {
  margin-right: 0;
  font-size: 1.3em;
  font-weight: 300;
}

.date-time-textbox.spacer {
  margin-left: 4px;
  margin-right: 4px;
}

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

.link-block {
  align-items: center;
  display: flex;
}

.collection-list-2 {
  display: flex;
}

.collection-item {
  margin-right: 24px;
}

.collection-list-wrapper {
  margin-bottom: 4px;
}

.treninky-special-container {
  width: 80%;
  margin-top: 32px;
}

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

.social-icons-wrapper {
  margin-top: 32px;
}

.social-icons {
  width: 48px;
  height: auto;
  margin-right: 24px;
  transition: all .2s;
}

.social-icons:hover {
  transform: scale(1.1);
}

.zig-zag-wrapper {
  width: 50%;
  margin-right: 32px;
}

.zig-zag-wrapper.image {
  width: 40%;
  max-height: none;
  position: static;
}

.zig-zag-wrapper.full {
  width: 80%;
}

.zig-zag-wrapper.end {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.cta-wrapper {
  justify-content: center;
  display: flex;
}

._2-cta-horinzotal-wrapper {
  display: flex;
}

.cta-spacer {
  width: 32px;
}

.lightbox-link {
  object-fit: cover;
}

.lightbox-link-2 {
  width: 30%;
}

.produkty-image {
  object-fit: cover;
  width: auto;
  height: 160px;
  margin-bottom: 16px;
}

.produkty-image.inactive {
  filter: grayscale();
}

.produkty-wrapper {
  width: 100%;
  margin-top: 48px;
  margin-bottom: 64px;
}

.produkty-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.produkty-card {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin-right: 0;
  padding: 16px 16px 32px;
}

.produkty-heading {
  text-align: center;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2;
}

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

.toggle-wrap {
  border: 2px solid var(--midnight-blue);
  background-color: var(--white-smoke);
  border-radius: 25px;
  flex: 0 auto;
  align-items: center;
  width: 70px;
  max-width: 70px;
  height: 38px;
  max-height: 38px;
  margin-top: 12px;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.active-overlay {
  opacity: 0;
  background-color: #7474bf;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  box-shadow: -3px 0 3px #7474bf59;
}

.toggle-active {
  text-align: center;
  border-radius: 100px;
  flex-flow: column wrap;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0;
}

.column-11 {
  justify-content: space-between;
  align-self: center;
  align-items: center;
  display: flex;
}

.toggle-label {
  z-index: 2;
  height: 100%;
  position: absolute;
  inset: 0;
}

.toggle {
  z-index: 2;
  background-color: #dae2f8;
  border-radius: 100px;
  width: 32px;
  height: 32px;
  margin-top: 3px;
  margin-left: 3.5px;
  display: flex;
  position: absolute;
  inset: 0;
}

.heading {
  color: #7474bf;
  align-self: center;
  font-size: 2em;
  line-height: 1em;
}

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

.bottom-line {
  background-color: #fff;
  border-radius: 5px;
  width: 16px;
  height: 2px;
  margin-top: -2px;
  position: relative;
  inset: 0;
  transform: rotate(-45deg);
}

.top-line {
  background-color: #fff;
  border-radius: 5px;
  width: 16px;
  height: 2px;
  margin-top: 0;
  transform: rotate(45deg);
}

.form-wrapper {
  margin-bottom: 0;
}

.toggle-ticker {
  z-index: 3;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0;
}

.produkty-price-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.produkty-price {
  color: var(--midnight-blue);
  font-size: 1.5em;
  font-weight: 700;
}

.produkty-currency-wrapper {
  display: flex;
}

.produkty-price-label {
  margin-bottom: 8px;
  font-weight: 300;
}

.produkty-pricing-container {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  justify-content: space-around;
  margin-top: 24px;
  display: flex;
}

.produkt-image-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.produkty-inactive-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.product-inactive-label {
  color: var(--black);
  text-align: center;
  background-color: #eaeaea99;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.2;
  position: absolute;
  inset: 50% 0% auto;
}

.produkty {
  margin-top: 32px;
  margin-bottom: 88px;
}

.image-gallery {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  flex: 0 auto;
  order: 1;
  grid-template: "."
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  display: grid;
}

.image-14 {
  flex: 1 2 30%;
  width: auto;
}

.text-field {
  border: 2px solid var(--black);
  background-color: var(--white-smoke);
  min-width: 200px;
  transition: border-color .3s cubic-bezier(.755, .05, .855, .06);
}

.text-field:focus {
  border-width: 2.5px;
  border-color: var(--midnight-blue);
}

.form_block {
  width: 60%;
  margin-top: 32px;
}

.field-label {
  font-weight: 400;
}

.form_field_wrapper {
  margin-right: 0;
}

.form_horizontal_wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  display: flex;
}

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

.trenink_form {
  z-index: 0;
  height: auto;
  margin-top: 64px;
  margin-bottom: 96px;
  font-size: 1em;
  position: relative;
}

.trenink_form.hide {
  display: none;
}

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

.error-message {
  background-color: #e0a3a8;
  padding: 16px;
}

.div-block-15 {
  width: 100%;
}

.div-block-16 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.special-body {
  text-align: center;
  width: 70%;
  font-family: Roboto, sans-serif;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.5em;
}

.special-body.testimonial {
  height: auto;
  margin-top: 14px;
  margin-bottom: 27px;
  margin-right: 28px;
  padding-top: 8px;
  padding-left: 33px;
  font-size: 1.2em;
  line-height: 1.5em;
}

.special-body.rezervace {
  text-align: center;
  width: 50ch;
  height: auto;
  margin-bottom: 32px;
  font-size: 1.2em;
  line-height: 1.5em;
}

.special-body.footer {
  box-shadow: none;
  color: #fff;
  padding-top: 37px;
  padding-bottom: 0;
}

.special-body.foot {
  color: var(--white-smoke);
  line-height: 1.8em;
}

.special-body.bullet {
  color: var(--black);
  background-color: #0000;
  border-radius: 0%;
  width: auto;
  height: auto;
  padding-left: 8px;
  font-weight: 500;
  line-height: 1em;
}

.special-body._1-2 {
  font-size: 1.2em;
}

.special-body.cen-k {
  color: var(--black);
  order: 0;
  margin-bottom: 0;
  margin-left: 8px;
  font-size: 1.2em;
  font-weight: 500;
}

.special-body.karta-sense {
  color: var(--black);
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.5em;
}

.special-body.hide {
  display: none;
}

.special-body.link {
  color: var(--white-smoke);
  text-decoration: underline;
}

.special-body.atribution {
  color: var(--white-smoke);
  margin-top: 24px;
}

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

.special-body.center.cen-k {
  max-width: 70ch;
  font-size: 1.1em;
  font-weight: 400;
}

.special-body.bold.trainer {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
}

.contact-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.posiition {
  color: #021e73;
  font-family: Roboto, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5em;
}

.posiition.testimonial {
  height: auto;
  margin-top: 14px;
  margin-bottom: 27px;
  margin-right: 28px;
  padding-top: 8px;
  padding-left: 33px;
  font-size: 1.2em;
  line-height: 1.5em;
}

.posiition.rezervace {
  text-align: center;
  width: 50ch;
  height: auto;
  margin-bottom: 32px;
  font-size: 1.2em;
  line-height: 1.5em;
}

.posiition.footer {
  box-shadow: none;
  color: #fff;
  padding-top: 37px;
  padding-bottom: 0;
}

.posiition.foot {
  color: var(--white-smoke);
  line-height: 1.8em;
}

.posiition.bullet {
  color: var(--black);
  background-color: #0000;
  border-radius: 0%;
  width: auto;
  height: auto;
  padding-left: 8px;
  font-weight: 500;
  line-height: 1em;
}

.posiition._1-2 {
  font-size: 1.2em;
}

.posiition.cen-k {
  color: var(--black);
  order: 0;
  margin-bottom: 0;
  margin-left: 8px;
  font-size: 1.2em;
  font-weight: 500;
}

.posiition.karta-sense {
  color: var(--black);
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.5em;
}

.posiition.hide {
  display: none;
}

.posiition.link {
  color: var(--white-smoke);
  text-decoration: underline;
}

.posiition.atribution {
  color: var(--white-smoke);
  margin-top: 24px;
}

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

.posiition.center.cen-k {
  max-width: 70ch;
  font-size: 1.1em;
  font-weight: 400;
}

.posiition.bold.trainer {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-17 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.special {
  color: var(--midnight-blue);
  font-family: Roboto, sans-serif;
  font-size: 24px;
}

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

.bullet-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

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

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

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

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

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

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

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

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

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image {
  width: 100%;
}

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

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: #1a1b1fcc;
}

.gallery-link.w--current {
  font-weight: 600;
}

.gallery-image-wrapper {
  position: relative;
}

.gallery-image-text {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.code-embed {
  width: 100%;
}

@media screen and (min-width: 1280px) {
  .dropdown-list.w--open {
    background-color: #021e73b3;
  }

  .dropdown-list.white.w--open {
    background-color: var(--white-smoke);
    position: absolute;
  }

  .dropdown-list.color.w--open {
    background-color: #021e73cc;
  }

  .dropdown.white.w--open {
    z-index: 20;
    position: relative;
  }
}

@media screen and (min-width: 1440px) {
  .dropdown-list.w--open {
    padding-left: 20px;
    position: absolute;
    top: auto;
  }
}

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

  .container.fotky.center {
    padding-top: 0;
  }

  .header {
    margin-bottom: 64px;
  }

  .h1.black.margin-up-small {
    margin-top: 0;
  }

  .h1.hp-header {
    line-height: 1.2em;
  }

  .card-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    width: 100%;
  }

  .karta-v-hody {
    width: 30%;
    margin-right: 1px;
  }

  .image {
    width: auto;
  }

  .text-block {
    font-size: 1.1em;
  }

  .nav-menu.color {
    position: absolute;
    top: 0;
  }

  .zig-zag {
    margin-bottom: 64px;
  }

  .zig-zag-card {
    margin-top: 66px;
  }

  .zig-zag-card.full {
    margin-bottom: 0;
  }

  .p.testimonial {
    font-size: 1.3em;
  }

  .zig-zag-image._2 {
    margin-top: -59px;
  }

  .image-2 {
    width: 300%;
    display: none;
    top: 109%;
  }

  .body {
    font-size: 14px;
  }

  .zig-zag-image-container {
    margin-bottom: 16px;
  }

  .image-5 {
    inset: -30px auto auto -30px;
  }

  .image-6 {
    bottom: -12%;
  }

  .karta-zahr-t {
    height: auto;
    padding: 16px;
  }

  .karta-pro-kazdeho {
    padding: 24px;
  }

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

  .div-block-3-copy {
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .karta-pro-kazdeho-copy {
    padding: 24px;
  }

  .pro-kazdeho {
    margin-bottom: 64px;
  }

  .image-karta-pro-kazdeho, .image-jak-si {
    width: auto;
  }

  .karta-zahr-t-real {
    height: auto;
    padding: 16px;
  }

  .karta-v-hody-copy {
    margin-right: 1px;
  }

  .kontakt {
    margin-bottom: 64px;
  }

  .container-4 {
    justify-content: space-between;
    display: block;
  }

  .menu-button {
    display: block;
  }

  .brand {
    width: 25%;
    display: block;
  }

  .brand.w--current {
    width: 28%;
    margin-top: 0;
  }

  .gallery {
    justify-content: center;
  }

  .gallery-grid-container {
    align-self: stretch;
  }

  .image-10 {
    margin-top: 11px;
  }

  .dropdown.white {
    padding: 0 20px 0 0;
  }

  .sense-pro {
    margin-bottom: 64px;
  }

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

  .column-6 {
    display: none;
  }

  .cenik-wrapper {
    width: 90%;
  }

  .img-hala {
    width: 70%;
  }

  .text-contact.testimonial {
    font-size: 1.3em;
  }

  .navbar-color {
    position: relative;
  }

  .div-block-12 {
    display: none;
  }

  .partners-wrapper {
    flex: none;
    justify-content: center;
    margin-bottom: 24px;
  }

  .partner-img-link {
    flex: none;
    width: 30%;
    height: 70px;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .treninky-cover-photo {
    width: 80%;
  }

  .treninky-cover-info-wrapper {
    flex-wrap: wrap;
  }

  .treninky-right-column-wrapper {
    flex-direction: column;
    width: 100%;
    margin-top: 32px;
    padding-left: 0;
  }

  .treninky-info-card {
    width: 30%;
  }

  .treninky-info-card.vypis {
    width: 100%;
  }

  .treninky-info-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .treninky-vypis-list, .treneri-list {
    grid-template-columns: 1fr 1fr;
  }

  .lightbox-link-2 {
    width: 48%;
  }

  .produkty-wrapper {
    width: 100%;
  }

  .produkty-list {
    grid-template-columns: 1fr 1fr;
    place-items: center;
  }

  .produkty-item {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .produkty-card {
    max-width: 340px;
    padding: 16px;
  }

  .special-body.testimonial, .posiition.testimonial {
    font-size: 1.3em;
  }

  .container-5 {
    max-width: 728px;
  }

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

  .gallery-sticky {
    position: relative;
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  .container {
    flex-direction: column;
    padding-top: 32px;
  }

  .header {
    background-position: 50% 0;
    margin-bottom: 64px;
    padding-top: 80px;
  }

  .h1.hp-header {
    max-width: 70%;
  }

  .card-section {
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
  }

  .karta-v-hody {
    width: 42%;
  }

  .nav-menu {
    background-color: #021e73fa;
    display: block;
    position: absolute;
    inset: 100% 0% auto;
  }

  .nav-menu.color {
    background-color: var(--white-smoke);
  }

  .zig-zag {
    margin-bottom: 32px;
  }

  .zig-zag-card {
    flex-direction: column-reverse;
    flex: 0 auto;
    align-items: center;
  }

  .zig-zag-card.flip {
    flex-direction: column-reverse;
  }

  .zig-zag-card.full {
    margin-bottom: 32px;
  }

  .h3 {
    margin-top: 24px;
  }

  .h3.grey.treninky {
    margin-top: 0;
  }

  .p.testimonial {
    font-size: 1.1em;
  }

  .p.rezervace {
    width: auto;
    font-size: 1.3em;
  }

  .zig-zag-image._1 {
    margin-top: 0;
  }

  .image-2 {
    width: 610%;
    display: none;
    top: -32%;
    left: -44%;
  }

  .arrow {
    margin-left: 15px;
  }

  .arrow.right {
    margin-right: 15px;
  }

  .div-block {
    margin-top: 88px;
  }

  .image-6 {
    inset: -21% auto auto -8%;
  }

  .h2 {
    margin-top: 0;
  }

  .testimonial-name {
    font-size: 1.3em;
  }

  .testimonial-pozice {
    font-size: 15px;
  }

  .div-block-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    place-items: center;
    width: 80%;
  }

  .container-2 {
    max-width: 1088px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .footer {
    padding: 40px;
  }

  .footer-image {
    object-fit: contain;
  }

  .div-block-3-copy {
    flex-flow: column;
  }

  .sleva-div {
    width: 30%;
  }

  .icon-2 {
    color: var(--black);
    display: block;
  }

  .icon-2.white {
    color: #fff;
    background-color: #0000;
  }

  .pro-kazdeho {
    margin-bottom: 0;
  }

  .image-karta-pro-kazdeho {
    height: 70px;
  }

  .column-4 {
    justify-content: center;
    display: block;
  }

  .container-4 {
    justify-content: space-between;
    display: block;
  }

  .nav-link-2 {
    background-color: var(--white-smoke);
  }

  .nav-link-2.white {
    background-color: #0000;
  }

  .menu-button {
    display: block;
  }

  .menu-button.color.w--open {
    background-color: #0000;
  }

  .brand {
    width: 60%;
    margin-top: 0;
  }

  .brand.w--current {
    width: 65%;
    margin-top: 3px;
  }

  .gallery {
    padding: 40px 0;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

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

  .image-10 {
    margin-top: 0;
    display: inline-block;
  }

  .dropdown-list.w--open {
    top: 77px;
  }

  .dropdown.white {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: relative;
  }

  .sense-pro {
    margin-bottom: 32px;
  }

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

  .karta-sense-v-hody {
    margin: 0;
    padding: 16px;
  }

  .krok {
    margin-bottom: 43px;
  }

  .columns-3 {
    display: block;
  }

  .cenik-wrapper {
    width: 100%;
  }

  .img-hala {
    width: 90%;
  }

  .text-contact.testimonial {
    font-size: 1.1em;
  }

  .text-contact.rezervace {
    width: auto;
    font-size: 1.3em;
  }

  .column-8 {
    margin-top: 64px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-11 {
    width: 67%;
  }

  .background-video {
    height: 270px;
  }

  .navbar-color {
    position: relative;
  }

  .column-9 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-13 {
    font-size: 1em;
  }

  .partners-wrapper {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .partner-img-link {
    flex: 0 auto;
    width: auto;
    height: 80px;
  }

  .treninky-cover-photo {
    width: 100%;
  }

  .treninky-info-card {
    width: 60%;
  }

  .treninky-vypis-list {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .treneri-collection-wrapper {
    margin-top: 32px;
  }

  .treneri-list {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .treneri-image {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .treneri-vypis-item {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .treninky-special-container {
    width: 100%;
  }

  .zig-zag-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .zig-zag-wrapper.image {
    width: 80%;
  }

  .zig-zag-wrapper.full {
    width: 100%;
  }

  .produkty-list {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .produkty-item {
    width: 48%;
    min-width: 300px;
  }

  .produkty-card {
    width: 100%;
    margin-right: 0;
  }

  .column-11 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading {
    font-size: 1.8em;
  }

  .special-body.testimonial {
    font-size: 1.1em;
  }

  .special-body.rezervace {
    width: auto;
    font-size: 1.3em;
  }

  .posiition.testimonial {
    font-size: 1.1em;
  }

  .posiition.rezervace {
    width: auto;
    font-size: 1.3em;
  }

  .gallery-overview, .gallery-scroll {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    align-items: center;
    padding: 0 24px 24px;
  }

  .container.header {
    flex-direction: column;
    align-items: center;
    padding: 12px;
    display: flex;
  }

  .container.no-flex {
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .header {
    background-position: 60%;
    justify-content: center;
    margin-bottom: 75px;
    display: block;
  }

  .h1 {
    text-align: center;
    width: auto;
    max-width: 20ch;
    margin-top: 68px;
    margin-bottom: 16px;
    font-size: 3em;
    line-height: 1.4em;
  }

  .h1.blue {
    margin-top: 29px;
    margin-bottom: 24px;
    font-size: 2.6em;
  }

  .h1.black.margin-up-small {
    margin-top: 32px;
  }

  .h1.hp-header {
    max-width: none;
    margin-top: 123px;
  }

  .sub-heading {
    text-align: center;
    margin-top: 0;
    font-size: 1.5em;
  }

  .main-cta {
    font-size: 1em;
  }

  .card-section {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    width: 110%;
    max-width: 720px;
    height: auto;
    margin-top: 15px;
  }

  .karta-v-hody {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 170px;
    margin-right: 0;
  }

  .image {
    order: 0;
    align-self: auto;
    width: 50%;
    margin-top: 0;
    margin-left: 0;
    display: block;
  }

  .text-block {
    margin-top: 6px;
    font-size: 1.1em;
    line-height: 1.4em;
  }

  .nav-menu {
    z-index: 10;
    background-color: #021e73fa;
    display: flex;
    position: absolute;
    inset: 99% 0% auto;
  }

  .nav-menu.color {
    top: 0;
  }

  .zig-zag {
    padding-top: 0;
  }

  .zig-zag-card {
    margin-top: 0;
  }

  .h3 {
    margin-top: 19px;
    font-size: 2.3em;
    line-height: 1.3em;
  }

  .h3.grey.treninky {
    order: -1;
  }

  .p {
    font-size: 1.1em;
    line-height: 1.5em;
  }

  .p.testimonial {
    margin-right: -2px;
    font-size: 1em;
  }

  .p.rezervace {
    font-size: 1em;
  }

  .p.footer {
    box-shadow: none;
    color: #fff;
  }

  .p.cen-k {
    font-size: 1em;
  }

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

  .zig-zag-image._2 {
    margin-top: 1px;
  }

  .image-2 {
    width: 680%;
    display: none;
    inset: -22% auto auto -68%;
  }

  .mask {
    width: 90%;
  }

  .slide {
    padding: 15px;
  }

  .arrow {
    width: 40px;
    height: 40px;
    margin-left: 14px;
    padding: 10px 10px 10px 11px;
    display: none;
    inset: auto auto -41px 12px;
  }

  .arrow.right {
    margin-right: 15px;
    padding: 10px 13px 10px 10px;
    display: none;
    inset: auto 12px -40px auto;
  }

  .slider-button-image {
    height: 80%;
  }

  .slider-button-image.right {
    height: 80%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .body {
    font-size: 12px;
  }

  .div-block {
    margin-top: 20px;
  }

  .image-5 {
    width: 70px;
    height: auto;
  }

  .image-6 {
    width: 170px;
    display: block;
    top: -32%;
    bottom: 41%;
  }

  .h2 {
    text-align: left;
    margin-bottom: 16px;
    font-size: 2.2em;
  }

  .h2.testi {
    text-align: center;
    line-height: 1.3em;
  }

  .h2.blue {
    font-size: 2.2em;
  }

  .h2.jak-si, .h2.center-mobile {
    text-align: center;
  }

  .testimonial-name {
    font-size: 1.5em;
  }

  .testimonial-pozice {
    font-size: 1em;
  }

  .slide-nav {
    bottom: -45px;
  }

  .div-block-3 {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .karta-pro-kazdeho {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .h4 {
    font-size: 2em;
  }

  .container-2 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .div-rezervace {
    background-color: #0000;
    padding: 25px;
  }

  .v-zva {
    text-align: center;
    margin-bottom: 0;
    font-size: 1.5em;
    line-height: 1em;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .container-3 {
    padding: 8px;
  }

  .div-block-3-copy {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    justify-content: start;
    place-items: start;
    width: 90%;
  }

  .sleva-div {
    width: 50%;
    inset: -15% -4% auto auto;
  }

  .icon-2 {
    display: block;
  }

  .icon-2.white {
    color: #fff;
  }

  .pro-kazdeho {
    margin-bottom: 48px;
  }

  .image-karta-pro-kazdeho {
    order: 0;
    align-self: auto;
    margin-top: 0;
    margin-left: 0;
    display: block;
  }

  .image-jak-si {
    order: 0;
    align-self: auto;
    width: 50%;
    height: 60px;
    margin-top: 0;
    margin-left: 0;
    display: block;
  }

  .karta-zahr-t-real {
    align-items: center;
    max-width: 180px;
    padding: 24px;
  }

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

  .column-3 {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 37px;
    display: flex;
  }

  .karta-v-hody-copy {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-right: 0;
  }

  .kontakt {
    margin-bottom: 64px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-4 {
    justify-content: center;
    padding: 24px 11px 1px 16px;
    display: block;
  }

  .nav-link-2.white, .nav-link-2.color {
    background-color: #0000;
  }

  .menu-button {
    display: block;
  }

  .menu-button.w--open {
    border: 2px none var(--black);
    background-color: var(--white-smoke);
  }

  .menu-button.color.w--open {
    background-color: #0000;
  }

  .brand {
    width: 70%;
    margin-top: 11px;
  }

  .brand.w--current {
    width: 71%;
    margin-top: 11px;
  }

  .jak-to-vypada {
    margin-top: 32px;
  }

  .gallery {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .centered-container {
    text-align: left;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-list.white.w--open {
    background-color: #eaeaea;
  }

  .dropdown.white {
    color: #0000;
    padding-left: 0;
    display: block;
  }

  .sense-pro {
    padding-top: 0;
  }

  .sense-v-hody {
    margin-top: 48px;
    margin-bottom: 0;
  }

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

  .karta-sense-v-hody {
    margin-left: 0;
    margin-right: 0;
    padding: 12px;
  }

  .proces, .video {
    margin-top: 48px;
  }

  .no-bg-header {
    margin-bottom: 1px;
  }

  .cenik-wrapper {
    width: 110%;
  }

  .img-hala, .img-hala.selekt {
    width: 100%;
  }

  .text-contact {
    font-size: 1.1em;
    line-height: 1.5em;
  }

  .text-contact.testimonial {
    margin-right: -2px;
    font-size: 1em;
  }

  .text-contact.rezervace {
    font-size: 1em;
  }

  .text-contact.footer {
    box-shadow: none;
    color: #fff;
  }

  .column-8 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-11 {
    display: none;
  }

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

  .column-9 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .map-2 {
    height: 200px;
  }

  .div-block-13 {
    width: 100%;
  }

  .column-10 {
    margin-bottom: 32px;
  }

  .partners-wrapper {
    flex-wrap: wrap;
    margin-top: 16px;
  }

  .partner-img-link {
    flex: none;
    order: 0;
    align-self: auto;
    width: 100%;
    height: 60px;
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .main-cta-copy {
    font-size: 1em;
  }

  .treninky-right-column-wrapper {
    justify-content: flex-start;
  }

  .treninky-info-card {
    width: 100%;
  }

  .trenink-rezervace-btn {
    margin-top: 16px;
  }

  .treninky-vypis-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .treneri-image {
    width: 100%;
    height: auto;
    margin-right: 0;
  }

  .treneri-vypis-item {
    align-items: flex-start;
  }

  .treninky-vypis-empty {
    align-items: center;
  }

  .treninky-day {
    margin-bottom: 12px;
  }

  .treninky-content-wrappper {
    flex-direction: column;
    display: flex;
  }

  .link-block {
    margin-bottom: 8px;
  }

  .collection-list-2 {
    flex-direction: column;
  }

  .collection-list-wrapper {
    margin-bottom: 8px;
  }

  ._2-cta-horinzotal-wrapper {
    flex-direction: column;
  }

  .lightbox-link-2, .produkty-item {
    width: 100%;
  }

  .produkty-card {
    align-items: center;
    max-width: 300px;
    padding: 24px;
  }

  .heading {
    font-size: 1.5em;
  }

  .produkty {
    margin-top: 64px;
  }

  .special-body {
    font-size: 1.1em;
    line-height: 1.5em;
  }

  .special-body.testimonial {
    margin-right: -2px;
    font-size: 1em;
  }

  .special-body.rezervace {
    font-size: 1em;
  }

  .special-body.footer {
    box-shadow: none;
    color: #fff;
  }

  .special-body.cen-k {
    font-size: 1em;
  }

  .special-body.center-mobile {
    text-align: center;
  }

  .posiition {
    font-size: 1.1em;
    line-height: 1.5em;
  }

  .posiition.testimonial {
    margin-right: -2px;
    font-size: 1em;
  }

  .posiition.rezervace {
    font-size: 1em;
  }

  .posiition.footer {
    box-shadow: none;
    color: #fff;
  }

  .posiition.cen-k {
    font-size: 1em;
  }

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

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

  .container-5 {
    max-width: none;
  }

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

#w-node-_35fd5b31-f037-d31f-0599-06a2833b9825-833b9825, #w-node-_71562a5c-0ec9-c566-8486-9c0048783b7c-b8526649, #w-node-_71562a5c-0ec9-c566-8486-9c0048783b7e-b8526649, #w-node-_71562a5c-0ec9-c566-8486-9c0048783b80-b8526649, #w-node-_4b4c5043-a202-0075-689d-e9e2cb1f6a36-b8526655, #w-node-_08551076-2867-26db-c540-cb9ebaea7b4f-b8526655, #w-node-d9f663de-8e4c-cdaf-8220-ff3b5151c2f9-b8526655 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


