:root {
  --visibly-container-max: 1440px;
  --visibly-container-wide-max: 1560px;
  --visibly-hero-max: 1440px;
  --visibly-header-max: 1440px;
  --visibly-container-padding-desktop: 48px;
  --visibly-container-padding-tablet: 32px;
  --visibly-container-padding-mobile: 20px;
  --visibly-top-info-bar-height: 48px;
}

@media screen and (max-width: 991px) {
  html {
    --visibly-mobile-menu-top: calc(var(--visibly-top-info-bar-height, 0px) + 100px);
  }

  body.visibly-mobile-menu-open {
    width: 100%;
    overflow: hidden;
    position: fixed;
    left: 0;
    right: 0;
  }

  body.visibly-mobile-menu-open .visibly-top-info-bar {
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translateY(-100%) !important;
  }

  body.has-top-info-bar.visibly-mobile-menu-open .navigation-wrapper,
  body.has-top-info-bar.top-info-bar-hidden.visibly-mobile-menu-open .navigation-wrapper {
    top: 0 !important;
  }

  body.visibly-mobile-menu-open .navigation-wrapper {
    background-color: #fff;
  }

  body.visibly-mobile-menu-open .navigation {
    background-color: #fff;
  }

  .navigation-wrapper .menu {
    top: var(--visibly-mobile-menu-top);
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
    max-height: calc(100dvh - var(--visibly-mobile-menu-top));
    min-height: 0;
    align-items: flex-start;
    padding-top: 24px;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }

  .navigation-wrapper .menu > .container._2 {
    min-height: 100%;
    padding-top: 0;
    padding-bottom: 44px;
  }

  .navigation-wrapper .hamburger .menu-text:first-child {
    display: block;
  }

  .navigation-wrapper .hamburger .menu-text:last-child {
    display: none;
  }

  body.visibly-mobile-menu-open .navigation-wrapper .hamburger .menu-text:first-child {
    display: none;
  }

  body.visibly-mobile-menu-open .navigation-wrapper .hamburger .menu-text:last-child {
    display: block;
  }

  body.visibly-mobile-menu-open .navigation-wrapper .navigation-content,
  body.visibly-mobile-menu-open .navigation-wrapper .navigation-link,
  body.visibly-mobile-menu-open .navigation-wrapper .navigation-text,
  body.visibly-mobile-menu-open .navigation-wrapper .visibly-menu-note {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  body.visibly-mobile-menu-open .navigation-wrapper .navigation-link {
    display: flex !important;
    color: #000 !important;
  }

  body.visibly-mobile-menu-open .navigation-wrapper .navigation-text {
    color: #000 !important;
  }

  .navigation-wrapper .hamburger-menu._2 {
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .navigation-wrapper .hamburger-menu._2::before,
  .navigation-wrapper .hamburger-menu._2::after {
    content: "";
    z-index: 5;
    background-color: #000;
    border-radius: 999px;
    width: 18px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%) rotate(0deg) scale(.7);
    transition: opacity var(--visibly-duration-fast) var(--visibly-ease), transform var(--visibly-duration-fast) var(--visibly-ease);
    pointer-events: none;
  }

  body.visibly-mobile-menu-open .navigation-wrapper .hamburger-menu._2::before {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(45deg) scale(1);
  }

  body.visibly-mobile-menu-open .navigation-wrapper .hamburger-menu._2::after {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(-45deg) scale(1);
  }

  .navigation-wrapper .hamburger-menu._2 .dots,
  .navigation-wrapper .hamburger-menu._2 .remove,
  .navigation-wrapper .hamburger-menu._2 .lottie-animation {
    transition: opacity var(--visibly-duration-fast) var(--visibly-ease), transform var(--visibly-duration-fast) var(--visibly-ease);
  }

  .navigation-wrapper .hamburger-menu._2 .dots {
    opacity: 1 !important;
    transform: scale(1) !important;
  }

  .navigation-wrapper .hamburger-menu._2 .remove {
    opacity: 0 !important;
    transform: scale(0) !important;
  }

  .navigation-wrapper .hamburger-menu._2 .lottie-animation {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transform: scale(.9) !important;
    visibility: hidden !important;
  }

  body.visibly-mobile-menu-open .navigation-wrapper .hamburger-menu._2 .dots {
    opacity: 0 !important;
    transform: scale(0) !important;
  }

  body.visibly-mobile-menu-open .navigation-wrapper .hamburger-menu._2 .remove {
    opacity: 0 !important;
    transform: scale(0) !important;
  }

  body.visibly-mobile-menu-open .navigation-wrapper .hamburger-menu._2 .lottie-animation {
    display: block !important;
    opacity: 1 !important;
    transform: scale(1) !important;
    visibility: visible !important;
  }
}

html {
  --visibly-ease: cubic-bezier(.22, 1, .36, 1);
  --visibly-duration-fast: 260ms;
  --visibly-duration-medium: 420ms;
  --visibly-duration-slow: 700ms;
  --visibly-reveal-distance: 36px;
  --visibly-top-info-bar-height: 48px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  width: 100%;
  overflow-x: visible;
  overscroll-behavior-x: none;
}

body {
  width: 100%;
  max-width: 100%;
  overflow-x: visible;
  overscroll-behavior-x: none;
  touch-action: pan-y;
}

.page-wrapper,
.main-wrapper {
  max-width: 100%;
  overflow: visible;
}

.navigation-wrapper,
.navigation {
  max-width: 100%;
}

@media screen and (min-width: 1600px) {
  .visibly-top-info-bar__inner,
  .navigation {
    box-sizing: border-box;
    width: min(calc(100% - (var(--visibly-container-padding-desktop) * 2)), var(--visibly-header-max));
    max-width: var(--visibly-header-max);
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .hero > .container,
  .hero > .container._2,
  .hero > .container._3,
  .hero > .visibly-home1-bottom,
  .hero > .visibly-subpage-bottom {
    box-sizing: border-box;
    width: min(calc(100% - (var(--visibly-container-padding-desktop) * 2)), var(--visibly-hero-max));
    max-width: var(--visibly-hero-max);
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

.visibly-top-info-bar {
  z-index: 1001;
  color: #000;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, .16);
  width: 100%;
  min-height: var(--visibly-top-info-bar-height);
  position: fixed;
  inset: 0% 0% auto;
  opacity: 1;
  transform: translateY(0);
  transition: transform var(--visibly-duration-fast) var(--visibly-ease), opacity var(--visibly-duration-fast) var(--visibly-ease);
}

.visibly-top-info-bar + .navigation-wrapper {
  top: var(--visibly-top-info-bar-height);
}

.visibly-top-info-bar.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-100%);
}

.visibly-top-info-bar__inner {
  justify-content: center;
  align-items: center;
  gap: 18px;
  min-height: 48px;
  padding: 8px 5%;
  display: flex;
}

.visibly-top-info-bar__text {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}

.visibly-top-info-bar__link {
  align-items: center;
  gap: 6px;
  border: 0;
  color: #000;
  letter-spacing: 0;
  white-space: nowrap;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  display: inline-flex;
  position: relative;
  transition: opacity .2s var(--visibly-ease);
}

.visibly-top-info-bar__link span {
  font-size: inherit;
  line-height: inherit;
}

.visibly-top-info-bar__link:hover,
.visibly-top-info-bar__link:focus-visible {
  color: #000;
  opacity: .72;
}

.visibly-top-info-bar__link-text {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: .18em;
}

.visibly-top-info-bar__arrow {
  font-size: .9em;
  line-height: 1;
  text-decoration: none;
}

.visibly-top-info-bar__mobile-text {
  display: none;
}

body.has-top-info-bar .navigation-wrapper {
  top: var(--visibly-top-info-bar-height);
  transition: top var(--visibly-duration-fast) var(--visibly-ease);
}

body.has-top-info-bar.top-info-bar-hidden .navigation-wrapper {
  top: 0;
}

.visibly-logo-wrapper {
  color: #000;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.visibly-svg-logo {
  object-fit: contain;
  width: 70px;
  height: 70px;
  margin-bottom: 0;
}

.visibly-loader-logo {
  width: 64px;
  height: 64px;
}

body:not(.w-editor) .loader {
  display: none !important;
  pointer-events: none;
}

.visibly-title-line {
  display: block;
}

.visibly-sr-only {
  white-space: nowrap;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.visibly-hero {
  min-height: 100vh;
}

.visibly-hero-home1 {
  justify-content: center;
  align-items: flex-start;
  padding-top: 230px;
  padding-bottom: 305px;
}

.visibly-hero-home1 .container._2 {
  width: 100%;
}

.visibly-hero-home1 .title-1 {
  font-size: 110px;
  font-weight: 500;
  line-height: .9;
}

.visibly-hero-home1 .top-part-hero {
  justify-content: flex-end;
}

.visibly-hero-home1 .top-part-hero._2 {
  justify-content: flex-start;
}

.visibly-color-circle {
  background-image: repeating-linear-gradient(90deg, #f7dd00 0 28px, #f8bb00 28px 56px, #f77d00 56px 84px, #f44312 84px 112px, #ec1944 112px 140px, #b91b69 140px 168px, #47225f 168px 196px);
  width: 450px;
  height: 450px;
  bottom: -80%;
  right: 0%;
}

@media screen and (max-width: 1240px) and (min-width: 992px) {
  .visibly-hero-home1 .title-1 {
    font-size: 86px;
  }

  .visibly-color-circle {
    width: 360px;
    height: 360px;
    bottom: -70%;
  }
}

.visibly-home1-bottom {
  margin-top: 0;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  inset: auto 0% 58px;
}

.visibly-home1-bottom-content {
  grid-template-columns: 1fr;
  align-items: end;
  width: 100%;
  display: grid;
}

.visibly-home-statement-section {
  padding-top: 110px;
  padding-bottom: 110px;
}

.visibly-menu-note p {
  margin-top: 18px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

.visibly-subpage-hero {
  justify-content: center;
  align-items: flex-start;
  min-height: 82vh;
  padding-top: 210px;
  padding-bottom: 220px;
}

.visibly-subpage-hero .container._2 {
  width: 100%;
}

.visibly-subpage-hero .title-1 {
  letter-spacing: 0;
  font-size: 86px;
  font-weight: 700;
  line-height: .9;
}

.visibly-subpage-hero .top-part-hero {
  justify-content: center;
}

.visibly-subpage-hero .top-part-hero._2 {
  justify-content: flex-start;
  padding-left: 140px;
}

.visibly-print-circle {
  background-image: url('../images/work-1.jpg');
  background-position: 50%;
  width: 320px;
  height: 320px;
  bottom: -58%;
  right: 6%;
}

.visibly-subpage-bottom {
  margin-top: 0;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  inset: auto 0% 58px;
}

.visibly-print-home3 .container._2.grid {
  align-items: center;
  width: 100%;
}

.visibly-print-home3 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding-top: 225px;
  padding-bottom: 64px;
}

.visibly-print-home3 .title-1 {
  letter-spacing: 0;
  font-size: 110px;
  font-weight: 500;
  line-height: .9;
}

.visibly-print-hero-media-grid {
  grid-column-gap: clamp(40px, 6vw, 118px);
  grid-row-gap: 34px;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .72fr);
  grid-template-rows: 1fr auto;
  align-items: flex-start;
  width: 100%;
  min-height: 500px;
  display: grid;
}

.visibly-page-hero.visibly-print-hero-media-grid {
  grid-template-rows: 1fr auto auto;
}

.visibly-print-hero-copy {
  grid-column: 1;
  grid-row: 1;
  max-width: 760px;
}

.visibly-print-hero-copy .top-part-hero,
.visibly-print-hero-copy .top-part-hero._2 {
  justify-content: flex-start;
  padding-left: 0;
}

.visibly-print-hero-text {
  grid-column: 1;
  grid-row: 2;
  max-width: 610px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  align-self: end;
}

.visibly-print-hero-scroll {
  grid-column: 2;
  grid-row: 2;
  justify-self: end;
  align-self: end;
}

.visibly-page-hero-actions {
  grid-column: 1;
  grid-row: 3;
  align-items: center;
  gap: 28px;
  margin-top: 32px;
  display: flex;
  align-self: start;
}

.visibly-page-hero-scroll {
  flex: none;
}

.visibly-print-hero-images {
  grid-column: 2;
  grid-row: 1 / span 2;
  justify-content: flex-end;
  align-items: center;
  min-height: 500px;
  display: flex;
  position: relative;
}

.visibly-print-hero-image {
  aspect-ratio: 1;
  background-image: none;
  background-color: #f4f4f4;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  inset: auto;
  transform-origin: 50% 50%;
  height: var(--visibly-print-hero-circle-size);
  will-change: transform;
}

.visibly-page-hero-circle {
  transform: scale(1);
  transition: transform .12s linear;
}

.visibly-print-hero-image-primary {
  --visibly-print-hero-circle-size: min(38vw, 540px);
  flex: 0 0 var(--visibly-print-hero-circle-size);
  width: var(--visibly-print-hero-circle-size);
}

.visibly-print-hero-photo {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  transform-origin: 50% 50%;
}

.visibly-page-hero .visibly-print-hero-copy .top-part-hero {
  opacity: 0;
  animation: visiblyHeroLineIn .78s cubic-bezier(.19, 1, .22, 1) forwards;
}

.visibly-page-hero .visibly-print-hero-copy .top-part-hero:nth-child(2) {
  animation-delay: .08s;
}

.visibly-page-hero .visibly-print-hero-copy .top-part-hero:nth-child(3) {
  animation-delay: .16s;
}

.visibly-page-hero .visibly-print-hero-copy .top-part-hero:nth-child(4) {
  animation-delay: .24s;
}

.visibly-page-hero .visibly-print-hero-images {
  opacity: 0;
  animation: visiblyHeroLineIn .78s cubic-bezier(.19, 1, .22, 1) forwards;
  animation-delay: .32s;
}

@keyframes visiblyHeroLineIn {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .visibly-page-hero-circle {
    transition: none;
  }

  .visibly-print-hero-photo {
    transform: none;
  }
}

.visibly-hero3-cta-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.visibly-print-cta-circle.lightbox-link._2 {
  color: #000;
  border-radius: 100%;
  width: 128px;
  height: 128px;
  text-decoration: none;
  position: relative;
  inset: auto;
}

.visibly-contact-hero {
  padding-top: 225px;
  padding-bottom: 165px;
}

.visibly-contact-hero .container._2 {
  width: 100%;
}

.visibly-contact-hero .title-1 {
  font-size: 110px;
  font-weight: 500;
  line-height: .9;
}

.visibly-contact-hero .top-part-hero._2 {
  padding-left: 0;
}

.visibly-contact-hero-copy {
  max-width: 430px;
}

.visibly-contact-intro-copy {
  max-width: 720px;
  margin: 34px auto 0;
}

.visibly-contact-intro-copy p {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}

.visibly-tech-intro-copy {
  max-width: 720px;
  margin: 34px auto 0;
}

.visibly-tech-intro-lead {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}

.visibly-tech-intro-title {
  margin-top: 0;
}

.visibly-tech-intro-body {
  margin-top: 30px;
}

.visibly-tech-intro-body p {
  font-size: 18px;
  line-height: 1.55;
}

.visibly-contact-button-flex {
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  margin-top: 36px;
}

.visibly-contact-phone-link {
  margin-top: 0;
  font-size: 16px;
  font-weight: 700;
}

.visibly-contact-microcopy {
  max-width: 340px;
  margin-top: 26px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.visibly-contact-section {
  padding-top: 96px;
  padding-bottom: 96px;
}

#rychle-kontakty.visibly-contact-section {
  padding-top: 88px;
}

.visibly-contact-card-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.visibly-contact-card {
  color: #000;
  min-height: 310px;
  text-decoration: none;
}

.visibly-contact-card.pricing-box {
  justify-content: flex-start;
  padding: 70px 34px 34px;
  line-height: 1.4;
}

.visibly-contact-card-value {
  margin-top: 18px;
  margin-bottom: 26px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.15;
}

.visibly-contact-card .subhead {
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.35;
}

.visibly-contact-icon {
  filter: none;
  object-fit: contain;
  width: 46px;
  height: 46px;
}

.visibly-contact-process-intro {
  max-width: 720px;
  margin-top: 34px;
  margin-left: 150px;
  margin-right: auto;
}

.visibly-contact-process-intro p {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}

.visibly-contact-help-list {
  grid-row-gap: 34px;
  max-width: 720px;
}

.visibly-contact-form-panel {
  color: #fff;
  background-color: #050505;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 6px;
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding: 58px 58px 60px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

.visibly-contact-form-panel .footer-title {
  max-width: 560px;
  line-height: 1.12;
}

.visibly-contact-form-panel .field-label {
  color: rgba(255, 255, 255, .86);
}

.visibly-contact-form-panel .text-field-line {
  color: #fff;
  background-color: rgba(255, 255, 255, .025);
  border-color: rgba(255, 255, 255, .58);
  transition: border-color var(--visibly-duration-fast) var(--visibly-ease), background-color var(--visibly-duration-fast) var(--visibly-ease);
}

.visibly-contact-form-panel .text-field-line::placeholder {
  color: rgba(255, 255, 255, .52);
}

.visibly-contact-form-panel .text-field-line:focus {
  background-color: rgba(255, 255, 255, .045);
  border-color: #fff;
}

.visibly-contact-form-panel .text-field-line:focus::placeholder {
  color: transparent;
}

.visibly-contact-form-panel .visibly-contact-submit {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.visibly-contact-form-panel .visibly-contact-submit:hover {
  color: #fff;
  background-color: transparent;
}

.visibly-contact-form-lead {
  color: rgba(255, 255, 255, .76);
  max-width: 560px;
  margin-top: 18px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.visibly-contact-form-block {
  width: 100%;
  max-width: none;
}

.visibly-contact-form {
  display: block;
}

.visibly-contact-form-grid {
  grid-column-gap: 40px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.visibly-contact-form-column {
  min-width: 0;
}

.visibly-contact-textarea {
  min-height: 219px;
  padding-top: 14px;
  resize: vertical;
}

.visibly-contact-submit {
  width: 100%;
  margin-top: 18px;
}

.visibly-contact-privacy {
  color: rgba(255, 255, 255, .58);
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.visibly-contact-advice-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.visibly-contact-advice-copy {
  max-width: 560px;
  margin-top: 42px;
  margin-left: auto;
  margin-right: auto;
}

.visibly-location-grid {
  align-items: stretch;
}

.visibly-location-layout {
  align-items: center;
}

.visibly-location-copy p {
  font-size: 18px;
  line-height: 1.55;
}

.visibly-contact-link-row {
  align-items: center;
  gap: 28px;
  display: flex;
}

.visibly-map-circle.image-1._1.show {
  color: #000;
  text-align: center;
  background-color: #e8e8e8;
  background-image:
    linear-gradient(34deg, transparent 44%, rgba(0, 0, 0, .18) 45%, rgba(0, 0, 0, .18) 46%, transparent 47%),
    linear-gradient(132deg, transparent 48%, rgba(0, 0, 0, .16) 49%, rgba(0, 0, 0, .16) 50%, transparent 51%),
    linear-gradient(90deg, rgba(0, 0, 0, .08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(0, 0, 0, .08) 1px, transparent 1px);
  background-position: 50%;
  background-size: auto, auto, 56px 56px, 56px 56px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.visibly-map-iframe {
  z-index: 0;
  width: 150%;
  height: 150%;
  position: absolute;
  top: -34%;
  left: -30%;
}

.visibly-map-circle-link {
  z-index: 1;
  color: #000;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0;
}

.visibly-map-circle span {
  z-index: 2;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 128px;
  height: 128px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  transition: color .32s var(--visibly-ease);
}

.visibly-map-circle-button-label {
  z-index: 1;
  position: relative;
}

.visibly-map-circle span .button-overlay {
  z-index: 0;
  pointer-events: none;
  border-radius: 999px;
  transition: transform .62s var(--visibly-ease), border-radius .62s var(--visibly-ease);
  transform: translate3d(-72%, 55%, 0) scale3d(.08, .08, 1);
}

.visibly-map-circle-link:hover span,
.visibly-map-circle-link:focus-visible span {
  color: #fff;
}

.visibly-map-circle-link:hover .button-overlay,
.visibly-map-circle-link:focus-visible .button-overlay {
  border-radius: 999px;
  transform: translate3d(-18%, -32%, 0) scale3d(1, 1, 1);
}

.visibly-map-placeholder {
  color: #000;
  background-color: #e8e8e8;
  justify-content: center;
  align-items: center;
  min-height: 420px;
  padding: 44px;
  text-decoration: none;
  display: flex;
}

.visibly-map-placeholder h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 34px;
  line-height: 1.05;
}

.visibly-cta-ring {
  width: 100%;
  height: 100%;
  animation: visibly-spin 18s linear infinite;
  position: absolute;
  inset: 0;
}

.visibly-cta-ring text {
  fill: #000;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  font-family: Satoshi, sans-serif;
  font-size: 9.8px;
  font-weight: 700;
}

.visibly-cta-center {
  z-index: 2;
  text-align: center;
  text-transform: uppercase;
  font-family: Satoshi, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.05;
  position: relative;
}

.visibly-print-cta-circle:hover .visibly-cta-ring {
  animation-duration: 8s;
}

@keyframes visibly-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.visibly-intro-image {
  filter: grayscale(1);
}

.visibly-intro-media {
  background-image: none;
  filter: none;
  position: relative;
  overflow: hidden;
}

.visibly-intro-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: block;
  position: absolute;
  inset: 0;
  transition: opacity 420ms var(--visibly-ease);
}

.visibly-intro-video.is-active {
  opacity: 1;
}

.visibly-intro-copy p,
.visibly-technology-copy p,
.visibly-section-intro p,
.visibly-cta-copy p {
  font-size: 18px;
  line-height: 1.55;
}

.visibly-services-section {
  padding-top: 120px;
}

.visibly-services-heading {
  padding-left: 150px;
}

.visibly-services-copy {
  max-width: 560px;
}

.visibly-service-list {
  max-width: 800px;
  margin-right: auto;
  margin-left: 0;
}

.visibly-service-list._2 {
  margin-left: auto;
  margin-right: 0;
}

.visibly-service-image {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 1;
  display: block;
}

.visibly-service-card .project-title {
  font-size: 28px;
  font-weight: 700;
}

.visibly-service-card .with-arrow {
  align-items: flex-start;
  gap: 18px;
  width: 100%;
}

.visibly-service-card .project-arrow {
  flex: none;
  width: 28px;
  height: 28px;
  margin-top: 4px;
  display: block;
}

.visibly-service-description {
  max-width: 360px;
  margin-top: 2px;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
}

.visibly-product-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 1200px;
}

.visibly-tech-cards {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.visibly-tech-cards .high-content {
  min-height: 210px;
}

.visibly-section-intro {
  max-width: 680px;
  margin-left: 150px;
}

#technologie .visibly-section-intro {
  margin-top: 18px;
}

#vyroba.visibly-home-statement-section {
  padding-bottom: 52px;
}

#technologie.section {
  padding-top: 52px;
}

.section-cta .container._4 > .top-part-hero:nth-child(3) {
  justify-content: center;
}

.section-cta .container._4 > .top-part-hero:nth-child(4) {
  justify-content: flex-end;
}

.section-cta .container._4 > .top-part-hero:nth-child(5) {
  justify-content: flex-start;
}

.visibly-logo-marquee-section {
  padding-top: 0;
  padding-bottom: 76px;
  overflow: hidden;
}

.visibly-logo-marquee {
  width: 100%;
  margin-top: 38px;
  overflow: hidden;
}

.visibly-logo-track {
  align-items: center;
  gap: 86px;
  width: max-content;
  display: flex;
  animation: visiblyLogoMarquee 58s linear infinite;
}

.visibly-logo-item {
  filter: grayscale(1);
  opacity: .9;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 178px;
  height: 96px;
  display: flex;
}

.visibly-logo-item img {
  object-fit: contain;
  max-width: 138px;
  max-height: 52px;
  display: block;
}

.visibly-marquee.section._2 {
  overflow: hidden;
}

.visibly-marquee .text-rotator-wrapper {
  width: max-content;
  overflow: visible;
  will-change: transform;
  animation: visiblyLogoMarquee 56s linear infinite;
}

.visibly-marquee .text-rotator-content {
  flex: none;
  transform: none !important;
  opacity: 1 !important;
}

.visibly-marquee .text-rotator {
  display: block;
}

.visibly-logo-canis img,
.visibly-logo-broker img,
.visibly-logo-rage img,
.visibly-logo-teichmann img,
.visibly-logo-jirdos img {
  max-width: 168px;
  max-height: 42px;
}

.visibly-logo-hansen img {
  max-width: 172px;
  max-height: 58px;
}

.visibly-logo-kht img {
  max-width: 110px;
  max-height: 62px;
}

.visibly-logo-smart img,
.visibly-logo-nord img {
  max-width: 178px;
  max-height: 60px;
}

.visibly-logo-bbq img,
.visibly-logo-medica img {
  max-width: 88px;
  max-height: 72px;
}

.visibly-logo-andante img,
.visibly-logo-iberia img {
  max-width: 176px;
  max-height: 62px;
}

.visibly-logo-rodina img,
.visibly-logo-pavlik img,
.visibly-logo-krikloun img {
  max-width: 126px;
  max-height: 64px;
}

.visibly-logo-marquee-section .title-3 {
  max-width: 560px;
}

.visibly-sticky-cta {
  z-index: 90;
  color: #000;
  background: #fff;
  border: 0;
  border-radius: 4px;
  max-width: calc(100vw - 48px);
  padding: 5px 6px;
  position: fixed;
  bottom: calc(24px + env(safe-area-inset-bottom));
  left: 50%;
  box-shadow: inset 0 0 0 2px #000, 0 18px 48px rgba(0, 0, 0, .12);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-50%, 14px, 0);
  transition: opacity var(--visibly-duration-fast) var(--visibly-ease), transform var(--visibly-duration-fast) var(--visibly-ease);
}

.visibly-sticky-cta__inner {
  align-items: center;
  gap: 8px;
  display: flex;
}

.visibly-sticky-cta.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(-50%, 0, 0);
}

.visibly-sticky-cta__text {
  white-space: nowrap;
  letter-spacing: 0;
  padding-left: 0;
  padding-right: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}

.visibly-sticky-cta__mark {
  color: #000;
  text-align: center;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 43px;
  font-weight: 700;
  line-height: 43px;
  display: flex;
}

.visibly-sticky-cta__mark img {
  width: 21px;
  height: 21px;
  display: block;
}

.visibly-sticky-cta__actions {
  align-items: center;
  gap: 8px;
  display: flex;
}

.visibly-sticky-cta__button {
  color: #000;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  border: 0;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-width: 88px;
  height: 43px;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  box-shadow: inset 0 0 0 2px #000;
  transition: color var(--visibly-duration-medium) var(--visibly-ease);
}

.visibly-sticky-cta__button::before {
  content: "";
  z-index: 0;
  background-color: #000;
  border-radius: 999px;
  width: 180px;
  height: 180px;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate3d(-50%, 0, 0) scale(.2);
  transition: transform var(--visibly-duration-slow) var(--visibly-ease), border-radius var(--visibly-duration-slow) var(--visibly-ease);
}

.visibly-sticky-cta__button::after {
  content: "";
  z-index: 2;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 0 2px #000;
  position: absolute;
  inset: 0;
}

.visibly-sticky-cta__button span {
  z-index: 3;
  position: relative;
}

.visibly-sticky-cta__button:hover::before,
.visibly-sticky-cta__button:focus::before {
  border-radius: 5px;
  transform: translate3d(-50%, -58%, 0) scale(1);
}

.visibly-sticky-cta__button:hover,
.visibly-sticky-cta__button:focus {
  color: #fff;
}

.visibly-sticky-cta__button:focus {
  outline: 2px solid #000;
  outline-offset: 3px;
}

.visibly-sticky-cta__button--primary {
  color: #fff;
  background-color: #000;
  box-shadow: inset 0 0 0 2px #000;
}

.visibly-sticky-cta__button--primary::before {
  background-color: #fff;
}

.visibly-sticky-cta__button--primary:hover,
.visibly-sticky-cta__button--primary:focus {
  color: #000;
}

@keyframes visiblyLogoMarquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.visibly-work-list {
  max-width: 940px;
}

.visibly-work-image {
  object-fit: cover;
  filter: grayscale(1);
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
}

.visibly-realizace-image {
  object-fit: cover;
  filter: none;
  width: 100%;
  aspect-ratio: 1 / 1;
  display: block;
}

.visibly-realizace-intro {
  max-width: 760px;
  margin-left: auto;
}

.visibly-realizace-statement {
  max-width: 860px;
}

.visibly-realizace-filters {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  max-width: 940px;
  display: flex;
}

.visibly-realizace-filter {
  border: 1px solid #000;
  border-radius: 999px;
  padding: 9px 17px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.visibly-realizace-filter:hover,
.visibly-realizace-filter:focus {
  background-color: #000;
  color: #fff;
}

.visibly-realizace-meta {
  color: rgba(0, 0, 0, .62);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
}

.visibly-realizace-description {
  max-width: 520px;
  margin-top: 12px;
  margin-bottom: 0;
  color: rgba(0, 0, 0, .68);
  font-size: 16px;
  line-height: 1.55;
}

.visibly-realizace-solutions {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-wrap: wrap;
  align-items: center;
  max-width: 760px;
  display: flex;
}

.visibly-realizace-solutions a {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.visibly-realizace-solutions a:hover,
.visibly-realizace-solutions a:focus {
  text-decoration: underline;
}

.visibly-work-heading-section {
  padding-top: 118px;
  padding-bottom: 0;
}

.visibly-work-heading-section .top-part-hero._3 {
  justify-content: flex-start;
  padding-left: 150px;
}

.visibly-work-heading-section .title-2 {
  text-align: left;
}

.visibly-work-track {
  height: 400vh;
  margin-top: 0;
}

.visibly-work-track .top-part-hero._3 {
  justify-content: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 150px;
}

.visibly-work-track .title-2 {
  text-align: left;
}

.visibly-work-track .sticky {
  box-sizing: border-box;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  padding-top: 132px;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.visibly-work-track .collection-item {
  width: 30vw;
  height: 30vw;
  padding-right: 0;
}

.visibly-work-track .collection-list {
  flex-wrap: nowrap;
  will-change: transform;
}

.visibly-work-track .wrapper.w-dyn-list,
.visibly-work-track .w-dyn-items,
.visibly-work-track .w-dyn-item {
  width: 100%;
  height: 100%;
}

.visibly-work-track .w-dyn-empty {
  display: none;
}

.visibly-work-track .project-image {
  object-fit: cover;
  filter: none;
  width: 100%;
  height: 100%;
  display: block;
}

.visibly-work-cta {
  background-color: #e8e8e8;
}

.visibly-work-cta-content {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 36px;
  display: flex;
}

.visibly-work-cta .project-title {
  max-width: 360px;
  margin-top: 0;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.05;
}

.visibly-work-cta .project-arrow {
  filter: brightness(0) saturate(100%);
  align-self: flex-end;
  width: 48px;
  height: 48px;
}

.visibly-work-track .visibly-work-cta .play-circle {
  pointer-events: none;
}

.visibly-process-grid {
  grid-template-columns: repeat(4, 1fr);
  max-width: 1180px;
}

.visibly-process-grid > div {
  border-top: 2px solid #000;
  padding-top: 24px;
}

.visibly-tech-detail-list {
  grid-row-gap: 54px;
  display: grid;
}

.visibly-tech-detail-card {
  grid-row-gap: 42px;
  grid-template-columns: 1fr;
  padding-top: 0;
  display: grid;
}

.visibly-tech-detail-image {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 1;
  display: block;
}

.visibly-tech-reference-heading {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 150px;
}

.visibly-tech-reference-heading:before {
  content: "";
  background-color: #000;
  width: 260px;
  max-width: 100%;
  height: 2px;
  margin-bottom: 38px;
  display: block;
}

.visibly-tech-eyebrow {
  margin-bottom: 16px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.25;
}

.visibly-tech-reference-heading .service-2-title {
  max-width: 760px;
  font-size: 48px;
  line-height: 1;
}

.visibly-tech-reference-copy {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.visibly-tech-reference-copy p {
  font-size: 18px;
  line-height: 1.55;
}

.visibly-tech-image-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}

.visibly-tech-image-grid.is-single {
  display: block;
}

.visibly-tech-video {
  aspect-ratio: 1;
  width: 100%;
}

.visibly-tech-photo {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.visibly-tech-note {
  margin-top: 22px;
  font-weight: 700 !important;
}

.visibly-tech-bullets {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  margin-top: 24px;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
}

.visibly-tech-bullets li {
  border: 1px solid #000;
  border-radius: 4px;
  padding: 8px 10px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.visibly-tech-summary-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  width: 100%;
  margin-top: 0;
}

.visibly-tech-summary-grid .high-content {
  min-height: 185px;
  padding: 28px 26px 22px;
}

.visibly-tech-summary-grid .high-title {
  margin-bottom: 12px;
}

.visibly-tech-summary-grid p {
  max-width: none;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.35;
}

.visibly-tech-service-links {
  grid-row-gap: 22px;
}

.visibly-tech-service-link {
  color: #000;
  border-top: 2px solid #000;
  padding-top: 18px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.12;
  text-decoration: none;
  transition: opacity var(--visibly-duration-fast) var(--visibly-ease);
}

.visibly-tech-service-link:hover,
.visibly-tech-service-link:focus-visible {
  opacity: .58;
}

.visibly-process-grid-5 {
  grid-template-columns: repeat(5, 1fr);
}

.visibly-inline-cta-section {
  padding-top: 0;
}

.visibly-page-cta {
  max-width: 980px;
  margin: 0 auto;
}

.visibly-page-cta h2 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 34px;
  line-height: 1.12;
}

.visibly-page-cta p {
  max-width: 680px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55;
}

.visibly-print-list {
  grid-template-columns: repeat(3, 1fr);
  max-width: 1120px;
}

.visibly-print-list > div {
  border-top: 2px solid #000;
  padding-top: 22px;
}

.visibly-copyright {
  justify-content: space-between;
  align-items: center;
  display: flex;
  gap: 24px;
}

.visibly-footer-legal-row {
  align-items: center;
  gap: 18px;
  display: flex;
  flex-wrap: wrap;
}

.visibly-footer-legal {
  color: #000;
  text-decoration: none;
}

.visibly-footer-legal:hover,
.visibly-footer-legal:focus {
  text-decoration: underline;
}

.visibly-footer-web {
  text-align: right;
}

.visibly-footer-cta {
  align-items: center;
  gap: 6px;
  display: inline-flex;
}

.visibly-footer-cta span {
  font-size: .9em;
  line-height: 1;
}

.visibly-sitemap-intro {
  max-width: 980px;
}

.visibly-sitemap-content {
  margin-top: -28px;
}

.visibly-sitemap-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  display: grid;
}

.visibly-sitemap-group {
  border-top: 1px solid #000;
  padding-top: 24px;
}

.visibly-sitemap-group h2,
.visibly-sitemap-group h3 {
  margin-top: 0;
}

.visibly-sitemap-list {
  grid-row-gap: 12px;
  flex-direction: column;
  margin: 24px 0 0;
  padding: 0;
  display: flex;
}

.visibly-sitemap-list li {
  grid-column-gap: 12px;
  grid-row-gap: 6px;
  flex-wrap: wrap;
  align-items: baseline;
  margin: 0;
  padding: 0;
  display: flex;
}

.visibly-sitemap-list li::before {
  content: none;
}

.visibly-sitemap-label {
  color: #000;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.visibly-sitemap-path {
  opacity: .65;
  font-size: 14px;
  line-height: 1.2;
}

.visibly-sitemap-status {
  border: 1px solid #000;
  border-radius: 999px;
  padding: 3px 8px 4px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.visibly-sitemap-status.is-planned {
  opacity: .45;
}

.visibly-sitemap-note {
  opacity: .72;
  margin-top: 18px;
  font-size: 15px;
}

.footer > .container,
.footer > .container > .container {
  width: 100%;
}

.visibly-breadcrumb {
  color: #000;
  max-width: 220px;
  opacity: var(--visibly-breadcrumb-progress, 0);
  font-size: 14px !important;
  font-weight: 700;
  line-height: 18px !important;
  position: absolute;
  top: 90px;
  left: 0;
  transform: translate3d(0, calc((1 - var(--visibly-breadcrumb-progress, 0)) * 10px), 0);
  will-change: opacity, transform;
}

.visibly-breadcrumbs {
  color: #000;
  z-index: 25;
  max-width: 220px;
  opacity: var(--visibly-breadcrumb-progress, 0);
  font-size: 15px !important;
  font-weight: 700;
  line-height: 20px !important;
  pointer-events: none;
  position: fixed;
  top: var(--visibly-breadcrumb-top, 112px);
  left: var(--visibly-breadcrumb-left, 5%);
  transform: translate3d(0, calc((1 - var(--visibly-breadcrumb-progress, 0)) * 12px), 0);
  will-change: opacity, transform;
}

.logo-flex._2 {
  position: relative;
}

.visibly-breadcrumb ol,
.visibly-breadcrumbs ol {
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.visibly-breadcrumb li,
.visibly-breadcrumbs li {
  align-items: center;
  font-size: inherit !important;
  line-height: inherit !important;
  display: flex;
}

.visibly-breadcrumb li + li:before,
.visibly-breadcrumbs li + li:before {
  content: "/";
  margin-right: 5px;
}

.visibly-breadcrumb a,
.visibly-breadcrumbs a {
  color: inherit;
  font-size: inherit !important;
  line-height: inherit !important;
  text-decoration: none;
}

.visibly-breadcrumb a:hover,
.visibly-breadcrumb a:focus,
.visibly-breadcrumbs a:hover,
.visibly-breadcrumbs a:focus {
  text-decoration: none;
}

.logo-flex._2 .logo-text {
  opacity: calc(1 - var(--visibly-logo-text-progress, 0));
  will-change: opacity;
}

.visibly-breadcrumb-is-fixed .logo-flex._2 .logo-text {
  opacity: 0;
  overflow: hidden;
}

.visibly-desktop-nav {
  grid-column: 2;
  justify-self: center;
  align-self: start;
  align-items: center;
  gap: 32px;
  height: 70px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  padding-top: 0;
  white-space: nowrap;
}

.visibly-desktop-nav a {
  color: #000;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
}

.visibly-desktop-nav a:after {
  content: "";
  background-color: #000;
  width: 100%;
  height: 2px;
  transition: transform var(--visibly-duration-fast) var(--visibly-ease);
  position: absolute;
  left: 0;
  bottom: -7px;
  transform: scaleX(0);
  transform-origin: 0 50%;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .visibly-cta-ring,
  .visibly-logo-track,
  .visibly-marquee__track {
    animation: none !important;
  }

  .visibly-sticky-cta,
  .visibly-sticky-cta__button,
  .visibly-sticky-cta__button::before,
  .visibly-desktop-nav a:after,
  .visibly-breadcrumb,
  .visibly-breadcrumbs,
  .logo-flex._2 .logo-text {
    transition: none !important;
  }
}

.visibly-desktop-nav a:hover:after,
.visibly-desktop-nav a:focus:after,
.visibly-desktop-nav a[aria-current="page"]:after {
  transform: scaleX(1);
}

@media screen and (min-width: 992px) {
  .navigation {
    grid-template-columns: minmax(180px, 1fr) minmax(720px, auto) minmax(180px, 1fr);
  }

  .navigation .logo-flex._2 {
    grid-column: 1;
  }

  .navigation .hamburger {
    display: none;
  }

  .navigation .second-part {
    grid-column: 3;
  }
}

@media screen and (min-width: 992px) and (max-width: 1180px) {
  .navigation {
    grid-template-columns: minmax(160px, .8fr) minmax(650px, auto) minmax(170px, .8fr);
  }

  .visibly-desktop-nav {
    gap: 26px;
  }
}

@media screen and (max-width: 991px) {
  body.has-top-info-bar .hero {
    padding-top: calc(var(--visibly-top-info-bar-height, 0px) + 143px);
  }

  body.has-top-info-bar .hero.inner,
  body.has-top-info-bar .visibly-contact-hero,
  body.has-top-info-bar .visibly-subpage-hero {
    padding-top: calc(var(--visibly-top-info-bar-height, 0px) + 136px);
  }

  body.has-top-info-bar .hero._3 {
    padding-top: calc(var(--visibly-top-info-bar-height, 0px) + 121px);
  }

  .visibly-desktop-nav {
    display: none;
  }

  .visibly-work-track {
    height: auto;
  }

  .visibly-work-track .sticky {
    width: auto;
    height: auto;
    position: relative;
    overflow: visible;
  }

  .visibly-work-track .collection-list {
    flex-wrap: wrap;
    transform: none !important;
  }

  body.has-top-info-bar .visibly-hero-home1 {
    min-height: auto;
    padding-top: calc(var(--visibly-top-info-bar-height, 0px) + 136px);
    padding-bottom: 82px;
  }

  .visibly-hero-home1 .title-1 {
    font-size: clamp(54px, 7.1vw, 69px);
    line-height: 1;
  }

  .visibly-hero-home1 .top-part-hero,
  .visibly-hero-home1 .top-part-hero._2 {
    justify-content: flex-start;
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .visibly-hero-home1 .visibly-hero-offset,
  .visibly-hero-home1 .visibly-hero-offset-small {
    padding-left: 18vw;
  }

  .visibly-color-circle {
    width: 250px;
    height: 250px;
    margin-top: 34px;
    margin-left: auto;
    margin-right: 6%;
    position: relative;
    inset: auto;
  }

  .visibly-home1-bottom {
    margin-top: 34px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    inset: auto;
  }

  .visibly-home1-bottom-content {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .visibly-home-statement-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .visibly-subpage-hero {
    padding-top: 190px;
    padding-bottom: 210px;
  }

  .visibly-subpage-hero .title-1 {
    font-size: 64px;
  }

  .visibly-subpage-hero .top-part-hero._2 {
    padding-left: 80px;
  }

  .visibly-print-circle {
    width: 270px;
    height: 270px;
    bottom: -52%;
  }

  .visibly-print-home3 .title-1 {
    font-size: 69px;
    line-height: 1;
  }

  .visibly-print-hero-media-grid {
    grid-column-gap: 34px;
    grid-row-gap: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    min-height: auto;
  }

  .visibly-print-hero-copy {
    grid-column: 1;
    grid-row: 1;
  }

  .visibly-print-hero-text {
    grid-column: 1;
    grid-row: 3;
    max-width: 500px;
    margin-top: 0;
    align-self: start;
  }

  .visibly-print-hero-images {
    grid-column: 1;
    grid-row: 2;
    justify-content: center;
    min-height: 0;
    margin-top: 34px;
    margin-bottom: 28px;
  }

  .visibly-print-hero-image-primary {
    --visibly-print-hero-circle-size: min(56vw, 410px);
    flex-basis: var(--visibly-print-hero-circle-size);
    width: var(--visibly-print-hero-circle-size);
  }

  .container._3.visibly-print-hero-bottom {
    bottom: auto;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    inset: auto;
    margin-top: 22px;
  }

  .container._3.visibly-print-hero-bottom .bottom-grid {
    grid-template-columns: 1fr;
    grid-row-gap: 22px;
  }

  .container._3.visibly-print-hero-bottom .scroll-down {
    justify-self: flex-start;
  }

  .visibly-print-cta-circle.lightbox-link._2 {
    width: 118px;
    height: 118px;
  }

  .visibly-services-heading {
    padding-left: 0;
  }

  .visibly-tech-cards,
  .visibly-process-grid,
  .visibly-print-list {
    grid-template-columns: 1fr 1fr;
  }

  .visibly-section-intro {
    margin-left: 0;
  }

  .visibly-logo-marquee {
    margin-top: 48px;
  }

  .visibly-logo-track {
    gap: 66px;
    animation-duration: 54s;
  }

  .visibly-work-cta .project-title {
    max-width: 260px;
    font-size: 34px;
  }

  .visibly-work-cta .project-arrow {
    width: 38px;
    height: 38px;
  }
}

@media screen and (max-width: 767px) {
  body.has-top-info-bar .hero {
    padding-top: calc(var(--visibly-top-info-bar-height, 0px) + 124px);
  }

  body.has-top-info-bar .hero.inner,
  body.has-top-info-bar .visibly-contact-hero,
  body.has-top-info-bar .visibly-subpage-hero {
    padding-top: calc(var(--visibly-top-info-bar-height, 0px) + 116px);
  }

  body.has-top-info-bar .hero._3 {
    padding-top: calc(var(--visibly-top-info-bar-height, 0px) + 121px);
  }

  .navigation {
    grid-template-columns: auto auto auto;
    align-items: center;
  }

  .visibly-logo-wrapper {
    width: 64px;
    height: 64px;
    margin-bottom: 0;
    transform: none !important;
  }

  .visibly-svg-logo {
    width: 64px !important;
    height: 64px !important;
    aspect-ratio: 1 / 1;
    transform: none !important;
  }

  body.has-top-info-bar .visibly-hero-home1 {
    min-height: auto;
    padding-top: calc(var(--visibly-top-info-bar-height, 0px) + 126px);
    padding-bottom: 72px;
  }

  .visibly-hero-home1 .title-1 {
    text-align: center;
    font-size: clamp(30px, 8.7vw, 42px);
    line-height: 1.02;
  }

  .visibly-hero-home1 .top-part-hero,
  .visibly-hero-home1 .top-part-hero._2 {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .visibly-color-circle {
    width: 220px;
    height: 220px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: 0;
    position: relative;
    inset: auto;
  }

  .visibly-home1-bottom {
    margin-top: 28px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    inset: auto;
  }

  .visibly-home1-bottom-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .visibly-home-statement-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .visibly-home-statement-section .title-3 {
    font-size: 30px;
    line-height: 1.15;
  }

  .visibly-services-section {
    padding-top: 72px;
  }

  .visibly-subpage-hero {
    min-height: auto;
    padding-top: 150px;
    padding-bottom: 80px;
  }

  .visibly-subpage-hero .title-1 {
    font-size: 46px;
    line-height: 1;
  }

  .visibly-subpage-hero .top-part-hero,
  .visibly-subpage-hero .top-part-hero._2 {
    justify-content: flex-start;
    padding-left: 0;
  }

  .visibly-print-circle {
    width: 220px;
    height: 220px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    inset: auto;
  }

  .visibly-print-home3 .container._2.grid {
    grid-template-columns: 1fr;
  }

  .visibly-print-hero-media-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .visibly-print-home3 {
    min-height: auto;
    padding-top: 124px;
    padding-bottom: 56px;
  }

  .visibly-print-home3 .title-1 {
    font-size: 50px;
    line-height: 1;
  }

  .visibly-print-hero-text {
    max-width: none;
    font-size: 18px;
    line-height: 1.35;
  }

  .visibly-print-hero-images {
    justify-content: center;
    min-height: 0;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .container._3.visibly-print-hero-bottom {
    bottom: auto;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    inset: auto;
    margin-top: 20px;
  }

  .container._3.visibly-print-hero-bottom .bottom-grid {
    grid-template-columns: 1fr;
    grid-row-gap: 22px;
  }

  .container._3.visibly-print-hero-bottom .scroll-down {
    justify-self: flex-start;
  }

  .visibly-print-hero-image-primary {
    --visibly-print-hero-circle-size: min(260px, 70vw);
    width: var(--visibly-print-hero-circle-size);
    max-width: 70vw;
    flex-basis: var(--visibly-print-hero-circle-size);
  }

  .visibly-hero3-cta-wrap {
    justify-content: flex-start;
    margin-top: 32px;
  }

  .visibly-print-cta-circle.lightbox-link._2 {
    width: 110px;
    height: 110px;
  }

  .visibly-cta-center {
    font-size: 12px;
  }

  .visibly-subpage-bottom {
    margin-top: 36px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    inset: auto;
  }

  .visibly-tech-cards,
  .visibly-process-grid,
  .visibly-print-list,
  .visibly-service-list,
  .visibly-work-list {
    grid-template-columns: 1fr;
  }

  .visibly-product-grid {
    grid-template-columns: 1fr 1fr;
  }

  .visibly-technology-grid {
    grid-template-columns: 1fr;
  }

  .visibly-work-list._2 {
    margin-left: 0;
  }

  .visibly-service-list._2 {
    margin-left: 0;
  }

  .visibly-service-card .project-title {
    font-size: 42px;
    line-height: 1.04;
  }

  .visibly-service-card .project-arrow {
    width: 30px;
    height: 30px;
    margin-top: 10px;
  }

  .visibly-service-description {
    max-width: none;
    margin-top: 8px;
    font-size: 24px;
    line-height: 1.15;
  }

  .visibly-logo-marquee-section {
    padding-top: 12px;
    padding-bottom: 52px;
  }

  .visibly-logo-marquee {
    margin-top: 38px;
  }

  .visibly-logo-track {
    gap: 48px;
    animation-duration: 46s;
  }

  .visibly-logo-item {
    width: 140px;
    height: 68px;
  }

  .visibly-logo-item img {
    max-width: 108px;
    max-height: 42px;
  }

  .visibly-logo-canis img,
  .visibly-logo-broker img,
  .visibly-logo-rage img,
  .visibly-logo-teichmann img,
  .visibly-logo-jirdos img {
    max-width: 132px;
    max-height: 34px;
  }

  .visibly-logo-hansen img,
  .visibly-logo-smart img,
  .visibly-logo-nord img,
  .visibly-logo-andante img {
    max-width: 138px;
    max-height: 46px;
  }

  .visibly-logo-kht img {
    max-width: 88px;
    max-height: 50px;
  }

  .visibly-logo-bbq img,
  .visibly-logo-medica img {
    max-width: 70px;
    max-height: 56px;
  }

  .visibly-copyright {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .visibly-footer-web {
    text-align: left;
  }

  .visibly-work-heading-section {
    padding-top: 58px;
  }

  .visibly-work-heading-section .top-part-hero._3 {
    padding-left: 0;
  }

  .visibly-work-track .top-part-hero._3 {
    padding-left: 0;
  }

  .visibly-work-track .sticky {
    padding-top: 46px;
  }

  .visibly-work-track .collection-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    display: grid;
  }

  .visibly-work-track .collection-item {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    display: flex;
  }

  .visibly-work-cta-content {
    padding: 24px;
  }

  .visibly-work-cta .project-title {
    max-width: 190px;
    font-size: 26px;
  }

  .visibly-work-cta .project-arrow {
    width: 32px;
    height: 32px;
  }

  .dropdown-toggle-2 {
    align-items: center;
    min-height: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .toggle-icon {
    margin-top: 0;
  }

  .qa-text {
    white-space: normal;
    overflow-wrap: anywhere;
    line-height: 1.08;
    padding-top: 1px;
  }

  .toggle-content {
    width: 100%;
    padding-right: 0;
    padding-left: 56px;
  }

  .visibly-intro-copy p,
  .visibly-technology-copy p,
  .visibly-section-intro p,
  .visibly-cta-copy p {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  body.has-top-info-bar .hero {
    padding-top: calc(var(--visibly-top-info-bar-height, 0px) + 124px);
  }

  body.has-top-info-bar .hero.inner,
  body.has-top-info-bar .visibly-contact-hero,
  body.has-top-info-bar .visibly-subpage-hero {
    padding-top: calc(var(--visibly-top-info-bar-height, 0px) + 116px);
  }

  body.has-top-info-bar .hero._3 {
    padding-top: calc(var(--visibly-top-info-bar-height, 0px) + 124px);
  }

  body.has-top-info-bar .visibly-hero-home1 {
    padding-top: calc(var(--visibly-top-info-bar-height, 0px) + 112px);
    padding-bottom: 54px;
  }

  .visibly-hero-home1 .title-1 {
    font-size: clamp(26px, 7.2vw, 30px);
    font-weight: 700;
  }

  .visibly-color-circle {
    width: 160px;
    height: 160px;
    margin-top: 28px;
  }

  .visibly-home-statement-section {
    padding-top: 44px;
    padding-bottom: 52px;
  }

  .visibly-home-statement-section .title-3 {
    font-size: 24px;
    line-height: 1.18;
  }

  .visibly-services-section {
    padding-top: 60px;
  }

  .visibly-subpage-hero .title-1 {
    font-size: 38px;
  }

  .visibly-print-circle {
    width: 190px;
    height: 190px;
  }

  .visibly-print-home3 .title-1 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
  }

  .visibly-print-hero-text {
    font-size: 16px;
    line-height: 1.35;
  }

  .visibly-print-hero-images {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .visibly-print-hero-image-primary {
    --visibly-print-hero-circle-size: min(230px, 76vw);
    flex-basis: var(--visibly-print-hero-circle-size);
    width: var(--visibly-print-hero-circle-size);
    max-width: 76vw;
  }

  .visibly-print-cta-circle.lightbox-link._2 {
    width: 104px;
    height: 104px;
  }

  .visibly-cta-ring text {
    font-size: 9.4px;
  }

  .visibly-menu-note p {
    font-size: 14px;
  }

  .visibly-product-grid {
    grid-template-columns: 1fr;
  }

  .visibly-service-card .project-title {
    font-size: 34px;
  }

  .visibly-service-card .project-arrow {
    width: 26px;
    height: 26px;
    margin-top: 7px;
  }

  .visibly-service-description {
    font-size: 20px;
  }

  .visibly-work-cta-content {
    padding: 18px;
  }

  .visibly-work-track .sticky {
    padding-top: 34px;
  }

  .visibly-logo-wrapper {
    width: 62px;
    height: 62px;
  }

  .visibly-svg-logo {
    width: 62px !important;
    height: 62px !important;
  }

  .visibly-work-cta .project-title {
    max-width: 150px;
    font-size: 22px;
  }

  .visibly-work-cta .project-arrow {
    width: 28px;
    height: 28px;
  }

  .visibly-sticky-cta {
    width: calc(100% - 24px);
    max-width: 410px;
    padding: 5px;
    bottom: calc(12px + env(safe-area-inset-bottom));
    left: 50%;
    right: auto;
    transform: translate3d(-50%, 12px, 0);
  }

  .visibly-sticky-cta.is-visible {
    transform: translate3d(-50%, 0, 0);
  }

  .visibly-sticky-cta__inner {
    align-items: center;
    gap: 4px;
    width: 100%;
    display: flex;
  }

  .visibly-sticky-cta__mark {
    width: 30px;
    height: 40px;
    line-height: 40px;
  }

  .visibly-sticky-cta__mark img {
    width: 19px;
    height: 19px;
  }

  .visibly-sticky-cta__text {
    color: #000;
    text-align: left;
    white-space: normal;
    font-size: 12px;
    line-height: 1.1;
    display: none;
  }

  .visibly-sticky-cta__actions {
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    width: 100%;
    display: grid;
  }

  .visibly-sticky-cta__button {
    min-width: 0;
    height: 40px;
    padding: 0 10px;
    font-size: 13px;
    line-height: 18px;
  }

  .visibly-cta-copy p {
    max-width: 320px;
  }
}

@media screen and (max-width: 991px) {
  .visibly-contact-hero {
    padding-top: 136px;
    padding-bottom: 113px;
  }

  .visibly-location-grid {
    grid-template-columns: 1fr;
  }

  .visibly-location-layout.testimonials-wrapper._2 {
    grid-template-columns: 1fr;
  }

  .visibly-contact-hero .title-1 {
    font-size: 69px;
    line-height: 1;
  }

  .visibly-contact-card-grid {
    grid-template-columns: 1fr;
  }

  .visibly-contact-card {
    min-height: 220px;
  }

  .visibly-tech-detail-card {
    grid-template-columns: 1fr;
  }

  .visibly-tech-reference-heading,
  .visibly-tech-reference-copy {
    margin-left: 0;
    margin-right: 0;
  }

  .visibly-tech-reference-heading {
    padding-left: 0;
  }

  .visibly-tech-summary-grid {
    grid-template-columns: 1fr 1fr;
  }

  .visibly-process-grid-5 {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .visibly-contact-hero {
    min-height: auto;
    padding-top: 136px;
    padding-bottom: 80px;
  }

  .visibly-contact-hero .title-1 {
    font-size: 50px;
    line-height: 1;
  }

  .visibly-contact-section,
  .visibly-contact-advice-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  #rychle-kontakty.visibly-contact-section {
    padding-top: 60px;
  }

  .visibly-contact-card-grid {
    grid-row-gap: 24px;
  }

  .visibly-contact-form-panel {
    padding: 30px;
  }

  .visibly-contact-form-grid {
    grid-template-columns: 1fr;
  }

  .visibly-contact-textarea {
    min-height: 160px;
  }

  .visibly-contact-process-intro {
    margin-left: 0;
  }

  .visibly-contact-link-row,
  .visibly-contact-button-flex {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .visibly-map-placeholder {
    min-height: 300px;
  }

  .visibly-map-circle.image-1._1.show {
    width: 320px;
    height: 320px;
  }

  .visibly-tech-detail-list {
    grid-row-gap: 46px;
  }

  .visibly-tech-detail-card {
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .visibly-tech-reference-copy p,
  .visibly-page-cta p {
    font-size: 16px;
  }

  .visibly-tech-eyebrow {
    font-size: 18px;
  }

  .visibly-tech-reference-heading .service-2-title {
    font-size: 32px;
  }

  .visibly-tech-image-grid {
    grid-template-columns: 1fr;
  }

  .visibly-tech-service-link {
    font-size: 18px;
  }

  .visibly-process-grid-5 {
    grid-template-columns: 1fr;
  }

  .visibly-page-cta h2 {
    font-size: 27px;
  }
}

@media screen and (max-width: 479px) {
  .visibly-contact-hero .title-1 {
    font-size: 28px;
    font-weight: 700;
  }

  .visibly-contact-card-value {
    font-size: 20px;
  }

  .visibly-contact-form-panel {
    padding: 24px;
  }
}

@media screen and (max-width: 767px) {
  html {
    --visibly-top-info-bar-height: 52px;
  }

  .visibly-top-info-bar__inner {
    justify-content: space-between;
    gap: 12px;
    min-height: 52px;
    padding: 8px 16px;
  }

  .visibly-top-info-bar__desktop-text {
    display: none;
  }

  .visibly-top-info-bar__mobile-text {
    display: inline;
  }

  .visibly-top-info-bar__text,
  .visibly-top-info-bar__link {
    font-size: 16px;
  }

  .visibly-top-info-bar__text {
    flex: 1 1 auto;
    min-width: 0;
    font-weight: 500;
    line-height: 1.2;
  }

  .visibly-top-info-bar__link {
    box-sizing: border-box;
    flex: 0 0 auto;
    min-width: 0;
    max-width: none;
    padding: 0;
    text-align: right;
    line-height: 1.15;
  }

  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .container,
  .container._2,
  .top-part-hero,
  .top-part-hero._2,
  .testimonials-wrapper,
  .visibly-location-layout,
  .visibly-contact-form-layout {
    max-width: 100%;
  }

  .navigation .button-circle.hide {
    display: flex;
  }

  .footer > .container,
  .footer > .container > .container {
    width: auto;
    max-width: 100%;
  }

  .footer-grid > *,
  .footer-link-first,
  .contact-grid.on-footer {
    max-width: 100%;
    min-width: 0;
  }

  .visibly-breadcrumb {
    max-width: 130px;
    font-size: 12px !important;
    line-height: 15px !important;
    top: 66px;
  }

  .visibly-breadcrumbs {
    max-width: 130px;
    font-size: 12px !important;
    line-height: 15px !important;
  }

}

@media screen and (max-width: 479px) {
  .visibly-top-info-bar__inner {
    gap: 8px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .visibly-top-info-bar__text,
  .visibly-top-info-bar__link {
    font-size: 14px;
  }

  .navigation {
    grid-column-gap: 12px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .navigation .button-circle.hide {
    height: 40px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  .hero > nav.visibly-breadcrumbs[data-breadcrumb] {
    max-width: 130px;
  }
}

@media screen and (max-width: 991px) {
  .visibly-print-home3 .visibly-print-hero-media-grid {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .visibly-print-home3 .visibly-print-hero-copy,
  .visibly-print-home3 .visibly-print-hero-images,
  .visibly-print-home3 .visibly-print-hero-text,
  .visibly-print-home3 .visibly-page-hero-actions {
    width: 100%;
    max-width: none;
  }

  .visibly-print-home3 .visibly-print-hero-images {
    justify-content: center;
    align-self: center;
    min-height: 0;
    margin-top: 26px;
    margin-bottom: 24px;
  }

  .visibly-print-home3 .visibly-print-hero-text {
    margin-top: 0;
    line-height: 1.35;
  }

  .visibly-print-home3 .visibly-print-hero-scroll {
    width: max-content;
    margin-top: 30px;
  }

  .visibly-print-home3 .visibly-page-hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
    margin-top: 30px;
  }

  .visibly-print-home3 .visibly-page-hero-actions .visibly-page-hero-scroll {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .visibly-print-home3 .visibly-print-hero-media-grid {
    align-items: flex-start;
    width: 100%;
  }

  .visibly-print-home3 .visibly-print-hero-images {
    align-self: flex-end;
    justify-content: flex-end;
    width: 100%;
    margin-top: 28px;
    margin-bottom: 48px;
  }

  .visibly-print-home3 .visibly-print-hero-image-primary {
    --visibly-print-hero-circle-size: min(220px, 64vw);
    flex-basis: var(--visibly-print-hero-circle-size);
    width: var(--visibly-print-hero-circle-size);
    max-width: 64vw;
    margin-left: auto;
  }

  .visibly-print-home3 .visibly-print-hero-text {
    max-width: 290px;
    font-size: 21px;
    line-height: 1.2;
  }

  .visibly-print-home3 .visibly-print-hero-scroll {
    margin-top: 32px;
    font-size: 15px;
    line-height: 19px;
  }

  .visibly-print-home3 .visibly-page-hero-actions {
    gap: 20px;
    margin-top: 30px;
  }

  .visibly-print-home3 .visibly-page-hero-actions .button-circle {
    height: 51px;
  }
}

@media screen and (max-width: 479px) {
  .visibly-print-home3 .visibly-print-hero-image-primary {
    --visibly-print-hero-circle-size: min(160px, 48vw);
    flex-basis: var(--visibly-print-hero-circle-size);
    width: var(--visibly-print-hero-circle-size);
    max-width: 48vw;
    margin-left: auto;
  }

  .visibly-print-home3 .visibly-print-hero-images {
    margin-top: 26px;
    margin-bottom: 46px;
  }

  .visibly-print-home3 .visibly-print-hero-text {
    max-width: 300px;
    font-size: 21px;
    line-height: 1.2;
  }
}

.visibly-blog-excerpt {
  display: none;
}

.blog-list > [role="listitem"] {
  flex-direction: column;
  display: flex;
}

.blog-list > [role="listitem"] .blog-wrapper {
  flex: 1;
  flex-direction: column;
  display: flex;
}

.button-circle {
  isolation: isolate;
  transition: color .32s var(--visibly-ease);
}

.button-circle .button-overlay {
  pointer-events: none;
  border-radius: 999px;
  transition: transform .62s var(--visibly-ease), border-radius .62s var(--visibly-ease);
  transform: translate3d(-72%, 55%, 0) scale3d(.08, .08, 1);
}

.button-circle:hover,
.button-circle:focus-visible {
  color: #fff;
}

.button-circle:hover .button-overlay,
.button-circle:focus-visible .button-overlay {
  border-radius: 999px;
  transform: translate3d(-18%, -32%, 0) scale3d(1, 1, 1);
}

.button-circle:not(:has(.button-overlay))::before {
  content: "";
  z-index: -1;
  pointer-events: none;
  background-color: #000;
  border-radius: 999px;
  width: 250px;
  height: 250px;
  transition: transform .62s var(--visibly-ease), border-radius .62s var(--visibly-ease);
  position: absolute;
  inset: 0;
  transform: translate3d(-72%, 55%, 0) scale3d(.08, .08, 1);
}

.button-circle:not(:has(.button-overlay)):hover::before,
.button-circle:not(:has(.button-overlay)):focus-visible::before {
  border-radius: 999px;
  transform: translate3d(-18%, -32%, 0) scale3d(1, 1, 1);
}

.visibly-article-meta {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.visibly-article-intro {
  font-size: 22px;
  line-height: 1.35;
}

.rich-text-block.w-richtext {
  color: #000;
}

.rich-text-block.w-richtext h2 {
  max-width: 660px;
  margin-top: 58px;
  margin-bottom: 18px;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.12;
}

.rich-text-block.w-richtext h2:first-child,
.rich-text-block.w-richtext .visibly-article-intro + h2 {
  margin-top: 44px;
}

.rich-text-block.w-richtext p {
  max-width: 660px;
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.58;
}

.rich-text-block.w-richtext ul,
.rich-text-block.w-richtext ol {
  max-width: 620px;
  margin-top: 8px;
  margin-bottom: 28px;
  padding-left: 28px;
}

.rich-text-block.w-richtext li {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.48;
}

.rich-text-block.w-richtext li::marker {
  font-size: .78em;
}

.visibly-article-cta {
  isolation: isolate;
  background: transparent;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-radius: 0;
  margin-top: 52px;
  margin-bottom: 52px;
  padding: 28px 0 30px;
  position: relative;
  overflow: hidden;
}

.visibly-article-cta:before {
  content: "✦ Tip z výroby";
  letter-spacing: .08em;
  text-transform: uppercase;
  background: #000;
  border: 1px solid #000;
  border-radius: 4px;
  padding: 7px 10px;
  color: #fff;
  width: fit-content;
  margin-bottom: 18px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  display: block;
}

.visibly-article-cta:after {
  content: "";
  z-index: -1;
  opacity: .045;
  background-image: url("/images/circle-2.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 130px;
  height: 130px;
  position: absolute;
  top: 28px;
  right: 0;
}

.rich-text-block.w-richtext .visibly-article-cta h2,
.rich-text-block.w-richtext .visibly-article-cta p {
  max-width: 620px;
}

.rich-text-block.w-richtext .visibly-article-cta h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 1.18;
}

.rich-text-block.w-richtext .visibly-article-cta p {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
}

.visibly-article-cta .button-flex {
  justify-content: flex-start;
  margin-top: 22px;
}

.visibly-article-cta .button-circle {
  background: transparent;
  height: 48px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 14px;
}

.visibly-article-cta.visibly-page-cta {
  color: #fff;
  background: #000;
  border-top: 0;
  border-bottom: 0;
  border-radius: 0;
  grid-column-gap: 52px;
  grid-row-gap: 20px;
  grid-template-columns: minmax(0, .95fr) minmax(320px, .85fr);
  max-width: 1080px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 44px 52px 48px;
  display: grid;
}

.visibly-article-cta.visibly-page-cta:before {
  content: "✦ Výrobní konzultace";
  color: #000;
  background: #fff;
  border-color: #fff;
  grid-column: 1;
  width: fit-content;
  margin-bottom: 8px;
}

.visibly-article-cta.visibly-page-cta:after {
  opacity: .14;
  filter: invert(1);
  width: 210px;
  height: 210px;
  top: auto;
  right: 36px;
  bottom: 22px;
}

.visibly-article-cta.visibly-page-cta h2 {
  z-index: 1;
  grid-column: 1;
  max-width: 600px;
  margin-bottom: 0;
  font-size: clamp(34px, 3.7vw, 58px);
  line-height: .98;
  position: relative;
}

.visibly-article-cta.visibly-page-cta p {
  z-index: 1;
  grid-column: 2;
  max-width: 520px;
  align-self: end;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.34;
  position: relative;
}

.visibly-article-cta.visibly-page-cta .button-flex {
  z-index: 1;
  grid-column: 2;
  align-self: start;
  margin-top: 8px;
  position: relative;
}

.visibly-article-cta.visibly-page-cta .button-circle {
  color: #000;
  background: #fff;
  border: 2px solid #fff;
  box-shadow: none;
  box-sizing: border-box;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
}

.visibly-article-cta.visibly-page-cta .button-circle:hover,
.visibly-article-cta.visibly-page-cta .button-circle:focus-visible {
  color: #fff;
  border-color: #fff;
  box-shadow: none;
}

.visibly-image-prompt-note {
  display: none;
}

@media screen and (max-width: 991px) {
  .visibly-sitemap-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .visibly-sitemap-grid {
    grid-row-gap: 36px;
  }

  .visibly-sitemap-content {
    margin-top: -18px;
  }

  .visibly-sitemap-list li {
    grid-row-gap: 8px;
  }

  .visibly-sitemap-status {
    font-size: 10px;
  }

  .visibly-article-meta {
    grid-template-columns: 1fr;
  }

  .visibly-article-intro {
    font-size: 19px;
  }

  .rich-text-block.w-richtext h2 {
    margin-top: 44px;
    margin-bottom: 14px;
    font-size: 27px;
    line-height: 1.16;
  }

  .rich-text-block.w-richtext h2:first-child,
  .rich-text-block.w-richtext .visibly-article-intro + h2 {
    margin-top: 34px;
  }

  .rich-text-block.w-richtext p {
    margin-bottom: 16px;
    font-size: 17px;
    line-height: 1.55;
  }

  .rich-text-block.w-richtext ul,
  .rich-text-block.w-richtext ol {
    margin-bottom: 24px;
    padding-left: 24px;
  }

  .rich-text-block.w-richtext li {
    font-size: 17px;
    line-height: 1.45;
  }

  .visibly-article-cta {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 23px 20px 24px;
  }

  .visibly-article-cta:after {
    width: 112px;
    height: 112px;
    top: 18px;
    right: -34px;
  }

  .rich-text-block.w-richtext .visibly-article-cta h2 {
    font-size: 22px;
  }

  .rich-text-block.w-richtext .visibly-article-cta p {
    font-size: 16px;
  }

  .visibly-article-cta.visibly-page-cta {
    grid-template-columns: 1fr;
    padding: 28px 20px 30px;
  }

  .visibly-article-cta.visibly-page-cta:before,
  .visibly-article-cta.visibly-page-cta h2,
  .visibly-article-cta.visibly-page-cta p,
  .visibly-article-cta.visibly-page-cta .button-flex {
    grid-column: 1;
  }

  .visibly-article-cta.visibly-page-cta:after {
    width: 132px;
    height: 132px;
    right: -28px;
    bottom: 18px;
  }

  .visibly-article-cta.visibly-page-cta h2 {
    font-size: 30px;
  }

  .visibly-article-cta.visibly-page-cta p {
    max-width: none;
    font-size: 16px;
    line-height: 1.45;
  }

  .visibly-tech-summary-grid {
    grid-template-columns: 1fr;
  }

  #vyroba.visibly-home-statement-section {
    padding-bottom: 52px;
  }

  #technologie.section {
    padding-top: 52px;
  }

}
