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

@font-face {
  font-family: Gt Cinetype;
  src: url('../fonts/GT-Cinetype-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

.section {
  justify-content: center;
  align-items: center;
  height: 90vh;
  display: flex;
}

.section.landing {
  height: 100vh;
}

.div-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.image {
  vertical-align: middle;
  align-self: center;
  width: 44vw;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 0;
}

.pink {
  background-color: #e9cdc7;
  height: auto;
  min-height: 95vh;
  padding-top: 4em;
  padding-left: 4em;
  padding-right: 4em;
}

.pink.white.black {
  width: auto;
  min-width: auto;
  min-height: auto;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.pink.petr {
  background-image: url('../images/IMG_2386-Enhanced-NR.jpg');
  background-position: 50%;
  background-size: cover;
}

.quick-stack {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.heading-2 {
  color: #333;
  margin-top: 0;
  margin-bottom: 1em;
  font-family: Gt Cinetype, Arial, sans-serif;
  font-size: 2.3em;
}

.heading-2.white {
  color: #fff;
}

.heading-2.white.black {
  color: #000;
}

.heading-2.ruzova {
  color: #e9cdc7;
}

.body {
  color: #333;
  font-family: Gt Cinetype, Arial, sans-serif;
  font-size: 2.1vh;
  font-weight: 700;
  line-height: 2.3vh;
}

.body.white {
  color: #fff;
  line-height: 110%;
}

.text-span {
  font-size: .8em;
  line-height: 1em;
}

.column {
  margin-bottom: 60px;
  padding-left: 0;
  padding-right: 20px;
}

.column.bez-odsazeni {
  margin-bottom: 0;
}

.div-block-2 {
  min-height: 55vh;
}

.slider {
  object-fit: fill;
  min-height: 55vh;
}

.image-2 {
  aspect-ratio: auto;
  vertical-align: middle;
  object-fit: fill;
  min-width: auto;
  max-width: 100%;
  display: inline-block;
}

.black.pink {
  background-color: #000;
  min-height: 95vh;
}

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

.column-2 {
  padding-left: 20px;
  padding-right: 0;
}

.column-3 {
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 0;
  display: block;
}

.body-mensi {
  text-align: left;
  padding-top: 0;
  font-family: Gt Cinetype, Arial, sans-serif;
  font-size: 1.55vh;
  font-weight: 700;
  line-height: 1.8vh;
}

.body-mensi.white {
  color: #fff;
  padding-top: 20px;
  line-height: 110%;
}

.body-mensi.vpravo {
  text-align: right;
}

.div-block-3 {
  padding-top: 2em;
}

.text-span-2 {
  width: .8em;
}

.image-3 {
  object-fit: fill;
  max-width: 100%;
  min-height: auto;
}

.mask {
  object-fit: fill;
  min-height: auto;
}

.slide {
  object-fit: fill;
  background-image: url('../images/Petra.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 0;
}

.slide-2 {
  background-image: url('../images/PXL_20250901_114459291.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/DSC_2804.JPG');
  background-position: 0 0;
  background-size: cover;
}

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

.div-block-4 {
  background-color: #0000;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
  overflow: visible;
}

.div-block-4.postranni {
  padding-right: 25px;
}

.text-block {
  direction: ltr;
  overflow-wrap: normal;
  display: flex;
}

.text-block.vertical-text {
  writing-mode: tb-rl;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Gt Cinetype, Arial, sans-serif;
  font-size: 2.5vh;
  font-weight: 700;
}

.container {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  min-width: 100vw;
  max-width: none;
  min-height: 100vh;
  display: flex;
  position: absolute;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.background-video {
  position: static;
  overflow: visible;
}

.container-2 {
  max-width: 90vw;
}

.columns {
  margin-left: 0;
  margin-right: auto;
}

.slide-4 {
  object-fit: cover;
  position: relative;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px 80px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.slide-6 {
  background-image: url('../images/Petra.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/DSC_2804.JPG');
  background-position: 50%;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/PXL_20250901_114459291.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider-2.oftalmologie, .slider-3 {
  background-color: #ddd0;
  min-height: 60vh;
}

.slide-9 {
  background-image: url('../images/IMG_3223-Enhanced-NR.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-10 {
  background-image: url('../images/DSC_2804.JPG');
  background-position: 50%;
  background-size: cover;
}

.slide-11 {
  background-image: url('../images/IMG_3807.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-12 {
  background-image: url('../images/IMG_4591.jpg');
  background-position: 50%;
  background-size: cover;
}

.pozice {
  padding-bottom: 10px;
  font-family: Gt Cinetype, Arial, sans-serif;
}

.znacka {
  color: #e9cdc7;
  font-family: Gt Cinetype, Arial, sans-serif;
  font-size: 1.55vh;
  font-weight: 700;
  text-decoration: none;
}

.text-span-3 {
  font-size: 1.35em;
  text-decoration: underline;
}

.text-span-4 {
  font-size: .8em;
  line-height: .8em;
}

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

.text-span-5 {
  font-size: .8em;
  line-height: 1em;
}

.text-span-6 {
  text-decoration: underline;
}

.list-item {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template: ". Area"
                 ". ."
                 / 1fr .25fr;
  grid-auto-columns: 1fr;
  padding-bottom: 0;
  display: grid;
}

.list-item-2 {
  grid-column-gap: 10px;
  grid-row-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  display: grid;
}

.list-item-2.bez-margin {
  padding-top: 0;
}

.body-nejmensi {
  font-family: Gt Cinetype, Arial, sans-serif;
  font-size: 1.55vh;
  line-height: 1em;
}

.text-span-7 {
  text-align: right;
  font-size: .8em;
  line-height: .9em;
}

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

.link {
  color: #333;
}

.text-span-9 {
  font-size: .8em;
  font-weight: 400;
  line-height: .9em;
}

.link-2 {
  color: #333;
}

.link-3 {
  color: #333;
  text-decoration: none;
}

.image-7 {
  max-height: 80vh;
}

.image-7.napravej {
  margin-top: 0;
  padding-top: 0;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.container-4 {
  max-width: none;
  min-height: 59vh;
  max-height: none;
}

.code-embed {
  width: 100%;
  min-width: 100%;
  max-width: none;
  height: 40vh;
  min-height: 44vh;
  max-height: none;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
}

.image-8 {
  max-width: 30%;
}

.image-9 {
  width: auto;
  max-width: none;
  height: 30px;
}

.socky {
  padding-top: 20px;
}

.ig {
  padding-right: 15px;
}

.section-2 {
  height: 100vh;
}

.navbar {
  z-index: 9999;
  position: sticky;
  inset: 0% 0% auto auto;
}

.hamburger {
  z-index: 999999;
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-clip: border-box;
  justify-content: flex-end;
  align-items: flex-start;
  width: 40px;
  height: 40px;
  display: flex;
  position: sticky;
}

.lottie-animation {
  z-index: 999999;
  background-color: #fff;
  justify-content: flex-end;
  align-items: flex-start;
  width: 35px;
  height: 40px;
  padding: 5px;
  display: block;
  position: sticky;
}

.nav-menu {
  background-color: #eacdc7;
  flex-flow: column;
  width: 27vw;
  height: 85vh;
  display: flex;
  position: fixed;
  inset: 0% -300px 0% auto;
}

.div-block-6 {
  z-index: 99999;
  background-color: #000;
  position: sticky;
}

.navbar-5 {
  color: #333;
  background-color: #ddd0;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.container-7 {
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: auto;
  position: fixed;
}

.nav-menu-2 {
  background-color: #eacdc7;
  width: 25vw;
  height: auto;
  font-size: 100%;
  line-height: 20;
  inset: 0% 0% 0% auto;
}

.nav-menu-2.nizsi {
  text-align: center;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  display: block;
}

.menu-button {
  z-index: 9000;
  background-color: #000;
  justify-content: flex-end;
  align-items: flex-start;
  width: 30px;
  min-width: auto;
  height: auto;
  min-height: auto;
  padding: 0;
  display: flex;
}

.menu-button.w--open {
  z-index: 90000;
  color: #000;
  background-color: #000;
  position: relative;
}

.div-block-8 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  display: flex;
}

.nav-link.body.menu, .nav-link-2.body.menu, .nav-link-3.body.menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.lottie-animation-2 {
  width: 40px;
  height: 40px;
}

.container-10 {
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-12 {
  z-index: 30000;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #000;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.navbar-8 {
  color: #000;
  background-color: #bb1d1d00;
  position: sticky;
  top: 0;
  right: 0;
}

.menu-button-3 {
  z-index: 2300;
  padding: 0;
  position: fixed;
  inset: 0% 0% auto auto;
}

.menu-button-3.w--open {
  background-color: #c8c8c800;
}

.div-block-13 {
  color: #ff2323;
  background-color: #fff;
  width: 20px;
  height: 2px;
}

.nav-menu-5 {
  background-color: #e9cdc6;
  position: fixed;
  inset: 0%;
}

.nav-link-6.polozka-menu.prvni {
  text-align: center;
  margin-top: 10vh;
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: Gt Cinetype, Arial, sans-serif;
  font-size: 3vh;
  font-weight: 700;
}

.nav-link-7 {
  text-align: center;
  font-family: Gt Cinetype, Arial, sans-serif;
  font-size: 3vh;
  font-weight: 700;
  line-height: 5px;
}

.nav-link-7.polozka-dalsi {
  text-align: center;
}

.image-10 {
  width: 45vh;
  padding-top: 40px;
  padding-bottom: 20px;
}

.image-11 {
  width: 40vh;
  margin-top: 37px;
  margin-left: 60px;
  padding-top: 0;
  padding-left: 0;
  box-shadow: 13px 9px 15px 5px #eacdc7;
}

.image-12 {
  width: 45vh;
  margin-left: 62px;
  padding-top: 129px;
  padding-left: 20px;
  position: relative;
  left: -2px;
}

.image-13 {
  width: 55vh;
  margin-left: 104px;
  display: block;
  position: relative;
  top: -184px;
  left: 640px;
  box-shadow: 11px 17px 17px #e2dfdf94;
}

.image-14 {
  z-index: 600;
  width: 40vh;
  margin-top: -198px;
  margin-left: -81px;
  margin-right: 13px;
  padding: 0;
  position: absolute;
  inset: 26% auto auto 154%;
}

.image-15 {
  width: 7vh;
  position: absolute;
  top: 910.78px;
  left: 446px;
}

.image-16 {
  width: 45vh;
  margin-top: 20px;
  box-shadow: 10px 13px 18px #b9b9b9d4;
}

.image-17 {
  width: 60vh;
  margin-left: 40px;
}

.image-18 {
  width: 45vh;
  margin-bottom: 0;
  margin-left: 60px;
  position: relative;
  inset: 0% auto 90px 0%;
}

.image-19 {
  width: 30vh;
  padding-top: 69px;
  position: absolute;
  top: 1213.51px;
  left: 655px;
}

.image-20 {
  padding-top: 190px;
  padding-right: 0;
  position: absolute;
}

.image-21 {
  width: 5vh;
  position: relative;
  left: 3px;
}

.image-22 {
  width: 45vh;
}

.image-23 {
  width: 39vh;
  margin-right: 20px;
  padding-left: 40px;
}

.image-24 {
  width: 47vh;
  margin-top: 40px;
  margin-bottom: 100px;
  box-shadow: 11px 12px 14px #ffffff4d;
}

.image-25 {
  width: 45vh;
  margin-left: 52px;
  margin-right: 20px;
  padding-left: 58px;
  padding-right: 20px;
  position: relative;
  left: -139px;
  right: 0;
}

.image-26 {
  width: 15vh;
  margin: 35px 0 0 -347px;
  padding-bottom: 0;
  padding-left: 1px;
  padding-right: 21px;
  position: relative;
  inset: 0% 0% 114px -24%;
}

.image-27 {
  width: 33vh;
  margin-top: -146px;
  margin-bottom: 0;
  margin-left: 439px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
}

.image28 {
  width: 57vh;
  margin-top: -151px;
  margin-bottom: 0;
  margin-left: 280px;
  padding-top: 0;
  padding-bottom: 30px;
  position: relative;
}

.image-29 {
  width: 45vh;
  margin-top: 74px;
  padding-left: 20px;
}

.image-30 {
  width: 55vh;
  margin-top: -49px;
  margin-bottom: 156px;
  margin-right: 40px;
  box-shadow: 3px 3px 9px 8px #eacdc7;
}

.image31 {
  z-index: 200;
  width: 35vh;
  margin: 0 -716px 372px 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-32 {
  width: 45vh;
  max-width: none;
  margin-top: -145px;
  margin-left: 271px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  inset: 287px 0% 0% -237px;
  box-shadow: 5px 6px 11px 8px #ffffff69;
}

.image-33 {
  width: 40vh;
  margin-top: 413px;
  position: absolute;
  transform: rotate(39deg);
}

.image-34 {
  width: 5vh;
  max-width: none;
  margin-top: 29px;
  margin-bottom: 0;
  margin-left: 1px;
  padding-top: 0;
  padding-bottom: 40px;
}

.div-block-14 {
  background-color: #fff0;
  overflow: hidden;
}

.flex-block {
  margin-top: 20px;
  padding-bottom: 40px;
}

.image-41 {
  z-index: 600;
  float: right;
  width: 25vh;
  max-width: none;
  position: relative;
  top: 0;
  bottom: 5px;
  right: 0;
}

.div-block-15 {
  z-index: 1000;
  clear: none;
  width: 30vh;
  position: absolute;
  inset: auto 2% 3% auto;
}

.divblock {
  justify-content: flex-end;
  align-items: center;
  height: 25vh;
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
}

.div-block-17 {
  z-index: 9000;
  object-fit: contain;
  justify-content: flex-end;
  align-items: center;
  margin-top: 558px;
  display: flex;
  position: relative;
}

.div-block-18 {
  width: 100%;
  min-width: 100%;
  height: auto;
  min-height: 40vh;
}

.slider-4 {
  background-color: #ddd0;
  min-height: 60vh;
}

.slide-13 {
  background-image: url('../images/optika.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-14 {
  background-image: url('../images/optika_2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-15 {
  background-image: url('../images/optika_6.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-16 {
  background-image: url('../images/IMG_2719.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-17 {
  background-image: url('../images/optika_3.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-18 {
  background-image: url('../images/optika_5.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-19 {
  background-image: url('../images/optometrie_2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-20 {
  background-image: url('../images/optometrie_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-21 {
  background-image: url('../images/ordinace_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-22 {
  background-image: url('../images/ordinace_2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-23 {
  background-image: url('../images/ordinace_3.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-24 {
  background-image: url('../images/ordinace_4.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-25 {
  background-image: url('../images/ordinace_5.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-42 {
  width: 35vh;
}

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

.link-block {
  padding-bottom: 20px;
}

.link-block-2 {
  justify-content: flex-end;
  align-items: center;
  width: 25vh;
  display: flex;
}

.container-11 {
  z-index: 600;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  max-width: none;
  display: flex;
  position: static;
  inset: 0%;
}

.image-43 {
  z-index: 600;
  width: 19vw;
  max-width: none;
  margin-top: 133px;
  margin-left: -6vw;
  padding-top: 0;
  padding-bottom: 75px;
  display: block;
  position: relative;
}

.div-block-21 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  height: auto;
  margin-top: 4vh;
  margin-left: 1058px;
  display: block;
  position: relative;
  right: -67px;
}

.image-44 {
  width: 20vw;
  max-width: none;
  margin-left: 239px;
  margin-right: 0;
  padding-top: 19vh;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
}

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

.div-block-23 {
  position: relative;
}

.image-45 {
  z-index: 600;
  width: 10vw;
  max-width: none;
  margin-left: 27px;
  padding-top: 34vh;
  position: relative;
}

.image-46 {
  width: 4vw;
  margin-left: 106px;
  padding-top: 31vh;
  padding-left: 0;
  position: relative;
}

.div-block-24, .div-block-25 {
  position: relative;
}

.image-47 {
  width: 4vw;
  margin-top: -187px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.div-block-26 {
  position: relative;
}

.image-48 {
  width: 4vw;
  max-width: none;
  margin-top: 190px;
  margin-left: -6vw;
  position: relative;
}

.div-block-27 {
  position: relative;
}

.image-49 {
  width: 17vw;
  max-width: none;
  margin-top: -63.5vh;
  margin-left: -80.7vw;
  position: relative;
}

.image-50 {
  width: 17vw;
  max-width: none;
  margin-left: -16.7vw;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.div-block-28 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.image-51 {
  width: 23vw;
  max-width: none;
  margin-top: -15vh;
  margin-left: 42vw;
  position: relative;
}

.div-block-29 {
  margin-top: -467px;
  margin-left: -550px;
  position: relative;
}

.image-52 {
  width: 4vw;
  margin-top: -64.6vh;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.div-block-30 {
  margin-left: -23vw;
  padding-left: 0;
}

.image-53 {
  width: 16vw;
  margin: -603px auto 61px 52vw;
  padding: 0;
  position: relative;
}

.div-block-31 {
  margin-left: -257px;
}

@media screen and (min-width: 1440px) {
  .section.landing {
    background-color: #fa434300;
    background-image: none;
  }

  .image {
    width: 41vw;
    padding-bottom: 0;
  }

  .pink.white.black {
    margin-bottom: 0;
  }

  .heading-2.white.black {
    overflow: visible;
  }

  .body, .body.white {
    font-size: 2.5vh;
    line-height: 115%;
  }

  .text-span {
    font-size: 2vh;
  }

  .div-block-2 {
    background-image: url('../images/IMG_4792-Enhanced-NR.jpg');
    background-position: 50%;
    background-size: cover;
    min-height: 60vh;
  }

  .slider {
    width: 100%;
    height: auto;
    min-height: 60vh;
  }

  .image-2 {
    aspect-ratio: auto;
    object-fit: contain;
    min-width: 0;
    max-width: none;
    min-height: 0;
  }

  .body-mensi {
    font-size: 2vh;
    line-height: 120%;
  }

  .body-mensi.white {
    font-size: 2.2vh;
  }

  .div-block-4.postranni {
    justify-content: center;
    align-items: flex-end;
    inset: 0% 0% 0% auto;
  }

  .text-block.vertical-text {
    font-size: 2.6vh;
  }

  .container {
    position: absolute;
  }

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

  .columns.pribeh {
    font-size: 2.2vh;
  }

  .slide-4 {
    aspect-ratio: auto;
    object-fit: contain;
    width: 100%;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .team-member-name {
    font-family: Gt Cinetype, Arial, sans-serif;
    font-size: 1.35em;
    font-weight: 700;
  }

  .team-member-position {
    font-family: Gt Cinetype, Arial, sans-serif;
  }

  .paragraph {
    font-family: Gt Cinetype, Arial, sans-serif;
    font-size: 1em;
    font-weight: 700;
    line-height: 1.3em;
  }

  .druhe-slpoupce {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-4 {
    max-width: none;
  }

  .image-5 {
    object-fit: contain;
    max-width: none;
  }

  .mask-2 {
    object-fit: contain;
    width: 100%;
  }

  .slide-5 {
    object-fit: contain;
  }

  .slide-6 {
    background-image: url('../images/Petra.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-7 {
    background-image: url('../images/DSC_2804.JPG');
    background-position: 50%;
    background-size: cover;
  }

  .slide-8 {
    background-image: url('../images/PXL_20250901_114459291.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slider-2, .slider-3 {
    min-height: 60vh;
  }

  .slide-9 {
    background-image: url('../images/IMG_3223-Enhanced-NR.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-10 {
    background-image: none;
  }

  .slide-11 {
    background-image: url('../images/IMG_3807.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-12 {
    background-image: url('../images/IMG_4591.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .image-6 {
    object-fit: contain;
    background-image: url('../images/IMG_4792-Enhanced-NR.jpg');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    max-width: none;
    height: auto;
    min-height: auto;
    position: static;
  }

  .pozice {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Gt Cinetype, Arial, sans-serif;
    font-size: 1em;
    font-weight: 400;
  }

  .znacka {
    font-size: 2vh;
  }

  .text-span-3 {
    font-size: 2.2vh;
  }

  .code-embed {
    height: 40.1111vh;
    min-height: 40vh;
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .socky.menicko {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .navbar-5 {
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
    position: sticky;
    top: 0;
    right: 0;
  }

  .container-7 {
    z-index: 99999;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: static;
    top: 0;
    right: 0;
  }

  .nav-menu-2 {
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: flex;
    position: fixed;
    inset: 0% -400px 0% auto;
  }

  .nav-menu-2.nizsi {
    z-index: 7000;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    display: block;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .menu-button {
    z-index: 9000;
    background-color: #000;
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    padding: 10px 10px 0;
  }

  .menu-button.w--open {
    z-index: 90000;
    color: #fff;
    background-color: #000;
    justify-content: flex-end;
    align-items: flex-start;
    margin-bottom: 0;
    padding: 0;
    display: block;
    position: sticky;
  }

  .div-block-8 {
    z-index: 9000000;
    position: sticky;
    top: 0;
    right: 0;
  }

  .nav-link.body {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-link.body.menu {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.6em;
  }

  .nav-link-2.body {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-link-2.body.menu {
    justify-content: center;
    align-items: flex-start;
    padding-top: 20px;
    font-size: 1.6em;
  }

  .nav-link-3.body {
    justify-content: center;
    align-items: flex-start;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .nav-link-3.body.menu {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.6em;
  }

  .nav {
    justify-content: center;
    align-items: center;
    display: block;
    position: relative;
  }

  .container-8 {
    background-color: #fff0;
    flex-flow: wrap;
    flex: 1;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    min-height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .div-block-9 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    min-width: 100vw;
    min-height: 100vh;
    display: block;
  }

  .nav-link-4, .nav-link-5 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-menu-3 {
    background-color: #fc8383;
  }

  .navbar-6 {
    background-color: #fff;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .menu-button-2 {
    background-color: #cf9797;
  }

  .menu-button-2.w--open {
    background-color: #000;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .nav-menu-4 {
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .div-block-10 {
    justify-content: flex-end;
    align-items: flex-start;
    display: block;
    position: sticky;
  }

  .container-9 {
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-7, .div-block-11 {
    position: sticky;
  }

  .container-10 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-12 {
    width: 50px;
    height: 50px;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .menu-button-3 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .menu-button-3.w--open {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-13 {
    width: 30px;
  }

  .nav-menu-5 {
    background-color: #e9cdc6;
    position: fixed;
    inset: 0%;
  }

  .nav-link-6 {
    justify-content: center;
    align-items: center;
    margin-top: 20vh;
    display: flex;
  }

  .nav-link-6.polozka-menu {
    font-family: Gt Cinetype, Arial, sans-serif;
    font-size: 2em;
    font-weight: 700;
  }

  .nav-link-6.polozka-menu.prvni {
    margin-top: 10vh;
  }

  .nav-link-6.polozka-menu.prvni:hover {
    color: #000;
    mix-blend-mode: normal;
    text-decoration: underline;
  }

  .nav-link-6.polozka-menu.prvni:active {
    color: #000;
    text-decoration: none;
  }

  .nav-link-7 {
    justify-content: center;
    align-items: center;
    font-family: Gt Cinetype, Arial, sans-serif;
    font-size: 3vh;
    font-weight: 700;
    line-height: 3vh;
    display: flex;
  }

  .nav-link-7:hover {
    text-decoration: underline;
  }

  .nav-link-7:visited {
    color: #000;
  }

  .nav-link-7.polozka-dalsi {
    font-size: 3vh;
  }

  .nav-link-7.polozka-dalsi:hover {
    color: #000;
    text-decoration: underline;
  }

  .nav-link-7.polozka-dalsi:active {
    color: #000;
  }

  .nav-link-8 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-12 {
    margin-left: 175px;
    padding-left: 18px;
  }

  .image-18 {
    width: 40vh;
    margin-left: 109px;
  }

  .image-21 {
    margin-top: 40px;
  }

  .image-25 {
    padding-left: 83px;
    padding-right: 0;
    left: -105px;
  }

  .image28 {
    width: 60vh;
    max-width: none;
  }

  .image-30 {
    width: 59vh;
    margin-top: 177px;
  }

  .image31 {
    margin-bottom: 815px;
  }

  .image-32 {
    width: 50vh;
    left: -183px;
  }

  .image-33 {
    margin-top: 107px;
  }

  .flex-block-2 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .image-35 {
    width: 45vh;
    padding-top: 100px;
    padding-right: 40px;
  }

  .image-36 {
    width: 43vh;
    margin-right: 152px;
  }

  .image-37 {
    width: 40vh;
    margin-top: 108px;
    padding-top: 0;
    box-shadow: 5px 3px 15px 8px #eacdc7;
  }

  .image-38 {
    width: 30vh;
  }

  .flex-block-3 {
    margin-bottom: 56px;
  }

  .image-39 {
    width: 20vh;
  }

  .image-40 {
    margin-top: 506px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 81px;
    position: absolute;
  }

  .image-41 {
    margin-bottom: 0;
    padding-bottom: 0;
    position: static;
  }

  .div-block-15 {
    width: 25vh;
    position: absolute;
  }

  .divblock {
    z-index: 700;
    float: right;
    justify-content: flex-end;
    align-items: center;
    width: 25vh;
    display: block;
    position: relative;
    inset: auto 2% 0% 0;
  }

  .div-block-17 {
    float: right;
    width: 25vh;
    margin-top: 683px;
    position: relative;
    inset: 0% auto 0% 0%;
  }

  .div-block-18 {
    width: 30vh;
    min-height: 40vh;
  }

  .slide-19 {
    background-image: url('../images/optometrie_1.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-20 {
    background-image: url('../images/optometrie_2.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-21 {
    background-image: url('../images/ordinace_1.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-22 {
    background-image: url('../images/ordinace_2.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-23 {
    background-image: url('../images/ordinace_3.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-24 {
    background-image: url('../images/ordinace_4.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-25 {
    background-image: url('../images/ordinace_5.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .image-42 {
    max-height: 47vh;
    margin-top: 354px;
    margin-left: -242px;
    margin-right: 0;
    padding: 1px 0 0;
    position: relative;
    inset: 0% auto auto 0%;
    box-shadow: 9px 10px 15px #ffffff73;
  }

  .div-block-20 {
    width: 20vw;
  }

  .container-11 {
    justify-content: center;
    align-items: center;
    width: 100vw;
    max-width: none;
    height: 900px;
    display: block;
    position: static;
    inset: 0% 0% auto;
  }

  .image-43 {
    z-index: 600;
    width: 18vw;
    margin-top: 0;
    margin-left: 3.6vw;
    padding-top: 25vh;
    padding-bottom: 0;
    position: relative;
  }

  .div-block-21 {
    margin-top: -20vh;
    margin-left: 1011px;
    padding-top: 0;
    padding-bottom: 445px;
    padding-left: 0;
    position: relative;
  }

  .image-44 {
    z-index: 600;
    width: 19vw;
    margin-top: -91px;
    margin-left: 16vw;
    padding-top: 18px;
    padding-bottom: 34px;
    padding-left: 0;
    position: relative;
  }

  .div-block-22 {
    margin-top: -5px;
    margin-bottom: 3px;
    padding-top: 0;
    padding-bottom: 145px;
    position: relative;
  }

  .div-block-23 {
    margin-top: -91px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 272px;
    position: absolute;
  }

  .image-45 {
    z-index: 600;
    width: 8vw;
    margin-top: -17vh;
    margin-left: 53vw;
    padding-top: 0;
    position: relative;
  }

  .image-46 {
    z-index: 600;
    width: 4vw;
    margin-top: -65vh;
    margin-left: 58vw;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .div-block-24 {
    margin-bottom: 0;
    padding-bottom: 0;
    position: absolute;
  }

  .div-block-25 {
    position: absolute;
  }

  .image-47 {
    z-index: 600;
    width: 3vw;
    margin-top: -113vh;
    margin-left: 85vw;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: relative;
  }

  .div-block-26 {
    margin-left: 200px;
    padding-top: 0;
    position: relative;
  }

  .image-48 {
    z-index: 600;
    width: 4vw;
    margin-top: -73vh;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    position: relative;
  }

  .div-block-27 {
    margin-left: -13px;
    position: absolute;
  }

  .image-49 {
    z-index: 600;
    width: 15vw;
    margin-top: -128.7vh;
    margin-left: -2vw;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .image-50 {
    z-index: 600;
    width: 15vw;
    margin-top: -67.6vh;
    margin-left: -50px;
    padding-top: 0;
    position: relative;
  }

  .div-block-28 {
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
  }

  .image-51 {
    z-index: 600;
    width: 22vw;
    margin-top: -110vh;
    margin-left: 47vw;
    position: relative;
  }

  .div-block-29 {
    width: 35vw;
    padding-top: 0;
    position: relative;
  }

  .image-52 {
    z-index: 4;
    width: 4vw;
    margin-top: -1566px;
    margin-left: 132px;
    padding-top: 0;
    padding-left: 0;
    position: relative;
  }

  .div-block-30 {
    position: absolute;
  }

  .image-53 {
    z-index: 600;
    width: 13vw;
    margin-top: -79.5vh;
    margin-left: 70.6vw;
    position: relative;
  }

  .div-block-31 {
    margin-top: -127px;
    position: absolute;
  }
}

@media screen and (max-width: 991px) {
  .container-3 {
    max-width: 728px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .navbar-2 {
    background-color: #22412d;
    position: static;
  }

  .section-3 {
    background-color: #ff3434;
    position: sticky;
    top: 0;
  }

  .container-5, .navbar-3 {
    position: sticky;
  }

  .navbar-4 {
    background-color: #fff;
    width: 60px;
    position: sticky;
    top: 0;
  }

  .container-6 {
    background-color: #fff;
  }

  .div-block-7 {
    width: 60px;
    position: sticky;
    top: 0;
  }

  .navbar-5 {
    background-color: #55232300;
    position: sticky;
    top: 0;
    right: 0;
  }

  .container-7 {
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .nav-menu-2 {
    background-color: #eacdc7;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 27vw;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .menu-button {
    background-color: #110d0d;
  }

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

  .div-block-8 {
    background-color: #0000;
    width: 40px;
    height: 40px;
  }

  .nav-link, .nav-link-2, .nav-link-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-21 {
    margin-left: 504px;
  }

  .image-50 {
    margin-left: -33.7vw;
  }
}

@media screen and (max-width: 767px) {
  .team-circles {
    padding: 60px 15px;
  }

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

  .menu-button.w--open {
    padding-bottom: 0;
    display: block;
  }

  .div-block-17 {
    float: right;
    width: 25vh;
    display: block;
    right: 0;
  }

  .div-block-21 {
    right: 45px;
  }

  .image-50 {
    margin-left: -56.7vw;
  }
}

@media screen and (max-width: 479px) {
  .section {
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .section.landing {
    background-image: url('../images/IMG_2273.jpg');
    background-position: 50% 0;
    background-size: cover;
  }

  .div-block {
    flex-flow: column;
    justify-content: center;
    padding-bottom: 16px;
    display: flex;
  }

  .image {
    width: 70vw;
    padding-bottom: 0;
  }

  .pink {
    padding-top: 1em;
    padding-left: 1.5em;
    padding-right: 2em;
  }

  .heading-2 {
    margin-bottom: 1em;
    font-size: 3vh;
    line-height: 44px;
  }

  .heading-2.white.black {
    display: none;
  }

  .heading-2.ruzova {
    overflow: visible;
  }

  .body {
    font-size: 2.2vh;
    line-height: 2.4vh;
  }

  .body.white {
    margin-bottom: 0;
    font-size: 2.2vh;
    line-height: 2.5vh;
  }

  .column {
    clear: none;
    margin-bottom: 20px;
    display: block;
  }

  .div-block-2 {
    min-height: 25vh;
  }

  .black.pink, .black.pink.white {
    padding-top: 1em;
  }

  .column-2 {
    padding-bottom: 20px;
    padding-left: 0;
  }

  .column-3 {
    padding-top: 10px;
    padding-left: 0;
  }

  .body-mensi {
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: 1.9vh;
    line-height: 2.3vh;
  }

  .body-mensi.white {
    padding-top: 10px;
    font-size: 2.1vh;
    line-height: 2.4vh;
  }

  .body-mensi.white.redbul {
    padding-top: 60px;
  }

  .div-block-3 {
    padding-top: 0;
  }

  .div-block-4.postranni {
    justify-content: center;
    align-items: flex-end;
    padding-left: 5px;
    padding-right: 13px;
  }

  .text-block.vertical-text {
    justify-content: center;
    align-self: auto;
    align-items: flex-end;
    font-size: 2.7vh;
  }

  .columns.pribeh.kontakt {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .team-circles {
    padding-top: 0;
    padding-left: 0;
  }

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

  .centered-heading {
    margin-bottom: 24px;
  }

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

  .team-member-image {
    width: 140px;
    height: 140px;
  }

  .slider-2.oftalmologie {
    height: 25vh;
    min-height: 40vh;
    margin-bottom: 20px;
  }

  .slider-3 {
    min-height: 25vh;
    max-height: 40vh;
  }

  .pozice {
    font-size: 2vh;
  }

  .znacka {
    font-size: 2.1vh;
  }

  .text-span-3 {
    font-size: 2.2vh;
  }

  .text-span-4 {
    font-size: 1.8vh;
    line-height: 110%;
  }

  .list-item {
    grid-template-columns: .75fr .25fr;
  }

  .list-item-2 {
    grid-template-columns: .75fr .5fr;
    padding-top: 10px;
  }

  .image-7.napravej {
    max-height: none;
    margin-top: 20px;
    padding-top: 277px;
    padding-right: 25px;
    position: relative;
  }

  .code-embed {
    width: auto;
    min-width: auto;
  }

  .nav-menu-2.nizsi {
    z-index: 7000;
  }

  .div-block-12 {
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .menu-button-3 {
    z-index: 9000;
    top: 0;
    right: 0;
  }

  .nav-link-6.polozka-menu.prvni {
    margin-top: 8vh;
    font-size: 3.2vh;
  }

  .nav-link-6.polozka-menu.prvni:hover {
    text-decoration: underline;
  }

  .nav-link-7 {
    font-size: 3.2vh;
    text-decoration: none;
  }

  .nav-link-7:hover {
    text-decoration: underline;
  }

  .nav-link-7:active {
    color: #000;
  }

  .nav-link-7:visited {
    text-decoration: none;
  }

  .image-10 {
    width: 30vh;
    margin-top: 11px;
    padding-top: 0;
    padding-bottom: 36px;
    padding-right: 28px;
  }

  .image-11 {
    width: 25vh;
    margin-top: -174px;
    margin-left: 185px;
    margin-right: 0;
    padding-left: 6px;
    padding-right: 0;
  }

  .image-12 {
    width: 30vh;
    margin-left: -3px;
    padding-top: 120px;
    padding-left: 2px;
  }

  .image-13 {
    width: 37vh;
    margin-top: -62px;
    margin-left: -688px;
    margin-right: -5px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-14 {
    width: 25vh;
    margin-top: -319px;
    margin-bottom: 0;
    margin-left: -329px;
    padding-left: 0;
  }

  .image-16 {
    width: 60vw;
    margin-left: 8px;
    padding-left: 7px;
  }

  .image-17 {
    width: 55vw;
    margin-top: 19px;
    margin-left: 4px;
  }

  .image-18 {
    flex-flow: wrap;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 40vw;
    max-width: none;
    margin-top: auto;
    margin-left: 0;
    margin-right: -252px;
    padding-left: 0;
    display: block;
    top: 0%;
    bottom: -166px;
    left: -92%;
  }

  .image-19 {
    float: none;
    clear: none;
    vertical-align: baseline;
    max-width: none;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
    position: relative;
    top: -90px;
    left: 177px;
    overflow: clip;
  }

  .image-20 {
    max-width: 30vh;
    margin-left: 0;
  }

  .image-21 {
    margin-top: -149px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-22 {
    width: 56vw;
    margin-left: -22.5vw;
    padding-left: 0;
  }

  .image-23 {
    width: 57vw;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-left: 0;
  }

  .image-24 {
    width: 48vw;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
  }

  .image-25 {
    width: 50vw;
    margin: 0 0 40px 112px;
    padding: 0 0 40px;
  }

  .image-26 {
    width: 12vh;
    margin-top: 0;
    margin-bottom: -49px;
    margin-left: -89px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-27 {
    margin-left: 90px;
  }

  .image28 {
    width: 37vh;
    margin-left: 157px;
    padding-top: 60px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .image-29 {
    width: 33vh;
    margin: 0 74px 20px 0;
    padding: 10px 0 40px;
  }

  .image-30 {
    width: 40vh;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .image31 {
    width: 25vh;
    margin: 0 188px 199px 0;
    padding: 0 0 20px;
  }

  .image-32 {
    width: 35vh;
    margin-top: -12px;
    margin-bottom: 0;
    margin-left: -377px;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    top: 322px;
    left: 76px;
  }

  .image-33 {
    margin-left: 136px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-34 {
    margin-left: -5px;
    padding-left: 0;
  }

  .flex-block {
    flex-flow: wrap;
    margin-bottom: 100px;
  }

  .flex-block-2 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .image-35 {
    width: 38vh;
    margin-left: 51px;
  }

  .image-36 {
    width: 35vh;
    margin-top: -180px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 60px;
  }

  .image-37 {
    width: 35vh;
    margin-top: 0;
    margin-left: 43px;
    padding-left: 0;
  }

  .image-38 {
    width: 20vh;
    margin-left: 67px;
  }

  .flex-block-3 {
    flex-flow: column;
    margin-top: 40px;
  }

  .image-39 {
    width: 25vh;
    padding-top: 0;
  }

  .image-40 {
    margin-right: 123px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-41 {
    z-index: 700;
    width: 20vh;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    right: 0;
  }

  .div-block-15 {
    width: auto;
    margin-top: 0;
    padding-bottom: 15px;
  }

  .divblock {
    height: 20vh;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .div-block-17 {
    width: 20vh;
    margin-top: -70vh;
    margin-bottom: 0;
    padding-top: 52px;
    padding-bottom: 0;
  }

  .div-block-18 {
    margin-top: 20px;
    padding-top: 20px;
    position: relative;
  }

  .image-42 {
    width: 50vw;
    max-width: none;
    max-height: none;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 8px;
    padding: 0;
  }

  .link-block {
    padding-bottom: 0;
  }

  .link-block-2 {
    align-items: center;
    width: 20vh;
    margin-top: auto;
    padding-top: 0;
  }

  .column-4 {
    display: none;
  }

  .icon {
    height: 4vh;
    margin-right: 0;
  }

  .icon-2 {
    margin-left: 0;
  }

  .flex-block-4 {
    flex-flow: wrap;
  }

  .link-block-3 {
    margin-top: 0;
    padding-top: 0;
  }

  .flex-block-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: grid;
  }

  .container-11 {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .image-43 {
    width: 30vw;
    margin-top: 109px;
    margin-left: 53vw;
    padding-bottom: 0;
  }

  .div-block-21 {
    margin-left: 68px;
  }

  .image-44 {
    margin-left: 249px;
    padding-top: 40vh;
  }

  .div-block-23 {
    top: 117px;
  }

  .image-45 {
    width: 20vw;
    margin-left: -286px;
    padding-top: 0;
    overflow: clip;
  }

  .image-46 {
    width: 7vw;
    padding-top: 15vh;
  }

  .image-47 {
    width: 10vw;
    margin-top: -161px;
    margin-left: -61vw;
  }

  .image-48 {
    width: 10vw;
    margin-top: 247px;
    margin-left: -48vw;
  }

  .image-49 {
    width: 30vw;
    margin-top: -119.5vh;
    margin-left: -57.7vw;
  }

  .image-50 {
    width: 32vw;
    margin-left: -61.7vw;
    padding-top: 0;
    padding-bottom: 163px;
  }

  .image-51 {
    width: 35vw;
    margin-top: -73vh;
    margin-left: 95vw;
  }

  .image-52 {
    width: 12vw;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -35px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-53 {
    width: 25vw;
    margin-top: -892px;
    margin-left: 38vw;
  }

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

#w-node-_79640da4-1fc6-166b-a18c-95bc5b18abf2-395d9013, #w-node-_79640da4-1fc6-166b-a18c-95bc5b18ac11-395d9013, #w-node-_79640da4-1fc6-166b-a18c-95bc5b18abfd-395d9013, #w-node-_79640da4-1fc6-166b-a18c-95bc5b18ac07-395d9013, #w-node-_79640da4-1fc6-166b-a18c-95bc5b18ac1b-395d9013, #w-node-_79640da4-1fc6-166b-a18c-95bc5b18ac25-395d9013 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e62d4ffd-d5e1-bb15-266f-5dfafb859e45-395d9013, #w-node-_3aa5974a-42a6-fd0c-d161-5d3e8129177a-395d9013, #w-node-_5f27e8d4-a320-f408-7e24-eaf9fc4e5bb3-395d9013, #w-node-_8352fd40-fd52-c953-b46e-19929fd5aedc-395d9013, #w-node-a2ec6246-de06-53ac-005b-c5f72827c9f6-395d9013, #w-node-b38d9249-f22b-d0b2-da7f-538eb3e49f7b-395d9013, #w-node-_42ebdb1b-234f-0f5e-36eb-e024d683e710-395d9013, #w-node-_0934f2dc-fde4-64ae-cf14-024fe6cc76cf-395d9013, #w-node-_3b2a5ca5-bad7-aa85-9fb0-326d8c30ec45-395d9013, #w-node-_69e82977-d6b3-8f52-6f2e-3b34e39764e7-395d9013, #w-node-_69e82977-d6b3-8f52-6f2e-3b34e39764ec-395d9013, #w-node-e060b9b3-a6cb-40d6-0965-ba7ff8290ba6-395d9013, #w-node-_69e82977-d6b3-8f52-6f2e-3b34e39764f3-395d9013, #w-node-c16d0d2b-3158-eff9-c487-1f9c28e2af64-395d9013, #w-node-_30febd2e-c274-744e-9bf6-796278cd1d87-395d9013, #w-node-_14c81725-cbb6-ddd9-ad5e-fe267341598a-395d9013, #w-node-_69e82977-d6b3-8f52-6f2e-3b34e39764f8-395d9013, #w-node-_69e82977-d6b3-8f52-6f2e-3b34e39764fd-395d9013 {
  justify-self: end;
}

@media screen and (min-width: 1440px) {
  #w-node-_79640da4-1fc6-166b-a18c-95bc5b18abfd-395d9013, #w-node-_79640da4-1fc6-166b-a18c-95bc5b18ac07-395d9013 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_30f4f251-11f1-8c5a-59a4-084b8a2f7899-395d9013 {
    place-self: center end;
  }
}


@font-face {
  font-family: 'Gt Cinetype';
  src: url('../fonts/GT-Cinetype-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt Cinetype';
  src: url('../fonts/GT-Cinetype-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}