@font-face {
  font-family: Dinpro;
  src: url('../fonts/dinpro_condensedblackitalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Dinpro;
  src: url('../fonts/dinpro_black.otf') format("opentype"), url('../fonts/dinpro_condensedblack.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Dinpro;
  src: url('../fonts/dinpro_bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Dinpro;
  src: url('../fonts/dinpro_bolditalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Dinpro;
  src: url('../fonts/dinpro_condensedlight.otf') format("opentype"), url('../fonts/dinpro_light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Dinpro;
  src: url('../fonts/dinpro_condensedregular.otf') format("opentype"), url('../fonts/dinpro.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --flowui-component-library--white: white;
  --flowui-component-library--black: #000;
  --flowui-component-library--primary-base: #3a3b42;
  --flowui-component-library--main-font: Dinpro, sans-serif;
  --flowui-component-library--button-text: 1.25rem;
  --flowui-component-library--body-text: 1.5rem;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--hover-gray: #1e1e24;
  --flowui-component-library--gray-900: #160042;
  --subheading: 31px;
  --flowui-component-library--heading-text: 3rem;
  --heading-mobile: 2rem;
  --flowui-component-library--grey-600: #393b6a;
  --flowui-component-library--gray-400: #b6b9ce;
  --flowui-component-library--gray-100: #f7f9fd;
  --waves-library--white: white;
  --waves-library--black: #131313;
  --flowui-component-library--gray-500: #6b7094;
  --flowui-component-library--success-darker: #006638;
  --flowui-component-library--success-lighter: #ebfff6;
  --flowui-component-library--error-lighter: #fceff0;
  --flowui-component-library--error-darker: #5b0b11;
  --flowui-component-library--hover: #ff7800;
  --flowui-component-library--hero-text: 4rem;
  --flowui-component-library--primary-lighter: #f7f5ff;
  --waves-library--dark-elevation: #ede0d8;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.f-navigation-button {
  border: 1px solid var(--flowui-component-library--primary-base);
  background-color: var(--flowui-component-library--primary-base);
  outline-offset: 0px;
  font-family: var(--flowui-component-library--main-font);
  color: var(--flowui-component-library--white);
  font-size: var(--flowui-component-library--button-text);
  text-align: center;
  letter-spacing: 0;
  border-radius: 0;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
  transition: all .25s cubic-bezier(.55, .055, .675, .19);
  display: flex;
}

.f-navigation-button:hover {
  background-color: #858799;
}

.f-navigation-button-secondary {
  border: 1px solid var(--flowui-component-library--primary-base);
  font-family: var(--flowui-component-library--main-font);
  color: var(--flowui-component-library--black);
  font-size: var(--flowui-component-library--button-text);
  text-align: center;
  letter-spacing: 0;
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 8px 24px;
  font-weight: 300;
  text-decoration: none;
  transition: all .25s cubic-bezier(.55, .055, .675, .19);
  display: flex;
}

.f-navigation-button-secondary:hover {
  background-color: var(--flowui-component-library--primary-base);
  color: var(--flowui-component-library--grey-300);
  border-color: #0000;
}

.f-navigation-button-secondary.w--current {
  border-width: 1px;
}

.f-navigation-r {
  grid-column-gap: 8px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.f-logo {
  width: 124px;
}

.f-navigation-link {
  font-family: var(--flowui-component-library--main-font);
  color: var(--flowui-component-library--black);
  font-size: var(--flowui-component-library--button-text);
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 0;
  margin-left: 8px;
  padding: 8px 24px;
  font-weight: 400;
  line-height: 24px;
  transition: all .25s cubic-bezier(.55, .055, .675, .19);
}

.f-navigation-link:hover {
  border-bottom: 1px solid var(--flowui-component-library--black);
  color: var(--flowui-component-library--black);
  background-color: #0000;
}

.f-navigation-link.w--current {
  border-bottom-color: var(--flowui-component-library--black);
  color: var(--flowui-component-library--black);
  font-weight: 400;
}

.f-navigation-l {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.f-navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-navigation {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #000000e6;
  align-items: center;
  width: 100%;
  height: 80px;
  min-height: 88px;
  padding: 24px 5%;
  display: none;
  position: fixed;
}

.f-button-secondary {
  border: 1px solid var(--flowui-component-library--grey-300);
  font-family: var(--flowui-component-library--main-font);
  color: var(--flowui-component-library--gray-900);
  font-size: var(--flowui-component-library--button-text);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-weight: 700;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: var(--flowui-component-library--black);
  border-color: #0000;
}

.f-button-secondary.hero-cta-secondary {
  background-color: var(--flowui-component-library--primary-base);
  color: var(--flowui-component-library--white);
  border-color: #0000;
  border-radius: 0;
}

.f-button-secondary.hero-cta-secondary:hover {
  background-color: #858799;
  border-color: #0000;
}

.f-button-neutral {
  background-color: var(--flowui-component-library--primary-base);
  font-family: var(--flowui-component-library--main-font);
  color: var(--flowui-component-library--white);
  font-size: var(--flowui-component-library--button-text);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: var(--flowui-component-library--black);
}

.f-button-neutral.hero-cta {
  border: 1px solid var(--flowui-component-library--grey-300);
  background-color: #0000;
  transition: all .3s;
}

.f-button-neutral.hero-cta:hover {
  background-color: var(--flowui-component-library--white);
  color: var(--flowui-component-library--black);
}

.f-header-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.f-header-button-wrapper.hero-category-ctas {
  justify-content: center;
  align-items: center;
}

.f-paragraph-large {
  font-family: var(--flowui-component-library--main-font);
  color: var(--flowui-component-library--grey-300);
  font-size: var(--flowui-component-library--body-text);
  letter-spacing: -.02em;
  margin-top: 32px;
  margin-bottom: 42px;
  font-weight: 400;
  line-height: 32px;
}

.f-paragraph-large.hero-subheading {
  color: var(--flowui-component-library--grey-300);
  font-size: var(--subheading);
  text-align: left;
  margin-top: 0;
}

.f-paragraph-large.hero-category-subheading {
  color: var(--flowui-component-library--grey-300);
  font-size: var(--subheading);
  text-align: center;
  text-wrap: balance;
}

.f-paragraph-large.oteviraci-doba {
  text-align: center;
  font-size: 32px;
}

.f-paragraph-large.oteviraci-doba.footer {
  margin-top: -1px;
  margin-bottom: 1px;
  font-size: 18px;
}

.f-paragraph-large.oteviraci-doba-popup {
  text-align: center;
  margin-top: 0;
  font-size: 32px;
}

.f-paragraph-large.oteviraci-doba-popup.footer {
  margin-top: -1px;
  margin-bottom: 1px;
  font-size: 18px;
}

.f-margin-bottom-32 {
  margin-bottom: 32px;
}

.f-h1-heading {
  font-family: var(--flowui-component-library--main-font);
  color: var(--flowui-component-library--grey-300);
  font-size: var(--flowui-component-library--heading-text);
  text-align: center;
  letter-spacing: .03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 900;
  line-height: 1.2;
}

.f-h1-heading.hero-heading {
  color: var(--flowui-component-library--grey-300);
  text-align: left;
}

.f-h1-heading.hero-category-heading {
  color: var(--flowui-component-library--grey-300);
  text-align: center;
  text-transform: uppercase;
  margin-top: 80px;
}

.f-h1-heading.heading-cenik {
  color: var(--flowui-component-library--primary-base);
  font-style: italic;
}

.f-h1-heading.oteviraci-doba {
  margin-top: 24px;
}

.f-h1-heading.oteviraci-doba-popup {
  margin-top: 0;
}

.f-margin-bottom-24 {
  margin-bottom: 24px;
}

.f-container-regular {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.f-container-regular.servis {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-h3-heading {
  font-family: var(--flowui-component-library--main-font);
  color: var(--flowui-component-library--grey-300);
  font-size: var(--flowui-component-library--heading-text);
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-margin-bottom-34 {
  margin-bottom: 16px;
}

.f-section-large-2 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 92px 5%;
  display: flex;
  position: relative;
}

.f-section-large-2.elektrokola {
  background-image: linear-gradient(#00000080, #00000080), url('../images/804400_O_D9Q_Lowres.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.f-section-large-2.jizdni {
  background-image: linear-gradient(#00000080, #00000080), url('../images/804400_O_D1Q_Lowres.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.f-section-large-2.detska {
  background-image: linear-gradient(#00000080, #00000080), url('../images/804300_O_D6Q_Lowres.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.f-header-image-wrapper-wide {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  object-fit: contain;
  object-position: 50% 50%;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
  overflow: visible;
}

.f-margin-bottom-41 {
  margin-bottom: 24px;
}

.f-header-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.f-section-large-3 {
  background-color: var(--flowui-component-library--black);
  font-family: var(--flowui-component-library--main-font);
  padding: 48px 5%;
  position: relative;
}

.f-section-large-3.combo {
  padding-bottom: 0;
}

.f-section-large-3.cenik-sekce {
  background-color: var(--flowui-component-library--white);
}

.f-section-large-3.cenik-info {
  background-image: linear-gradient(#00000080, #00000080), url('../images/ANM_0182.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: flex-start;
  align-items: center;
  min-height: 60vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.f-header-logo-wrap {
  border: 1px none var(--flowui-component-library--grey-300);
  background-color: var(--flowui-component-library--black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 0;
  display: flex;
}

.f-header-logo-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr .25fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 32px;
  margin-bottom: 56px;
  display: flex;
}

.f-paragraph-large-2 {
  font-family: var(--flowui-component-library--main-font);
  color: var(--flowui-component-library--grey-300);
  font-size: var(--flowui-component-library--body-text);
  letter-spacing: -.02em;
  margin-bottom: 0;
  line-height: 32px;
}

.f-h1-heading-2 {
  font-family: var(--flowui-component-library--main-font);
  color: var(--flowui-component-library--grey-300);
  font-size: var(--flowui-component-library--heading-text);
  letter-spacing: -.04em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-style: normal;
  line-height: 1.2;
}

.f-h1-heading-2.form {
  color: var(--flowui-component-library--black);
  font-size: var(--flowui-component-library--heading-text);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.f-margin-bottom-51 {
  margin-bottom: 24px;
}

.f-header-wrapper-left {
  max-width: 620px;
}

.f-container-regular-3 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large-4 {
  background-color: var(--flowui-component-library--grey-300);
  padding: 92px 5%;
  position: relative;
}

.f-section-large-4.hardtail-section-elektro {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Elektro-hardtail.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.f-section-large-4.full-section {
  background-color: var(--flowui-component-library--black);
  background-image: linear-gradient(#00000080, #00000080), url('../images/hero-elektro.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.f-section-large-4.gravel-section {
  background-color: var(--flowui-component-library--grey-600);
  background-image: linear-gradient(#00000080, #00000080), url('../images/Elektro-gravel.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.f-section-large-4.track-section {
  background-color: var(--flowui-component-library--gray-400);
  background-image: linear-gradient(#00000080, #00000080), url('../images/Elektro-trekking.jpg');
  background-position: 0 0, 30%;
  background-size: auto, cover;
}

.f-section-large-4.mountain-section {
  background-color: var(--flowui-component-library--black);
  background-image: linear-gradient(#00000080, #00000080), url('../images/hero-prejmenovat.jpg');
  background-position: 0 0, 80%;
  background-size: auto, cover;
}

.f-section-large-4.mountain-full {
  background-color: var(--flowui-component-library--black);
  background-image: linear-gradient(#00000080, #00000080), url('../images/Category_Fullsuspension_1200px.jpg');
  background-position: 0 0, -150%;
  background-size: auto, auto;
}

.f-section-large-4.mountain-track-section {
  background-color: var(--flowui-component-library--primary-base);
  background-image: linear-gradient(#00000080, #00000080), url('../images/Jizdni-trekove.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.f-section-large-4.road-section {
  background-color: var(--flowui-component-library--primary-base);
  background-image: linear-gradient(#00000080, #00000080), url('../images/Jizdni-silnicni.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
}

.f-section-large-4.cross-section {
  background-color: var(--flowui-component-library--primary-base);
  background-image: linear-gradient(#00000080, #00000080), url('../images/jizdni-cyclocross.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.f-section-large-4.kids-electro-section {
  background-color: var(--flowui-component-library--black);
  background-image: linear-gradient(#00000080, #00000080), url('../images/Detske-elektro.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.f-section-large-4.kids-road-section {
  background-color: var(--flowui-component-library--primary-base);
  background-image: linear-gradient(#00000080, #00000080), url('../images/detske-jizdni.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.f-section-large-4.hardtail-section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Jizdni-gravel.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.text-block {
  font-style: normal;
}

.hero-section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/804100_P_00.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 70vh;
  margin-top: 0;
  padding-top: 80px;
  padding-left: 8%;
  padding-right: 8%;
  display: flex;
  overflow: visible;
}

.hero-section.sale {
  background-image: none;
}

.hero-section.banner-1 {
  background-image: linear-gradient(#0000, #0000), url('../images/CUBE_Banner_1920x1080_px_Final_03.jpg');
  background-size: auto, cover;
}

.hero-section.banner-2 {
  background-image: url('../images/CUBE_Banner_1920x1080_px_Final_02.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
}

.hero-section.banner-3 {
  background-image: linear-gradient(to bottom, null, null), url('../images/CUBE_Banner_1920x1080_px_Final_01_B.jpg');
}

.hero-section-category {
  background-image: linear-gradient(#00000080, #00000080), url('../images/804100_P_00.jpg');
  background-position: 0 0, 50% 39%;
  background-size: auto, 960px;
  justify-content: center;
  align-items: center;
  height: 60vh;
  padding-top: 80px;
  padding-left: 8%;
  padding-right: 8%;
  display: flex;
}

.hero-section-category.hero-section-electro {
  background-image: linear-gradient(#00000080, #00000080), url('../images/hero-elektro_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: auto;
  padding-bottom: 80px;
}

.hero-section-category.hero-section-electro.road {
  background-image: linear-gradient(#00000080, #00000080), url('../images/silnicni-kola-cube.jpg');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
}

.hero-section-category.hero-section-road {
  background-image: linear-gradient(#00000080, #00000080), url('../images/hero-mountain.jpg');
  background-position: 0 0, 60%;
  background-size: auto, cover;
}

.hero-section-category.hero-section-kids {
  background-image: linear-gradient(#00000080, #00000080), url('../images/hero-kids.jpg');
  background-position: 0 0, 20%;
  background-size: auto, cover;
  height: auto;
  padding-bottom: 80px;
}

.hero-section-category.hero-section-servis {
  background-image: linear-gradient(#00000080, #00000080);
  height: auto;
  padding-bottom: 80px;
}

.hero-conatiner-category {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.category-div {
  max-width: 500px;
}

.category-div.opposite {
  float: right;
  background-color: #0000;
  max-width: 520px;
}

.list-items {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.list-items.checklist {
  color: var(--flowui-component-library--grey-300);
  font-size: var(--flowui-component-library--body-text);
  margin-bottom: 8px;
  font-weight: 400;
}

.f-image-cover-3 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: clip;
}

.f-gallery-image-s-2, .f-gallery-image-s-2.combo {
  height: 230px;
}

.f-gallery-lightbox-2 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.f-gallery-image-tall {
  height: 100%;
}

.f-gallery-two-column {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center;
  display: grid;
}

.f-title-wrapper-center-2 {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-57 {
  margin-bottom: 48px;
}

.f-container-regular-5 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.terrain-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading {
  font-family: var(--flowui-component-library--main-font);
  color: var(--flowui-component-library--grey-300);
  font-size: var(--flowui-component-library--body-text);
  text-align: center;
  margin-top: 8px;
  margin-bottom: 0;
  font-weight: 400;
}

.terrain-image {
  width: 40px;
}

.waves-inside-tile-vertical-features-7 {
  z-index: 2;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  display: block;
  position: relative;
}

.waves-vertical-tile-features-7 {
  grid-row-gap: 24px;
  background-color: var(--flowui-component-library--grey-300);
  text-align: center;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 24px 0;
  display: block;
}

.waves---grid-features-7 {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: stretch stretch;
  margin-top: 80px;
  margin-bottom: 40px;
}

.testiomonial-name {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-info {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  font-size: var(--flowui-component-library--body-text);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-top: 16px;
  font-weight: 400;
  line-height: 25px;
  display: flex;
}

.row.price {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  font-weight: 700;
  display: block;
}

.testimonial-name {
  font-family: var(--flowui-component-library--main-font);
  margin-top: 0;
  margin-bottom: 0;
}

.testimonial-info-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-2 {
  font-size: var(--flowui-component-library--body-text);
  margin-bottom: 0;
}

.testimonial-icon {
  width: 28px;
}

.paragraph-3 {
  font-size: var(--flowui-component-library--body-text);
  margin-bottom: 0;
}

.f-paragraph-large-3 {
  font-family: var(--flowui-component-library--main-font);
  color: var(--flowui-component-library--black);
  font-size: var(--flowui-component-library--body-text);
  letter-spacing: -.02em;
  margin-bottom: 0;
  line-height: 32px;
}

.f-paragraph-large-3.prodejna-paragraph {
  color: var(--flowui-component-library--white);
  text-align: center;
  text-wrap: balance;
}

.f-container-regular-8 {
  padding-bottom: 48px;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.f-section-regular-2 {
  background-color: var(--flowui-component-library--black);
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.heading-2 {
  font-family: var(--flowui-component-library--main-font);
  color: var(--flowui-component-library--grey-300);
  font-size: var(--flowui-component-library--heading-text);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 32px;
  font-weight: 700;
}

.heading-2.map {
  font-size: var(--flowui-component-library--heading-text);
  text-transform: uppercase;
  margin-top: 48px;
  margin-bottom: 48px;
  line-height: 50px;
  overflow: visible;
}

.f-avatar-x-large {
  background-color: var(--flowui-component-library--black);
  background-image: url('../images/ANM_0169.jpg');
  background-position: 50% 20%;
  background-size: cover;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 96px;
  min-width: 96px;
  height: 96px;
  min-height: 96px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-avatar-x-large.second {
  background-image: url('../images/Roman-servis.jpg');
  display: block;
}

.f-avatar-x-large.third {
  background-image: url('../images/Milos-servis.jpg');
  background-position: 50%;
}

.f-avatar-x-large.fourth {
  background-image: url('../images/ales-cube-store.jpg');
}

.f-feature-card-filled {
  border: 1px solid var(--flowui-component-library--grey-300);
  background-color: var(--flowui-component-library--gray-100);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: block;
}

.f-grid-three-column {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  display: flex;
}

.waves---paragraph-small {
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.waves-bottom-footer-1 {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  margin-top: 12px;
  display: flex;
}

.waves-divider-footer-1 {
  background-color: #13131333;
  max-width: 400px;
  margin-bottom: 12px;
  padding-top: 0;
}

.waves-link-footer-1 {
  color: var(--waves-library--white);
  border-bottom: 1px solid #0000;
  padding-bottom: 8px;
  text-decoration: none;
  transition: all .35s;
}

.waves-link-footer-1:hover {
  border-bottom-color: var(--waves-library--white);
}

.waves-top-right-footer-1 {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  font-size: 20px;
  display: grid;
}

.waves-top-footer-1 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 48px;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.footer-section {
  background-color: var(--waves-library--black);
  font-family: var(--flowui-component-library--main-font);
  color: var(--waves-library--white);
  font-size: var(--flowui-component-library--body-text);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 48px 5%;
  font-weight: 400;
  display: block;
}

.mini-icon {
  width: 30px;
}

.contacts {
  margin-bottom: 0;
}

.contact-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start start;
  font-size: 20px;
  display: flex;
}

.link, .link-2 {
  color: var(--waves-library--white);
  text-decoration: none;
}

.heading-3 {
  margin-top: 0;
}

.mail, .phone {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.footer-container {
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

.div-block-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  margin-top: 40px;
  display: grid;
  overflow: visible;
}

.image-4 {
  height: auto;
  min-height: 0;
}

.cenik-wrapper {
  font-family: var(--flowui-component-library--main-font);
  font-size: var(--flowui-component-library--heading-text);
  padding-top: 16px;
  padding-bottom: 0;
  font-weight: 700;
}

.grid-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--flowui-component-library--grey-300);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 5%;
  display: block;
}

.grid-wrapper.general {
  justify-content: space-between;
  display: block;
}

.column-right {
  min-width: 170px;
}

.price {
  font-size: var(--flowui-component-library--body-text);
  text-align: right;
  margin-bottom: 0;
  font-weight: 400;
}

.heading-6 {
  font-size: var(--flowui-component-library--body-text);
  margin-top: 0;
  margin-bottom: 28px;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: .75fr .25fr;
  margin-top: 16px;
  margin-bottom: 32px;
}

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

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

.waves---nav-buttons-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves---nav-menu, .waves-right-nav-1 {
  grid-column-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves---brand {
  max-width: none;
  height: 100%;
}

.waves---nav-brand-link {
  height: 40px;
}

.waves-master-nav-1 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.waves---nav-container {
  max-width: 1440px;
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

.waves-navbar-1 {
  z-index: 105;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fffc;
  border-bottom: 1px solid #13131333;
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
}

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

.separator {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-8 {
  text-align: center;
}

.banner-slider {
  background-color: var(--flowui-component-library--black);
  height: auto;
  margin-top: 80px;
}

.banner-slider.mobile {
  display: none;
}

.mask-3 {
  margin-left: 0;
  padding-left: 0;
}

.slide-2 {
  background-image: url('../images/CUBE_Banner_1920x1080_px_Final_01_B-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.socials {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  display: flex;
}

.cookie-modal_styles {
  display: none;
}

.cookie-modal_description {
  font-size: var(--flowui-component-library--button-text);
}

.cookie-modal_button_deny {
  color: #515750;
  text-align: center;
  background-color: #0000;
  border-radius: .25rem;
  padding: 0 0 0;
  font-size: .9375rem;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_button_deny:hover {
  background-color: #0000;
}

.cookie-modal_button-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f3f7f2;
  border-radius: 0 0 .25rem .25rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.cookie-modal_button-wrap.is-small {
  grid-column-gap: 2.7rem;
  grid-row-gap: 2.7rem;
  border-radius: 0 0 1.25rem 1.25rem;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
}

.cookie-modal_button-wrap.in-pref-manger {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin: 2rem -2rem -2.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

.cookie-modal_content-wrap {
  padding: 1.75rem 2rem;
}

.cookie-modal_content-wrap.is-small {
  padding: 1.5rem;
}

.cookie-modal_button {
  background-color: var(--flowui-component-library--primary-base);
  color: #fff;
  text-align: center;
  border-radius: .25rem;
  padding: .875em 1.5em 1rem;
  font-size: .9375rem;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_button:hover {
  background-color: #262926;
}

.cookie-modal_button.is-secondary {
  color: #515750;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-size: .875rem;
  font-weight: 700;
}

.cookie-modal_button.is-secondary:hover {
  text-decoration: underline;
}

.screenreader-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.cookie-modal_closebutton {
  z-index: 5;
  cursor: pointer;
  background-color: #f3f7f2;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.cookie-modal_closebutton.is-sticky {
  position: sticky;
  top: -1rem;
}

.cookie-popup_component {
  z-index: 9500;
  max-width: 25rem;
  display: none;
  position: fixed;
  inset: auto 20px 20px auto;
}

.cookie-modal_closebutton_line {
  background-color: #515750;
  width: 1rem;
  height: 2px;
  position: absolute;
}

.cookie-modal_closebutton_line.is-right {
  transform: rotate(-45deg);
}

.cookie-modal_closebutton_line.is-left {
  transform: rotate(45deg);
}

.cookie-modal_button_text {
  font-family: var(--flowui-component-library--main-font);
  color: var(--flowui-component-library--primary-base);
  font-weight: 700;
}

.cookie-modal_button_text:hover {
  color: var(--flowui-component-library--black);
}

.cookie-modal_button_text.text, .cookie-modal_button_text.manager {
  color: var(--flowui-component-library--white);
}

.cookie-modal_component {
  font-family: var(--flowui-component-library--main-font);
  background-color: #fff;
  border-radius: 1.25rem;
  flex-direction: column;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
  box-shadow: 0 4px 1rem #2629260d;
}

.cookie-modal_title {
  margin-bottom: .1875em;
  font-size: 1.25rem;
  font-weight: 700;
}

.cookie-modal_title.is-small {
  font-size: 1.1875rem;
}

.cookie-modal_radio_label {
  cursor: pointer;
  margin-bottom: .25rem;
  font-size: .9375rem;
  font-weight: 600;
}

.cookie-modal_form-wrap {
  margin-bottom: 0;
}

.cookie-modal_radio {
  cursor: pointer;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 1.75rem;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_radio.is--not-allowed {
  cursor: not-allowed;
}

.cookie-preference_background {
  opacity: 1;
  -webkit-backdrop-filter: blur(.5rem);
  backdrop-filter: blur(.5rem);
  cursor: pointer;
  background-color: #d7e7d580;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cookie-modal_radio_button {
  float: left;
  border: 1.75px solid #999c98;
  border-radius: .375rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: -1.75rem;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_radio_button.w--redirected-checked {
  background-color: #515750;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border: 1px solid #515750;
}

.cookie-modal_radio_button.w--redirected-focus {
  box-shadow: none;
}

.cookie-modal_radio_button.is-always-active {
  cursor: not-allowed;
  background-color: #515750;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border-color: #515750;
}

.cookie-modal_form {
  padding-top: 1.25rem;
  padding-bottom: .5rem;
}

.cookie-modal_radio_description {
  font-size: var(--flowui-component-library--button-text);
  cursor: pointer;
  font-weight: 400;
}

.cookie-modal_radio_description.is--not-allowed {
  font-size: var(--flowui-component-library--button-text);
}

.cookie-preference_component {
  z-index: 9525;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.cookie-preference_wrapper {
  width: 100%;
  max-height: 100%;
  padding: 2rem;
  position: relative;
  overflow: auto;
}

.cookie-preference-button {
  z-index: 9475;
  color: #262926;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 1.25rem;
}

.cookie-preference-button:hover {
  text-decoration: underline;
}

.cookie-preference-button_flex {
  font-family: var(--flowui-component-library--main-font);
  color: #262926;
  background-color: #fff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  align-items: center;
  margin-bottom: -.125rem;
  padding: .75em 1em .875em;
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: margin-bottom .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.cookie-preference-button_flex:hover {
  margin-bottom: 0;
  text-decoration: underline;
}

.cookie-preference-button_icon {
  flex: none;
  width: 1.125rem;
  height: 1.125rem;
  margin-right: .375rem;
}

.cookie-preference-button_text {
  font-family: var(--flowui-component-library--main-font);
  color: var(--flowui-component-library--primary-base);
}

.subheading-servis {
  font-size: var(--flowui-component-library--button-text);
  margin-bottom: 0;
  font-weight: 700;
  line-height: 25px;
}

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

.link-4 {
  font-family: var(--flowui-component-library--main-font);
}

.link-4.w--current {
  font-family: var(--flowui-component-library--main-font);
  color: var(--flowui-component-library--primary-base);
  font-size: var(--flowui-component-library--body-text);
  text-decoration: underline;
}

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

.waves-servis-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.thumbnails {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  display: flex;
}

.link-block-text {
  font-family: var(--flowui-component-library--main-font);
  color: var(--flowui-component-library--primary-base);
  font-weight: 700;
  text-decoration: none;
}

.slide-1 {
  background-image: url('../images/CUBE_Banner_1920x1080_px_Final_02-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading-7 {
  font-family: var(--flowui-component-library--main-font);
  font-size: var(--subheading);
  text-align: center;
  font-weight: 900;
}

.slide-3 {
  background-image: url('../images/Cube_Banner_1800x563_Final_01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-4 {
  background-image: url('../images/CUBE_Banner_1920x1080_px_Final_03-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.shoptet-link {
  width: 100%;
  height: 100%;
}

.banner {
  width: 100%;
}

.time-table {
  margin-top: 0;
}

.heading-time {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
}

.phone-link {
  color: var(--flowui-component-library--white);
  text-decoration: none;
}

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

.modal {
  z-index: 10;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.popup-overlay {
  z-index: 300;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.pop-up-box {
  cursor: auto;
  background-color: #e50413;
  border-radius: 1rem;
  max-width: 620px;
  padding: 32px;
  position: relative;
}

.close {
  opacity: 1;
  cursor: pointer;
  width: 23px;
  position: absolute;
  inset: 10px 10px auto auto;
  overflow: visible;
}

.close:hover {
  opacity: .8;
}

@media screen and (max-width: 991px) {
  .f-navigation-menu-button {
    border: 1px solid var(--flowui-component-library--white);
    color: var(--flowui-component-library--white);
    border-radius: 8px;
    padding: 10px;
  }

  .f-navigation-menu-button.w--open {
    background-color: var(--flowui-component-library--black);
    border-color: #fff;
  }

  .f-navigation-button {
    font-size: var(--flowui-component-library--body-text);
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    padding-left: 32px;
    font-weight: 400;
  }

  .f-navigation-button-secondary {
    font-size: var(--flowui-component-library--body-text);
    border-style: none;
    justify-content: flex-start;
    align-items: center;
    margin-left: 8px;
    font-weight: 400;
  }

  .f-navigation-r {
    align-items: center;
    width: auto;
    display: flex;
  }

  .f-navigation-logo-link {
    margin-right: 0;
  }

  .f-navigation-link {
    font-size: var(--flowui-component-library--body-text);
    border-style: none;
    border-width: 1px;
    width: 100%;
  }

  .f-navigation-link:hover {
    border-style: none;
    border-color: #000;
  }

  .f-navigation-l {
    border: 1px none var(--flowui-component-library--black);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    color: var(--flowui-component-library--white);
    background-color: #000000e6;
    border-radius: 0;
    width: 100%;
    padding: 12px;
  }

  .f-navigation-l.w--open {
    background-color: var(--flowui-component-library--hover-gray);
    border-color: #fff;
  }

  .f-navigation {
    position: fixed;
  }

  .f-section-large-2.detska {
    background-image: linear-gradient(#00000080, #00000080), url('../images/804300_O_D6Q_Lowres.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .f-header-logo-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-section-category.hero-section-road {
    background-image: linear-gradient(#00000080, #00000080), url('../images/hero-prejmenovat.jpg');
    background-position: 0 0, 60%;
    background-size: auto, cover;
  }

  .hero-section-category.hero-section-kids {
    background-image: linear-gradient(#00000080, #00000080), url('../images/hero-kids.jpg');
    background-position: 0 0, 43%;
    background-size: auto, cover;
  }

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

  .list-items.checklist {
    margin-bottom: 12px;
  }

  .f-gallery-two-column {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .waves---grid-features-7 {
    grid-template-columns: 1fr;
  }

  .testiomonial-name {
    margin-bottom: 8px;
  }

  .testimonial-info {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .row {
    flex-flow: column;
    margin-top: 12px;
    padding-top: 0;
  }

  .row.two {
    padding-top: 0;
  }

  .testimonial-info-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .f-avatar-x-large {
    width: 96px;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .waves-bottom-footer-1 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .waves-top-right-footer-1 {
    grid-column-gap: 24px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center start;
    width: 100%;
    display: grid;
  }

  .waves-top-footer-1 {
    grid-column-gap: 80px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 0%;
    margin-right: 0%;
  }

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

  .footer-container {
    padding-left: 0%;
    padding-right: 0%;
  }

  .image-4 {
    object-fit: cover;
    min-height: 0;
  }

  .flexbox {
    flex-flow: column;
  }

  .waves---hamburger-icon {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: auto;
    font-size: 40px;
    display: flex;
  }

  .waves---menu-button {
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    padding: 0;
    display: flex;
  }

  .waves---menu-button.w--open {
    background-color: var(--waves-library--black);
    border-radius: 6px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    padding: 0;
    display: flex;
  }

  .waves---nav-buttons-right {
    grid-column-gap: 8px;
  }

  .waves---nav-menu {
    background-color: var(--waves-library--white);
    border: 1px solid #1313131a;
    border-radius: 0;
  }

  .waves---nav-brand-link {
    padding-left: 0;
  }

  .separator {
    justify-content: space-between;
    align-items: flex-start;
    display: inline-flex;
  }

  .wrapper {
    grid-column-gap: 62px;
    grid-row-gap: 62px;
  }

  .waves-servis-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 0;
  }

  .thumbnails {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 767px) {
  .f-navigation-button-secondary {
    display: none;
  }

  .f-h1-heading {
    margin-top: 0;
    font-size: 48px;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-section-large-2, .f-section-large-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-h1-heading-2 {
    margin-top: 0;
    font-size: 48px;
  }

  .f-section-large-4 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .list-items {
    margin-top: 12px;
  }

  .f-gallery-image-s-2 {
    height: 180px;
  }

  .f-gallery-image-tall {
    height: 100%;
  }

  .waves---grid-features-7 {
    grid-template-columns: 1fr;
  }

  .f-section-regular-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr;
  }

  .waves-top-right-footer-1 {
    grid-row-gap: 32px;
    flex-wrap: wrap;
    place-items: center;
  }

  .contact-info {
    justify-content: center;
    align-items: center;
  }

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

  .flexbox {
    flex-flow: column;
  }

  .waves---nav-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .separator {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .cookie-modal_button-wrap {
    padding: 1.5rem;
  }

  .cookie-modal_button-wrap.in-pref-manger {
    margin: 1.5rem -1.5rem -2rem;
    padding-top: 1.25rem;
    position: sticky;
    bottom: -2rem;
  }

  .cookie-modal_content-wrap {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cookie-modal_closebutton {
    margin-right: 1.25rem;
  }

  .cookie-modal_closebutton.is-sticky {
    top: -1rem;
  }

  .cookie-modal_form {
    padding-top: .75rem;
  }

  .cookie-preference_wrapper {
    padding-top: 2rem;
  }

  .cookie-preference-button_icon {
    margin-right: 0;
  }

  .cookie-preference-button_text {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .f-navigation-menu-button {
    border-color: var(--flowui-component-library--white);
    color: var(--flowui-component-library--white);
  }

  .f-navigation-button, .f-navigation-button-secondary {
    display: block;
  }

  .f-header-button-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .f-header-button-wrapper.hero-category-ctas {
    margin-bottom: 32px;
  }

  .f-paragraph-large.hero-subheading {
    text-align: center;
    margin-bottom: 8px;
  }

  .f-h1-heading {
    font-size: var(--flowui-component-library--heading-text);
    text-align: center;
  }

  .f-h1-heading.hero-heading {
    font-size: var(--heading-mobile);
    text-align: center;
  }

  .f-h1-heading.hero-category-heading {
    margin-top: 18px;
  }

  .f-section-large-2.elektrokola {
    background-image: linear-gradient(#00000080, #00000080), url('../images/804400_O_D9Q_Lowres.jpg');
    background-position: 0 0, 10%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .f-section-large-2.jizdni {
    background-image: linear-gradient(#00000080, #00000080), url('../images/804400_O_D1Q_Lowres.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .f-section-large-2.detska {
    background-image: linear-gradient(#00000080, #00000080), url('../images/804300_O_D6Q_Lowres.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .f-section-large-3 {
    padding-bottom: 0;
  }

  .f-section-large-3.cenik-sekce {
    padding-bottom: 72px;
  }

  .f-section-large-3.cenik-info {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-header-logo-wrap {
    width: 68px;
    height: 68px;
  }

  .f-header-logo-grid {
    flex-flow: row;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
  }

  .f-paragraph-large-2, .f-h1-heading-2 {
    text-align: center;
  }

  .f-h1-heading-2.form {
    font-size: var(--subheading);
  }

  .f-section-large-4.full-section {
    background-image: linear-gradient(#00000080, #00000080), url('../images/hero-elektro.jpg');
    background-position: 0 0, 40%;
    background-size: auto, cover;
  }

  .f-section-large-4.gravel-section {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Elektro-gravel.jpg');
    background-position: 0 0, 64%;
    background-size: auto, cover;
  }

  .f-section-large-4.track-section {
    background-position: 0 0, 20%;
  }

  .f-section-large-4.mountain-section {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Jizdni-horske.jpg');
    background-position: 0 0, -520px 0;
    background-size: auto, cover;
  }

  .f-section-large-4.mountain-full {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Category_Fullsuspension_1200px.jpg');
    background-position: 0 0, -120%;
    background-size: auto, cover;
  }

  .f-section-large-4.road-section {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Jizdni-silnicni.jpg');
    background-position: 0 0, 30%;
    background-size: auto, cover;
  }

  .f-section-large-4.cross-section {
    background-image: linear-gradient(#00000080, #00000080), url('../images/jizdni-cyclocross.jpg');
    background-position: 0 0, 60%;
    background-size: auto, cover;
  }

  .f-section-large-4.kids-electro-section {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Detske-elektro.jpg');
    background-position: 0 0, 60% 0;
    background-size: auto, cover;
  }

  .f-section-large-4.kids-road-section {
    background-image: linear-gradient(#00000080, #00000080), url('../images/detske-jizdni.jpg');
    background-position: 0 0, 70% 0;
    background-size: auto, cover;
  }

  .f-section-large-4.hardtail-section {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Jizdni-gravel.jpg');
    background-position: 0 0, 36% 0;
    background-size: auto, cover;
  }

  .hero-section {
    background-image: linear-gradient(#0000, #0000), url('../images/804100_P_00.jpg');
    background-position: 0 0, 50%;
    justify-content: center;
    align-items: center;
    padding-top: 36px;
    display: flex;
  }

  .hero-section.sale {
    justify-content: center;
    align-items: center;
    margin-top: 90px;
  }

  .hero-section.banner-1 {
    background-image: url('../images/CUBE_Banner_1920x1080_px_Final_03.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .hero-section.banner-2 {
    background-image: url('../images/CUBE_Banner_1920x1080_px_Final_02.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .hero-section.banner-3 {
    background-image: url('../images/CUBE_Banner_1920x1080_px_Final_01_B.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .hero-section-category {
    height: 100vh;
  }

  .hero-section-category.hero-section-electro {
    background-image: linear-gradient(#00000080, #00000080), url('../images/hero-elektro_1.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-bottom: 0;
  }

  .hero-section-category.hero-section-electro.road {
    background-image: linear-gradient(#00000080, #00000080), url('../images/hero-prejmenovat.jpg');
    background-position: 0 0, 74%;
    background-size: auto, cover;
  }

  .hero-section-category.hero-section-road {
    background-image: linear-gradient(#00000080, #00000080), url('../images/hero-prejmenovat.jpg');
    background-position: 0 0, 74%;
    background-size: auto, cover;
    height: auto;
  }

  .hero-section-category.hero-section-kids {
    padding-bottom: 0;
  }

  .icon {
    color: var(--flowui-component-library--grey-300);
  }

  .f-gallery-image-tall {
    height: 180px;
  }

  .f-gallery-two-column {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    grid-auto-rows: 1fr;
    display: flex;
  }

  .terrain-wrapper {
    justify-content: center;
    align-items: center;
  }

  .terrain-image {
    width: 36px;
  }

  .waves-inside-tile-vertical-features-7 {
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---grid-features-7 {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .row {
    flex-flow: column;
  }

  .row.price {
    text-align: center;
  }

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

  .testimonial-info-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .paragraph-2, .paragraph-3 {
    font-size: var(--flowui-component-library--button-text);
  }

  .f-paragraph-large-3 {
    color: var(--flowui-component-library--black);
    font-size: var(--flowui-component-library--body-text);
    margin-bottom: 8px;
    padding: 16px;
  }

  .f-container-regular-8 {
    padding-top: 48px;
  }

  .f-section-regular-2 {
    padding-top: 0;
  }

  .f-section-regular-2.bottom {
    padding-bottom: 0;
  }

  .heading-2 {
    text-align: center;
    line-height: 60px;
  }

  .f-feature-card-filled {
    background-color: var(--flowui-component-library--white);
    font-family: var(--flowui-component-library--main-font);
    color: var(--flowui-component-library--grey-300);
    font-size: var(--flowui-component-library--body-text);
    padding: 0;
  }

  .body {
    background-color: var(--flowui-component-library--black);
  }

  .waves---paragraph-small {
    text-wrap: balance;
  }

  .waves-bottom-footer-1 {
    margin-top: 28px;
  }

  .waves-top-right-footer-1 {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .waves-top-footer-1 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .footer-section {
    padding-top: 0;
  }

  .heading-3 {
    font-size: var(--flowui-component-library--body-text);
  }

  .div-block-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-top: 12px;
  }

  .flexbox {
    flex-flow: column;
  }

  .waves---menu-button.w--open {
    background-color: var(--flowui-component-library--primary-base);
  }

  .waves---nav-menu {
    border-radius: 0;
    justify-content: flex-end;
    align-items: center;
    margin-top: 0;
  }

  .waves---nav-brand-link {
    height: 30px;
  }

  .text-block-5, .text-block-6, .text-block-7 {
    text-align: left;
  }

  .separator {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .wrapper {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
  }

  .banner-slider {
    height: auto;
    display: block;
  }

  .slide-2 {
    background-size: contain;
  }

  .cookie-modal_button_deny {
    flex: auto;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .cookie-modal_button-wrap.is-small {
    justify-content: space-between;
    padding: 1.25rem;
  }

  .cookie-modal_button-wrap.in-pref-manger {
    bottom: 0;
  }

  .cookie-modal_content-wrap.is-small {
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cookie-modal_button {
    flex: auto;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .cookie-modal_closebutton {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .cookie-popup_component {
    max-width: 100%;
    display: none;
    inset: auto 0% 0%;
  }

  .cookie-modal_component {
    max-width: 100%;
  }

  .cookie-preference_component {
    align-items: flex-end;
  }

  .cookie-preference_wrapper {
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cookie-preference-button {
    left: 1rem;
  }

  .slide-1, .slide-4, .banner-slide {
    background-size: contain;
  }

  .banner {
    width: 100%;
  }

  .popup-overlay {
    padding-left: 0;
    padding-right: 0;
  }

  .pop-up-box {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .close {
    width: 20px;
    top: .5rem;
    right: 1.5rem;
  }
}

#w-node-_5835027d-7d63-f05e-294b-8d7923bf48eb-908155b3 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_5dee21e6-0166-6fb3-d185-748ac1866d41-908155b3, #w-node-ef4b3808-4a03-532b-dc62-1efb3b684465-908155b3, #w-node-_0f65ab91-b992-0dd0-3ab1-a7a51445e0b0-1445e0a8, #w-node-a2971879-2068-d253-3705-1825fcb244bf-1445e0a8, #w-node-_681ee8c0-f81f-0be3-af9b-c28d96f322b4-e53ed417, #w-node-_681ee8c0-f81f-0be3-af9b-c28d96f322b6-e53ed417, #w-node-_681ee8c0-f81f-0be3-af9b-c28d96f322b2-e53ed417, #w-node-a0b8de3d-4b79-e4f1-884a-d75558a9379c-e53ed417, #w-node-a0b8de3d-4b79-e4f1-884a-d75558a937a1-e53ed417, #w-node-a0b8de3d-4b79-e4f1-884a-d75558a937a6-e53ed417, #w-node-_2aee453f-f307-0d24-53b5-edb9bef4abbb-e53ed417, #w-node-_2aee453f-f307-0d24-53b5-edb9bef4abb1-e53ed417, #w-node-_2819de43-85e3-4756-bef3-4fd75902c3ee-e53ed417, #w-node-afa762ec-b77f-0b1b-74ed-bf9ea914a955-e53ed417, #w-node-afa762ec-b77f-0b1b-74ed-bf9ea914a95a-e53ed417, #w-node-_023c3ba7-f106-c794-584e-0f036e117dec-4b14aeac, #w-node-_023c3ba7-f106-c794-584e-0f036e117de7-4b14aeac, #w-node-_023c3ba7-f106-c794-584e-0f036e117df1-4b14aeac, #w-node-_1ce88c70-11c6-8b64-00c6-d041c39eaa26-4b14aeac, #w-node-_1ce88c70-11c6-8b64-00c6-d041c39eaa2b-4b14aeac, #w-node-_1ce88c70-11c6-8b64-00c6-d041c39eaa30-4b14aeac, #w-node-_32787e0e-b7b0-0ed2-fa14-812e69b0e7bc-4b14aeac, #w-node-_32787e0e-b7b0-0ed2-fa14-812e69b0e7c1-4b14aeac, #w-node-_26bec046-7adc-5419-f991-b3b16c05414d-4b14aeac, #w-node-_1f032b97-1bff-c6ce-ca20-c5211c24e7ba-4b14aeac, #w-node-_1f032b97-1bff-c6ce-ca20-c5211c24e7bf-4b14aeac, #w-node-bdfecb09-d6cd-f91c-0f14-2239bf118f41-4b14aeac, #w-node-bdfecb09-d6cd-f91c-0f14-2239bf118f46-4b14aeac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-e0c5a41f-959c-258c-62f7-bbbfd1ecc524-908155b3, #w-node-a7f87cd9-071b-18c3-2a4f-9a4126891b3a-908155b3, #w-node-bd0a53c8-c573-ee30-5202-267c4611ea3c-e53ed417, #w-node-_681ee8c0-f81f-0be3-af9b-c28d96f322a8-e53ed417, #w-node-f580e8d7-c8d3-a58e-904e-6b931002298e-e53ed417, #w-node-_5cd32f7f-2f62-a8de-3c02-235fb2e43463-e53ed417, #w-node-_1f76a148-19bb-c4d1-9c3e-01d79f229b66-e53ed417, #w-node-_5fa5b65b-96cd-3e57-5183-c3429e733666-4b14aeac, #w-node-_813dd34a-406f-c366-a5a7-3ed61f765c30-4b14aeac, #w-node-be8abf6e-e09b-631d-a0ac-8e3492b49fb7-4b14aeac, #w-node-fb3e6cd1-b705-e3bd-e5bb-de9402bfcc23-4b14aeac, #w-node-d096104a-f455-08c8-9233-fe603730ef43-4b14aeac, #w-node-fd5ce882-cac7-f052-6f7d-ab30f96e43ba-4b14aeac, #w-node-d4a89bc5-7d81-caaa-82b9-98d5997152b5-4b14aeac, #w-node-_047506f9-6e2b-5a3c-01ec-49e20e6de660-66953db0, #w-node-_201807f8-ba7e-6ef9-0d05-2a656643b53c-66953db0, #w-node-_61f4b7f0-8e3c-2f12-2d69-27ad439df6d4-66953db0, #w-node-c58c403b-dd7a-9faf-bbea-dcf77774d7dc-ccb2f100 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5835027d-7d63-f05e-294b-8d7923bf48eb-908155b3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5835027d-7d63-f05e-294b-8d7923bf48f1-908155b3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5835027d-7d63-f05e-294b-8d7923bf48ee-908155b3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Dinpro';
  src: url('../fonts/dinpro_condensedblackitalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Dinpro';
  src: url('../fonts/dinpro_black.otf') format('opentype'), url('../fonts/dinpro_condensedblack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dinpro';
  src: url('../fonts/dinpro_bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dinpro';
  src: url('../fonts/dinpro_bolditalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Dinpro';
  src: url('../fonts/dinpro_condensedlight.otf') format('opentype'), url('../fonts/dinpro_light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dinpro';
  src: url('../fonts/dinpro_condensedregular.otf') format('opentype'), url('../fonts/dinpro.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}