:root {
  --_colors---state--hover: var(--brand--600);
  --h5-size: 1.777rem;
  --h5-weight: 2.5rem;
  --h6-size: 1.333rem;
  --h6-weight: 2.25rem;
  --h2-size: 3.75rem;
  --h2-height: 4.875rem;
  --h3-size: 3.157rem;
  --h3-weight: 4rem;
  --h4-size: 2.369rem;
  --h4-weight: 3rem;
  --h1-size: 4.5rem;
  --h1-height: 5.85rem;
  --brand--700: #775731;
  --brand--50: #f8f7ee;
  --brand--800: #64492f;
  --brand--500: #ac8f46;
  --black: #000;
  --gray--300: #d1d5db;
  --gray--900: #111827;
  --_colors---state--default: var(--brand--500);
  --_colors---shadows--brand-hover: var(--brand--500--40);
  --_colors---state--light-bg: var(--white--01);
  --white: #fff;
  --brand--600: #94733a;
  --_colors---text--dark: var(--gray--800);
  --_colors---body--bg-light: var(--gray--50);
  --_colors---body--bg-brand: var(--brand--700);
  --_colors---body--bg-dark: var(--gray--950);
  --white--01: #ffffff03;
  --_colors---shadow--light: #00000005;
  --brand--500--40: #ac8f4666;
  --gray--50: #f9fafb;
  --gray--100: #f3f4f6;
  --gray--200: #e5e7eb;
  --gray--400: #9ca3af;
  --gray--500: #6b7280;
  --gray--600: #4b5563;
  --gray--700: #374151;
  --gray--800: #1f2937;
  --gray--950: #030712;
  --brand--100: #eeebd3;
  --brand--200: #ded6aa;
  --brand--300: #cbbb79;
  --brand--400: #bca355;
  --brand--900: #573e2c;
  --brand--950: #322116;
}

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

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

body {
  color: #333;
  font-family: din-2014, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: underline;
}

a:hover {
  color: var(--_colors---state--hover);
}

.text-align-right {
  text-align: right;
}

.padding-section-small {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.space-large {
  width: 100%;
  height: 3.5rem;
}

.space-large.desktop-invisible {
  display: none;
}

.text-color-dark-70 {
  opacity: .7;
  color: #121b2a;
  -webkit-text-stroke-color: #1b1e29;
}

.styleguide-2-col {
  grid-column-gap: 2.75rem;
  grid-row-gap: 2.75rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar {
  background-color: #fff;
  border-bottom: .0625rem #000;
  align-items: center;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: fixed;
  top: 0;
}

.styleguide-col {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: block;
}

.heading-style-h5 {
  font-size: var(--h5-size);
  line-height: var(--h5-weight);
  letter-spacing: .02rem;
  max-width: 52rem;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.text-color-white {
  color: #fff;
}

.container-large {
  width: 100%;
  max-width: 96rem;
  margin-left: auto;
  margin-right: auto;
}

.styleguide-1-col {
  grid-column-gap: 2.75rem;
  grid-row-gap: 2.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-field-wrapper {
  width: 100%;
  margin-bottom: 3rem;
}

.heading-style-h6 {
  font-size: var(--h6-size);
  line-height: var(--h6-weight);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.heading-style-h6.archivo-font {
  font-family: Archivo Narrow, sans-serif;
}

.heading-style-h2 {
  font-size: var(--h2-size);
  line-height: var(--h2-height);
  letter-spacing: .0625rem;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 800;
}

.text-capitalize {
  text-transform: uppercase;
}

.heading-style-h1 {
  font-size: var(--h1-size);
  line-height: var(--h1-height);
  letter-spacing: .0625rem;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 800;
}

.caption-badge-medium {
  z-index: 2;
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  color: #005280;
  letter-spacing: .1rem;
  text-transform: uppercase;
  background-color: #f1faff;
  border: .0625rem solid #01a3fe;
  border-radius: 999rem;
  margin-top: 0;
  margin-bottom: 0;
  padding: .5rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  position: absolute;
}

.text-color-white-80 {
  opacity: .7;
  color: #fff;
}

.styleguide-label {
  border: .0625rem solid var(--brand--700);
  background-color: var(--brand--50);
  color: var(--brand--800);
  letter-spacing: .1rem;
  text-transform: uppercase;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: .25rem .75rem;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.25rem;
  display: flex;
}

.padding-global {
  padding-left: 4rem;
  padding-right: 4rem;
}

.padding-global.absolute {
  z-index: 1;
  position: absolute;
  inset: auto 0% 0%;
}

.text-color-blue-40 {
  opacity: .4;
  color: var(--brand--500);
}

.caption-badge-small {
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  color: var(--brand--800);
  letter-spacing: .1rem;
  text-transform: uppercase;
  background-color: #f1faff;
  border: .0625rem solid #01a3fe;
  border-radius: 999rem;
  margin-top: 0;
  margin-bottom: 0;
  padding: .25rem .75rem;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.25rem;
}

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

.text-size-medium {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75rem;
  display: block;
}

.text-size-medium.text-secondary {
  letter-spacing: 0;
  font-weight: 400;
}

.text-size-medium.archivo-font {
  letter-spacing: .025rem;
  font-family: Archivo Narrow, sans-serif;
  line-height: 1.4rem;
}

.text-size-medium.archivo-font.text-capitalize.text-align-left.text-color-white {
  letter-spacing: .075rem;
}

.form-component {
  margin-bottom: 0;
  padding-left: 0;
}

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

.text-size-large {
  font-size: 1.333rem;
  font-weight: 300;
  line-height: 2.25rem;
}

.text-size-large.text-secondary {
  letter-spacing: 0;
  font-weight: 400;
}

.text-size-large.archivo-font {
  letter-spacing: .075rem;
  font-family: Archivo Narrow, sans-serif;
}

.text-size-large.archivo-font.text-capitalize.text-color-white.icon-text.text-align-left {
  max-width: 19rem;
}

.text-size-large.archivo-font.text-capitalize.text-align-center.text-w-semibold.clickable-text {
  line-height: 2rem;
}

.text-size-large.text-align-left.text-color-blue:where(.w-variant-e5d19f75-448f-41d5-5970-c26d25bfb477) {
  color: var(--black);
  font-weight: 600;
}

.styleguide-caption {
  color: #ffffffb3;
  letter-spacing: .1rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 300;
  line-height: 1.25rem;
}

.line {
  background-color: var(--gray--300);
  width: 100%;
  height: .0625rem;
}

.line.dark-bg {
  background-color: var(--gray--900);
}

.form-label {
  transform-origin: 0%;
  color: #121b2a;
  margin-bottom: .5rem;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5rem;
}

.text-color-grey {
  -webkit-text-stroke-color: #343c4e;
}

.button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--_colors---state--default);
  letter-spacing: .075rem;
  text-transform: uppercase;
  cursor: pointer;
  border: .0625rem solid #dabdff33;
  justify-content: center;
  align-items: center;
  padding: .5rem 1.5rem;
  font-family: Archivo Narrow, sans-serif;
  font-size: 1.125rem;
  line-height: 2.25rem;
  text-decoration: none;
  transition: background-color .4s, box-shadow .2s;
  display: inline-flex;
  box-shadow: 2px 4px 8px #00000014;
}

.button:hover {
  background-color: var(--_colors---state--hover);
  box-shadow: 0 2px 32px 0 var(--_colors---shadows--brand-hover);
}

.button.icon {
  padding-right: 1.25rem;
}

.button.secondary {
  border-width: .125rem;
  border-color: var(--_colors---state--default);
  background-color: var(--_colors---state--light-bg);
  color: #343c4e;
}

.button.secondary.light {
  color: #fff;
  border-color: #fff;
}

.button.secondary.light:hover {
  background-color: #0181cb;
  border-color: #0181cb;
}

.button.secondary.icon-only.rounded {
  border-radius: 9999rem;
  padding: .75rem;
}

.button.secondary.open-lightbox4, .button.secondary.go-to-projects, .button.secondary.open-lightbox2, .button.secondary.open-lightbox3 {
  display: none;
}

.button.sm {
  font-size: 1rem;
  line-height: 1.5rem;
}

.button.sm.icon-only, .button.sm.secondary.icon-only.rounded.footer {
  padding: .5rem;
}

.button.icon-only {
  padding: 1rem;
}

.icon-small {
  width: 1.25rem;
  height: 1.25rem;
}

.badge-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.styleguide-item-wrapper {
  margin-bottom: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.heading-style-h3 {
  font-size: var(--h3-size);
  line-height: var(--h3-weight);
  letter-spacing: .0625rem;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 800;
}

.space-medium {
  width: 100%;
  height: 1.5rem;
}

.space-medium.desktop-invisible {
  display: none;
}

.heading-style-display {
  letter-spacing: .125rem;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7.478rem;
  font-weight: 800;
  line-height: 8.5rem;
  display: flex;
}

.styleguide-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.styleguide-item.dark {
  background-color: #1b1e29;
  margin-left: -1rem;
  margin-right: -1rem;
  padding: 1rem;
}

.icon-medium {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-medium.text-color-brand-700 {
  color: var(--brand--700);
}

.icon-medium.text-color-white {
  color: #fff;
}

.space-extra-large {
  width: 100%;
  height: 6rem;
}

.page-wrapper {
  z-index: 2;
  position: relative;
}

.text-color-grey-70 {
  opacity: .7;
  -webkit-text-stroke-color: #343c4e;
}

.text-color-grey-40 {
  opacity: .4;
  -webkit-text-stroke-color: #343c4e;
}

.link {
  font-weight: 300;
  text-decoration: none;
}

.link:hover {
  color: #0181cb;
}

.success-message {
  color: #1b1e29;
  background-color: #fff0;
}

.text-size-small {
  font-size: .75rem;
  font-weight: 300;
  line-height: 1.25rem;
}

.text-size-small.text-secondary {
  letter-spacing: 0;
  font-weight: 400;
}

.text-color-dark-40 {
  opacity: .4;
  color: #121b2a;
  -webkit-text-stroke-color: #1b1e29;
}

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

.text-color-dark {
  color: #121b2a;
  -webkit-text-stroke-color: #1b1e29;
}

.styleguide-item-header {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--brand--600);
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2rem;
  padding: 1rem 2rem;
  display: block;
}

.styleguide-3-col {
  grid-column-gap: 2.75rem;
  grid-row-gap: 2.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.styleguide-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.heading-style-h4 {
  font-size: var(--h4-size);
  line-height: var(--h4-weight);
  letter-spacing: .0625rem;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.form-input {
  border-style: solid;
  border-width: 1px;
  border-color: #0000 #0000 var(--gray--300);
  color: var(--_colors---text--dark);
  letter-spacing: 0;
  background-color: #f7fcff00;
  min-width: 14rem;
  height: 3rem;
  margin-bottom: 0;
  padding: .75rem 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75rem;
  overflow: auto;
}

.form-input:focus {
  border-bottom-color: var(--_colors---state--hover);
}

.form-input::placeholder {
  color: #121b2a80;
  -webkit-text-stroke-color: #121b2a66;
}

.form-input.text-area {
  height: auto;
  min-height: 8rem;
}

.icon-large {
  width: 2rem;
  height: 2rem;
}

.icon-large.text-color-brand-700 {
  color: var(--brand--700);
}

.text-color-blue-70 {
  opacity: .7;
  color: var(--brand--500);
}

.space-small {
  width: 100%;
  height: 1rem;
}

.body {
  background-color: var(--_colors---body--bg-light);
  color: var(--_colors---text--dark);
  font-family: din-2014, sans-serif;
}

.code-embed {
  width: 2rem;
  height: 2rem;
}

.hero {
  background-image: linear-gradient(#0000, #00000080), url('../images/hero1_2x.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 100vh;
  max-height: 67.5rem;
}

._w-slider {
  height: 100vh;
  max-height: 67.5rem;
  display: block;
}

.slide.kress-slide {
  background-image: linear-gradient(#0000, #00000080), url('../images/hero1_2x.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 0;
  padding-left: 715px;
}

.slide.studio620-slide {
  background-image: linear-gradient(#0000, #00000080), url('../images/6.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 48px;
  padding-left: 67px;
}

.slide.cno5-slide {
  background-image: linear-gradient(#0000, #00000080), url('../images/2.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  transition: all .2s;
}

.bob-slide {
  background-image: linear-gradient(#0000, #00000080), url('../images/8.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.button-copy {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--_colors---state--default);
  letter-spacing: .075rem;
  text-transform: uppercase;
  border: .0625rem solid #dabdff33;
  align-items: center;
  font-family: Archivo Narrow, sans-serif;
  font-size: 1.125rem;
  line-height: 2.25rem;
  text-decoration: none;
  transition: background-color .4s, box-shadow .2s;
  display: flex;
  box-shadow: 2px 4px 8px #00000014;
}

.button-copy:hover {
  background-color: var(--_colors---state--hover);
  box-shadow: 0 2px 32px 0 var(--_colors---shadows--brand-hover);
}

.button-copy.icon {
  padding-right: 1.25rem;
}

.button-copy.secondary {
  border-width: .125rem;
  border-color: var(--_colors---state--default);
  background-color: var(--_colors---state--light-bg);
  color: #343c4e;
}

.button-copy.secondary.light {
  color: #fff;
  border-color: #fff;
}

.button-copy.secondary.light:hover {
  background-color: #0181cb;
  border-color: #0181cb;
}

.button-copy.sm {
  font-size: 1rem;
  line-height: 1.5rem;
}

.button-copy.sm.icon-only {
  padding: .5rem;
}

.button-copy.icon-only {
  padding: 1rem;
}

.button-size {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  height: 3.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.hero-nav-button {
  vertical-align: middle;
  justify-content: flex-start;
  align-items: flex-end;
  display: inline-flex;
  position: absolute;
  bottom: 1rem;
  right: 5.5rem;
}

.hero-nav-button.right {
  right: 1rem;
}

.left-arrow, .right-arrow {
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.div-block {
  z-index: 1;
  position: absolute;
  inset: auto auto 4rem 4rem;
}

.container {
  z-index: 1;
  vertical-align: middle;
  justify-content: center;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.container.p-md {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

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

.container._4p {
  padding: 4rem;
}

.hero-content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.headline-wrapper {
  flex-flow: column;
  align-items: flex-start;
  max-width: 48rem;
  display: inline-flex;
}

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

.button-wrapper-lg {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: inline-flex;
}

.icon-wrapper {
  border: 2px solid var(--_colors---state--default);
  border-radius: 9999rem;
  justify-content: center;
  align-items: center;
  padding: .6rem;
  display: flex;
}

.icon-wrapper.sm {
  padding: .4rem;
}

.icon-text-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: inline-flex;
}

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

.nav-logo {
  height: 1.75rem;
}

.navbar-logo-link {
  padding-left: 0;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.menu-icon {
  flex-direction: column;
  display: flex;
}

.padding-global-2 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.navbar-menu {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  display: flex;
}

.navbar-link {
  border-bottom: 1px #0000;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 1.25rem;
  font-size: 1rem;
  line-height: 1.25rem;
}

.navbar-link:hover {
  opacity: 1;
  color: var(--_colors---state--hover);
  border-bottom-style: none;
  border-bottom-color: #000;
}

.navbar-link.w--current {
  color: var(--_colors---state--hover);
}

.navbar-link.w--current:hover {
  color: #c7a784;
}

.nav-bar-menu-button {
  padding: .5rem;
}

.button-wrapper-sm {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: inline-flex;
}

.section {
  position: relative;
}

.section.p-none {
  padding-top: 0;
  padding-bottom: 0;
}

.section.p-lg {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.section.p-lg.pb-0 {
  padding-bottom: 0;
  overflow: hidden;
}

.section.p-md {
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}

.section.p-md.dekujeme {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section.brand {
  background-color: var(--_colors---body--bg-brand);
}

.section.brand.p-sm, .section.p-sm {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.container-grid-2col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  place-items: center stretch;
}

.container-grid-2col.gap0 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.container-grid-2col.g-8 {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
}

.container-grid-2col.g-12 {
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
}

.container-grid-2col.g-10 {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
}

.container-grid-2col._30-left {
  grid-template-columns: 30% 1fr;
}

.bg-pattern {
  z-index: -1;
  background-image: url('../images/pattern_1x.webp');
  background-position: 0 0;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bg-pattern._50-right {
  inset: 0% 0% 0% 50%;
}

.image-jurinek {
  height: 100%;
}

.jurinek-container {
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 0;
  margin-right: -10rem;
  padding-top: 15%;
  display: flex;
  position: absolute;
  inset: 0% 8% -12rem auto;
}

.image-house {
  justify-content: center;
  align-items: center;
  position: relative;
}

.items-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
}

.item-wrapper {
  background-color: var(--_colors---body--bg-light);
  flex-flow: column;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.space-extra-small {
  width: 100%;
  height: .25rem;
}

.bg-dark {
  z-index: -1;
  background-color: var(--_colors---body--bg-dark);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.project-image {
  aspect-ratio: 16 / 9;
  background-image: linear-gradient(#0003, #0003), url('../images/hero1_2x.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.gallery-headline-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.container-2 {
  display: flex;
}

.bg-section {
  background-color: var(--_colors---body--bg-light);
}

.bg-light {
  z-index: -1;
  background-color: var(--_colors---body--bg-light);
  position: absolute;
  inset: 0%;
}

.icon-extralarge {
  width: 3rem;
  height: 3rem;
}

.flex-v {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-columns: 1fr;
  justify-content: center;
  display: flex;
}

.grid-image {
  aspect-ratio: 2;
  overflow: hidden;
}

.insite-container-center {
  justify-content: center;
  align-items: center;
  padding: 8rem 4rem;
  display: flex;
}

.logo-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.club-logo-wrapper {
  height: 3.375rem;
}

.img-logo-club {
  object-fit: scale-down;
  height: 100%;
}

.logo-group {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.slide-2 {
  background-image: url('../images/hero1_2x.webp');
  background-position: 50%;
  background-size: cover;
  width: 25%;
}

.swiper {
  width: 100%;
}

.swiper.is-events {
  width: 100%;
  overflow: visible;
}

.swiper-wrapper {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.swiper-slide {
  flex: none;
  max-width: 28rem;
  overflow: hidden;
}

.team-img-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.nav-btn-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.team-img {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.team-img.theo, .team-img.gillis, .team-img.glaser, .team-img.lee {
  object-position: 50% 0%;
}

.team-img.santino {
  object-position: 50% 20%;
}

.team-img-link {
  width: 100%;
  margin-bottom: 1.5rem;
}

.swiper-bullet {
  background-color: gray;
  border-radius: 100%;
  width: .75rem;
  min-height: .75rem;
}

.swiper-bullet.is-active {
  background-color: #000;
}

.swiper-btn-prev {
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.swiper-btn-prev:hover {
  background-color: #ccc;
}

.heading-style-h5-2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.text-size-regular {
  font-size: 1rem;
}

.swiper-slide-2.is-events {
  flex: none;
  width: 25rem;
}

.swiper-btn-next {
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.swiper-btn-next:hover {
  background-color: #ccc;
}

.swiper-bullet-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  display: flex;
}

.nav-arrow-icon {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.swiper-wrapper-2 {
  display: flex;
}

.swiper-wrapper-2.is-events {
  width: 100%;
}

.swiper-nav-section {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.team-name-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.sport-lightbox {
  width: 100%;
  height: 100%;
}

.sport-img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.swiper-arrow {
  margin-right: 1em;
  display: inline-block;
}

.swiper-arrow:hover {
  border-color: var(--_colors---state--hover);
  background-color: #3732350f;
}

.swiper-arrow.button-next {
  transform: rotate(180deg);
}

.swiper-arrow-wrapper {
  justify-content: flex-end;
  align-items: center;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
}

.body-2 {
  background-color: var(--_colors---body--bg-light);
}

.grid-3col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 40% 1fr 1fr;
  justify-content: space-between;
}

.form-3col {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

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

.footer-nav-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link {
  color: var(--white);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--_colors---state--hover);
}

.flex-footer-icons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: flex-start;
}

.hero-project {
  background-image: linear-gradient(#0000, #00000080), url('../images/2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 100vh;
  max-height: 67.5rem;
}

.hero-icons-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.table-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.text-w-normal {
  font-weight: 400;
}

.text-w-semibold {
  font-weight: 600;
}

.table-item {
  border-bottom: 1px solid var(--gray--300);
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.icon-card {
  background-color: var(--brand--700);
  padding: .75rem 1rem;
  display: flex;
}

.icon-card.p-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.grid-cards-4col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.project-video {
  aspect-ratio: 16 / 9;
}

.gallery-stavba {
  border: 1px solid var(--gray--300);
}

.img-stavba {
  aspect-ratio: 3 / 2;
  background-color: var(--white);
  object-fit: contain;
}

.grid-dispozice {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
}

.icon-card-dispozice {
  background-color: var(--white);
  align-self: stretch;
  padding: .75rem 1rem;
  display: flex;
}

.dispozice-item-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: var(--brand--700);
  padding: .25rem;
  display: flex;
}

.headline-dispozice {
  align-self: stretch;
  padding: .75rem 1.5rem;
  display: flex;
}

.body-3 {
  background-color: var(--_colors---body--bg-light);
}

.bg-white {
  z-index: -1;
  background-color: var(--white);
  position: absolute;
  inset: 0%;
}

.grid-2col {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.p-pojka-img {
  z-index: -1;
  background-image: url('../images/pattern_1x.webp');
  background-position: 0 0;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.p-pojka-img._50-right {
  background-image: url('../images/C3_SJEZD_A3-thumbmail.webp');
  inset: 0% 0% 0% 50%;
}

.pripojka-img {
  border: 1px solid var(--gray--300);
}

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

.project-map {
  aspect-ratio: 16 / 9;
}

.code-embed-2 {
  height: 100%;
}

.download-grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: start stretch;
}

.quick-stack {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  padding: 0;
}

.cell, .cell-2, .cell-3, .cell-4 {
  align-items: stretch;
}

.download-flex {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
}

.icon-wrapper-2 {
  border: 2px solid #ac8f46;
  border-radius: 9999rem;
  justify-content: center;
  align-items: center;
  padding: .6rem;
}

.download-item {
  background-color: var(--white);
  justify-content: space-between;
  width: 26rem;
  padding: 1rem;
  display: flex;
}

.download-item.p-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.button-resizer {
  justify-content: flex-end;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.contact-wrapper {
  margin-top: 3rem;
}

.contact-line {
  background-color: var(--_colors---text--dark);
  width: 1.75rem;
  height: .25rem;
}

.hero-lightbox-wrapper {
  display: none;
}

._w-slider-dot {
  font-size: .875rem;
  line-height: 1.25rem;
}

.flex-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
}

.nav-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.code-embed-3 {
  width: 12rem;
}

.b12-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 12rem;
  display: flex;
  position: relative;
}

.circle-clickable {
  background-color: var(--brand--50);
  cursor: pointer;
  border-radius: 9999rem;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 10rem;
  display: flex;
  position: absolute;
  box-shadow: 0 .1rem 2rem #0000001a;
}

.mouse-hover-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.stavba-wrapper {
  position: relative;
}

.circle-link {
  color: var(--_colors---text--dark);
  justify-content: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.jurinek-lightbox, .button-wrap {
  display: none;
}

.icon-wrapper-3 {
  border: 2px solid #ac8f46;
  border-radius: 9999rem;
  justify-content: center;
  align-items: center;
  padding: .6rem;
  display: flex;
}

.icon-card-2 {
  background-color: #775731;
  padding: .75rem 1rem;
  display: flex;
}

.icon-card-2.p-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.grid-4col-advantages {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.dropdown-toggle {
  font-size: 1rem;
  line-height: 1.25rem;
}

.dropdown-toggle:hover, .dropdown-toggle.w--open {
  color: var(--brand--500);
}

.dropdown-list {
  background-color: var(--_colors---body--bg-light);
}

.dropdown-list.w--open {
  background-color: var(--brand--500);
  left: 50%;
  transform: translate(-50%);
}

.dropdown-link {
  color: var(--white);
  text-align: center;
  padding: .75rem 1.25rem;
  font-size: 1rem;
  line-height: 1.25rem;
}

.footer-created-by {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .padding-section-small {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .space-large {
    height: 2.5rem;
  }

  .space-large.desktop-invisible {
    display: block;
  }

  .heading-style-h5 {
    font-size: var(--h6-size);
    line-height: var(--h6-weight);
  }

  .heading-style-h6 {
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .heading-style-h2 {
    font-size: var(--h3-size);
    line-height: var(--h3-weight);
  }

  .heading-style-h2.text-align-left.text-capitalize.responzive-center {
    text-align: center;
  }

  .heading-style-h1 {
    font-size: var(--h2-size);
    line-height: var(--h2-height);
  }

  .padding-global {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .text-size-large {
    font-size: 1rem;
    line-height: 1.75rem;
  }

  .text-size-large.responzive-center {
    text-align: center;
  }

  .button.secondary.open-lightbox4 {
    z-index: 20;
    background-color: var(--white);
    display: inline-flex;
    position: relative;
  }

  .button.secondary.go-to-projects {
    z-index: 20;
    display: inline-flex;
    position: relative;
  }

  .button.secondary.open-lightbox2 {
    z-index: 20;
    background-color: var(--white);
    display: inline-flex;
    position: relative;
  }

  .button.secondary.open-lightbox3 {
    z-index: 99;
    background-color: var(--white);
    display: inline-flex;
    position: relative;
  }

  .heading-style-h3 {
    font-size: var(--h4-size);
    line-height: var(--h4-weight);
  }

  .space-medium {
    height: 1rem;
  }

  .space-medium.desktop-invisible {
    display: block;
  }

  .heading-style-display {
    font-size: 5.61rem;
    line-height: 6.5rem;
  }

  .space-extra-large {
    height: 4rem;
  }

  .heading-style-h4 {
    font-size: var(--h5-size);
    line-height: var(--h5-weight);
  }

  .space-small {
    height: .75rem;
  }

  ._w-slider {
    max-height: 48rem;
    margin-top: 92px;
  }

  .slide.kress-slide {
    background-image: linear-gradient(#00000040, #00000080), url('../images/hero1_2x.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    margin-top: 0;
  }

  .slide.studio620-slide {
    background-image: linear-gradient(#00000040, #00000080), url('../images/6.webp');
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-left: 0;
  }

  .slide.cno5-slide {
    background-image: linear-gradient(#00000040, #00000080), url('../images/2.webp');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
  }

  .bob-slide {
    background-image: linear-gradient(#00000040, #00000080), url('../images/8.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .hero-nav-button, .hero-nav-button.right {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .container.p-md {
    padding-bottom: 10rem;
  }

  .hero-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }

  .headline-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .headline-wrapper.responzive-center {
    justify-content: flex-start;
    align-items: center;
  }

  .button-wrapper-lg {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .icon-wrapper {
    padding: .4rem;
  }

  .navbar-wrapper {
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
    display: flex;
  }

  .menu-icon-line-middle-inner {
    width: .25rem;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .menu-icon-line-bottom {
    background-color: var(--_colors---text--dark);
    width: 1.8rem;
    height: .125rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon-line-middle {
    background-color: var(--_colors---text--dark);
    justify-content: center;
    align-items: center;
    width: 1.8rem;
    height: .125rem;
    margin-top: .5rem;
    margin-bottom: .5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar-menu {
    z-index: 999;
    background-color: var(--_colors---body--bg-light);
    flex-direction: column;
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 4rem;
    display: flex;
    overflow: auto;
  }

  .menu-icon-line-top {
    background-color: var(--_colors---text--dark);
    width: 1.8rem;
    height: .125rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar-link {
    white-space: nowrap;
    justify-content: center;
    width: auto;
    padding: 2rem 1.25rem;
    font-size: 1.25rem;
    line-height: 1.5rem;
    display: flex;
  }

  .nav-bar-menu-button {
    align-items: stretch;
  }

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

  .button-wrapper-sm {
    flex-flow: column;
  }

  .section.p-lg {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section.p-lg.pb-0.first {
    padding-top: 8rem;
  }

  .section.p-md {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .container-grid-2col {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .container-grid-2col.g-8 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .container-grid-2col.g-10 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    justify-items: center;
  }

  .container-grid-2col.g-6 {
    justify-items: center;
  }

  .container-grid-2col._30-left {
    grid-template-columns: 1fr;
  }

  .bg-pattern._50-right {
    left: 0%;
  }

  .jurinek-container {
    justify-content: flex-end;
    align-items: flex-end;
    bottom: -6rem;
  }

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

  .space-extra-small {
    height: .75rem;
  }

  .project-image {
    background-image: linear-gradient(#0006, #0006), url('../images/hero1_2x.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .gallery-headline-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .insite-container-center {
    padding: 6rem 3rem;
  }

  .swiper-slide {
    max-width: 20rem;
  }

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

  .form-3col {
    flex-flow: column;
  }

  .footer-nav-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 0rem;
    flex-flow: wrap;
  }

  .hero-project {
    background-image: linear-gradient(#0000004d, #00000080), url('../images/2.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .grid-cards-4col {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .gallery-stavba {
    max-width: 48rem;
  }

  .download-item {
    flex: 0 auto;
  }

  .contact-wrapper {
    margin-top: 0;
  }

  ._w-slider-dot {
    font-size: .75rem;
  }

  .flex-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .b12-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    margin-bottom: 6rem;
  }

  .b12-wrapper.bp-0-tablet {
    margin-bottom: 0;
  }

  .circle-clickable {
    display: none;
  }

  .button-wrap {
    text-align: center;
    display: block;
  }

  .flex-g2-v {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column-reverse;
    display: flex;
  }

  .icon-wrapper-3 {
    padding: .4rem;
  }

  .grid-4col-advantages {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .footer-created-by {
    grid-column-gap: 3rem;
    grid-row-gap: 0rem;
    flex-flow: wrap;
  }
}

@media screen and (max-width: 767px) {
  .heading-style-display {
    font-size: 3rem;
    line-height: 4rem;
  }

  ._w-slider {
    margin-top: 88px;
  }

  .slide.kress-slide {
    padding-left: 0;
  }

  .navbar-menu {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .section.p-lg.pb-0.first {
    padding-top: 8rem;
  }

  .container-grid-2col.g-6 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .jurinek-container {
    padding-top: 0%;
  }

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

  .item-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .insite-container-center {
    padding: 4rem 2rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .heading-style-h5-2 {
    font-size: 1.25rem;
  }

  .grid-3col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .form-3col {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .hero-icons-wrapper {
    display: none;
  }

  .grid-cards-4col {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
  }

  .grid-dispozice {
    grid-column-gap: 1rem;
  }

  .grid-2col, .grid-4col-advantages {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .heading-style-h5 {
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .heading-style-h5.text-color-dark.responzive-center, .heading-style-h5.tesponzive-center {
    text-align: center;
  }

  .heading-style-h6 {
    font-size: 1.15rem;
    line-height: 1.9rem;
  }

  .heading-style-h2 {
    font-size: var(--h4-size);
    line-height: var(--h4-weight);
  }

  .heading-style-h2.text-align-left.text-capitalize.contact-responzive {
    text-align: center;
  }

  .heading-style-h1 {
    font-size: var(--h3-size);
    line-height: var(--h3-weight);
  }

  .heading-style-h1.text-color-white.text-capitalize.text-align-left {
    width: 100%;
  }

  .padding-global {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .form-label {
    font-size: 1.1rem;
  }

  .button {
    font-size: 1rem;
    line-height: 2rem;
  }

  .button.secondary.icon-only {
    padding: .8rem;
  }

  .form-wrapper {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .heading-style-h3 {
    font-size: var(--h5-size);
    line-height: var(--h5-weight);
  }

  .heading-style-h3.text-capitalize.text-align-center.text-color-white.project {
    display: none;
  }

  .heading-style-display {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }

  .space-extra-large {
    height: 3rem;
  }

  .heading-style-h4 {
    font-size: var(--h6-size);
    line-height: var(--h6-weight);
  }

  ._w-slider {
    width: auto;
    margin-top: 63px;
    display: block;
  }

  .slide.kress-slide {
    padding-left: 0;
  }

  .hero-nav-button {
    bottom: .75rem;
    left: .75rem;
    right: auto;
  }

  .hero-nav-button.right {
    left: 4.7rem;
    right: auto;
  }

  .left-arrow, .right-arrow {
    inset: 0% auto 0% 0%;
  }

  .container.p-md {
    padding-bottom: 10rem;
  }

  .container._4p {
    padding: 3rem 1rem;
  }

  .hero-content {
    grid-column-gap: 1.53rem;
    grid-row-gap: 1.53rem;
  }

  .headline-wrapper {
    width: 100%;
  }

  .headline-wrapper.contact {
    justify-content: flex-start;
    align-items: center;
  }

  .navbar-wrapper {
    padding-bottom: 15%;
  }

  .section.p-lg {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section.p-lg.pb-0.first {
    padding-top: 8rem;
  }

  .section.p-md {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section.brand.p-sm {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container-grid-2col.g-10 {
    grid-template-columns: 100%;
    width: 100%;
  }

  .container-grid-2col.g-6 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .jurinek-container {
    margin-right: -5rem;
    bottom: -4rem;
  }

  .items-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .item-wrapper {
    padding: 1.5rem .75rem;
  }

  .flex-v.icons {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
  }

  .insite-container-center {
    padding: 3rem 1rem;
  }

  .logo-group {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .swiper-slide {
    max-width: 16rem;
  }

  .swiper-arrow-wrapper {
    padding-right: 0;
  }

  .grid-3col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .form-3col {
    width: 100%;
  }

  .footer-nav-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    align-items: center;
  }

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

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

  ._w-slider-dot {
    font-size: .6rem;
  }

  .flex-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .b12-wrapper {
    margin-bottom: 4rem;
  }

  .footer-created-by {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    align-items: center;
  }
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e0e4-0e95502b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e0e5-0e95502b {
  justify-self: start;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e0e9-0e95502b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e0ea-0e95502b {
  justify-self: start;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e0ee-0e95502b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e0ef-0e95502b {
  justify-self: start;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e0f3-0e95502b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e0f4-0e95502b {
  justify-self: start;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e0f8-0e95502b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e0f9-0e95502b {
  justify-self: start;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e0fd-0e95502b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e0fe-0e95502b {
  justify-self: start;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e102-0e95502b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e103-0e95502b {
  justify-self: start;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e10f-0e95502b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e110-0e95502b {
  justify-self: start;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e112-0e95502b, #w-node-e782b5c4-441a-fbb1-1bda-7144aab7e114-0e95502b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e115-0e95502b {
  justify-self: start;
}

#w-node-b6571222-3283-ff9d-1bee-1ad11d524ee9-0e95502b, #w-node-e782b5c4-441a-fbb1-1bda-7144aab7e121-0e95502b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e122-0e95502b {
  justify-self: start;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e124-0e95502b, #w-node-e782b5c4-441a-fbb1-1bda-7144aab7e126-0e95502b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e127-0e95502b {
  justify-self: start;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e129-0e95502b, #w-node-e782b5c4-441a-fbb1-1bda-7144aab7e12b-0e95502b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e12c-0e95502b {
  justify-self: start;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e12e-0e95502b, #w-node-e782b5c4-441a-fbb1-1bda-7144aab7e130-0e95502b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e131-0e95502b {
  justify-self: start;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e133-0e95502b, #w-node-e782b5c4-441a-fbb1-1bda-7144aab7e135-0e95502b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e136-0e95502b {
  justify-self: start;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e138-0e95502b, #w-node-e782b5c4-441a-fbb1-1bda-7144aab7e13a-0e95502b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e13b-0e95502b {
  justify-self: start;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e13d-0e95502b, #w-node-e782b5c4-441a-fbb1-1bda-7144aab7e13f-0e95502b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e140-0e95502b {
  justify-self: start;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e142-0e95502b, #w-node-ab7da077-d261-8176-9c62-7eb46efdf46f-0e95502b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e1b54fe-f1ee-bfb2-c647-52ee7cead1dd-0e95502b {
  justify-self: start;
}

#w-node-ab7da077-d261-8176-9c62-7eb46efdf472-0e95502b, #w-node-e675662b-0ea2-2718-5489-9e580c52334b-0e95502b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e675662b-0ea2-2718-5489-9e580c52334c-0e95502b {
  justify-self: start;
}

#w-node-e675662b-0ea2-2718-5489-9e580c52334e-0e95502b, #w-node-_00324a88-6f31-31c6-8abc-d16d3ab7d645-0e95502b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_00324a88-6f31-31c6-8abc-d16d3ab7d646-0e95502b {
  justify-self: start;
}

#w-node-_00324a88-6f31-31c6-8abc-d16d3ab7d648-0e95502b, #w-node-e782b5c4-441a-fbb1-1bda-7144aab7e158-0e95502b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e159-0e95502b {
  justify-self: start;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e15e-0e95502b, #w-node-e782b5c4-441a-fbb1-1bda-7144aab7e160-0e95502b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e161-0e95502b {
  justify-self: start;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e166-0e95502b, #w-node-e782b5c4-441a-fbb1-1bda-7144aab7e168-0e95502b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e169-0e95502b {
  justify-self: start;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e16e-0e95502b, #w-node-e782b5c4-441a-fbb1-1bda-7144aab7e178-0e95502b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e179-0e95502b {
  justify-self: start;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e17b-0e95502b, #w-node-e782b5c4-441a-fbb1-1bda-7144aab7e17d-0e95502b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e17e-0e95502b {
  justify-self: start;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e180-0e95502b, #w-node-e782b5c4-441a-fbb1-1bda-7144aab7e182-0e95502b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e183-0e95502b {
  justify-self: start;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e185-0e95502b, #w-node-e782b5c4-441a-fbb1-1bda-7144aab7e187-0e95502b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e188-0e95502b {
  justify-self: start;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e18a-0e95502b, #w-node-e782b5c4-441a-fbb1-1bda-7144aab7e18c-0e95502b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e18d-0e95502b {
  justify-self: start;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e18f-0e95502b, #w-node-e782b5c4-441a-fbb1-1bda-7144aab7e191-0e95502b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e192-0e95502b {
  justify-self: start;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e194-0e95502b, #w-node-e782b5c4-441a-fbb1-1bda-7144aab7e196-0e95502b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e197-0e95502b {
  justify-self: start;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e199-0e95502b, #w-node-e782b5c4-441a-fbb1-1bda-7144aab7e19b-0e95502b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e19c-0e95502b {
  justify-self: start;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e19e-0e95502b, #w-node-e782b5c4-441a-fbb1-1bda-7144aab7e1a0-0e95502b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e1a1-0e95502b {
  justify-self: start;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e1a3-0e95502b, #w-node-e782b5c4-441a-fbb1-1bda-7144aab7e1a5-0e95502b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e1a6-0e95502b {
  justify-self: start;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e1a8-0e95502b, #w-node-e782b5c4-441a-fbb1-1bda-7144aab7e1aa-0e95502b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e1ab-0e95502b {
  justify-self: start;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e1ad-0e95502b, #w-node-e782b5c4-441a-fbb1-1bda-7144aab7e1b7-0e95502b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e1b8-0e95502b {
  justify-self: start;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e1ba-0e95502b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e1bc-0e95502b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e1bd-0e95502b {
  justify-self: start;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e1bf-0e95502b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-ecf5df6c-be66-c0d0-9e08-60bb52528023-0e95502b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ecf5df6c-be66-c0d0-9e08-60bb52528024-0e95502b {
  justify-self: start;
}

#w-node-ecf5df6c-be66-c0d0-9e08-60bb52528029-0e95502b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e1c1-0e95502b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e1c2-0e95502b {
  justify-self: start;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e1c7-0e95502b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e1c9-0e95502b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e1ca-0e95502b {
  justify-self: start;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e1d1-0e95502b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e1d3-0e95502b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e1d4-0e95502b {
  justify-self: start;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e1d9-0e95502b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_4a7ba661-21d4-a818-37ae-830b9dacc438-0e95502b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a7ba661-21d4-a818-37ae-830b9dacc439-0e95502b {
  justify-self: start;
}

#w-node-_4a7ba661-21d4-a818-37ae-830b9dacc43e-0e95502b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-bb8519ad-908c-639b-7440-08a66c5ee198-0e95502b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb8519ad-908c-639b-7440-08a66c5ee199-0e95502b {
  justify-self: start;
}

#w-node-bb8519ad-908c-639b-7440-08a66c5ee19e-0e95502b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e1dd-0e95502b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e1de-0e95502b {
  justify-self: start;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e1e5-0e95502b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_10fa6e39-56c5-10c4-0807-f7a53780d513-0e95502b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10fa6e39-56c5-10c4-0807-f7a53780d514-0e95502b {
  justify-self: start;
}

#w-node-_10fa6e39-56c5-10c4-0807-f7a53780d51b-0e95502b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-f1d5f78d-23c0-2a0b-0558-65c1b766c31f-0e95502b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1d5f78d-23c0-2a0b-0558-65c1b766c320-0e95502b {
  justify-self: start;
}

#w-node-f1d5f78d-23c0-2a0b-0558-65c1b766c327-0e95502b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e1e9-0e95502b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e1ea-0e95502b {
  justify-self: start;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e1f3-0e95502b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e1ff-0e95502b {
  justify-self: start;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e201-0e95502b, #w-node-e782b5c4-441a-fbb1-1bda-7144aab7e21b-0e95502b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e21c-0e95502b {
  justify-self: start;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e21f-0e95502b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e220-0e95502b {
  justify-self: start;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e223-0e95502b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e224-0e95502b {
  justify-self: start;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e22f-0e95502b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e230-0e95502b {
  justify-self: start;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e232-0e95502b, #w-node-e782b5c4-441a-fbb1-1bda-7144aab7e234-0e95502b, #w-node-e782b5c4-441a-fbb1-1bda-7144aab7e235-0e95502b, #w-node-e782b5c4-441a-fbb1-1bda-7144aab7e236-0e95502b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e237-0e95502b {
  justify-self: start;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e239-0e95502b, #w-node-e782b5c4-441a-fbb1-1bda-7144aab7e23b-0e95502b, #w-node-e782b5c4-441a-fbb1-1bda-7144aab7e23c-0e95502b, #w-node-e782b5c4-441a-fbb1-1bda-7144aab7e23d-0e95502b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e23e-0e95502b {
  justify-self: start;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e240-0e95502b, #w-node-e782b5c4-441a-fbb1-1bda-7144aab7e242-0e95502b, #w-node-e782b5c4-441a-fbb1-1bda-7144aab7e243-0e95502b, #w-node-e782b5c4-441a-fbb1-1bda-7144aab7e244-0e95502b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e245-0e95502b {
  justify-self: start;
}

#w-node-e782b5c4-441a-fbb1-1bda-7144aab7e247-0e95502b, #w-node-e782b5c4-441a-fbb1-1bda-7144aab7e249-0e95502b, #w-node-e782b5c4-441a-fbb1-1bda-7144aab7e24a-0e95502b, #w-node-_3338647a-87c5-e7db-5cc8-52cd0519670e-cfac73e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd0519670f-cfac73e6 {
  justify-self: start;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd05196713-cfac73e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd05196714-cfac73e6 {
  justify-self: start;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd05196718-cfac73e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd05196719-cfac73e6 {
  justify-self: start;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd0519671d-cfac73e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd0519671e-cfac73e6 {
  justify-self: start;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd05196722-cfac73e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd05196723-cfac73e6 {
  justify-self: start;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd05196727-cfac73e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd05196728-cfac73e6 {
  justify-self: start;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd0519672c-cfac73e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd0519672d-cfac73e6 {
  justify-self: start;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd05196739-cfac73e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd0519673a-cfac73e6 {
  justify-self: start;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd0519673c-cfac73e6, #w-node-_3338647a-87c5-e7db-5cc8-52cd0519673e-cfac73e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd0519673f-cfac73e6 {
  justify-self: start;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd05196741-cfac73e6, #w-node-_3338647a-87c5-e7db-5cc8-52cd0519674b-cfac73e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd0519674c-cfac73e6 {
  justify-self: start;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd0519674e-cfac73e6, #w-node-_3338647a-87c5-e7db-5cc8-52cd05196750-cfac73e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd05196751-cfac73e6 {
  justify-self: start;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd05196753-cfac73e6, #w-node-_3338647a-87c5-e7db-5cc8-52cd05196755-cfac73e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd05196756-cfac73e6 {
  justify-self: start;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd05196758-cfac73e6, #w-node-_3338647a-87c5-e7db-5cc8-52cd0519675a-cfac73e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd0519675b-cfac73e6 {
  justify-self: start;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd0519675d-cfac73e6, #w-node-_3338647a-87c5-e7db-5cc8-52cd0519675f-cfac73e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd05196760-cfac73e6 {
  justify-self: start;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd05196762-cfac73e6, #w-node-_3338647a-87c5-e7db-5cc8-52cd05196764-cfac73e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd05196765-cfac73e6 {
  justify-self: start;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd05196767-cfac73e6, #w-node-_3338647a-87c5-e7db-5cc8-52cd05196769-cfac73e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd0519676a-cfac73e6 {
  justify-self: start;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd0519676c-cfac73e6, #w-node-_3338647a-87c5-e7db-5cc8-52cd0519676e-cfac73e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd0519676f-cfac73e6 {
  justify-self: start;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd05196771-cfac73e6, #w-node-_3338647a-87c5-e7db-5cc8-52cd05196774-cfac73e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd05196775-cfac73e6 {
  justify-self: start;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd05196777-cfac73e6, #w-node-_3338647a-87c5-e7db-5cc8-52cd05196782-cfac73e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd05196783-cfac73e6 {
  justify-self: start;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd05196788-cfac73e6, #w-node-_3338647a-87c5-e7db-5cc8-52cd0519678a-cfac73e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd0519678b-cfac73e6 {
  justify-self: start;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd05196790-cfac73e6, #w-node-_3338647a-87c5-e7db-5cc8-52cd05196792-cfac73e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd05196793-cfac73e6 {
  justify-self: start;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd05196798-cfac73e6, #w-node-_3338647a-87c5-e7db-5cc8-52cd051967a2-cfac73e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd051967a3-cfac73e6 {
  justify-self: start;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd051967a5-cfac73e6, #w-node-_3338647a-87c5-e7db-5cc8-52cd051967a7-cfac73e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd051967a8-cfac73e6 {
  justify-self: start;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd051967aa-cfac73e6, #w-node-_3338647a-87c5-e7db-5cc8-52cd051967ac-cfac73e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd051967ad-cfac73e6 {
  justify-self: start;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd051967af-cfac73e6, #w-node-_3338647a-87c5-e7db-5cc8-52cd051967b1-cfac73e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd051967b2-cfac73e6 {
  justify-self: start;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd051967b4-cfac73e6, #w-node-_3338647a-87c5-e7db-5cc8-52cd051967b6-cfac73e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd051967b7-cfac73e6 {
  justify-self: start;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd051967b9-cfac73e6, #w-node-_3338647a-87c5-e7db-5cc8-52cd051967bb-cfac73e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd051967bc-cfac73e6 {
  justify-self: start;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd051967be-cfac73e6, #w-node-_3338647a-87c5-e7db-5cc8-52cd051967c0-cfac73e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd051967c1-cfac73e6 {
  justify-self: start;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd051967c3-cfac73e6, #w-node-_3338647a-87c5-e7db-5cc8-52cd051967c5-cfac73e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd051967c6-cfac73e6 {
  justify-self: start;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd051967c8-cfac73e6, #w-node-_3338647a-87c5-e7db-5cc8-52cd051967ca-cfac73e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd051967cb-cfac73e6 {
  justify-self: start;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd051967cd-cfac73e6, #w-node-_3338647a-87c5-e7db-5cc8-52cd051967cf-cfac73e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd051967d0-cfac73e6 {
  justify-self: start;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd051967d2-cfac73e6, #w-node-_3338647a-87c5-e7db-5cc8-52cd051967d4-cfac73e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd051967d5-cfac73e6 {
  justify-self: start;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd051967d7-cfac73e6, #w-node-_3338647a-87c5-e7db-5cc8-52cd051967e1-cfac73e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd051967e2-cfac73e6 {
  justify-self: start;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd051967e4-cfac73e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd051967e6-cfac73e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd051967e7-cfac73e6 {
  justify-self: start;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd051967e9-cfac73e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd051967eb-cfac73e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd051967ec-cfac73e6 {
  justify-self: start;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd051967f1-cfac73e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd051967f3-cfac73e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd051967f4-cfac73e6 {
  justify-self: start;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd051967fb-cfac73e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd051967fd-cfac73e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd051967fe-cfac73e6 {
  justify-self: start;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd05196803-cfac73e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd05196807-cfac73e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd05196808-cfac73e6 {
  justify-self: start;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd0519680f-cfac73e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd05196813-cfac73e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd05196814-cfac73e6 {
  justify-self: start;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd0519681d-cfac73e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd05196829-cfac73e6 {
  justify-self: start;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd0519682b-cfac73e6, #w-node-_3338647a-87c5-e7db-5cc8-52cd05196845-cfac73e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd05196846-cfac73e6 {
  justify-self: start;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd05196849-cfac73e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd0519684a-cfac73e6 {
  justify-self: start;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd0519684d-cfac73e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd0519684e-cfac73e6 {
  justify-self: start;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd05196859-cfac73e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd0519685a-cfac73e6 {
  justify-self: start;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd0519685c-cfac73e6, #w-node-_3338647a-87c5-e7db-5cc8-52cd0519685e-cfac73e6, #w-node-_3338647a-87c5-e7db-5cc8-52cd0519685f-cfac73e6, #w-node-_3338647a-87c5-e7db-5cc8-52cd05196860-cfac73e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd05196861-cfac73e6 {
  justify-self: start;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd05196863-cfac73e6, #w-node-_3338647a-87c5-e7db-5cc8-52cd05196865-cfac73e6, #w-node-_3338647a-87c5-e7db-5cc8-52cd05196866-cfac73e6, #w-node-_3338647a-87c5-e7db-5cc8-52cd05196867-cfac73e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd05196868-cfac73e6 {
  justify-self: start;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd0519686a-cfac73e6, #w-node-_3338647a-87c5-e7db-5cc8-52cd0519686c-cfac73e6, #w-node-_3338647a-87c5-e7db-5cc8-52cd0519686d-cfac73e6, #w-node-_3338647a-87c5-e7db-5cc8-52cd0519686e-cfac73e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd0519686f-cfac73e6 {
  justify-self: start;
}

#w-node-_3338647a-87c5-e7db-5cc8-52cd05196871-cfac73e6, #w-node-_3338647a-87c5-e7db-5cc8-52cd05196873-cfac73e6, #w-node-_3338647a-87c5-e7db-5cc8-52cd05196874-cfac73e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e92c4bac-e2e3-3b0d-4238-31205d692dd0-56c69ac2, #w-node-_389b9b2a-c279-dffa-03d9-a8d988a38a6b-56c69ac2 {
  align-self: center;
}

#w-node-_0dfe151a-a8f5-7764-a7ee-6deff7e560f7-c78dcf5c {
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-a57862ca-9482-7206-c882-5b4e5683b8cd-56c69ac2 {
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9f0404ed-c20a-d234-2097-b1c5e2d57f1b-e2d57f11, #w-node-_9f0404ed-c20a-d234-2097-b1c5e2d57f23-e2d57f11 {
    place-self: center;
  }
}


