:root {
  --white: #fffef2;
  --black-blue: #001449;
  --shadow_orange: #ff8c733b;
  --white-yellow: #fffdf1;
  --orange: #ff8c73;
  --blue: #4a7bff;
  --black: black;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

h1 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h3 {
  margin-top: 1rem;
  margin-bottom: .25rem;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

p {
  max-width: 50ch;
  margin-bottom: .5rem;
  font-size: 16px;
  line-height: 1.4;
}

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

a:hover {
  color: var(--black-blue);
}

.html-embed {
  z-index: 1;
  position: fixed;
  inset: 0%;
}

.section {
  z-index: 20;
  position: relative;
  overflow: hidden;
}

.section.full {
  background-color: var(--white);
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section.footer {
  padding: 8rem 0;
}

.section.blur {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #fffdf11c;
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.container {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fffdf11a;
  border-radius: 11px;
}

.image {
  width: 10vw;
}

.brand, .brand.w--current {
  margin-top: 0;
  margin-left: 0;
}

.nav-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-top: .7rem;
  display: flex;
}

.navbar {
  z-index: 90;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #fffdf11c;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #fffdf11c;
  border-radius: 10px;
  padding: 2rem 3rem;
  box-shadow: 0 2px 6px #4a7bff33;
}

.div-block._2a {
  box-shadow: 0 2px 6px 0 var(--shadow_orange);
}

.div-block.obrazek {
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #fffdf100;
  justify-content: center;
  align-items: center;
  width: 80%;
  padding: 0;
  display: flex;
}

.div-block.bez_pozadi {
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  box-shadow: none;
  background-color: #fffdf100;
}

.div-block.bez_pozadi_full {
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #fffdf100;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 8rem;
}

.div-block.obrazek_full {
  aspect-ratio: 16 / 9;
  object-fit: contain;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.div-block.obrazek-full {
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #fffdf100;
  margin-left: auto;
}

.div-block.bez_pozadi-copy {
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  box-shadow: none;
  background-color: #fffdf100;
  padding: 0;
}

.flex-block {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 4rem;
}

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

.heading {
  color: var(--black-blue);
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
}

.heading.w {
  color: var(--white-yellow);
}

.heading.white {
  color: var(--white);
  font-weight: 700;
}

.nav-link {
  color: var(--black-blue);
  padding: 3px 3px 3px 2px;
}

.nav-link:hover {
  border-bottom: 2px solid var(--black-blue);
}

.nav-link.w--current {
  border-bottom: 2px solid var(--black-blue);
  color: var(--black-blue);
}

.body {
  color: var(--black-blue);
  flex-flow: column;
}

.paragraph {
  margin-bottom: .5rem;
}

.paragraph.w {
  color: var(--white-yellow);
}

.paragraph.white {
  color: var(--white);
}

.button {
  background-color: var(--orange);
  color: var(--white-yellow);
  border-radius: 5px;
  margin-top: .5rem;
  padding: .5rem 1rem;
}

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

.button._2 {
  background-color: var(--blue);
}

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

.paragraph-2 {
  width: 80ch;
}

.html-embed-2 {
  z-index: 1;
  position: fixed;
  inset: 0%;
}

.body-2 {
  color: var(--black-blue);
  padding-top: 100px;
  font-family: "Zeppelin 32", sans-serif;
  font-size: 15px;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

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

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.footer {
  z-index: 20;
  background-color: var(--orange);
  padding: 100px 60px;
  position: relative;
}

.div-block-copy {
  border-radius: 10px;
  margin-bottom: 60px;
  margin-left: 60px;
  padding: 20px 60px 40px;
}

.div-block-copy._2a {
  box-shadow: 0 2px 6px #ff8c733b;
}

.image-2 {
  width: 20vw;
  margin-bottom: 1rem;
}

.div-block-bez {
  border-radius: 10px;
  margin-bottom: 60px;
  margin-right: 20px;
  padding-bottom: 40px;
  padding-right: 60px;
}

.div-block-bez._2a {
  box-shadow: 0 2px 6px #ff8c733b;
}

.container-3 {
  max-width: 1280px;
  display: flex;
}

.image_cover {
  background-color: #fffdf11c;
  background-image: url('../images/medical-team-working_1.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  width: 800px;
  margin-bottom: 60px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px 60px 40px;
}

.image_cover._2a {
  box-shadow: 0 2px 6px #ff8c733b;
}

.section-full {
  z-index: 20;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  justify-content: space-between;
  align-items: center;
  margin-top: 8rem;
  margin-bottom: 8rem;
  display: flex;
  position: relative;
}

.image_cover_full {
  background-color: #fffdf11c;
  background-image: url('../images/medical-team-working_1.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  width: 50%;
  height: 500px;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-left: 60px;
  position: absolute;
}

.image_cover_full._2a {
  box-shadow: 0 2px 6px #ff8c733b;
}

.section-full-white {
  z-index: 20;
  background-color: var(--white-yellow);
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.heading_velky {
  color: var(--black-blue);
  font-size: 110px;
  font-weight: 700;
  line-height: 1;
}

.heading_velky.w {
  color: var(--white-yellow);
}

.obal_nav {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  position: relative;
  inset: 0% 0% auto;
}

.flex-blockabsolut {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 4rem;
  position: absolute;
}

.flex-blockabsolut.obrazek {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.quick-stack {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 4rem;
}

.quick-stack-absolut {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 4rem;
  position: relative;
}

.cell.spodni {
  justify-content: flex-end;
  align-items: flex-start;
}

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

.heding4 {
  color: var(--white);
  line-height: 1.2;
}

.heding4.blue {
  color: var(--black-blue);
}

.icon {
  width: 60px;
}

.flex-block-nadpis {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-left: 4rem;
  padding-right: 4rem;
}

.flex-block-nadpis.obrazek {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.paragraph-icon {
  width: 25ch;
  margin-bottom: .5rem;
}

.paragraph-icon.w {
  color: var(--white-yellow);
}

.paragraph-icon.white {
  color: var(--white);
}

.brake {
  height: 8rem;
}

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

.cell-copy.spodni {
  justify-content: flex-end;
  align-items: flex-start;
}

.flex-block-copy {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 4rem;
}

.flex-block-copy.obrazek {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.image-copy {
  width: 50vw;
}

.louding {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 4rem;
}

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

.section_loud {
  z-index: 900;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fffdf100;
  width: 100vw;
  height: 100vh;
  position: absolute;
  overflow: hidden;
}

.section_loud.full {
  background-color: var(--white);
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section_loud.footer {
  padding: 8rem 0;
}

.section_loud.blur {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #fffdf11c;
  margin-top: 8rem;
  margin-bottom: 8rem;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  display: flex;
}

.heading_velky-copy {
  color: var(--black-blue);
  text-align: center;
  width: 100vw;
  font-size: 110px;
  font-weight: 700;
  line-height: 1;
}

.heading_velky-copy.w {
  color: var(--white-yellow);
}

.icon-2 {
  width: 100px;
  margin-bottom: 2rem;
}

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

.button-copy {
  background-color: var(--orange);
  color: var(--white-yellow);
  border-radius: 5px;
  margin-top: 1rem;
  padding: .5rem 1rem;
}

.button-copy:hover {
  background-color: var(--blue);
  color: var(--white);
}

.button-copy._2 {
  background-color: var(--blue);
}

@media screen and (max-width: 991px) {
  .section.full {
    background-color: var(--white);
  }

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

  .image {
    width: 15vw;
  }

  .nav-menu {
    padding-top: .5rem;
  }

  .div-block {
    padding: 1.5rem 2rem;
  }

  .div-block.obrazek {
    width: 100%;
    height: auto;
  }

  .div-block.bez_pozadi_full {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 6rem;
  }

  .div-block.obrazek_full {
    aspect-ratio: 3 / 2;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

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

  .heading {
    font-size: 34px;
  }

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

  .footer-content {
    grid-column-gap: 60px;
  }

  .heading_velky {
    font-size: 80px;
  }

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

  .cell.spodni {
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .brake {
    height: 4rem;
  }

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

  .image-copy {
    width: 15vw;
  }

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

  .section_loud.full {
    background-color: var(--white);
  }

  .heading_velky-copy {
    font-size: 80px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .section.footer {
    margin-left: 0;
    margin-right: 0;
    padding: 2rem;
  }

  .section.blur {
    margin: 4rem 0;
  }

  .image {
    width: 20vw;
  }

  .div-block {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .div-block.bez_pozadi {
    width: 350px;
    padding-top: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block.bez_pozadi_full {
    padding: 1.5rem 4rem;
  }

  .div-block.obrazek_full {
    aspect-ratio: 3 / 2;
  }

  .div-block.bez_pozadi-copy {
    width: 400px;
    padding-top: 0;
    padding-left: 2rem;
  }

  .flex-block {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .heading {
    font-size: 24px;
  }

  .paragraph, .button {
    font-size: 14px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .image_cover_full {
    width: 100%;
    height: 250px;
    position: relative;
  }

  .heading_velky {
    font-size: 60px;
  }

  .flex-blockabsolut {
    flex-flow: column;
  }

  .quick-stack {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 0;
  }

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

  .heding4, .heding4.blue {
    font-size: 18px;
  }

  .icon {
    width: 40px;
  }

  .flex-block-nadpis {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-icon {
    font-size: 14px;
  }

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

  .image-copy {
    width: 20vw;
  }

  .louding {
    flex-flow: column;
  }

  .section_loud {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .heading_velky-copy {
    font-size: 60px;
  }

  .icon-2 {
    width: 80px;
  }

  .button-copy {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    margin-left: 0;
    margin-right: 0;
  }

  .section.footer {
    padding-left: 0;
    padding-right: 0;
  }

  .section.blur {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .image {
    width: 30vw;
  }

  .nav-menu {
    background-color: #ff8c7300;
    padding-top: .125rem;
  }

  .div-block {
    padding: 1rem;
  }

  .div-block.bez_pozadi {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block.bez_pozadi-copy {
    width: 280px;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-block {
    margin-bottom: 2rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .image-2 {
    width: 30vw;
  }

  .heading_velky {
    font-size: 40px;
  }

  .obal_nav {
    justify-content: flex-start;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .quick-stack {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .flex-block-nadpis {
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .brake {
    height: 4rem;
  }

  .image-copy {
    width: 20vw;
  }

  .utility-page-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading_velky-copy {
    font-size: 40px;
  }
}

#w-node-fced42d3-2a22-539d-70ad-81a53c4b5bcd-7ff4b1a6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7a13ed5c-cf77-f3fa-6109-1be1a03371c1-7ff4b1a6 {
  grid-template-rows: auto;
  grid-template-columns: 40vw 40vw;
}

#w-node-ab93166a-7157-da09-a95f-0bef510fffb3-7ff4b1a6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-e74b19a9-d842-cbe7-a458-383c2aad2b0d-7ff4b1a6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-ab93166a-7157-da09-a95f-0bef510fffb3-7ff4b1a6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fced42d3-2a22-539d-70ad-81a53c4b5bcd-7ff4b1a6, #w-node-_7a13ed5c-cf77-f3fa-6109-1be1a03371c1-7ff4b1a6, #w-node-ab93166a-7157-da09-a95f-0bef510fffb3-7ff4b1a6, #w-node-e74b19a9-d842-cbe7-a458-383c2aad2b0d-7ff4b1a6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Zeppelin 32';
  src: url('../fonts/Zeppelin32Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Zeppelin 32';
  src: url('../fonts/Zeppelin32Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zeppelin 32';
  src: url('../fonts/Zeppelin32BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Zeppelin 32';
  src: url('../fonts/Zeppelin32.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}