:root {
  --medium-blue: #0125a2;
  --dark-orange: #e78c0d;
  --black: #333;
}

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h4 {
  margin-top: 16px;
  margin-bottom: 10px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--medium-blue);
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
}

li {
  margin-bottom: 10px;
}

blockquote {
  border-left: 5px solid var(--dark-orange);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Source Serif Pro, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.horni-lista {
  box-shadow: 4px 4px 30px 5px #0000001a;
}

.collection-item {
  background-color: var(--dark-orange);
  width: 100%;
  height: 100%;
  min-height: 40px;
}

.empty-state {
  display: none;
}

.horni-lista-obsah {
  align-items: center;
  padding: 10px 3rem;
  display: flex;
}

.ikona-horni-lista {
  max-height: 25px;
  margin-right: 15px;
  padding-right: 0;
}

.text-block {
  color: #fff;
  margin-right: 10px;
  padding-right: 0;
  font-family: Source Sans Pro, sans-serif;
}

.image-head-wrap {
  max-height: 600px;
  position: relative;
  overflow: hidden;
}

.image-head-wrap.overflow {
  overflow: visible;
}

.blog-info-head {
  background-color: #fff;
  min-width: 0%;
  max-width: 760%;
  padding: 30px 40px 20px 60px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.blog-header {
  font-family: Source Sans Pro, sans-serif;
  font-size: 46px;
  line-height: 52px;
}

.body {
  font-family: Source Serif Pro, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.blog-content {
  max-width: 700px;
  margin-top: 40px;
  margin-left: 60px;
  position: relative;
}

.blog-rich-text {
  margin-bottom: 40px;
}

.blog-rich-text p, .blog-paragraph {
  font-size: 18px;
  line-height: 22px;
}

.blog-quote {
  justify-content: space-between;
  align-items: center;
  max-width: 80%;
  min-height: 170px;
  margin: 60px auto 100px;
  display: flex;
  position: relative;
}

.blog-quote.small {
  max-width: 60%;
  margin-bottom: 40px;
  margin-left: 0;
}

.quote-text {
  z-index: 20;
  background-color: #fff;
  flex: 1;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 30px;
  font-family: Source Serif Pro, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  position: relative;
}

.blog-quote-image {
  flex: none;
  min-height: 130px;
  max-height: 100%;
  transition: opacity .2s;
  position: absolute;
  inset: auto 0% auto auto;
  transform: translate(45%);
}

.cta-blog-wrap {
  border: 1px solid var(--dark-orange);
  margin-bottom: 60px;
  padding: 30px 40px 40px 30px;
  position: relative;
}

.top-link {
  color: #fff;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 700;
}

.fs-styleguide_header {
  background-color: #0000000d;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.margin-tiny {
  margin: .125rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-small.about {
  display: none;
  position: relative;
  overflow: visible;
}

.container-small.background-color-white {
  position: relative;
}

.container-small.opacity-low {
  opacity: .5;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.text-size-large {
  font-size: 1.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.padding-medium {
  padding: 2rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.padding-xhuge {
  padding: 8rem;
}

.text-size-tiny {
  font-size: .75rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #0073e61a;
  border: 1px dashed #0073e6;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.padding-custom2 {
  padding: 2.5rem;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-size-small {
  font-size: .875rem;
}

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

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-xxlarge {
  margin: 5rem;
}

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

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.margin-custom2 {
  margin: 2.5rem;
}

.fs-styleguide_heading-medium {
  color: var(--dark-orange);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 3rem;
  line-height: 3.2rem;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.form_component {
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

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

.text-size-medium {
  font-size: 1.25rem;
  line-height: 24px;
}

.padding-huge {
  padding: 6rem;
}

.icon-height-small {
  height: 1rem;
}

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

.padding-0 {
  padding: 0;
}

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

.container-large.padding-large.background-color-white {
  box-shadow: 0 20px 15px 5px #0000001a;
}

.container-large.opacity-low {
  opacity: .5;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.margin-large {
  margin: 3rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #0073e61a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

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

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.margin-0 {
  margin: 0;
}

.margin-small {
  margin: 1rem;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.margin-huge {
  margin: 6rem;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.hide {
  display: none;
}

.margin-xxhuge {
  margin: 12rem;
}

.icon-height-large {
  height: 3rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-custom3 {
  padding: 3.5rem;
}

.text-weight-medium {
  font-weight: 500;
}

.margin-custom1 {
  margin: 1.5rem;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.button {
  background-color: var(--medium-blue);
  color: #fff;
  text-align: center;
  letter-spacing: 1.2px;
  padding: .8rem 1.5rem;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 600;
  transition: all .2s;
}

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

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-secondary {
  border-style: solid;
  border-width: 2px 2px .125rem;
  border-color: var(--dark-orange);
  color: #000;
  background-color: #0000;
  font-weight: 600;
  transition-duration: .3s;
}

.button.is-secondary:hover {
  background-color: var(--dark-orange);
  color: #fff;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-caps {
  text-transform: uppercase;
}

.button.is-orange {
  background-color: var(--dark-orange);
  margin-top: 1rem;
}

.button.is-orange:hover {
  color: var(--black);
  background-color: #fff;
}

.margin-xsmall {
  margin: .5rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-medium.minus-margin {
  margin-top: -200px;
}

.container-medium.opacity-low {
  opacity: .5;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

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

.padding-small {
  padding: 1rem;
}

.text-color-grey {
  color: gray;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.page-wrapper {
  padding-bottom: 0;
  font-size: 16px;
  overflow: hidden;
}

.page-wrapper.brand {
  overflow: visible;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.text-color-black {
  color: #000;
}

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

.padding-tiny {
  padding: .125rem;
}

.form_input {
  border: 1px solid var(--dark-orange);
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  font-family: Source Sans Pro, sans-serif;
}

.form_input.is-text-area {
  min-height: 8rem;
  margin-bottom: 2rem;
  padding-top: .75rem;
  font-family: Source Sans Pro, sans-serif;
}

.form_input.is-select-input {
  font-family: Source Sans Pro, sans-serif;
}

.fs-styleguide_spacing-all {
  display: none;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.text-style-italic {
  font-style: italic;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-xsmall {
  padding: .5rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

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

.padding-custom1 {
  padding: 1.5rem;
}

.form_message-success {
  border: 1px solid var(--dark-orange);
  color: var(--black);
  background-color: #fff;
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.icon-height-medium {
  height: 2rem;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-style-muted {
  opacity: .6;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

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

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-weight-light {
  font-weight: 300;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.margin-xxsmall {
  margin: .25rem;
}

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

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.margin-medium {
  margin: 2rem;
}

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

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

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

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.overflow-scroll {
  overflow: scroll;
}

.form_label {
  margin-top: 10px;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.icon-1x1-medium {
  color: var(--black);
  width: 2rem;
  height: 2rem;
  transition: color .25s;
}

.icon-1x1-medium:hover {
  color: var(--dark-orange);
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-large {
  padding: 3rem;
  position: relative;
}

.padding-large.borders {
  border-top: 1px solid var(--medium-blue);
  border-bottom: 1px solid var(--medium-blue);
  padding-top: 2rem;
}

.padding-large.border-bottom {
  border-bottom: 1px solid var(--dark-orange);
}

.text-style-nowrap {
  white-space: nowrap;
}

.background-color-grey {
  background-color: #f2f2f2;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xhuge {
  margin: 8rem;
}

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

.padding-xxsmall {
  padding: .25rem;
}

.overflow-auto {
  overflow: auto;
}

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

.body-2 {
  font-family: Source Serif Pro, sans-serif;
  font-size: 19px;
  line-height: 22px;
}

.footer-bcg {
  background-image: linear-gradient(#fff, #fff0), url('../images/Datový-zdroj-21.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  max-width: 1800px;
  max-height: 500px;
  margin: 100px auto 0;
  padding-bottom: 5vw;
  position: relative;
}

.div-block-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: grid;
}

.base-container.footer {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.navbar1_component {
  background-color: #fff;
  border-bottom: 1px #000;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: relative;
  box-shadow: 3px 3px 16px 3px #00000014;
}

.navbar1_logo {
  min-width: 120px;
  min-height: 80px;
  max-height: 100px;
}

.navbar1_logo-link {
  padding-left: 0;
}

.navbar1_logo-link.w--current {
  z-index: 999;
}

.navbar1_menu-button {
  padding: 0;
}

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar1_link {
  text-transform: uppercase;
  cursor: pointer;
  padding: .5rem 1rem;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 600;
  transition: color .25s;
}

.navbar1_link:hover {
  color: var(--dark-orange);
}

.navbar1_link.w--current {
  color: var(--medium-blue);
  font-weight: 700;
}

.navbar1_link.last {
  margin-right: 1rem;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 3rem;
  display: flex;
}

.padding-bottom-2 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.cms1_title-link {
  color: #0b0b1f;
  text-decoration: none;
}

.cms1_title-link:hover {
  color: #0b0b1f;
}

.cms1_item {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  display: flex;
  position: relative;
}

.cms1_image-wrapper {
  width: 100%;
  margin-bottom: 0;
  position: relative;
  overflow: visible;
}

.read-more_icon {
  width: 1rem;
  margin-left: .5rem;
  line-height: 0;
}

.heading_style-h4 {
  cursor: pointer;
  font-family: Source Sans Pro, sans-serif;
  font-size: 1.75rem;
  line-height: 1.2;
  text-decoration: none;
}

.cms1_image {
  object-fit: cover;
  width: 100%;
  height: 16rem;
}

.cms1_image.blog-page {
  height: 25rem;
}

.cms1_category-link {
  color: #fff;
  background-color: #0b0b1f;
  border-radius: 1.25rem;
  padding: .25rem 1rem;
  font-size: .875rem;
  font-weight: 600;
  display: none;
  position: absolute;
  bottom: .75rem;
  left: .75rem;
}

.cms1_category-link:hover {
  color: #fff;
}

.cms1_image-link {
  width: 100%;
  overflow: hidden;
  box-shadow: 6px 6px 50px 5px #0000001a;
}

.read-more_link-wrapper {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-weight: 600;
  display: inline-block;
  position: absolute;
  inset: auto auto -30px 0%;
}

.read-more_wrapper {
  align-items: center;
  display: flex;
}

.single-blog-wrap {
  flex: 0 auto;
  min-width: 31%;
  max-width: 33%;
  margin-bottom: 60px;
  margin-right: 40px;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
}

.single-blog-wrap.blog-page {
  min-width: 100%;
  max-width: 100%;
}

.collection-list {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.collection-list.blog-page {
  flex-direction: column;
}

.div-block-3 {
  grid-column-gap: 40px;
  grid-row-gap: 100px;
  grid-template: ". Area"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  min-height: 600px;
  display: grid;
}

.main-heading-wrap {
  min-width: 570px;
  margin-top: -10px;
  position: relative;
}

.main-heading-wrap.blog {
  margin-top: -75px;
}

.main-images-wrap {
  perspective: 1000px;
  padding-bottom: 10%;
  padding-right: 10%;
  position: relative;
}

.main-images-wrap.blog {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.single-service-wrap {
  border-bottom: 1px solid var(--dark-orange);
  padding-bottom: 30px;
  padding-right: 20px;
  position: relative;
}

.main-heading {
  margin-right: -100px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 66px;
  font-weight: 700;
  line-height: 74px;
}

.main-heading.blog {
  margin-right: 0;
  padding-left: 36%;
  font-size: 70px;
}

.big-link {
  color: #141414;
  text-transform: uppercase;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: color .3s;
  display: block;
}

.big-link:hover {
  color: var(--dark-orange);
}

.big-link.orange {
  color: var(--dark-orange);
  margin-bottom: 10px;
}

.blog-date {
  color: var(--dark-orange);
}

.image {
  overflow: hidden;
}

.div-block-4 {
  max-width: 60%;
  padding-top: 20px;
  padding-left: 60px;
  padding-right: 40px;
  position: relative;
}

.text-block-2 {
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}

.blog-cta-header {
  margin-bottom: 20px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

.cta-text {
  margin-bottom: 20px;
}

.scribble {
  z-index: -3;
  max-width: 60%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block-5 {
  background-color: #fff;
}

.image-2 {
  z-index: -5;
  max-height: 80%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.bolder-line {
  background-color: var(--dark-orange);
  width: 0%;
  height: 2px;
  position: absolute;
  inset: auto auto -1px 0%;
}

.logo-wrap {
  max-height: 80px;
  margin-bottom: 20px;
  overflow: hidden;
}

.logo-wrap.footer {
  margin-bottom: 0;
}

.image-3 {
  object-fit: scale-down;
  min-width: 100px;
  min-height: 80px;
  max-height: 80px;
  overflow: visible;
}

.text-link.footer {
  color: var(--black);
  margin-bottom: 5px;
  font-weight: 700;
  text-decoration: none;
  transition: color .25s;
}

.text-link.footer:hover {
  color: var(--dark-orange);
}

.div-block-6 {
  grid-column-gap: 30px;
  max-width: 50%;
  display: block;
}

.poznamky {
  margin-top: 40px;
  font-size: 15px;
  font-weight: 400;
}

.faq_expander {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: .25rem;
  margin-left: 2.5rem;
  display: flex;
  position: relative;
}

.faq_explander-vertical {
  background-color: #0b0b1f;
  width: .125rem;
  height: 1.25rem;
  position: absolute;
}

.faq_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.faq_title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.faq_explander-horizontal {
  background-color: #0b0b1f;
  width: 1.25rem;
  height: .125rem;
}

.faq_answer-margin {
  margin-top: 1rem;
}

.faq1_list {
  margin-top: 60px;
}

.faq1_line-divider {
  background-color: var(--medium-blue);
  width: 100%;
  height: 1.5px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.faq_answer {
  overflow: hidden;
}

.blue-box-single {
  border-style: none none solid;
  border-width: 1.5px;
  border-color: var(--dark-orange);
  margin-bottom: -66px;
  padding-bottom: 20px;
}

.blue-box-single.right {
  margin-top: 0;
  margin-bottom: -52px;
}

.grid {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.logo-a-text {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.logo-reference {
  filter: grayscale();
  max-width: 120px;
  max-height: 90px;
  margin-bottom: 0;
  transition: all .25s;
}

.logo-reference:hover {
  filter: none;
}

.logo-reference.small {
  min-width: 90px;
  min-height: 30px;
  margin-top: auto;
  margin-bottom: auto;
}

.logo-reference.small.smallest {
  min-width: 80px;
  max-width: 70px;
  max-height: 80px;
}

.logo-reference.big {
  min-width: 140px;
  max-width: 140px;
}

.popisek {
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  margin-top: 15px;
  margin-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 15px;
  line-height: 17px;
  display: flex;
}

.kurz-single-wrap {
  border: 1px solid var(--medium-blue);
  background-color: #fff;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 20px 40px 40px;
  display: block;
}

.double-text-inline {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.bold-text {
  margin-right: 8px;
  font-weight: 700;
}

.kurz-obsah {
  grid-column-gap: 40px;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.div-block-8 {
  width: 40%;
  min-width: 40%;
}

.kurz-quote {
  margin-top: 20px;
  font-family: Source Serif Pro, sans-serif;
  font-weight: 600;
}

.div-block-9 {
  background-image: linear-gradient(#fff0, #fff);
  height: 40%;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-3 {
  color: var(--dark-orange);
  text-align: center;
  cursor: pointer;
  font-family: Source Sans Pro, sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-decoration: underline;
  position: absolute;
  inset: auto 0% 0%;
}

.padding-large-sides {
  padding: 10px 3rem 3rem;
}

.last-show-more {
  margin-bottom: -3rem;
}

.image-4 {
  margin-top: 20px;
  margin-bottom: 0;
  box-shadow: 6px 6px 50px 5px #0000001a;
}

.h1 {
  margin-bottom: 26px;
  font-size: 44px;
  line-height: 48px;
}

.spacer-30-px {
  height: 30px;
}

.big-orange-text {
  color: var(--dark-orange);
  margin-top: -20px;
  margin-bottom: 40px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 28px;
  line-height: 32px;
}

.big-orange-text.no-margin {
  margin-bottom: 10px;
}

.bold-text-2 {
  color: var(--dark-orange);
}

.grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template: "Area ."
                 ". Area-2"
                 "Area-3 ."
                 ". Area-4"
                 / 1fr 1fr;
  margin-top: 40px;
  padding-top: 0;
}

.image-5 {
  z-index: -5;
  height: 300px;
  position: absolute;
  inset: auto auto 70% -16%;
}

.image-5-copy {
  z-index: -5;
  height: 250px;
  position: absolute;
  inset: auto -73px -3% auto;
}

.div-block-10 {
  grid-column-gap: 40px;
  display: flex;
}

.flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  display: flex;
}

.flex.left {
  justify-content: flex-start;
}

.flex.center {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.flex.center._2 {
  margin-top: 0;
}

.flex.o-mne {
  z-index: 5;
  grid-column-gap: 100px;
  background-color: #fff0;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  position: relative;
}

.flex.o-mne._2 {
  z-index: 0;
}

.flex.minus-margin {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-bottom: -20px;
}

.flex.reference {
  grid-column-gap: 60px;
}

.flex.right {
  justify-content: flex-end;
}

.tvar3 {
  z-index: 5;
  height: 200px;
  position: absolute;
  inset: auto -2% -4% auto;
}

.tvar4 {
  z-index: -5;
  height: 125px;
  position: absolute;
  inset: 3% auto auto 0%;
}

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

.link-block {
  margin-left: 20px;
}

.div-block-12 {
  flex: 1;
  max-width: 60%;
}

.div-block-13 {
  width: 50%;
  max-width: 50%;
}

.main-image {
  box-shadow: 6px 6px 50px 5px #0000002e;
}

.main-image.blog {
  object-fit: cover;
  flex: 1;
  min-width: 100%;
  min-height: 100%;
  overflow: visible;
}

.nav1_dropdown-toggle {
  text-transform: uppercase;
  cursor: pointer;
  padding: .5rem 2.25rem .5rem 1rem;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 600;
  transition: color .3s;
}

.nav1_dropdown-toggle:hover {
  color: var(--dark-orange);
}

.nav1_icon {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
}

.nav1_dropdown-list {
  z-index: 999;
  background-color: #fff;
  padding-top: .25rem;
  padding-bottom: .25rem;
  display: none;
  box-shadow: 0 14px 9px 1px #00000024;
}

.nav1_link {
  color: var(--black);
  text-transform: uppercase;
  padding: .5rem 1rem;
  font-family: Source Sans Pro, sans-serif;
  transition: color .25s;
}

.nav1_link:hover {
  color: #302dd7;
}

.nav1_link.w--current {
  color: #0b0b1f;
}

.nav1_link.w--current:hover {
  color: #302dd7;
}

.div-block-14 {
  border-bottom: 1px none var(--medium-blue);
  max-width: 100%;
  padding-bottom: 0;
}

.info-head {
  background-color: #fff;
  min-width: 0%;
  max-width: 650px;
  margin-left: -3rem;
  padding: 30px 3rem 20px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-7 {
  object-fit: fill;
  margin-left: 100px;
  padding-left: 0;
  display: block;
  overflow: visible;
}

.image-8 {
  z-index: -20;
  height: 90%;
  margin-left: -6rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.hodnoceni-inner-circle {
  background-color: var(--dark-orange);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.hodnoceni-inner-circle.small {
  background-color: var(--medium-blue);
  width: 170px;
  height: 170px;
}

.counter {
  color: #fff;
  font-size: 70px;
  font-weight: 700;
  line-height: 90px;
}

.counter.small {
  font-size: 60px;
  line-height: 70px;
}

.hodnoceni-counter-link-wrap {
  z-index: 2;
  cursor: pointer;
  background-image: url('../images/Datový-zdroj-29.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 300px;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 230px;
  text-decoration: none;
  transition: all .25s;
  display: flex;
  position: relative;
  box-shadow: 6px 6px 20px #00000029;
}

.hodnoceni-counter-link-wrap:hover {
  transform: scale(1.05)rotate(10deg);
}

.hodnoceni-counter-link-wrap.small {
  z-index: 1;
  background-image: url('../images/Datový-zdroj-6.svg');
  background-position: 0 0;
  background-size: auto;
  width: 200px;
  height: 200px;
  position: absolute;
  inset: 100px auto auto 167px;
}

.hodnoceni-counter-wrap {
  justify-content: center;
  margin-right: -14px;
  display: flex;
}

.procento {
  color: #fff;
  font-size: 54px;
  line-height: 80px;
}

.procento.small {
  font-size: 44px;
  line-height: 60px;
}

.hodnoceni-content-wrap {
  margin-top: -10px;
  display: block;
}

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

.text-block-5 {
  color: #fff;
  text-align: center;
  margin-top: -11px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
}

.text-block-5.small {
  margin-top: -6px;
  font-size: 15px;
  line-height: 18px;
}

.hodnoceni-wrap {
  margin-right: 140px;
  position: absolute;
  inset: 12% 0% auto auto;
}

.div-block-21 {
  max-width: 55%;
  margin-top: 20px;
}

.autor {
  text-align: left;
  margin-bottom: 40px;
  margin-left: 24px;
  padding-right: 65px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 20px;
}

.border-block {
  border-style: solid;
  border-width: 1.5px 1.5px 4px;
  border-color: var(--dark-orange);
  padding: 5px 30px 30px;
}

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

.list {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
}

.list-2 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  list-style-type: disc;
}

.image-9 {
  max-width: 20%;
  margin-left: -30px;
}

.image-10 {
  max-width: 20%;
  margin-right: -20px;
}

.div-block-25 {
  justify-content: flex-end;
  display: flex;
}

.div-block-26 {
  max-height: 600px;
  overflow: hidden;
}

.div-block-27 {
  max-width: 50%;
  padding-top: 30px;
}

.div-block-28 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.tvar5 {
  z-index: -5;
  height: 300px;
  position: absolute;
  inset: 64% auto auto -9%;
}

.tvar6 {
  z-index: -5;
  height: 300px;
  position: absolute;
  inset: auto -44px 60% auto;
}

.heading-kurz {
  color: var(--medium-blue);
  font-size: 28px;
  line-height: 32px;
}

.div-block-29 {
  max-width: 44%;
}

.image-11 {
  color: var(--dark-orange);
  max-width: 33%;
  position: absolute;
  inset: auto auto 6% 0%;
  transform: rotate(8deg);
}

.image-11.blog {
  background-color: #fff;
  max-width: 36%;
  margin-left: -10px;
  padding-top: 34px;
}

.grid-3 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 100%;
  margin-top: 40px;
  margin-left: -30px;
}

.logo-reference-wrap {
  justify-content: center;
  align-items: center;
  min-height: 100px;
  display: flex;
}

.spacer-10-px {
  height: 10px;
}

.div-block-30 {
  z-index: 5;
  min-width: 50%;
  max-width: 60%;
  position: relative;
}

.image-12 {
  z-index: 10;
  max-height: 650px;
  position: relative;
  transform: translate(0);
  box-shadow: 6px 6px 50px 5px #00000024;
}

.div-block-30-copy {
  z-index: 0;
  flex: 1;
  min-width: 60%;
  max-width: 70%;
  position: relative;
}

.image-13 {
  z-index: 0;
  position: relative;
  box-shadow: 6px 6px 50px 5px #0000001f;
}

.div-block-31 {
  margin-top: -100px;
}

.div-block-32 {
  margin-top: 60px;
  position: relative;
}

.tvar8 {
  z-index: 5;
  height: 200px;
  position: absolute;
  inset: -60px auto auto -60px;
}

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

.text-block-7 {
  margin-left: 2px;
  font-family: Source Sans Pro, sans-serif;
}

.scribble-small {
  z-index: -3;
  max-width: 60%;
  max-height: 50%;
  position: absolute;
  inset: auto 3% 7% auto;
}

.scribble-small.blog {
  bottom: 0%;
  right: 0%;
}

.image-14 {
  max-width: 40%;
  position: absolute;
  inset: 11% 8% auto auto;
  transform: translate(0)translate(92%, 20px);
}

.h2 {
  margin-bottom: 20px;
}

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

.grid-4 {
  grid-column-gap: 60px;
  grid-row-gap: 100px;
  margin-top: -200px;
  display: none;
}

.overlay-block {
  background-color: var(--dark-orange);
  opacity: 1;
  mix-blend-mode: soft-light;
  position: absolute;
  inset: 0%;
}

.head-image-conteiner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

.overlays-wrap {
  mix-blend-mode: soft-light;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.div-block-3-copy {
  grid-column-gap: 40px;
  grid-row-gap: 100px;
  grid-template: ". Area"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

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

.reference-column1 {
  min-width: 55%;
  max-width: 100%;
}

.reference-single {
  padding-top: 80px;
}

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

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

.image-16 {
  color: var(--dark-orange);
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: translate(0%, -100%);
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-banner_button {
  border: 2px solid var(--dark-orange);
  background-color: var(--dark-orange);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-family: Source Sans Pro, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
}

.fs-cc-banner_button:hover {
  color: var(--black);
  background-color: #fff;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--black);
  color: var(--black);
  background-color: #f5f5f5;
  border-radius: 0;
}

.fs-cc-banner_button.fs-cc-button-alt:hover {
  background-color: var(--black);
  color: #fff;
}

.fs-cc-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-banner_text-link {
  color: #4353ff;
  border-bottom: 2px solid #4353ff;
  font-weight: 400;
  text-decoration: none;
  display: none;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-banner_component {
  z-index: 999;
  background-color: #f4f5f8;
  border-top: 1px solid #4353ff29;
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 1.5rem;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 3rem;
  display: flex;
  position: relative;
}

.fs-cc-prefs_label {
  color: #4353ff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-prefs_text {
  color: #021a69;
  font-size: .75rem;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

.fs-cc-prefs_title {
  color: #021a69;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_button {
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #fff;
  border-color: #4353ff;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-manager_component {
  z-index: -50;
  display: none;
  position: absolute;
  inset: auto auto 0 -13.95rem;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-manager_icon {
  width: 2rem;
  height: 2rem;
}

.fs-cc-manager_trigger {
  display: none;
}

.cookies {
  z-index: 999;
  width: 100vw;
  height: 100vh;
  position: fixed;
}

.c-text-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  line-height: 1.75em;
}

.c-text-1.cc-bold {
  font-family: Source Serif Pro, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.c-color_gradient {
  height: 12px;
}

.c-color_gradient.cc-gray-90 {
  background-image: linear-gradient(to right, var(--black), white);
}

.c-color_gradient.cc-salmon {
  background-image: linear-gradient(to right, var(--dark-orange), white);
}

.c-color_gradient.cc-blue {
  background-image: linear-gradient(to right, var(--medium-blue), white);
}

.c-copy-left {
  min-width: 30%;
  position: sticky;
  top: 0;
}

.c-anchor {
  color: #585b6c;
  padding: 8px;
  text-decoration: none;
  transition: all .3s ease-out;
  display: block;
}

.c-anchor:hover {
  color: var(--medium-blue);
  font-weight: 700;
}

.c-anchor.w--current {
  border-bottom: 1px solid var(--dark-orange);
  color: var(--dark-orange);
  background-color: #ffffff0d;
  border-radius: 4px;
  font-weight: 600;
}

.c-copied {
  width: 15px;
  display: none;
}

.c-copy_button {
  color: #fff;
  background-color: #585b6c;
  border-radius: 4px;
  align-items: center;
  margin-right: 0;
  padding: 10px 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.c-color_copy {
  background-color: #585b6c;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.c-color_bg {
  height: 120px;
}

.c-color_bg.cc-gray-90 {
  background-color: var(--black);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.c-color_bg.cc-blue {
  background-color: var(--medium-blue);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.c-color_bg.cc-salmon {
  background-color: var(--dark-orange);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.c-copy-wrapper {
  justify-content: center;
  display: flex;
  position: relative;
}

.c-text-2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2em;
}

.c-color_info {
  color: var(--black);
  background-image: linear-gradient(#fafafa, #fafafa);
  border-radius: 0 0 6px 6px;
  justify-content: space-between;
  align-items: flex-end;
  padding: 16px;
  display: flex;
}

.c-color_info.lower {
  border-top: .5px solid #3333331a;
  padding-top: 16px;
}

.c-color {
  width: 250px;
  max-width: 32%;
  box-shadow: 4px 4px 20px 5px #0000000d;
}

.c-sub-content {
  margin-bottom: 100px;
}

.c-color_wrapper {
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.c-anchors {
  width: 100%;
  max-width: 200px;
  position: sticky;
  top: 100px;
}

.c-sub-section {
  margin-bottom: 96px;
}

.c-copy-right {
  min-width: 70%;
}

.div-block-38 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 140px;
  display: grid;
}

.font-showcase-big-sans {
  color: var(--dark-orange);
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

.font-showcase-big-sans.alt {
  color: var(--black);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.font-showcase-small-sans {
  color: var(--dark-orange);
  margin-bottom: 20px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  overflow: visible;
}

.font-showcase-small-sans.alt {
  color: var(--black);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 19px;
}

.font-showcase-big-serif {
  color: var(--dark-orange);
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: Source Serif Pro, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

.font-showcase-big-serif.alt {
  color: var(--black);
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-weight: 700;
}

.font-showcase-small-serif {
  color: var(--dark-orange);
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  overflow: visible;
}

.font-showcase-small-serif.alt {
  color: var(--black);
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.base-bold {
  margin-top: 10px;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 700;
}

.text-block-9 {
  font-family: Source Sans Pro, sans-serif;
  font-weight: 400;
}

.text-block-11 {
  font-family: Source Sans Pro, sans-serif;
}

.logo-showcase {
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 150px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 40px;
  display: flex;
  box-shadow: 4px 4px 20px 5px #0000000d;
}

.logo-showcase.dark {
  background-color: var(--black);
}

.logo-show {
  max-width: 60%;
}

.logo-show.mono {
  filter: brightness(1000%) grayscale();
}

.logo-show.mono-white {
  filter: brightness(0%) grayscale();
}

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

.logo-dwnld-wrap {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-17 {
  max-width: 50%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading-2 {
  color: var(--dark-orange);
  margin-bottom: 60px;
  font-size: 48px;
}

.tag-list-wrap {
  z-index: 25;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: absolute;
  inset: auto auto 30px 20px;
}

.tag-list {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-39 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--dark-orange);
  color: #fff;
  border-radius: 20px;
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 0;
  margin-right: 0;
  padding: 5px 12px;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 600;
  line-height: 18px;
  display: inline-block;
  box-shadow: 4px 4px 50px 5px #0000001a;
}

.text-block-12 {
  text-align: center;
  flex: 1;
  justify-content: center;
  display: flex;
  overflow: visible;
}

.collection-item-2 {
  flex: 0 auto;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.text-block-13 {
  color: var(--dark-orange);
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}

.div-block-40 {
  align-items: flex-start;
  display: flex;
}

.div-block-41 {
  background-color: var(--dark-orange);
  width: 5%;
  height: 1px;
  margin-top: 11px;
  margin-right: 10px;
  padding-top: 0;
}

.cms-filter-wrap {
  margin-bottom: 60px;
}

.fs-checkbox_button {
  border-width: 2px;
  border-color: var(--dark-orange);
  border-radius: 5px;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
  box-shadow: 1px 1px 3px #0000;
}

.fs-checkbox_button.w--redirected-checked {
  border-style: none;
  border-color: var(--dark-orange);
  background-color: var(--dark-orange);
  background-size: 75%;
  border-radius: 5px;
  flex: 0 auto;
  width: 24px;
  min-width: 12px;
  height: 24px;
}

.fs-checkbox_button.w--redirected-focus {
  box-shadow: none;
}

.fs-checkbox_button.w--redirected-focus-visible {
  box-shadow: none;
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs-checkbox_label-10 {
  color: var(--black);
  margin-bottom: 0;
  font-weight: 500;
}

.fs-search_field {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: black black var(--dark-orange);
  background-image: url('../images/search-black.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 2.25rem;
  max-width: 300px;
  height: 2.5rem;
  margin-bottom: 0;
  padding-left: 3rem;
  padding-right: 0;
  font-size: 1rem;
  display: block;
}

.fs-search_field:focus {
  border-bottom-color: var(--medium-blue);
}

.flex-2 {
  flex-wrap: nowrap;
  flex: 0 auto;
  align-self: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.flex-2.filter {
  flex-direction: row;
  margin-bottom: 0;
}

.filters-wrap {
  z-index: 999;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.fs-checkbox_field {
  color: #000;
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  margin-right: 30px;
  padding: 0;
  font-weight: 500;
  display: flex;
  position: relative;
}

.fs-checkbox_field.last {
  margin-right: 0;
}

.kategorie-tite {
  margin-right: 30px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18.5px;
  font-weight: 700;
}

.div-block-43 {
  background-color: var(--dark-orange);
  width: 40px;
  height: 2px;
  display: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

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

.sidebar-blog {
  flex: 1;
  padding-top: 40px;
  display: block;
}

.text-span, .text-span-2 {
  color: var(--dark-orange);
}

.div {
  margin-bottom: 40px;
}

.div.left-part {
  max-width: 60%;
}

.div.right-part {
  max-width: 60%;
  margin-left: auto;
}

.div.margin {
  margin-left: 20%;
}

.cenik {
  grid-column-gap: 24px;
  grid-row-gap: 8px;
  grid-template: ". . ."
                 "Area Area Area"
                 ". . ."
                 "Area-2 Area-2 Area-2"
                 ". . ."
                 "Area-3 Area-3 Area-3"
                 ". . ."
                 / 1fr .75fr 1.25fr;
  margin-top: 14px;
}

.oddelovac {
  background-color: var(--dark-orange);
  color: var(--black);
  height: 1px;
}

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

.cena {
  border-top: 1px solid var(--medium-blue);
  max-width: 520px;
  margin-top: 40px;
  padding-top: 10px;
}

.cmaranice-right-corner {
  z-index: -5;
  height: 250px;
  position: absolute;
  inset: -58px -95px auto auto;
}

.image-18 {
  z-index: -3;
  max-height: 100%;
  position: absolute;
  inset: 0 auto 0 -8%;
}

.div-block-6-copy {
  grid-column-gap: 30px;
  max-width: 50%;
  display: block;
}

.rich-text-list {
  margin-top: 20px;
}

.testimonial1_slide-content {
  padding: 5rem 0 0;
}

.testimonial1_slide {
  background-color: #fff0;
  border-radius: .25rem;
}

.testimonial1_left-arrow {
  border: 1px solid var(--dark-orange);
  color: var(--black);
  background-color: #fff;
  border-radius: 1rem;
  width: 3rem;
  height: 3rem;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 1.25rem;
  transition: all .35s;
  inset: 0% 3.6rem auto auto;
}

.testimonial1_left-arrow:hover {
  background-color: var(--dark-orange);
  filter: brightness(110%);
  color: #fff;
}

.testimonial1_left-arrow:active {
  filter: brightness();
}

.testimonial1_component {
  background-color: #0000;
  max-width: 66%;
  height: auto;
  margin-top: -3rem;
  margin-left: 0;
  margin-right: 0;
}

.testimonial1_right-arrow {
  border: 1px solid var(--dark-orange);
  color: var(--black);
  background-color: #fff;
  border-radius: 1rem;
  width: 3rem;
  height: 3rem;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 1.25rem;
  transition: all .2s;
  inset: 0% 0% auto auto;
}

.testimonial1_right-arrow:hover {
  background-color: var(--dark-orange);
  filter: brightness(110%);
  color: #fff;
}

.testimonial1_right-arrow:active {
  filter: brightness();
}

.testimonial1_slide-nav {
  display: none;
}

.div-block-44 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  display: flex;
}

.two-button-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-top: 2rem;
  display: flex;
}

.cmaranice {
  z-index: -3;
  max-height: 50%;
  position: absolute;
  inset: -12% -5% auto auto;
}

.cmaranice._3 {
  max-height: 200px;
  inset: auto auto -40px -50px;
}

.image-19 {
  aspect-ratio: 1;
  object-fit: cover;
  max-width: 40%;
}

.div-block-45 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 200px;
  display: grid;
}

.service-column {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.service-column.minus-margin {
  margin-top: -200px;
}

.arrow-button {
  color: var(--black);
  cursor: pointer;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  transition: all .425s;
  display: flex;
  overflow: hidden;
}

.arrow-button:hover {
  color: var(--dark-orange);
}

.arrow-button.top-margin {
  margin-top: 10px;
}

.arrow-button.orange {
  color: var(--dark-orange);
}

.arrow-button.orange:hover {
  color: var(--medium-blue);
}

.arrow-button.center {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.title-wrapper {
  align-items: center;
  display: flex;
}

.button-title {
  letter-spacing: .1px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.arrow-wrapper {
  width: 18px;
  margin-top: 0;
  margin-left: 2px;
  overflow: hidden;
}

.hodnoceni-wrap-static {
  margin-right: 0;
  position: relative;
  inset: 12% 0% auto auto;
}

.logo-kilovaty {
  z-index: 20;
  height: 150px;
  position: absolute;
  inset: -60px auto auto -60px;
}

.logo-grid {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.logo-single {
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
}

.subheading {
  color: #8e8e8e;
  margin-top: .5rem;
  padding-left: .25rem;
  font-family: Source Sans Pro, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
}

.blog-banner-wrap {
  position: relative;
}

.blog-banner_logo {
  width: 5rem;
  position: absolute;
  inset: 1.5rem auto auto 1.5rem;
}

.blog-banner_gradient {
  background-image: linear-gradient(#3330, #333333e6 68%);
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.blog-banner-content {
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2rem 2rem 2.5rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

@media screen and (max-width: 991px) {
  .horni-lista-obsah {
    display: inline-block;
  }

  .image-head-wrap.blog {
    max-height: none;
  }

  .blog-info-head {
    padding-left: 40px;
    position: relative;
  }

  .blog-header {
    margin-bottom: 10px;
  }

  .blog-content {
    margin-left: 40px;
    margin-right: 20px;
  }

  .blog-quote.small {
    max-width: 80%;
  }

  .container-small.padding {
    margin-bottom: 40px;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-huge {
    padding: 5rem;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .margin-large {
    margin: 2.5rem;
  }

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

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .container-medium.minus-margin {
    margin-top: -111px;
  }

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

  .hide-tablet {
    display: none;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .fs-styleguide_4-col, .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .menu-icon1_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_logo {
    min-height: 70px;
    max-height: 80px;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    background-color: #fff;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100vh;
    padding-bottom: 15rem;
    padding-left: 10%;
    padding-right: 10%;
  }

  .menu-icon1_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .padding-bottom-2 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .single-blog-wrap {
    min-width: 100%;
    max-width: 100%;
    margin-right: 0;
  }

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

  .div-block-3 {
    min-height: 460px;
  }

  .main-heading-wrap {
    min-width: 360px;
    margin-top: -105px;
  }

  .main-heading-wrap.blog {
    margin-top: 0;
  }

  .main-heading {
    font-size: 42px;
    line-height: 50px;
  }

  .main-heading.blog {
    padding-left: 50%;
    font-size: 8vw;
    line-height: 7vw;
  }

  .image {
    object-fit: cover;
    overflow: hidden;
  }

  .div-block-4 {
    max-width: 100%;
    padding-left: 40px;
  }

  .div-block-9 {
    margin-bottom: -11px;
  }

  .padding-large-sides {
    padding: 2.5rem;
  }

  .flex {
    flex-direction: row;
  }

  .flex.o-mne {
    grid-column-gap: 60px;
  }

  .flex.kurzy, .flex.reference {
    flex-direction: column;
  }

  .nav1_dropdown {
    flex: 0 auto;
    margin-left: 0;
    padding-left: 0;
    display: block;
  }

  .nav1_dropdown-toggle {
    margin-left: 0;
    padding-left: 0;
    padding-right: 2.5rem;
    display: inline-block;
  }

  .nav1_icon {
    margin-right: .8rem;
  }

  .nav1_dropdown-list {
    padding-left: 0;
    padding-right: 1rem;
    display: block;
    box-shadow: 0 14px 9px -20px #00000024;
  }

  .nav1_link {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    display: block;
  }

  .div-block-14, .div-block-29 {
    max-width: 100%;
  }

  .image-11 {
    bottom: 11%;
  }

  .image-11.blog {
    max-width: 47%;
    margin-left: 0;
    bottom: 6%;
  }

  .grid-3 {
    margin-left: 0;
  }

  .image-12 {
    z-index: 16;
  }

  .div-block-30-copy {
    min-width: 55%;
    max-width: 60%;
  }

  .image-14 {
    z-index: 15;
    max-width: 60%;
  }

  .collection-list-wrapper {
    flex-direction: column;
    display: flex;
  }

  .grid-4 {
    margin-top: -75px;
  }

  .reference-column1 {
    max-width: 100%;
  }

  .fs-cc-banner_button.fs-cc-button-alt {
    margin-left: 0;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .c-copy-left {
    display: none;
  }

  .c-color {
    max-width: 32%;
  }

  .fs-checkbox_label-10 {
    flex: 1;
  }

  .flex-2.filter {
    flex-wrap: wrap;
  }

  .filters-wrap {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .fs-checkbox_field {
    margin-bottom: .5rem;
  }

  .kategorie-tite {
    margin-bottom: 10px;
  }

  .blog-main {
    flex-direction: column;
  }

  .div-block-6-copy {
    max-width: 100%;
  }

  .testimonial1_slide-content {
    padding: 2.5rem 0;
  }

  .testimonial1_left-arrow {
    width: 3rem;
    height: 3rem;
    top: -2rem;
  }

  .testimonial1_component {
    max-width: 100%;
    margin-top: -1.5rem;
  }

  .testimonial1_right-arrow {
    width: 3rem;
    height: 3rem;
    top: -2rem;
  }

  .hodnoceni-wrap-static {
    top: 4rem;
  }

  .subheading {
    line-height: 1.2;
  }
}

@media screen and (max-width: 767px) {
  .image-head-wrap.overflow {
    flex-direction: column-reverse;
    display: flex;
    overflow: visible;
  }

  .blog-info-head {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-header {
    font-size: 38px;
    line-height: 46px;
  }

  .blog-content {
    margin-left: 20px;
  }

  .blog-quote {
    max-width: 90%;
  }

  .blog-quote-image {
    max-height: 120%;
  }

  .blog-quote-image.home {
    right: -16%;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

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

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .container-medium.minus-margin {
    margin-top: 0;
  }

  .fs-styleguide_version {
    font-size: .875rem;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .navbar1_logo {
    min-height: 55px;
    max-height: 70px;
  }

  .navbar1_logo-link {
    padding-left: 0;
  }

  .navbar-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .padding-bottom-2 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading_style-h4 {
    font-size: 1.5rem;
  }

  .div-block-3 {
    grid-template: "Area-2 Area-2"
                   "Area Area"
                   / 1fr;
    min-height: 600px;
  }

  .main-heading-wrap {
    width: 100%;
    min-width: 0;
    margin-top: 10px;
    overflow: visible;
  }

  .main-images-wrap.blog {
    display: none;
  }

  .main-heading {
    margin-right: 0;
    font-size: 10.3vw;
    line-height: 12vw;
  }

  .main-heading.blog {
    padding-left: 38%;
    font-size: 11vw;
    line-height: 11vw;
  }

  .div-block-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-2 {
    font-size: 20px;
    line-height: 24px;
  }

  .scribble {
    max-width: 40%;
  }

  .image-3 {
    min-height: 60px;
  }

  .div-block-6 {
    max-width: 100%;
  }

  .poznamky {
    margin-top: 20px;
  }

  .faq_title {
    font-size: 19px;
  }

  .kurz-obsah {
    flex-direction: column;
  }

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

  .div-block-9 {
    margin-bottom: -27px;
  }

  .padding-large-sides {
    padding: 1.5rem;
  }

  .h1 {
    font-size: 30px;
    line-height: 36px;
  }

  .big-orange-text {
    font-size: 24px;
  }

  .div-block-10, .flex, .flex.left, .flex.o-mne {
    flex-direction: column;
  }

  .flex.o-mne._2 {
    flex-direction: column-reverse;
  }

  .tvar3 {
    height: 150px;
  }

  .link-block {
    margin-left: 10px;
  }

  .div-block-12 {
    max-width: 100%;
  }

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

  .main-image {
    width: 100%;
    height: 100%;
    min-height: 500px;
  }

  .nav1_dropdown-toggle {
    padding-left: 0;
    padding-right: 1.25rem;
  }

  .nav1_icon {
    margin-right: -.85rem;
  }

  .nav1_link {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .info-head {
    margin-left: 0;
    position: relative;
  }

  .image-7 {
    margin-left: 0;
  }

  .hodnoceni-wrap {
    margin-bottom: 140px;
    margin-right: 0;
    position: relative;
  }

  .div-block-21, .div-block-27 {
    max-width: 100%;
  }

  .image-11 {
    min-width: 31%;
    max-width: 31%;
    bottom: 9%;
    left: 1%;
  }

  .image-11.blog {
    min-width: 33%;
    max-width: 32%;
    bottom: 10%;
  }

  .grid-3 {
    margin-left: 0;
  }

  .div-block-30 {
    order: -9999;
  }

  .div-block-30.is-bottom {
    order: 9999;
  }

  .div-block-31 {
    margin-top: 0;
  }

  .div-block-31.padding-mobile-bottom {
    margin-bottom: 40px;
  }

  .div-block-32 {
    margin-top: 0;
  }

  .tvar8 {
    height: 150px;
  }

  .text-block-7 {
    z-index: 20;
    background-color: #fff;
    margin-bottom: 0;
    padding-bottom: 10px;
    position: relative;
  }

  .image-14 {
    display: none;
  }

  .h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .paragraph-3, .list-item {
    font-size: 18px;
  }

  .grid-4 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 60px;
  }

  .overlay-block, .div-block-36 {
    display: none;
  }

  .div-block-3-copy {
    flex-direction: column;
    grid-template: "Area-2 Area-2"
                   "Area Area"
                   / 1fr;
  }

  .div-block-37 {
    background-color: #fff;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
    padding-left: .125rem;
    padding-right: .125rem;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

  .c-text-1 {
    font-size: 16px;
    line-height: 28px;
  }

  .c-text-2 {
    font-size: 15px;
  }

  .c-color {
    width: 48%;
    max-width: none;
    margin-bottom: 20px;
  }

  .c-color_wrapper {
    flex-wrap: wrap;
  }

  .heading-2 {
    font-size: 36px;
    line-height: 40px;
  }

  .tag-list-wrap {
    display: none;
  }

  .fs-search_field {
    max-width: 50%;
    margin-top: 10px;
  }

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

  .flex-2.filter {
    flex-direction: row;
    align-items: flex-start;
  }

  .filters-wrap {
    flex-wrap: wrap;
  }

  .div.left-part, .div.right-part {
    max-width: 100%;
    padding-right: 20%;
  }

  .div-block-6-copy {
    max-width: 100%;
  }

  .testimonial1_slide-content {
    padding: 2rem 0;
  }

  .testimonial1_left-arrow {
    inset: auto auto -1rem 0%;
  }

  .testimonial1_component {
    max-width: 90vw;
    margin: 0 0 5rem;
  }

  .testimonial1_right-arrow {
    inset: auto auto -1rem 4rem;
  }

  .image-19 {
    max-width: 60%;
  }

  .div-block-45 {
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .service-column.minus-margin {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    margin-top: 0;
  }

  .hodnoceni-wrap-static {
    z-index: 4;
    margin-bottom: 0;
    margin-right: 0;
    position: relative;
    top: -2.1rem;
    right: 5%;
  }

  .logo-kilovaty {
    height: 150px;
  }

  .logo-single {
    width: 33%;
  }
}

@media screen and (max-width: 479px) {
  .horni-lista-obsah {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block {
    font-size: 16px;
    line-height: 20px;
  }

  .blog-info-head {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-header {
    font-size: 32px;
    line-height: 38px;
  }

  .blog-content {
    margin-left: 0;
    margin-right: 0;
  }

  .blog-quote.small {
    max-width: 100%;
  }

  .quote-text {
    font-size: 20px;
    line-height: 24px;
  }

  .blog-quote-image {
    min-height: 38%;
    max-height: 120%;
    bottom: auto;
    right: -28%;
  }

  .cta-blog-wrap {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-small.padding {
    margin-bottom: 60px;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .fs-styleguide_heading-medium {
    line-height: 3rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .navbar1_logo {
    max-height: 60px;
  }

  .navbar-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .padding-bottom-2 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cms1_image.blog-page {
    height: 14rem;
  }

  .single-blog-wrap {
    margin-right: 0;
  }

  .div-block-3 {
    grid-row-gap: 60px;
    min-height: 550px;
  }

  .main-heading-wrap {
    margin-top: 34px;
  }

  .main-heading {
    font-size: 9.5vw;
    line-height: 11vw;
  }

  .main-heading.blog {
    padding-left: 42%;
    font-size: 12vw;
  }

  .div-block-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-5 {
    padding-bottom: 20px;
  }

  .image-2 {
    max-width: 60%;
  }

  .faq_title {
    font-size: 18px;
  }

  .blue-box-single, .blue-box-single.right {
    margin-bottom: 0;
  }

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

  .logo-reference.small {
    max-width: 100px;
    min-height: 0;
    max-height: 85px;
  }

  .logo-reference.small.smallest {
    min-width: 0;
  }

  .kurz-single-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .big-orange-text {
    font-size: 22px;
    line-height: 28px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "Area Area"
                         "Area-2 Area-2"
                         "Area-3 Area-3"
                         "Area-4 Area-4";
  }

  .image-5-copy {
    display: none;
  }

  .div-block-10 {
    flex-direction: column;
  }

  .tvar3 {
    height: 85px;
    right: -1%;
  }

  .tvar4 {
    height: 85px;
  }

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

  .info-head {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hodnoceni-counter-link-wrap.small {
    top: 176px;
    left: 91px;
  }

  .hodnoceni-wrap {
    margin-bottom: 190px;
  }

  .image-9, .image-10 {
    display: none;
  }

  .image-11 {
    bottom: 13%;
  }

  .image-11.blog {
    min-width: 38%;
    bottom: 12%;
  }

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

  .div-block-30 {
    order: 9999;
    max-width: 80%;
  }

  .div-block-30-copy {
    max-width: 100%;
  }

  .h2 {
    font-size: 26px;
  }

  .paragraph-4 {
    font-size: 17px;
  }

  .div-block-33 {
    margin-top: 40px;
  }

  .head-image-conteiner {
    min-height: 350px;
    overflow: visible;
  }

  .div-block-3-copy {
    grid-row-gap: 60px;
  }

  .utility-page-content {
    width: 300px;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -1.5rem .75rem auto auto;
    transform: translate(0%, -50%);
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_component {
    padding-left: 20px;
    padding-right: 20px;
  }

  .fs-cc-banner_text {
    font-size: 16px;
    line-height: 20px;
  }

  .fs-cc-banner_container {
    padding-left: 0;
    padding-right: 0;
  }

  .fs-cc-prefs_content, .fs-cc-prefs_component {
    padding: 1.5rem;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .c-color {
    width: 100%;
  }

  .c-color_wrapper {
    flex-direction: column;
  }

  .div-block-38 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .font-showcase-big-sans {
    font-size: 36px;
    line-height: 40px;
  }

  .font-showcase-small-sans {
    font-size: 15px;
  }

  .font-showcase-big-serif {
    font-size: 36px;
    line-height: 40px;
  }

  .font-showcase-small-serif {
    font-size: 15px;
  }

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

  .heading-2 {
    font-size: 30px;
  }

  .fs-search_field {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .flex-2, .filters-wrap {
    flex-wrap: wrap;
  }

  .div.left-part, .div.right-part {
    padding-right: 0%;
  }

  .div.margin {
    margin-left: 0%;
  }

  .cenik {
    grid-template: "."
                   "."
                   "."
                   "Area"
                   "."
                   "."
                   "."
                   "Area-2"
                   "."
                   "."
                   "."
                   "Area-3"
                   / 1fr;
    margin-top: 20px;
  }

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

  .cmaranice-right-corner {
    display: none;
  }

  .main {
    font-weight: 700;
  }

  .hide-mobile {
    display: none;
  }

  .testimonial1_slide-content {
    padding: 1.5rem 0;
  }

  .testimonial1_component {
    max-width: 88vw;
    margin-top: 0;
    margin-left: 0;
  }

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

  .quote-sm-mobile {
    padding-right: 0;
    font-size: 18px;
  }

  .div-block-45 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .service-column.minus-margin {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
  }

  .hodnoceni-wrap-static {
    margin-bottom: 40px;
    top: 2rem;
  }

  .logo-single {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-c6bf8261-5c38-df6a-d3ba-3b50cf9dc675-55e451c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e4fb1d97-9258-c1de-6478-9d15ca9bb2bc-55e451c7 {
  grid-area: Area;
}

#w-node-d8474062-b11e-da2a-7a18-f39832d6c44f-55e451c7, #w-node-c51dee16-c86a-23d0-8c5d-7e4f06495c39-55e451c7, #w-node-_464c5956-16c8-102c-8b1b-42edbd0242fc-55e451c7, #w-node-_6ef8adde-130e-38d5-c7e1-88a71a4155ba-55e451c7, #w-node-_78cf6578-e927-37ab-249d-66440d389043-55e451c7, #w-node-_78cf6578-e927-37ab-249d-66440d389060-55e451c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b814e7ed-0134-5e94-a36d-e359031ded36-031ded33, #w-node-b814e7ed-0134-5e94-a36d-e359031ded3b-031ded33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b814e7ed-0134-5e94-a36d-e359031ded44-031ded33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-e28c7b9c-0080-010f-57fd-3a4780ce4fd2-25ad20ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e28c7b9c-0080-010f-57fd-3a4780ce4fd8-25ad20ec {
  grid-area: Area;
}

#w-node-_7884447d-bee3-3c10-4c27-726ef70e601f-209f94d8, #w-node-_7884447d-bee3-3c10-4c27-726ef70e6024-209f94d8, #w-node-_7884447d-bee3-3c10-4c27-726ef70e6029-209f94d8, #w-node-_7884447d-bee3-3c10-4c27-726ef70e602e-209f94d8, #w-node-_7884447d-bee3-3c10-4c27-726ef70e6034-209f94d8, #w-node-_7884447d-bee3-3c10-4c27-726ef70e603a-209f94d8, #w-node-_7884447d-bee3-3c10-4c27-726ef70e6040-209f94d8 {
  justify-self: start;
}

#w-node-_7884447d-bee3-3c10-4c27-726ef70e614d-209f94d8, #w-node-_7884447d-bee3-3c10-4c27-726ef70e6166-209f94d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7884447d-bee3-3c10-4c27-726ef70e6169-209f94d8 {
  justify-self: start;
}

#w-node-_7884447d-bee3-3c10-4c27-726ef70e616b-209f94d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7884447d-bee3-3c10-4c27-726ef70e616e-209f94d8 {
  justify-self: start;
}

#w-node-_7884447d-bee3-3c10-4c27-726ef70e61c0-209f94d8, #w-node-_7884447d-bee3-3c10-4c27-726ef70e61ca-209f94d8, #w-node-_7884447d-bee3-3c10-4c27-726ef70e61cb-209f94d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7884447d-bee3-3c10-4c27-726ef70e6239-209f94d8, #w-node-_7884447d-bee3-3c10-4c27-726ef70e623e-209f94d8, #w-node-_7884447d-bee3-3c10-4c27-726ef70e6243-209f94d8, #w-node-_7884447d-bee3-3c10-4c27-726ef70e6248-209f94d8, #w-node-_7884447d-bee3-3c10-4c27-726ef70e624d-209f94d8, #w-node-_7884447d-bee3-3c10-4c27-726ef70e6252-209f94d8, #w-node-_7884447d-bee3-3c10-4c27-726ef70e625c-209f94d8, #w-node-_7884447d-bee3-3c10-4c27-726ef70e6261-209f94d8, #w-node-_7884447d-bee3-3c10-4c27-726ef70e6266-209f94d8, #w-node-_7884447d-bee3-3c10-4c27-726ef70e626b-209f94d8, #w-node-_7884447d-bee3-3c10-4c27-726ef70e6270-209f94d8, #w-node-_7884447d-bee3-3c10-4c27-726ef70e6275-209f94d8, #w-node-_7884447d-bee3-3c10-4c27-726ef70e627a-209f94d8, #w-node-_7884447d-bee3-3c10-4c27-726ef70e627f-209f94d8, #w-node-_7884447d-bee3-3c10-4c27-726ef70e6284-209f94d8, #w-node-_7884447d-bee3-3c10-4c27-726ef70e6289-209f94d8, #w-node-_7884447d-bee3-3c10-4c27-726ef70e628e-209f94d8 {
  justify-self: start;
}

#w-node-_7884447d-bee3-3c10-4c27-726ef70e6292-209f94d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7884447d-bee3-3c10-4c27-726ef70e6293-209f94d8 {
  justify-self: start;
}

#w-node-_7884447d-bee3-3c10-4c27-726ef70e6295-209f94d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7884447d-bee3-3c10-4c27-726ef70e6298-209f94d8, #w-node-_7884447d-bee3-3c10-4c27-726ef70e629d-209f94d8, #w-node-_7884447d-bee3-3c10-4c27-726ef70e62a2-209f94d8, #w-node-_7884447d-bee3-3c10-4c27-726ef70e62b7-209f94d8, #w-node-_7884447d-bee3-3c10-4c27-726ef70e62bc-209f94d8, #w-node-_7884447d-bee3-3c10-4c27-726ef70e62c1-209f94d8, #w-node-_7884447d-bee3-3c10-4c27-726ef70e62c6-209f94d8, #w-node-_7884447d-bee3-3c10-4c27-726ef70e62cb-209f94d8, #w-node-_7884447d-bee3-3c10-4c27-726ef70e62d0-209f94d8, #w-node-_7884447d-bee3-3c10-4c27-726ef70e62da-209f94d8, #w-node-_7884447d-bee3-3c10-4c27-726ef70e62df-209f94d8, #w-node-_7884447d-bee3-3c10-4c27-726ef70e62e4-209f94d8, #w-node-_7884447d-bee3-3c10-4c27-726ef70e62e9-209f94d8, #w-node-_7884447d-bee3-3c10-4c27-726ef70e62ee-209f94d8, #w-node-_7884447d-bee3-3c10-4c27-726ef70e62f3-209f94d8, #w-node-_7884447d-bee3-3c10-4c27-726ef70e62f8-209f94d8, #w-node-_7884447d-bee3-3c10-4c27-726ef70e62fd-209f94d8, #w-node-_7884447d-bee3-3c10-4c27-726ef70e6302-209f94d8, #w-node-_7884447d-bee3-3c10-4c27-726ef70e6307-209f94d8, #w-node-_7884447d-bee3-3c10-4c27-726ef70e630c-209f94d8 {
  justify-self: start;
}

#w-node-_7884447d-bee3-3c10-4c27-726ef70e6310-209f94d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7884447d-bee3-3c10-4c27-726ef70e6311-209f94d8, #w-node-_7884447d-bee3-3c10-4c27-726ef70e6316-209f94d8, #w-node-_7884447d-bee3-3c10-4c27-726ef70e631b-209f94d8, #w-node-_7884447d-bee3-3c10-4c27-726ef70e6320-209f94d8 {
  justify-self: start;
}

#w-node-_7884447d-bee3-3c10-4c27-726ef70e63a6-209f94d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7884447d-bee3-3c10-4c27-726ef70e6402-209f94d8 {
  justify-self: start;
}

#w-node-_332113da-967f-e181-0d0d-25b53332b0a7-ae36b2b5, #w-node-b5d72f2c-1d2c-9464-b5fe-32cf50c79096-ae36b2b5, #w-node-bf49bedc-c7e3-90c5-ae82-e28a9c26faa7-ae36b2b5, #w-node-_707a52fd-de79-4434-99d6-a2fda84681d1-ae36b2b5, #w-node-_1f87f873-b82f-7d11-d7f4-7c241ef40fb7-ae36b2b5, #w-node-_268cede7-79da-65c6-a8ee-c7aa94ba20e6-ae36b2b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0e762bab-e853-18bb-6400-8aefa71df0ed-8e140b58, #w-node-_65cf9330-c335-40e4-0bcc-01d580ca2f03-8e140b58, #w-node-_96d672ac-6017-c3f1-6206-92c41fd00517-8e140b58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2655c21-2c60-1f56-462d-5a72156fd433-8e140b58 {
  grid-area: Area;
}

#w-node-_414dd0f7-730d-059c-c3a2-7a2dd7721014-8e140b58 {
  grid-area: Area-2;
}

#w-node-ce26267e-3fe4-8235-c04b-af2e2c303313-8e140b58 {
  grid-area: Area-3;
}

#w-node-b9a9b306-cb47-e8dc-8ffa-8220cf63ba5b-8e140b58, #w-node-d978f348-072d-f026-c589-03d90ade78c7-8e140b58, #w-node-aa732ff6-d0f8-6991-dd26-12c30f2a99e9-8e140b58, #w-node-cd57b6c8-d111-fb83-6739-5329316544e1-8e140b58, #w-node-_4d891624-e843-7796-ed7d-007293f339d8-8e140b58, #w-node-_1992c674-bc00-f6c5-6246-5177f17310ea-8e140b58, #w-node-_1f8b30fc-eed9-b0e6-6761-69bea8b225ee-8e140b58, #w-node-_6043e09c-5350-cfe9-336e-f8afb49401f4-8e140b58, #w-node-_4f16f9fe-2d3b-d03e-a3b9-31efc5a25002-8e140b58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a4a0d452-15be-f5ce-0a71-27a8de0ef63f-8e140b58 {
  grid-area: Area;
}

#w-node-_9aa9b68c-aee7-68a7-334e-11476a7413a7-8e140b58 {
  grid-area: Area-2;
}

#w-node-_4bc4af9f-b344-97fa-7888-d2a8ef04b473-8e140b58 {
  grid-area: Area-3;
}

#w-node-_5e933f97-9916-3af6-f162-a96ee066f977-8e140b58 {
  grid-area: Area-4;
}

#w-node-bc222f40-c7c4-db83-4eac-54e8e8eac50b-8c7c785a, #w-node-_1081890e-054c-1336-1496-72ce6c150da0-8c7c785a, #w-node-a71e2235-2b76-84ff-c0d4-2da1091a865d-8c7c785a, #w-node-b9558bb1-a6de-1404-71c8-58f8196a5340-8c7c785a, #w-node-ca9b416e-a79e-4a00-d0b0-6ae8d1e1e6ba-8c7c785a, #w-node-_5fcadc40-a9e7-e02e-88c4-26350d4c76e5-8c7c785a, #w-node-_25e1e373-399a-7230-e7b4-fd92aface889-8c7c785a, #w-node-_3767bcf1-4368-06a7-c80c-f71ef32c4526-8c7c785a, #w-node-e2fe2214-cdcd-8f43-b893-f37909ac9246-8c7c785a, #w-node-_78fba924-5036-17b7-9b42-57bce0b91c11-8c7c785a, #w-node-_3f5a50b9-0fa0-be36-6383-85acecd35470-8c7c785a, #w-node-e4b90149-e9ad-436f-19fb-86b4c9a8c0d9-8c7c785a, #w-node-_428a67d7-7dc9-5750-75be-9e2c9a02f07a-8c7c785a, #w-node-_9daf70d4-a0f2-c99c-3fdd-81705f9ad20d-8c7c785a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0a8be3c5-9cd3-2aeb-8aee-62b8e891bb4d-8c7c785a, #w-node-_30e00514-58ca-d237-9443-11885f59277c-2df09877, #w-node-_57644eab-aacf-b6e3-7c47-8618c2ea3f68-2df09877, #w-node-bc5e3e0c-18cb-1144-217a-154c87535d41-2df09877, #w-node-_2a69899c-8ca8-e25d-79fd-cb932d7412c2-605b4581, #w-node-_2a69899c-8ca8-e25d-79fd-cb932d7412df-605b4581 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-c6bf8261-5c38-df6a-d3ba-3b50cf9dc675-55e451c7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c6bf8261-5c38-df6a-d3ba-3b50cf9dc675-55e451c7 {
    grid-area: Area-2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b814e7ed-0134-5e94-a36d-e359031ded44-031ded33 {
    justify-self: start;
  }
}


