:root {
  --background-sand: #f9f6f3;
  --text: #222;
  --black: #000;
  --dark-slate-blue-3: #174d9e;
  --dim-grey: #474747;
  --dark-slate-blue: #3b2a70;
  --midnight-blue: #272138;
  --dark-slate-blue-2: #473f5f;
  --as_orange: #ff8a00;
  --as_black: var(--black);
  --pure-white: var(--dark-slate-blue);
  --border-gray: #edeff3;
}

.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-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-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

.body {
  background-color: var(--background-sand);
  color: var(--text);
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
}

.h6-heading {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.header-grid-b {
  grid-column-gap: 52px;
  grid-row-gap: 44px;
  color: #222;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  align-content: center;
  align-items: center;
  margin-bottom: 35px;
}

.header-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 792px;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 2rem;
  position: relative;
}

.header-feature-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.highlight-wrap {
  display: inline-block;
  position: relative;
}

.highlight-span {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff9;
  border: 1px solid #ededed;
  border-radius: 32px;
  padding: 4px 8px;
  font-weight: 500;
  display: inline;
}

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

.subheading-bold-2 {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  display: none;
}

.hero_container {
  z-index: 5;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.logo-link {
  margin-top: -.125rem;
  margin-left: .125rem;
  transition: all .2s;
}

.logo-link.w--current {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.navigation-secondary {
  color: #080808;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #f5f5f5;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s, border-color .3s;
  display: flex;
}

.navigation-secondary:hover {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

.navigation-secondary.praca-button.m-button-outline {
  border-color: var(--dark-slate-blue-3);
  color: var(--dark-slate-blue-3);
  max-width: 50%;
}

.navigation-secondary.praca-button.m-button-outline:hover {
  background-color: #d4e5ff;
}

.icon-arrow {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.navigation-link {
  color: #222;
  letter-spacing: 0;
  -webkit-text-stroke-color: #222;
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #9b9b9b00;
  border-radius: 6px;
  margin-right: 20px;
  padding: 4px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.navigation-link:hover {
  color: #080808;
  border: 1px solid #e6e6e6;
}

.navigation-link.w--current {
  color: var(--dark-slate-blue-3);
}

.navigation-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #e0e0e000;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation-button {
  grid-column-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #222;
  border: 1px solid #222;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 8px 12px 8px 20px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.navigation-button:hover {
  border-color: var(--dark-slate-blue-3);
  background-color: var(--dark-slate-blue-3);
}

.navigation-container {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fffc;
  border: 1px solid #efefef;
  border-radius: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1290px;
  height: 75px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  display: flex;
}

.menu-button-2 {
  color: #080808;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 8px;
  transition: color .3s;
}

.menu-button-2:hover {
  color: #ea7462;
}

.menu-button-2.w--open {
  color: #fff;
  background-color: #ea7462;
  border-color: #ea7462;
}

.navigation {
  background-color: #fff0;
  align-items: center;
  width: 100%;
  height: 96px;
  padding-left: 4%;
  padding-right: 4%;
  transition: all .4s;
  display: flex;
}

.logo {
  cursor: pointer;
  width: 10.4rem;
}

.text-block-3 {
  letter-spacing: 0;
}

.text-block-4 {
  letter-spacing: 0;
  font-weight: 700;
}

.b-h3-heading {
  color: #222;
  letter-spacing: -.02em;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.b-h3-heading.kontakt-footer {
  flex-flow: row;
  padding-top: 10px;
}

.b-h3-heading.sluzby-title {
  padding-top: 10px;
}

.b-feature-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.feature-content {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.b-paragraph-small {
  color: #4b4b4b;
  text-align: center;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
}

.b-container-regular {
  z-index: 1;
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.b-span-primary {
  color: #222;
  justify-content: center;
  align-items: center;
  display: flex;
}

.b-feature-grid-block {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.margin-bottom-35 {
  margin-bottom: 16px;
  display: none;
}

.b-title-wrapper-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: none;
}

.b-paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.9;
}

.b-paragraph-large.b-text-weight-semibold {
  color: var(--text);
  text-align: center;
  font-size: 21px;
  font-weight: 700;
}

.sluzby {
  margin-top: 0;
  padding: 4rem 0% 0;
  position: relative;
  overflow: hidden;
}

.b-feature-grid-medium {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: var(--text);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0;
  padding-top: 40px;
}

.m-feature-card {
  color: #fff;
  background-color: #fffaf6;
  border-radius: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.m-button-outline {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--dark-slate-blue-3);
  text-align: center;
  -webkit-text-stroke-color: #222;
  background-color: #0000;
  border: 1px dashed #fff;
  border-radius: 8px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  align-items: center;
  width: 200px;
  min-height: 40px;
  margin: 14px 0 0;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.m-button-outline:hover {
  color: #222;
  background-color: #174d9e00;
  border-style: solid;
  border-color: #fff;
}

.m-button-outline.w--current {
  width: 200px;
  min-height: 50px;
}

.m-button-outline.w--current:hover {
  background-color: #5287d6;
}

.m-button-outline.napsatspravu {
  margin-right: 20px;
}

.m-button-outline.napsatspravu.w--current:hover {
  background-color: var(--dark-slate-blue-3);
}

.m-button-outline.napsatspravu.hidden.w--current {
  display: none;
}

.m-button-outline.kontaktujte-nas {
  border-style: solid;
  border-color: var(--text);
  color: var(--text);
}

.m-button-outline.kontaktujte-nas:hover {
  background-color: var(--dark-slate-blue-3);
  color: #fff;
}

.m-button-outline.praca-button {
  color: var(--dark-slate-blue-3);
}

.m-button-outline.praca-button:hover {
  border-style: dashed;
  border-color: var(--dark-slate-blue-3);
  color: #3668b1;
  background-color: #fff;
}

.m-button-outline.hidden {
  display: none;
}

.div-block-2 {
  justify-content: center;
  align-items: flex-end;
  height: 123px;
  display: none;
}

.star {
  width: 1rem;
  height: 1rem;
  margin-bottom: 0;
  display: inline-block;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
  position: static;
}

.slide-nav {
  display: none;
}

.div-block-5 {
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
  bottom: 0;
}

.div-block-5.sluzby {
  padding-top: 0;
  padding-bottom: 0%;
}

.text-block-6 {
  color: #fff;
  letter-spacing: 0;
  font-family: Inter, sans-serif;
  line-height: 18px;
}

.page_content {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.quote-icon {
  width: 26px;
  margin-bottom: 12px;
}

.left-arrow-2 {
  filter: invert();
  mix-blend-mode: darken;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  inset: auto auto 0% 0%;
}

.left-arrow-2:active {
  opacity: .8;
}

.container-4 {
  max-width: 1160px;
  margin-top: 3.5rem;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-card-2 {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.author-wrap-2 {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.testimonial-author-role-2 {
  color: #9ca3af;
  font-size: .8rem;
  line-height: 24px;
}

.testimonial-author-name {
  letter-spacing: -.02em;
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.right-arrow-2 {
  filter: invert();
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  inset: auto 0% 0% auto;
}

.right-arrow-2:active {
  opacity: .8;
}

.author-name-wrap-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.reference {
  color: #222;
  margin-top: 0;
  padding: 80px 3%;
}

.testimonial-slider {
  background-color: #0000;
}

.testimonial-paragraph-2 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.testimonial-grid-2 {
  grid-template-columns: 1fr;
  max-width: 80%;
  margin: auto;
  display: flex;
}

.div-block-14 {
  flex-direction: row;
  order: 0;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

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

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

.social-icon {
  color: #061237;
  -webkit-text-stroke-color: #222;
  background-color: #f4f8ff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin: 8px;
  transition: all .3s;
  display: flex;
}

.social-icon:hover {
  color: #1355ff;
  background-color: #fff;
}

.footer {
  flex-wrap: nowrap;
  flex: 0 auto;
  align-items: center;
  max-width: none;
  height: auto;
  margin-top: 150px;
  padding: 50px 5% 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer.home-footer {
  background-color: #222;
  margin-top: 0;
  padding-top: 70px;
  padding-bottom: 40px;
}

.footer-logo {
  width: 80px;
  margin-bottom: 0;
  padding-top: 0;
}

.footer-link-wrapper {
  color: #f7f7f7;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
  display: flex;
}

.container-large {
  z-index: 5;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.paragraph-footer {
  color: #fff;
  letter-spacing: 0;
  max-width: 600px;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 32px;
}

.icon-social {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 5%;
  display: flex;
}

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

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

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

.button-link-l {
  grid-column-gap: 16px;
  color: #000;
  letter-spacing: -.02em;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  text-decoration: none;
  display: flex;
}

.f-blog-content {
  padding-top: 20px;
}

.f-h5-heading {
  color: #222;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  line-height: 1.1;
  text-decoration: none;
}

.f-blog-thumbnail {
  border-radius: 8px;
  height: 360px;
  margin-top: -16px;
  margin-bottom: 0;
  overflow: hidden;
}

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

.f-image-cover {
  float: none;
  clear: none;
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  padding-top: 0;
  display: inline-block;
  position: relative;
}

.f-container-small {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-blog-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.f-section-large {
  margin-top: 6rem;
  padding: 92px 5%;
  position: relative;
}

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

.f-container-x-small {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-blog-badge-category-gray {
  border: 1px solid var(--dark-slate-blue-3);
  color: #fff;
  text-align: center;
  background-color: #174d9e00;
  border-radius: 24px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
}

.form-container {
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-container.hidden {
  display: none;
}

.radio-button {
  color: #222;
  border: 2px solid #3e4f5a;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-right: 10px;
}

.radio-button.w--redirected-checked {
  border-color: var(--text);
  background-color: var(--text);
}

.form-heading {
  color: #222;
  letter-spacing: 0;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 42px;
}

.button-wrap-right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.form-block {
  margin-left: auto;
  margin-right: auto;
}

.text-field {
  border: 1px solid var(--text);
  opacity: 1;
  color: #fff;
  -webkit-text-stroke-color: #b8b8b8;
  background-color: #fff6ee00;
  border-radius: 8px;
  min-height: 56px;
  margin-bottom: 0;
  padding-left: 12px;
  transition: all .3s;
}

.text-field:active, .text-field:focus {
  border-width: 2px;
  border-color: #5f30e2;
}

.text-field::placeholder {
  color: #a1a1b1;
  font-size: 16px;
}

.check-wrap {
  margin-top: 13px;
  margin-bottom: 40px;
}

.title-wrap {
  color: #000;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-top: 8rem;
  margin-bottom: 40px;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: static;
}

.field-wrap {
  margin-top: 0;
  margin-bottom: 24px;
  padding-top: 0;
}

.radio-button-field {
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.form-title {
  color: #afafaf;
  text-align: left;
  letter-spacing: -.02em;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
}

.form-title.kontakt-question {
  text-align: center;
}

.display-medium {
  color: #8a8a8a;
  text-align: center;
  letter-spacing: -.03em;
  max-width: 70%;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.display-medium.kontakt-subpopis {
  text-align: center;
  max-width: 70%;
  line-height: 28px;
}

.field-grid {
  grid-row-gap: 0px;
  color: var(--text);
  grid-template-rows: auto auto;
}

.radio-button-label {
  color: #222;
  -webkit-text-stroke-color: #222;
  margin-bottom: 0;
  font-weight: 400;
}

.form-wrap {
  border: 2px dashed var(--text);
  color: var(--text);
  background-color: #fff0;
  border-radius: 36px;
  justify-content: center;
  align-items: flex-start;
  max-width: 1280px;
  margin: 100px auto 40px;
  padding: 1px 80px 30px;
  display: block;
}

.form-wrap.kontaktujte-nas {
  border-color: #d8d8d8;
  flex-direction: column;
  margin-top: 100px;
  padding-top: 0;
  display: flex;
}

.form-wrap.kontaktujte-nas.notblue {
  border-style: dashed;
  border-color: var(--text);
  background-color: #0000;
  margin-top: 10rem;
  margin-bottom: 0;
}

.success-message {
  color: #fff;
  background-color: #118f69;
  border-radius: 8px;
}

.check-wrapper {
  color: #8a8a8a;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.inner_button_text {
  color: var(--dark-slate-blue-3);
  letter-spacing: 1px;
  -webkit-text-stroke-color: #222;
  text-transform: uppercase;
  font-weight: 700;
}

.text-block-25 {
  color: #8a8a8a;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-22 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.image-21 {
  max-width: 40%;
  padding-bottom: 0;
}

.faq-question {
  background-color: #fff0;
  text-decoration: none;
  transition: background-color .2s;
}

.faq-item-border {
  border-top: 1px solid #e4e6f1;
  margin-top: 0;
  padding: 28px 32px;
  transition: all .3s;
  display: block;
}

.faq-item {
  border-bottom: 1.5px solid #262626;
  font-size: 16px;
  display: block;
}

.foot_contact_wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  padding-top: 2.15rem;
  padding-right: 0;
  display: flex;
}

.h1-heading-3 {
  color: #222;
  letter-spacing: -.04em;
  -webkit-text-stroke-color: #222;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 1.2;
}

.paragraph-regular-3 {
  color: var(--text);
  margin-bottom: 0;
  line-height: 2;
}

.paragraph-regular-3.higher_lane {
  color: var(--text);
  font-size: 1.1rem;
  line-height: 1.8;
}

.paragraph-regular-3.smaller_tablet {
  font-size: .9rem;
  line-height: 1.7;
}

.highlight-2 {
  z-index: -1;
  max-width: 80%;
  display: none;
  position: absolute;
  inset: 76% 0% 0%;
}

.hero_three_benefits_grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #222;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.image-23 {
  padding-bottom: 40px;
  display: inline-block;
}

.bold-text-3 {
  color: var(--dark-slate-blue-3);
  -webkit-text-stroke-color: var(--dark-slate-blue-3);
  font-size: .75rem;
  font-weight: 600;
  line-height: 1.2;
}

.menu-comp {
  z-index: 1000;
  position: fixed;
  inset: 0% 0% auto;
}

.menu_shadow_div_onscroll {
  opacity: 0;
  height: 1px;
  display: none;
  box-shadow: 0 10px 30px 5px #6d6d6d1f;
}

.text-span-15 {
  color: var(--dark-slate-blue-3);
  font-weight: 600;
}

.infinite_strip {
  width: 100%;
  padding-top: 0;
  position: relative;
}

.t-section-social-media {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.t-social-media-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.t-social-media-carousel {
  display: none;
}

.t-social-media-marquee-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: none;
  align-items: center;
  margin-right: 24px;
  display: flex;
}

.t-social-media-image-outline {
  border: 1px solid #e0e3de;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 360px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.t-social-media-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.t-social-media-marquee {
  align-items: center;
  display: flex;
}

.div-block-26 {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding-top: 30px;
  display: none;
}

.text-block-32, .text-block-33, .text-block-34, .text-block-35 {
  color: #fff;
}

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

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

.header_box.v2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 0;
}

.header_box.v2.bot_line {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.gallery-image-medium {
  height: 360px;
  margin-bottom: 40px;
  position: relative;
}

.gallery-image-large {
  height: 432px;
  margin-bottom: 40px;
  position: relative;
}

.gallery-image-small {
  height: 288px;
  margin-bottom: 40px;
  position: relative;
}

.margin-bottom-51 {
  margin-bottom: 10px;
}

.slide-base {
  margin-right: 60px;
}

.slide-8 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.html-embed {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 100px;
}

.cal_wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: 100%;
  max-width: 1140px;
  min-height: 70vh;
  margin-bottom: 50px;
  display: flex;
}

.text-block-38 {
  color: #afafaf;
  margin-top: 20px;
}

.div-block-34 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  padding-top: 30px;
  display: flex;
}

.bold-text-6 {
  color: #afafaf;
  font-weight: 400;
}

.slide-10 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.f-blog-content-2 {
  width: 100%;
  height: 100%;
}

.f-margin-bottom-77 {
  margin-bottom: 1rem;
}

.f-h3-heading-2 {
  color: #222;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-margin-bottom-78 {
  margin-bottom: 8px;
}

.f-image-cover-2 {
  object-fit: cover;
  aspect-ratio: 1;
  border-radius: .3rem;
  width: 100%;
  display: inline-block;
}

.f-heading-detail-small-2 {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-section-large-4 {
  color: #222;
  margin-top: 2rem;
  padding: 20px 5% 92px;
  position: relative;
}

.praca-foto {
  grid-template-rows: auto;
  place-items: center;
}

.praca-foto.special_with {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr;
}

.heading-wrapper {
  color: #1e1e20;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 720px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  display: flex;
}

.heading-wrapper.no_marg {
  margin-bottom: 32px;
}

.paragraph-small-3 {
  color: var(--dim-grey);
  letter-spacing: -.01em;
  font-size: 16px;
  line-height: 1.8;
}

.h1-heading-4 {
  letter-spacing: -.04em;
  margin-top: 0;
  font-size: 64px;
  line-height: 1.2;
}

.h1-heading-4.text-weight-medium {
  color: #222;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 700;
}

.blog-thumb-2 {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 400px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

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

.text-span-21 {
  font-size: 24px;
  font-weight: 700;
  line-height: 50px;
}

.div-block-36 {
  padding-top: 40px;
}

.div-block-40 {
  background-color: #272727;
}

.text-block-57, .text-block-58, .text-block-59, .text-block-60, .text-block-61, .text-block-62 {
  color: #fff;
}

.slide-11 {
  margin-right: 20px;
}

.anchor_helper {
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.anchor_helper.sluzby {
  height: 4rem;
}

.link-4 {
  text-decoration: none;
}

.footer_link_white {
  color: #bebebe;
  background-color: #ffffff14;
  border-radius: 1rem;
  padding: 1rem 1.5rem;
  font-size: 1.15rem;
}

.footer_contact_link {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.div-block-43 {
  color: var(--black);
}

.explain_grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.card_explainer {
  background-color: #fff;
  border: 1px solid #edeff3;
  border-radius: 1.5rem;
  flex-direction: column;
  align-items: center;
  height: 20rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card_explainer.faq {
  border-radius: .75rem;
  height: auto;
  min-height: 20rem;
}

.card_explainer.faq.blue {
  background-color: #f0f5f9;
  border-color: #b4c4e5;
}

.card_explainer.faq.red {
  background-color: #fef5f4;
  border-color: #deb0a8;
}

.card_explainer.faq.yellow {
  background-color: #fefaef;
  border-color: #e7ca6e;
}

.card_explainer.faq.green {
  background-color: #f9fef0;
  border-color: #b4db73;
}

.explainer_card_text_wrapper {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(#fff, #fff0);
  flex-direction: column;
  padding: 1.75rem 2rem 1rem;
  display: flex;
  position: relative;
}

.explainer_card_text_wrapper.no_gradient {
  background-image: none;
  padding-bottom: 1.75rem;
}

.explainer_card_text_wrapper.no_gradient.c1 {
  color: #1a3a59;
}

.explainer_card_text_wrapper.no_gradient.c2 {
  color: #43150d;
}

.explainer_card_text_wrapper.no_gradient.c3 {
  color: #98760d;
}

.explainer_card_text_wrapper.no_gradient.c4 {
  color: #56791c;
}

.ec_heading {
  font-size: 1.125rem;
  font-weight: 700;
}

.dots_card_cover {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.ec_subheading {
  color: #525f75;
  font-size: 1rem;
  line-height: 1.5;
}

.ec_subheading.c1 {
  color: #54718e;
  line-height: 1.8;
}

.ec_subheading.c2 {
  color: #84534b;
  line-height: 1.8;
}

.ec_subheading.c3 {
  color: #948042;
  line-height: 1.8;
}

.ec_subheading.c4 {
  color: #627a3b;
  line-height: 1.8;
}

.benefits_grid {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 1rem;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.experience_card {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  line-height: 1.35;
  display: flex;
}

.experience_card.middle {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.ec_big_number {
  font-size: 3.15rem;
}

.ec_big_number.rotated {
  transform: rotate(0);
}

.benefits_wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 6rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.bw_background {
  z-index: 0;
  opacity: 0;
  width: 100%;
  max-width: none;
  transition: opacity .2s;
  position: relative;
}

.subheading_horizontal {
  color: #4e4e4e;
  margin-bottom: .5rem;
  font-size: 1.25rem;
}

.ec_img {
  z-index: 2;
  width: 100%;
  max-width: none;
  position: absolute;
  inset: auto 0% 0%;
}

.ec_img.spodni_okraj {
  bottom: 1rem;
}

.ec_img.spodni_okraj.second {
  margin-left: -1rem;
}

.div-block-44 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  padding-left: .5rem;
  display: flex;
}

.oko {
  filter: brightness(110%) grayscale();
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  transition: all .2s;
  display: none;
}

.oko:hover {
  filter: brightness() grayscale(0%);
}

.service_overlay {
  z-index: 10;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #ffffff40;
  justify-content: center;
  align-items: center;
  position: fixed;
  inset: 0%;
}

.service_overlay.hidden {
  display: none;
}

.service_explainer {
  background-color: #fafafa;
  border: 1px solid #e7e7e7;
  border-radius: 1rem;
  width: 80%;
  min-height: 60vh;
  padding: 2rem;
  display: none;
}

.se_grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  height: 100%;
}

.service_explainer_modal_heading {
  margin-top: 0;
  margin-bottom: .75rem;
}

.link-block-8 {
  text-decoration: none;
}

.prace_uvod_foto {
  width: 100%;
}

.prace_text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.heading-17 {
  margin-top: 0;
  font-size: 4rem;
}

.star_wrap {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.prace_inner {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  width: 800px;
  display: flex;
}

.prace_wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  padding: 5rem 7rem;
  display: none;
}

.prace_foto_grid {
  border-radius: .3rem;
}

.text_prace_square {
  padding-left: 1rem;
}

.alllink {
  color: #222;
  cursor: pointer;
  text-decoration: underline;
}

.text_prace_obdlznik {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.contact_card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  outline-offset: 0px;
  background-color: #1d1d1d;
  border-radius: 1.5rem;
  outline: 1px solid #323232;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1140px;
  padding: 1.5rem;
  display: grid;
}

.fc_head {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
}

.fc_subh {
  color: #c9c9c9;
  letter-spacing: .05rem;
  font-size: .75rem;
  line-height: 1;
}

.fc_subh_down {
  color: #b4b4b4;
  font-size: 1rem;
}

.div-block-52 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.form-block-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #d4d4d4;
  border: 1px solid #2c2c2c;
  border-radius: .75rem;
  flex-flow: column;
  margin: 0;
  padding: 1.5rem;
  font-size: .75rem;
  display: flex;
}

.text-field-2 {
  color: #fff;
  resize: vertical;
  background-color: #1d1d1d;
  border: 1px solid #333;
  border-radius: .5rem;
  min-height: 3rem;
  box-shadow: 0 1px 2px #afafaf1c;
}

.submit-button {
  color: #000;
  background-color: #f1f1f1;
  border-radius: .5rem;
  width: 100%;
  font-size: 1rem;
  font-weight: 600;
}

.div-block-53 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #171717;
  border: 1px solid #161616;
  border-radius: .75rem;
  flex-flow: column;
  margin-top: auto;
  padding: 1rem;
  display: flex;
}

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

.div-block-54 {
  background-color: #1d1d1d;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
}

.text-block-73 {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.125rem;
  line-height: 1;
  display: flex;
}

.text-block-74 {
  color: #6e6e6e;
  padding-left: 3.25rem;
  font-size: .875rem;
}

.text-block-74.s1 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-55 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  padding: 1.5rem;
  display: flex;
}

.div-block-56 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-57 {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.form-4 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.text-span-51 {
  color: #7a7a7a;
  font-weight: 200;
}

.link_ctc_foot_nolink {
  color: #6d6d6d;
  cursor: pointer;
  text-decoration: underline;
}

.image-39 {
  width: 1.5rem;
}

.div-block-58 {
  justify-content: flex-start;
  align-items: center;
  font-size: .875rem;
  display: flex;
}

.section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.section.first {
  margin-top: 100px;
}

.section.first.faq {
  padding-top: 2rem;
  padding-bottom: 5rem;
}

.section.first.hero {
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.section.first.projekty, .section.first.o_me {
  padding-top: 3rem;
  padding-bottom: 5rem;
}

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

.section.proc_vizual {
  margin-top: 5rem;
}

.section.co_rikaji_klienti {
  padding-top: 2rem;
}

.inner_width {
  width: 100%;
  max-width: 1280px;
}

.inner_width.gap_1 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.inner_width.tight {
  max-width: 1200px;
}

.inner_width.minh_90vh {
  min-height: 90vh;
}

.faq_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  transition: all .35s;
  display: grid;
}

.faq_grid.hidden {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  opacity: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.logo_klienta {
  height: 100%;
}

.logo_klienta.greenpeace {
  margin-left: -.25rem;
  margin-right: -.25rem;
}

.logo_klienta.matsu {
  margin-left: .25rem;
  margin-right: .25rem;
}

.wrap_loga_klientu {
  grid-column-gap: 4.125rem;
  grid-row-gap: 4.125rem;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  padding: 1rem;
  display: flex;
}

.link_logo_klienta {
  height: 4.25rem;
  transition: all .2s;
  transform: scale(1);
}

.link_logo_klienta:hover {
  transform: scale(1.05);
}

.link_logo_klienta.kovarik {
  margin-left: .25rem;
}

.link_logo_klienta.tyreto {
  height: 3.25rem;
  margin-bottom: -.25rem;
}

.link_logo_klienta.sufan {
  height: 4rem;
  margin-top: -.25rem;
}

.link_logo_klienta.guap {
  height: 2.25rem;
  margin-top: .25rem;
  margin-left: .25rem;
  margin-right: .25rem;
}

.faq_select {
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
  display: flex;
}

.faq_select_buttons_wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border-radius: .25rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  font-size: 1rem;
  display: grid;
}

.faq_select_button {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  outline-offset: -1px;
  color: #363636;
  text-align: center;
  cursor: pointer;
  border: 1px dashed #dad6d2;
  border-radius: .25rem;
  outline: 2px solid #36363600;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 17.5rem;
  padding: .375rem .75rem;
  font-weight: 600;
  transition: all .15s;
  display: flex;
}

.faq_select_button.selected {
  color: #1e1e1e;
  background-color: #ffffff6b;
  border-color: #6b6b6b;
  outline-color: #383838;
}

.projekty_grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3.5rem;
  display: grid;
}

.project_card {
  color: var(--text);
  background-color: #fff;
  border: 1px solid #eeedec;
  border-radius: .5rem;
  text-decoration: none;
  overflow: hidden;
}

.project_image {
  object-fit: cover;
  border-radius: .5rem;
  width: 100%;
  height: 20rem;
  padding: .25rem;
}

.project_card_bottom {
  border-top: 1px solid #eeedec;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 6rem;
  padding: 1.25rem;
  display: flex;
}

.project_card_bot_left {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.project_card_bot_right {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.project_card_badge {
  color: #2c2c2c;
  white-space: nowrap;
  border: 1px solid #d8cece;
  border-radius: 10rem;
  padding: .5rem .75rem;
  font-size: .75rem;
  line-height: 1;
  transition: all .2s;
}

.project_card_badge:hover {
  color: #000;
  border-color: #7b7777;
}

.pc_main_name {
  width: 50%;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
}

.pc_explain_text {
  text-transform: uppercase;
  font-size: .875rem;
}

.project_card_img_wrap {
  position: relative;
}

.project_card_img_overlay_hover {
  opacity: 0;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  margin: .25rem;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.project_card_img_overlay_hover.hidden {
  z-index: -1;
  opacity: 0;
}

.pc_show_project {
  -webkit-backdrop-filter: blur(3px) saturate(0%);
  backdrop-filter: blur(3px) saturate(0%);
  color: #fff;
  background-color: #174d9eb0;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 14rem;
  height: 4rem;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
}

.faq_cat_img {
  height: 3rem;
}

.o_me {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  display: flex;
}

.o_me_header_content {
  grid-column-gap: 8.25rem;
  grid-row-gap: 8.25rem;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.ome_img_wrap {
  background-color: #edf0f2;
  border: 1px solid #dde3e8;
  border-radius: .75rem;
  width: 30rem;
  height: 30rem;
  padding: .5rem;
}

.ome_header_left_wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.ome_img {
  object-fit: cover;
  background-color: #fff;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  box-shadow: 0 1px .5px #95a0b214;
}

.heading {
  letter-spacing: -.64px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.16;
}

.pre_heading {
  color: var(--dim-grey);
  letter-spacing: -.08px;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.43;
}

.subheading {
  letter-spacing: -.18px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
}

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

.ome_benefit {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.71;
  display: flex;
}

.icon_3rem_wrap {
  background-color: #edf0f2;
  border: .5px solid #dde3e8;
  border-radius: .375rem;
  flex: none;
  width: 3rem;
  height: 3rem;
  padding: .25rem;
}

.icon_3rem_inner {
  background-color: #fff;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: .5rem;
  display: flex;
}

.icon_img_1_5rem {
  width: 1.5rem;
  height: 1.5rem;
}

.ome_header_texts {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.ome_name_span {
  color: var(--dark-slate-blue-3);
}

.semibold_span {
  font-weight: 600;
}

.success-message-2 {
  background-color: #000;
  height: 100%;
}

.error-message {
  color: #000;
}

.gray_link {
  color: #8a8a8a;
}

.gray_link.black {
  color: #0c0c0c;
}

.blog_grid-three {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template: "."
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3rem;
  display: grid;
}

.text-size-large {
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.5;
}

.text-size-large.text-weight-medium {
  font-weight: 700;
}

.text-size-medium {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.text-size-medium.text-color-secondary {
  color: #3f3f46;
}

.text-size-medium.text-color-secondary.text-truncate {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.button {
  color: #18181b;
  text-align: center;
  white-space: nowrap;
  background-color: #daecff;
  border: 1px solid #90cbff;
  border-radius: 6.1875rem;
  justify-content: center;
  align-items: center;
  padding: .375rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
  box-shadow: inset 0 1px 2px 2px #fff, 0 1px 1px #25252726;
}

.button:hover {
  background-color: #bddfff;
  box-shadow: inset 0 1px 2px 2px #eff7ff, 0 1px 1px #25252726;
}

.blog_card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #18181b;
  background-color: #fafafa;
  border: 1px solid #e4e4e7;
  border-radius: .75rem;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  text-decoration: none;
  transition: background-color .3s, border-color .3s;
  display: flex;
  overflow: hidden;
}

.blog_card:hover {
  background-color: #f4f4f5;
  border-color: #d4d4d8;
}

.container-medium {
  z-index: 1;
  width: 100%;
  max-width: 73.75rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.button-text-wrapper {
  justify-content: flex-start;
  align-items: center;
  min-height: 1.5rem;
  padding-left: .375rem;
  padding-right: .375rem;
  display: flex;
}

.section-medium {
  padding: 4rem 5%;
  position: relative;
}

.section-medium.background-secondary {
  margin-top: 100px;
}

.blog_card-image {
  aspect-ratio: 3 / 2;
  border-radius: .75rem;
  width: 100%;
  overflow: hidden;
}

.column-small {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.blog_card-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  min-width: 0;
  display: flex;
}

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

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

@media screen and (min-width: 1280px) {
  .navigation-container {
    max-width: 1300px;
  }

  .page_content {
    background-size: 1280px;
  }

  .card_explainer {
    align-items: center;
  }

  .ec_img.spodni_okraj.first {
    width: 90%;
    margin-left: 0;
  }

  .ec_img.spodni_okraj.third {
    bottom: 0;
  }

  .ec_img.spodni_okraj.fourth {
    width: 90%;
    bottom: 1.5rem;
    left: auto;
    right: auto;
  }

  .ec_img.spodni_okraj.fifth {
    width: 95%;
    margin-left: -1rem;
  }

  .div-block-59 {
    padding-right: 2rem;
  }

  .o_me_header_content {
    grid-column-gap: 7.5rem;
    grid-row-gap: 7.5rem;
  }

  .ome_img_wrap {
    width: 32.5rem;
    height: 32.5rem;
  }
}

@media screen and (min-width: 1920px) {
  .header_box.v2.bot_line {
    border-bottom-style: none;
  }

  .ec_img.spodni_okraj.first {
    width: 85%;
    left: .5rem;
  }

  .ec_img.spodni_okraj.second {
    bottom: 1.25rem;
  }

  .ec_img.spodni_okraj.third {
    margin-bottom: -.5rem;
  }

  .ec_img.spodni_okraj.fifth {
    width: 90%;
    margin-left: 0;
  }
}

@media screen and (max-width: 991px) {
  .header-grid-b {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    position: relative;
  }

  .header-wrap {
    padding-right: 30%;
  }

  .highlight-span {
    padding-left: 5px;
    padding-right: 5px;
  }

  .hero_container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    display: flex;
  }

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

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

  .navigation-link {
    width: 100%;
  }

  .navigation-menu {
    color: #393b6a;
    background-color: #fff;
    border-radius: 8px;
    padding: 12px;
    position: absolute;
  }

  .navigation-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

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

  .navigation {
    position: relative;
  }

  .b-h3-heading {
    font-size: 2.25rem;
  }

  .sluzby {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .b-feature-grid-medium {
    grid-template-columns: 1fr 1fr;
  }

  .star.hero-star {
    object-fit: fill;
    width: auto;
    height: 2rem;
  }

  .testimonial-grid-2 {
    grid-column-gap: 60px;
  }

  .footer {
    padding-bottom: 140px;
  }

  .footer-link-wrapper {
    flex-flow: wrap;
  }

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

  .h1-heading-3 {
    font-size: 2.25rem;
  }

  .paragraph-regular-3.higher_lane {
    line-height: 2;
  }

  .paragraph-regular-3.smaller_tablet {
    font-size: .875rem;
  }

  .hero_three_benefits_grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .image-23 {
    max-width: none;
    height: 48vh;
    position: absolute;
    inset: 0% -20vh 0% auto;
    transform: rotate(-34deg);
  }

  .header_box.v2.bot_line {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-thumb-2 {
    height: 340px;
  }

  .explainer_card_text_wrapper {
    padding: 26px;
  }

  .ec_heading {
    font-size: 1rem;
  }

  .ec_subheading {
    font-size: .95rem;
  }

  .benefits_grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .experience_card {
    padding: 1rem 3rem;
  }

  .experience_card.middle {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: #eee;
    border-bottom-width: 1px;
    border-bottom-color: #eee;
  }

  .benefits_wrapper {
    height: auto;
  }

  .bw_background {
    width: 200%;
    transform: rotate(0);
  }

  .subheading_horizontal {
    font-size: 1.125rem;
  }

  .prace_inner {
    width: 700px;
  }

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

@media screen and (max-width: 767px) {
  .header-wrap {
    z-index: 1;
    padding-right: 25%;
  }

  .navigation-secondary {
    display: none;
  }

  .left-arrow-2 {
    inset: -50px 0% auto -50px;
  }

  .right-arrow-2 {
    inset: -50px 0% auto 50px;
  }

  .testimonial-grid-2 {
    grid-row-gap: 60px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .footer-wrapper {
    margin-bottom: 60px;
  }

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

  .faq-question {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .h1-heading-3 {
    font-size: 1.75rem;
  }

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

  .image-23 {
    z-index: 0;
    right: -30vh;
  }

  .t-social-media-image-outline {
    height: 240px;
  }

  .gallery-image-medium, .gallery-image-large, .gallery-image-small {
    height: 200px;
  }

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

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

  .h1-heading-4 {
    font-size: 48px;
  }

  .text-block-45 {
    font-size: 15px;
    line-height: 24px;
  }

  .text-span-21 {
    font-size: 20px;
  }

  .explain_grid {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .benefits_wrapper {
    height: 22rem;
  }

  .subheading_horizontal {
    font-size: 1rem;
  }

  .prace_inner {
    width: 500px;
  }

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

@media screen and (max-width: 479px) {
  .h6-heading {
    white-space: pre-wrap;
  }

  .header-grid-b {
    grid-template-columns: 2fr;
  }

  .navigation-secondary, .navigation-button {
    display: none;
  }

  .b-feature-grid-medium {
    grid-template-columns: 1fr;
  }

  .m-button-outline {
    width: 100%;
  }

  .footer-link-wrapper {
    flex-direction: column;
  }

  .form-wrap {
    padding: 24px;
  }

  .check-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .faq-question {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .faq-item-border {
    padding: 24px 14px;
  }

  .h1-heading-3 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .t-social-media-wrapper {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .t-social-media-image-outline {
    height: 180px;
  }

  .gallery-image-medium, .gallery-image-large, .gallery-image-small {
    margin-bottom: 20px;
  }

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

  .ec_big_number {
    font-size: 2.5rem;
  }

  .benefits_wrapper {
    overflow: visible;
  }

  .bw_background {
    width: 400%;
  }

  .prace_inner {
    width: 300px;
  }
}

#w-node-_0a698ab7-0ccf-bd98-e041-10b34cb66ff2-95efb56e, #w-node-e5f5c3f5-59ac-a525-31f7-c9b42a77259f-95efb56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93a6eec1-1dca-7d01-eba1-6c04cd002035-95efb56e {
  align-self: center;
}

#w-node-_93a6eec1-1dca-7d01-eba1-6c04cd002052-95efb56e, #w-node-_93a6eec1-1dca-7d01-eba1-6c04cd002056-95efb56e, #w-node-_93a6eec1-1dca-7d01-eba1-6c04cd00205f-95efb56e, #w-node-_93a6eec1-1dca-7d01-eba1-6c04cd002068-95efb56e, #w-node-_3c7ebba9-ff4d-21ed-e137-b0e3d4e97d9a-95efb56e, #w-node-_3c7ebba9-ff4d-21ed-e137-b0e3d4e97da3-95efb56e, #w-node-_3c7ebba9-ff4d-21ed-e137-b0e3d4e97dac-95efb56e, #w-node-_3c7ebba9-ff4d-21ed-e137-b0e3d4e97db5-95efb56e, #w-node-_3c7ebba9-ff4d-21ed-e137-b0e3d4e97dbe-95efb56e, #w-node-_3c7ebba9-ff4d-21ed-e137-b0e3d4e97dc7-95efb56e, #w-node-_33c6498b-a462-a27b-a72e-a992c1f3a366-95efb56e, #w-node-befe44d3-853c-7b84-4e3b-2d5c6171108d-95efb56e, #w-node-_5ac64cc6-3d8b-bd58-2ca3-045b638ffa06-95efb56e, #w-node-_0bb275e5-0d81-1588-62ad-ae71de4cd8d0-95efb56e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0fd60b63-829d-d6f4-dce3-841765261779-95efb56e, #w-node-f81ddb9d-8a08-69f5-aeba-01eb7bc90c6c-95efb56e, #w-node-cb7e20ee-4701-96d9-6d35-f229872897c3-95efb56e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_57cf5bc3-d340-9936-0346-200fbfedbe3a-95efb56e, #w-node-cbe7bc5b-5877-1764-a346-1ba7ecff8e18-95efb56e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_1f7222ec-c139-b78b-4e71-4043a6c912ef-fb22cfcb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#button_obal.w-node-_3d937541-7159-7aca-db37-929500207117-6d0cc4ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68e38178-c552-d039-7da2-faacb8fb671b-6d0cc4ea {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d63c50c0-8e32-3797-213a-dd1ba3730908-6d0cc4ea {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-c3317bfe-6f1e-c1fb-3657-8bdd17126147-6d0cc4ea, #w-node-_64407ad4-314a-9850-0baa-67c72d4c4f12-6d0cc4ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05a1e850-d718-ae6a-69d6-ff4e4237946c-6d0cc4ea {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8f090a15-da68-7737-c380-6e58a8f891b3-6d0cc4ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13dff34c-8e0b-d8dc-b75a-f34762bc0401-6d0cc4ea {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_13dff34c-8e0b-d8dc-b75a-f34762bc0408-6d0cc4ea {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_13dff34c-8e0b-d8dc-b75a-f34762bc040f-6d0cc4ea, #w-node-_13dff34c-8e0b-d8dc-b75a-f34762bc0416-6d0cc4ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13dff34c-8e0b-d8dc-b75a-f34762bc041d-6d0cc4ea {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_13dff34c-8e0b-d8dc-b75a-f34762bc0424-6d0cc4ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f59db886-7a30-ef2d-42e2-3e414a314664-6d0cc4ea {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f59db886-7a30-ef2d-42e2-3e414a31466b-6d0cc4ea {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-f59db886-7a30-ef2d-42e2-3e414a314672-6d0cc4ea, #w-node-f59db886-7a30-ef2d-42e2-3e414a314679-6d0cc4ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f59db886-7a30-ef2d-42e2-3e414a314680-6d0cc4ea {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f59db886-7a30-ef2d-42e2-3e414a314687-6d0cc4ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b480eb07-8e9a-2e62-3b9d-ea71843601b1-6d0cc4ea {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b480eb07-8e9a-2e62-3b9d-ea71843601b8-6d0cc4ea {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b480eb07-8e9a-2e62-3b9d-ea71843601bf-6d0cc4ea, #w-node-b480eb07-8e9a-2e62-3b9d-ea71843601c6-6d0cc4ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b480eb07-8e9a-2e62-3b9d-ea71843601cd-6d0cc4ea {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b480eb07-8e9a-2e62-3b9d-ea71843601d4-6d0cc4ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2a69297-a9c6-8cea-ca61-0578082a765b-6d0cc4ea {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a2a69297-a9c6-8cea-ca61-0578082a7662-6d0cc4ea {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a2a69297-a9c6-8cea-ca61-0578082a7669-6d0cc4ea, #w-node-a2a69297-a9c6-8cea-ca61-0578082a7670-6d0cc4ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2a69297-a9c6-8cea-ca61-0578082a7677-6d0cc4ea {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a2a69297-a9c6-8cea-ca61-0578082a767e-6d0cc4ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c97c1652-16c2-44cc-f77a-2d86ae2ac2f8-6d0cc4ea {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c97c1652-16c2-44cc-f77a-2d86ae2ac2ff-6d0cc4ea {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-c97c1652-16c2-44cc-f77a-2d86ae2ac306-6d0cc4ea, #w-node-c97c1652-16c2-44cc-f77a-2d86ae2ac30d-6d0cc4ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c97c1652-16c2-44cc-f77a-2d86ae2ac314-6d0cc4ea {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c97c1652-16c2-44cc-f77a-2d86ae2ac31b-6d0cc4ea, #w-node-_08368c00-ede6-8b41-a726-88cc00eae5b4-e5936cf9, #w-node-_42643f93-7225-3036-95a0-9aa14dfde7e4-e5936cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f4ddfd9c-43bf-dee9-df86-8b853a493eef-e5936cf9, #w-node-_0bf5874f-60d1-4534-5111-3072a14223e8-5dfe27db, #w-node-a0d47cca-2d16-c029-2bab-c9ac60ff2251-40ceba79 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7a1ae46d-d6c1-d7c4-e910-5e48cfbf558b-c38e229c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7ebc8a2c-67ff-5320-e0ec-665bbb8a4c2d-b0e3cd7e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_08368c00-ede6-8b41-a726-88cc00eae5b4-49ac95fc, #w-node-_42643f93-7225-3036-95a0-9aa14dfde7e4-49ac95fc, #w-node-_0a698ab7-0ccf-bd98-e041-10b34cb66ff2-f7ed7917, #w-node-e5f5c3f5-59ac-a525-31f7-c9b42a77259f-f7ed7917, #w-node-_0a698ab7-0ccf-bd98-e041-10b34cb66ff2-e07321a2, #w-node-e5f5c3f5-59ac-a525-31f7-c9b42a77259f-e07321a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_93a6eec1-1dca-7d01-eba1-6c04cd002035-95efb56e {
    align-self: center;
  }

  #w-node-_93a6eec1-1dca-7d01-eba1-6c04cd002052-95efb56e {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0fd60b63-829d-d6f4-dce3-841765261779-95efb56e, #w-node-f81ddb9d-8a08-69f5-aeba-01eb7bc90c6c-95efb56e, #w-node-cb7e20ee-4701-96d9-6d35-f229872897c3-95efb56e {
    grid-column: span 3 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_93a6eec1-1dca-7d01-eba1-6c04cd002035-95efb56e {
    order: -9999;
  }

  #w-node-_0fd60b63-829d-d6f4-dce3-841765261779-95efb56e, #w-node-f81ddb9d-8a08-69f5-aeba-01eb7bc90c6c-95efb56e, #w-node-cb7e20ee-4701-96d9-6d35-f229872897c3-95efb56e, #w-node-_57cf5bc3-d340-9936-0346-200fbfedbe3a-95efb56e, #w-node-cbe7bc5b-5877-1764-a346-1ba7ecff8e18-95efb56e {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_93a6eec1-1dca-7d01-eba1-6c04cd002052-95efb56e {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


