@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-VariableItalic.woff2') format("woff2");
  font-weight: 200 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Generalsans Variable;
  src: url('../fonts/GeneralSans-Variable.woff2') format("woff2");
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --section-spacing: 8rem;
  --wrapper-max-width: 90%;
  --_gradient-2---gradient-2-1: #5a00ee;
  --_gradient-2---gradient-2-2: magenta;
  --border-radius-1920\<deleted\|variable-ccf3e697-3331-9047-255a-cb847df2c88d\>: .75rem;
  --_gradient-1---gradient-1-1: #308;
  --_gradient-1---gradient-1-2: #5a00ee;
  --_gradient-1---gradient-1-3: #aa49ff;
}

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

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

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

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

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

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

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

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.25em;
}

p {
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.4em;
}

a {
  cursor: none;
  text-decoration: underline;
}

.hero {
  margin-bottom: var(--section-spacing);
  height: 200vh;
  position: relative;
  overflow: clip;
}

.hero-content {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.navbar {
  z-index: 998;
  background-color: #0000;
  background-image: linear-gradient(#000000f2, #000000e6 60%, #000c);
  height: 8vh;
  position: sticky;
  top: 0;
}

.navbar-wrapper {
  max-width: var(--wrapper-max-width);
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.body {
  color: #fff;
  background-color: #000;
  font-family: Generalsans Variable, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
}

.menu-btn {
  text-align: center;
  text-transform: uppercase;
  cursor: none;
  background-color: #0000;
  border-top: 1px solid #0000;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #0000;
  padding: .75rem;
  font-size: 1.125rem;
  text-decoration: none;
  transition: all .2s;
  position: absolute;
  inset: auto auto auto 0%;
}

.menu-btn:hover {
  border: 1px solid #fff;
  border-radius: .5rem;
}

.nav-logo {
  cursor: none;
  height: 3.5vh;
}

.nav-logo-img {
  height: 100%;
}

.navbar-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

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

.hero-h2 {
  font-size: 1.5rem;
}

.hero-h1 {
  text-align: center;
  max-width: 45rem;
  font-size: 3.5rem;
}

.hero-h2-row {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-paragraph {
  text-align: center;
  max-width: 50rem;
  margin-top: .5rem;
}

.cursor-wrapper {
  z-index: 10000;
  mix-blend-mode: difference;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor {
  background-color: #fff;
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.cursor-embed {
  display: none;
}

.cta-btn {
  background-image: linear-gradient(90deg, var(--_gradient-2---gradient-2-1), var(--_gradient-2---gradient-2-2));
  filter: drop-shadow(0 0 6px #5a00ee80);
  color: #fff;
  cursor: none;
  border-radius: 100em;
  justify-content: space-between;
  padding: .125rem;
  text-decoration: none;
  transition: filter .3s;
  display: flex;
}

.cta-btn:hover {
  filter: drop-shadow(0 0 15px #5a00eecc);
}

.cta-btn-inner {
  background-color: #12023a;
  border-radius: 100em;
  width: 100%;
  padding: 1rem 2.5rem;
  transition: all .3s;
}

.cta-btn-inner:hover {
  background-color: #22046e;
}

.cta-btn-text {
  color: #fff;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
}

.hero-bottom {
  background-color: #0006;
  border-top: 1px solid #ffffff59;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-bottom-wrapper {
  max-width: var(--wrapper-max-width);
  justify-content: space-between;
  align-items: center;
  padding-top: 2vh;
  padding-bottom: 2vh;
  display: flex;
}

.hero-spline {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.hero-bottom-left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-bottom-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.hero-bottom-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-bottom-left-logo {
  height: 2.25rem;
}

.hero-bottom-left-logo.labut {
  height: 2.5rem;
}

.hero-bottom-left-logo.aktivity {
  height: 1.35rem;
}

.hero-bottom-left-logo.dovolenka {
  display: none;
}

.hero-bottom-left-logo.tasos {
  height: 1.5rem;
}

.hero-bottom-left-logo-img {
  width: 100%;
  height: 100%;
}

.hero-bottom-right-column {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero-bottom-right-counter {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1em;
}

.hero-bottom-right-text {
  text-transform: uppercase;
  font-size: .8rem;
  line-height: 1em;
}

.hero-gradient {
  z-index: 1;
  background-image: linear-gradient(#0000 70%, #000000bf);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.services {
  margin-bottom: var(--section-spacing);
  position: relative;
  overflow: hidden;
}

.cta-btn-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.services-wrapper {
  max-width: var(--wrapper-max-width);
  flex-flow: column;
  display: flex;
}

.services-content {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.services-h2 {
  text-align: center;
  max-width: 45rem;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2em;
}

.services-paragraph {
  text-align: center;
  max-width: 40rem;
  margin-top: .25rem;
}

.services-cards-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 2rem;
}

.services-card {
  aspect-ratio: 1 / 1.3;
  color: #fff;
  border-radius: .75rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 5%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services-card-bg {
  z-index: 1;
  object-fit: cover;
  background-image: radial-gradient(circle at 100% 0, #f0f6, #5a00ee66 40%, #19191966);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.services-card-bg._1 {
  background-image: url('../images/dev-grad.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.services-card-bg._2 {
  background-image: url('../images/design-grad.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.services-card-bg._3 {
  background-image: url('../images/marketing-grad.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.services-card-gradient {
  z-index: 3;
  background-image: linear-gradient(#0000 50%, #000000d9 80%, #000000f2);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.services-card-content {
  z-index: 4;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.services-card-img {
  z-index: 2;
  filter: drop-shadow(0 0 8px #00000080);
  background-image: url('../images/ozen-screenshot.avif');
  background-size: cover;
  border-top-left-radius: .25rem;
  border-bottom-right-radius: .75rem;
  width: 95%;
  height: 80%;
  position: absolute;
  inset: auto -.8rem -.8rem auto;
}

.services-card-img._1 {
  background-image: url('../images/webflow-ui.avif');
}

.services-card-img._3 {
  background-image: url('../images/dashboard.avif');
}

.services-card-img._2 {
  background-image: linear-gradient(#fff, #fff);
  background-position: 0 0;
  border-radius: 9px;
}

.cursor-text {
  opacity: 0;
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1em;
  display: none;
}

.services-blend {
  display: none;
}

.services-card-h3 {
  color: #fff;
}

.comparison {
  padding-bottom: var(--section-spacing);
  overflow: clip;
}

.comparison-wrapper {
  max-width: var(--wrapper-max-width);
}

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

.comparison-h2 {
  text-align: left;
  max-width: 35rem;
  font-size: 3rem;
  font-weight: 600;
}

.comparison-table {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 2rem;
}

.comparison-table-column {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  min-width: 12rem;
  padding-top: 1px;
  padding-bottom: 1px;
}

.comparison-table-column.highlighted {
  background-image: radial-gradient(circle, #250269, #17003d);
  border-radius: 1rem;
  min-width: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.comparison-table-column._1 {
  min-width: 10rem;
}

.comparison-table-cell {
  border-bottom: 1px solid #ffffff80;
  justify-content: flex-start;
  align-items: center;
  height: 6rem;
  display: flex;
}

.comparison-table-cell.align-mid {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.comparison-table-cell.align-mid.bottom, .comparison-table-cell.align-left.bottom {
  border-bottom: 0 #0000;
}

.comparison-table-text {
  max-width: 90%;
  font-size: 1rem;
  line-height: 1.2em;
}

.comparison-table-text.heading {
  font-size: 1.5rem;
  font-weight: 500;
}

.comparison-table-border {
  background-image: linear-gradient(90deg, var(--_gradient-2---gradient-2-1), var(--_gradient-2---gradient-2-2));
  filter: drop-shadow(0 0 6rem #5a00ee80);
  border-radius: 1rem;
  min-width: 12rem;
  padding: 1px;
}

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

.footer {
  height: 92vh;
  position: relative;
}

.footer-wrapper {
  z-index: 2;
  max-width: var(--wrapper-max-width);
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-top: 8rem;
  position: relative;
}

.footer-h2 {
  text-align: center;
  max-width: 50rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.1em;
}

.footer-bottom {
  border-top: 1px solid #ffffff80;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 2.5vh;
  padding-bottom: 2.5vh;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.footer-bottom-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
}

.footer-spline {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  position: absolute;
  inset: 0%;
}

.footer-gradient {
  z-index: 1;
  background-image: linear-gradient(#0000 50%, #000000d9);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.services-bg-gradient {
  z-index: 1;
  aspect-ratio: 1;
  background-image: radial-gradient(circle, #1458af99, #0000 70%);
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.services-bg-gradient._2 {
  background-image: radial-gradient(circle, #5a00eecc, #0000 70%);
}

.services-bg-gradient._1 {
  background-image: radial-gradient(circle, #1458afcc, #0000 75%);
  margin-left: -6%;
}

.services-bg-gradient._3 {
  background-image: radial-gradient(circle, #680955cc, #0000 81%);
  margin-right: -6%;
}

.menu {
  z-index: 999;
  opacity: 1;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: #000c;
  border-right: 1px solid #ffffff80;
  width: 30rem;
  height: 100vh;
  position: fixed;
  top: 0;
  left: -30rem;
}

.menu-wrapper {
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 7% 5%;
}

.menu-content {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.menu-close-icon {
  border: 1px solid #fff9;
  border-radius: .25rem;
  padding: .5rem;
}

.menu-links {
  width: 100%;
}

.menu-link {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 300;
  text-decoration: none;
}

.menu-link-wrapper {
  border-bottom: 1px solid #fff9;
  padding-top: 1.5rem;
  padding-bottom: .75rem;
}

.menu-bottom {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.menu-bottom-column {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.menu-bottom-heading {
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1em;
}

.menu-bottom-link {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 300;
  text-decoration: none;
}

.menu-close-icon-img {
  height: 100%;
}

.contact {
  z-index: 999;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: #000c;
  border-left: 1px solid #ffffff80;
  width: 30rem;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -30rem;
}

.contact-wrapper {
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 7% 5%;
}

.contact-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.contact-top-row {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.contact-close-icon {
  border: 1px solid #fff9;
  border-radius: .25rem;
  padding: .5rem;
}

.contact-close-icon-img {
  height: 100%;
}

.contact-top-row-text {
  width: 85%;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.1em;
}

.contact-divider {
  background-color: #ffffff80;
  width: 100%;
  height: 1px;
}

.contact-top {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

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

.contact-team-text {
  font-size: 1.125rem;
  font-weight: 300;
}

.link {
  color: #fff;
  font-size: 1.375rem;
  line-height: 1.1em;
  text-decoration: none;
}

.form-label {
  font-size: 1rem;
  font-weight: 300;
}

.form-input {
  color: #fff;
  cursor: none;
  background-color: #191919;
  border-radius: .375rem;
  height: auto;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1em;
  transition: all .2s;
}

.form-input:active, .form-input:focus {
  border: 1px solid var(--_gradient-2---gradient-2-1);
}

.form-input::placeholder {
  color: #999;
}

.form {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.form-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.form-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.submit {
  cursor: none;
  background-color: #12023a;
  border-radius: 100em;
  width: 100%;
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 500;
}

.submit-btn {
  background-image: linear-gradient(90deg, var(--_gradient-2---gradient-2-1), var(--_gradient-2---gradient-2-2));
  filter: drop-shadow(0 0 6px #5a00ee80);
  color: #fff;
  cursor: none;
  border-radius: 100em;
  justify-content: space-between;
  margin-top: 1rem;
  padding: .125rem;
  text-decoration: none;
  display: flex;
}

.contact-btn {
  text-align: center;
  text-transform: uppercase;
  cursor: none;
  background-color: #0000;
  border-top: 1px solid #0000;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #0000;
  padding: .75rem;
  font-size: 1.125rem;
  text-decoration: none;
  transition: all .2s;
  position: absolute;
  inset: auto 0% auto auto;
}

.contact-btn:hover {
  border: 1px solid #fff;
  border-radius: .5rem;
}

.testimonials {
  margin-bottom: var(--section-spacing);
  position: relative;
  overflow: visible;
}

.testimonials-wrapper {
  z-index: 1;
  max-width: var(--wrapper-max-width);
  position: relative;
}

.testimonials-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

.testimonials-left {
  flex-flow: column;
  justify-content: space-around;
  display: flex;
}

.testimonials-right {
  height: 60vh;
  position: relative;
  overflow: hidden;
}

.testimonials-h2 {
  text-align: left;
  font-size: 3rem;
  font-weight: 600;
}

.testimonials-divider {
  background-color: #ffffff80;
  width: 100%;
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.testimonial-content {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: space-between;
  height: 15rem;
  display: flex;
}

.testimonial-content._2, .testimonial-content._3, .testimonial-content._4 {
  display: none;
}

.testimonial-paragraph {
  font-size: 1.35rem;
  font-weight: 400;
}

.testimonial-content-row {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.testimonial-content-column {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.testimonial-name {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1em;
}

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

.testimonial-logo-row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 3rem;
  display: flex;
}

.testimonial-logo {
  height: 2.5rem;
}

.testimonial-logo._1 {
  height: 2.25rem;
}

.testimonial-logo._2 {
  height: 1.75rem;
}

.testimonial-logo._3 {
  height: 2rem;
}

.testimonial-logo._4 {
  height: 2.25rem;
}

.case-study {
  margin-bottom: var(--section-spacing);
  display: none;
  position: relative;
  overflow: clip;
}

.case-study-wrapper {
  z-index: 1;
  max-width: var(--wrapper-max-width);
  position: relative;
}

.case-study-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.case-study-h2 {
  text-align: center;
  max-width: 50rem;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2em;
}

.case-study-paragraph {
  text-align: center;
  max-width: 40rem;
  margin-top: .25rem;
}

.case-study-video-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  width: 100%;
  margin-top: 3rem;
  padding: 0;
}

.case-study-video {
  z-index: 1;
  aspect-ratio: 3 / 2;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
}

.case-study-gradient {
  z-index: 2;
  background-image: linear-gradient(#0000 60%, #000000f2);
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.case-study-video-wrapper {
  border: 1px solid var(--_gradient-2---gradient-2-1);
  border-radius: 1rem;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.case-study-text-wrapper {
  z-index: 3;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 7.5% 5%;
}

.case-study-video-paragraph {
  font-size: 1.5rem;
  font-weight: 500;
}

.case-study-video-divider {
  background-color: #ffffff4d;
  width: 100%;
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.case-study-video-row {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.case-study-video-logo {
  height: 2.25rem;
}

.case-study-video-text {
  text-transform: uppercase;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1em;
}

.case-study-video-small {
  z-index: 1;
  aspect-ratio: auto;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
}

.case-study-small-text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1em;
}

.image-row-wrapper {
  flex-flow: column;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: flex;
}

.loop-container {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  width: 30%;
  display: flex;
}

.single-bg-image {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  background-image: url('../images/mike-dorner-sf_1ZDA1YFw-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: .5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.single-bg-image._1 {
  background-image: url('../images/confident-waitress-looking-camera.avif');
}

.single-bg-image._2 {
  background-image: url('../images/man-portrait-posing-loft-modern-space.avif');
}

.single-bg-image._3 {
  background-image: url('../images/dark-blonde-bearded-man-crosses-his-hands-chest-posing-black-shirt.avif');
}

.single-bg-image._4 {
  background-image: url('../images/bearded-man-with-striped-shirt.avif');
}

.single-bg-image._5 {
  background-image: url('../images/portrait-young-confident-businessman-wearing-glasses.avif');
}

.single-bg-image._6 {
  background-image: url('../images/portrait-young-female-dentist-dentistry-concept-dental-treatment.avif');
}

.single-bg-image._7 {
  background-image: url('../images/portrait-confident-young-businessman-with-his-arms-crossed.avif');
}

.single-bg-image._8 {
  background-image: url('../images/front-view-professional-business-woman-suit.avif');
}

.single-bg-image._9 {
  background-image: url('../images/smiling-confident-manager-cafeteria.avif');
}

.image-wrapper-inner {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  opacity: .7;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: static;
}

.testimonials-embed {
  display: none;
}

.testimonials-right-gradient {
  background-image: linear-gradient(#0000 80%, #000c);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.testimonials-cta {
  margin-top: 4rem;
  margin-bottom: 2rem;
}

.testimonials-cta-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.testimonials-cta-text {
  max-width: 25rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.15em;
}

.hero-wrapper {
  height: 92vh;
  position: sticky;
  top: 8vh;
}

.hero-showcase-h2 {
  text-align: center;
  max-width: 50rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.1em;
}

.hero-showcase {
  justify-content: center;
  display: none;
}

.light-border {
  height: .25rem;
  inset: 0%;
}

.light-border-showcase {
  display: none;
}

.light-border-wrapper {
  margin-top: 1.5rem;
  position: relative;
}

.empty-animation {
  opacity: 0;
  display: none;
}

.showcase {
  margin-bottom: var(--section-spacing);
}

.showcase-wrapper {
  flex-flow: column;
  max-width: none;
  display: flex;
  position: relative;
  overflow: clip;
}

.showcase-project {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  padding-top: 12vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: clip;
}

.showcase-project-top {
  z-index: 3;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  max-width: 55rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.showcase-project-features-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.showcase-project-feature {
  text-transform: uppercase;
  font-size: 1rem;
}

.showcase-project-h3 {
  margin-top: .5rem;
  font-size: 2.6rem;
  font-weight: 600;
}

.showcase-project-divider {
  background-color: #ffffffa6;
  width: 100%;
  height: 1px;
  margin-top: .75rem;
  margin-bottom: .75rem;
}

.showcase-project-img-wrapper {
  z-index: 3;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.showcase-project-img {
  border-radius: var(--border-radius-1920\<deleted\|variable-ccf3e697-3331-9047-255a-cb847df2c88d\>);
  height: 30rem;
}

.showcase-project-wrapper {
  z-index: 3;
  height: 150vh;
  position: relative;
}

.showcase-project-gradient {
  z-index: 5;
  background-image: linear-gradient(#000, #0000 15%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.showcase-project-bg-img {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.showcase-project-bg-img.micek {
  opacity: 0;
}

.showcase-project-bg-img.aktivity {
  z-index: 2;
  opacity: 0;
}

.showcase-project-bg-img.vanek {
  z-index: 3;
  opacity: 0;
}

.showcase-project-bg-img.dovolenka {
  z-index: 4;
  opacity: 0;
}

.showcase-project-bg-images {
  z-index: 1;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
}

.showcase-project-bg-img-wrapper {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
}

.showcase-project-bottom-gradient {
  z-index: 2;
  background-image: linear-gradient(#0000 80%, #000000f2);
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: auto 0% 0%;
}

.services-card-paragraph-wrapper {
  overflow: hidden;
}

.hero-showcase-h2-phone {
  text-align: center;
  max-width: 50rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.1em;
  display: none;
}

.services-card-h3-phone {
  color: #fff;
  display: none;
}

.showcase-blend {
  display: none;
}

.services-hero {
  margin-bottom: var(--section-spacing);
}

.services-hero-wrapper {
  height: 92vh;
  position: sticky;
  top: 8vh;
}

.services-hero-content {
  z-index: 2;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.services-hero-bottom {
  background-color: #0006;
  border-top: 1px solid #ffffff59;
}

.services-hero-bottom-wrapper {
  max-width: var(--wrapper-max-width);
  justify-content: space-between;
  align-items: center;
  padding-top: 2vh;
  padding-bottom: 2vh;
  display: flex;
}

.services-hero-bottom-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.services-hero-spline {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.services-hero-gradient {
  z-index: 1;
  background-image: linear-gradient(#000000bf, #0000 20% 70%, #000000bf);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.services-hero-paragraph {
  max-width: 60%;
}

.services-hero-h1 {
  text-align: left;
  font-size: 4.5rem;
}

.services-hero-h1-wrapper {
  padding-left: 5%;
  padding-right: 5%;
}

.services-info {
  margin-bottom: var(--section-spacing);
  position: relative;
}

.services-info-wrapper {
  z-index: 1;
  max-width: var(--wrapper-max-width);
  position: relative;
}

.services-info-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  min-height: 80vh;
}

.services-info-left {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.services-info-right {
  background-image: url('../images/tasosuklidgrad.avif');
  background-position: 30% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .75rem;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 15%;
  padding-left: 10%;
  display: flex;
}

.services-info-right.about-us {
  background-image: url('../images/Frame-121.webp');
  background-position: 50%;
}

.services-info-right.ux-ui {
  background-image: url('../images/design-grad.avif');
  justify-content: center;
  align-items: center;
  padding: 5%;
}

.services-info-right.marketing {
  background-image: url('../images/marketing-grad.avif');
  justify-content: center;
  align-items: center;
  padding: 5%;
}

.services-info-h2 {
  font-size: 3rem;
  font-weight: 600;
}

.services-info-left-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
}

.services-info-card {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border-bottom: 1px solid #ffffffa6;
  flex-flow: column;
  padding-bottom: 1rem;
  display: flex;
}

.services-info-card-h3 {
  font-size: 1.5rem;
  font-weight: 600;
}

.services-info-right-img {
  background-image: url('../images/Screenshot-2026-01-23-at-14.20.38.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .75rem 0 0;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.services-info-right-img.ux-ui {
  background-image: url('../images/design-2.avif');
  background-position: 50%;
  background-size: contain;
  border-radius: .75rem;
}

.services-info-right-img.marketing {
  background-image: url('../images/marketing-2.avif');
  background-position: 50%;
  background-size: contain;
  border-radius: .75rem;
}

.services-photo {
  margin-bottom: var(--section-spacing);
  position: relative;
}

.services-photo-wrapper {
  z-index: 1;
  max-width: var(--wrapper-max-width);
  position: relative;
}

.services-photo-content {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 3rem;
  display: flex;
  position: relative;
}

.services-photo-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.services-photo-h2 {
  font-size: 3rem;
  font-weight: 600;
}

.services-photo-img {
  border-radius: .75rem;
  width: 70%;
}

.services-photo-img._1 {
  filter: drop-shadow(0 2px .5rem #000000b3);
  width: 12%;
  position: absolute;
  inset: -10% auto auto 6%;
}

.services-photo-img._2 {
  filter: drop-shadow(0 2px .5rem #000000b3);
  width: 17%;
  position: absolute;
  inset: auto auto -3% 0%;
}

.services-photo-img._3 {
  filter: drop-shadow(0 2px .5rem #000000b3);
  width: 17%;
  position: absolute;
  inset: 10% 1% 0% auto;
}

.services-photo-img._4 {
  filter: drop-shadow(0 2px .5rem #000000b3);
  width: auto;
  height: 110%;
  position: absolute;
  inset: -5% auto 0% 0%;
}

.services-photo-img._5 {
  filter: drop-shadow(0 2px .5rem #000000b3);
  width: 40%;
  position: absolute;
  inset: auto auto -5%;
}

.services-photo-img._6 {
  filter: drop-shadow(0 2px .5rem #000000b3);
  width: 17%;
  position: absolute;
  inset: auto 0% -5% auto;
}

.services-photo-img._7 {
  filter: drop-shadow(0 2px .5rem #000000b3);
  width: 17%;
  position: absolute;
  inset: -10% 5% auto auto;
}

.services-tabs {
  margin-bottom: var(--section-spacing);
  position: relative;
}

.services-tabs-wrapper {
  z-index: 1;
  max-width: var(--wrapper-max-width);
  position: relative;
}

.auto-tabs-paragraph-wrapper {
  display: none;
}

.auto-tabs-h3 {
  color: #fff;
  font-size: 1.75rem;
  line-height: 1em;
}

.auto-tabs_timer-bar {
  background-color: #fff;
  width: 0%;
  height: 1px;
  margin-bottom: -1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.auto-tabs_tab {
  color: #000;
  cursor: none;
  background-color: #0000;
  border-bottom: 1px solid #ffffff80;
  padding: 4rem 0 2.5rem;
}

.auto-tabs_tab.w--current {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #000;
  cursor: none;
  background-color: #0000;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff80;
  flex-flow: column;
  padding-top: 3rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.auto-tabs_pause-icon {
  width: 32px;
  line-height: 1;
}

.auto-tabs_pause-icon.cc-play {
  display: none;
}

.auto-tabs {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: none;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: static;
}

.auto-tabs_column_left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
}

.auto-tabs_menu {
  cursor: none;
  flex-flow: column;
  display: flex;
}

.auto-tabs_pause-btn {
  color: #dd6b00;
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: none;
  position: absolute;
  inset: auto auto 20px 20px;
}

.auto-tabs_pause-btn:hover {
  color: #4e443b;
}

.auto-tabs_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: grid;
  position: relative;
}

.auto-tabs-paragraph {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.25em;
}

.auto-tabs-h2 {
  font-size: 3rem;
  font-weight: 600;
}

.auto-tabs-img-wrapper {
  position: relative;
}

.auto-tabs-bg-img {
  background-image: url('../images/tasosuklidgrad.avif');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .75rem;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-top: 15%;
  padding-left: 10%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.auto-tabs-bg-img._2 {
  background-image: url('../images/dev-grad.avif');
  background-position: 0 100%;
  display: none;
}

.auto-tabs-bg-img._3 {
  background-image: url('../images/aeraclub-gradient.avif');
  background-position: 0 100%;
  display: none;
}

.auto-tabs-bg-img._4 {
  background-image: url('../images/aktivity-gradient_1.avif');
  background-position: 100% 100%;
  display: none;
}

.auto-tabs-bg-img._1 {
  background-image: url('../images/marketing-grad.avif');
  background-position: 0%;
}

.auto-tabs-bg-img._5 {
  background-image: url('../images/dev-grad.avif');
  background-position: 100%;
  background-size: cover;
  padding: 5% 5% 0%;
}

.auto-tabs-bg-img._6 {
  background-image: url('../images/tasos-bg.webp');
  background-position: 0 100%;
  display: none;
}

.auto-tabs-bg-img._7 {
  background-image: url('../images/aktivity-gradient_1.avif');
  background-position: 50% 100%;
  display: none;
}

.auto-tabs-bg-img._8 {
  background-image: url('../images/gradient-purple.avif');
  background-position: 0 100%;
  padding: 5%;
  display: none;
}

.auto-tabs-bg-img._9 {
  background-image: url('../images/tasos-bg.webp');
  background-position: 100% 100%;
}

.auto-tabs-bg-img._10 {
  background-image: url('../images/dovolenka-gradient.avif');
  background-position: 0 100%;
  display: none;
}

.auto-tabs-bg-img._11 {
  background-image: url('../images/aktivity-gradient_1.avif');
  background-position: 100% 100%;
  display: none;
}

.auto-tabs-bg-img._12 {
  background-image: url('../images/gradient-purple.avif');
  background-position: 0%;
  display: none;
}

.auto-tabs-inner-img {
  background-image: url('../images/tasosuklid.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .75rem 0 0 0;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.auto-tabs-inner-img._2 {
  background-image: url('../images/webflow-ui_1.avif');
}

.auto-tabs-inner-img._3 {
  background-image: url('../images/aeraclub-dev.avif');
}

.auto-tabs-inner-img._4 {
  background-image: url('../images/aktivity-2.avif');
}

.auto-tabs-inner-img._1 {
  background-image: url('../images/meet.avif');
}

.auto-tabs-inner-img._5 {
  background-image: url('../images/design-2_1.avif');
  background-position: 50% 100%;
  background-size: contain;
}

.auto-tabs-inner-img._6 {
  background-image: url('../images/dashboard-webdesign.avif');
}

.auto-tabs-inner-img._7 {
  background-image: url('../images/aktivity-nemovitosti.avif');
}

.auto-tabs-inner-img._8 {
  background-image: url('../images/Form-2.avif');
  background-position: 50%;
  background-size: contain;
  border-radius: .75rem;
}

.auto-tabs-inner-img._9 {
  background-image: url('../images/marketing-stats.avif');
  background-size: cover;
}

.auto-tabs-inner-img._10 {
  background-image: url('../images/dovolenka-stats.avif');
}

.auto-tabs-inner-img._11 {
  background-image: url('../images/tasos-uklid-ig.avif');
}

.auto-tabs-inner-img._12 {
  background-image: url('../images/marketing-dashboard.avif');
}

.auto-tabs_tab-2 {
  color: #000;
  background-color: #0000;
  border-bottom: 2px solid #0003;
  padding: 24px 0;
}

.auto-tabs_tab-2.w--current {
  color: #000;
  background-color: #0000;
  border-bottom-width: 2px;
  border-bottom-color: #0003;
}

.auto-tabs_content {
  width: 44%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

.auto-tabs_pane {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.auto-tabs-style {
  display: none;
}

.project-slider {
  z-index: 1;
  margin-bottom: var(--section-spacing);
  position: relative;
}

.project-slider-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.project-slider-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.project-slider-h2 {
  font-size: 3rem;
  font-weight: 600;
}

.project-slider-slider {
  width: 100%;
  overflow: clip;
}

.project-slider-slides {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.project-slider-slide {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  min-width: 60%;
  max-width: 60%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.project-slider-arrows {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  display: flex;
}

.project-slider-arrow-img {
  width: 100%;
  height: 100%;
}

.project-slider-arrow-text {
  text-transform: uppercase;
  font-size: 1.125rem;
}

.project-slider-slide-bg {
  background-image: url('../images/dovolenka-gradient.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
}

.project-slider-slide-bg.dovolenka {
  background-image: url('../images/dovolenka-gradient.avif');
}

.project-slider-slide-bg.vvg {
  background-image: url('../images/vanek-gradient.avif');
}

.project-slider-slide-bg.modra-labut {
  background-image: url('../images/25.avif');
  background-position: 50% 100%;
  background-size: 200%;
}

.project-slider-slide-bg.stepan-micek {
  background-image: url('../images/stepan-gradient.avif');
}

.project-slider-slide-bg.aktivity {
  background-image: url('../images/aktivity-gradient.avif');
  background-position: 50% 100%;
}

.project-slider-slide-bg.tasos-uklid {
  background-image: url('../images/tasosuklidgrad.avif');
  background-position: 50% 100%;
  background-size: 250%;
}

.project-slider-slide-bg.tasos-stehovani {
  background-image: url('../images/tasos-bg.webp');
}

.project-slider-img-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: clip;
}

.project-slider-img {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: .5rem;
  min-width: 85%;
  max-width: 85%;
}

.project-slider-bottom-row {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.project-slider-bottom-left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.project-slider-bottom-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.project-slider-bottom-right-features {
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
}

.project-slider-bottom-left-img {
  height: 2.5rem;
}

.project-slider-bottom-left-img.vvg {
  height: 2rem;
}

.project-slider-bottom-left-img.aktivity {
  height: 1.5rem;
}

.project-slider-bottom-left-img.tasos-uklid {
  height: 2rem;
}

.project-slider-bottom-left-img.tasos-stehovani {
  height: 3rem;
}

.project-slider-arrow-left, .project-slider-arrow-right {
  height: 2rem;
}

.blinking-point {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
  position: relative;
}

.blinking-point-outer {
  aspect-ratio: 1;
  background-color: var(--_gradient-2---gradient-2-1);
  border-radius: 100em;
  width: 1.75rem;
  height: 1.75rem;
  position: absolute;
}

.blinking-point-inner {
  aspect-ratio: 1;
  background-color: var(--_gradient-2---gradient-2-1);
  border-radius: 100em;
  width: .75rem;
  height: .75rem;
  position: absolute;
}

.testimonials-heading-phone {
  text-align: left;
  font-size: 3rem;
  font-weight: 600;
  display: none;
}

.comparison-top {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.cta-btn-comparison {
  display: none;
}

.footer-bg-phone {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.hero-bg-img {
  display: none;
}

.services-info-h2-phone {
  font-size: 3rem;
  font-weight: 600;
  display: none;
}

.services-hero-bg-img, .slider-blend {
  display: none;
}

.testimonials-gradient {
  aspect-ratio: 1;
  background-image: radial-gradient(circle, #5a00ee40, #0000 80%);
  width: 70%;
  position: absolute;
  inset: -50% auto auto -20%;
}

.case-study-gradient-bg {
  aspect-ratio: 1;
  background-image: radial-gradient(circle, #5a00ee40, #0000 80%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.services-info-gradient {
  filter: blur(8rem);
  background-image: linear-gradient(#2ae16340, #2ae16340);
  width: 50%;
  height: 70%;
}

.services-info-gradient.o-nas {
  background-image: linear-gradient(#ff00ff26, #ff00ff26);
}

.services-info-gradient.ux-ui {
  background-image: linear-gradient(#589aff26, #589aff26);
}

.services-info-gradient.marketing {
  background-image: linear-gradient(#9c02ea33, #9c02ea33);
}

.services-info-gradient-wrapper {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0% 5% 0% 0%;
}

.services-info-gradient-2 {
  filter: blur(8rem);
  background-image: linear-gradient(#e945ff40, #e945ff40);
  width: 60%;
  height: 55%;
}

.services-info-gradient-2.o-nas {
  background-image: linear-gradient(#5a00ee26, #5a00ee26);
}

.services-info-gradient-2.ux-ui {
  background-image: linear-gradient(#0064ff26, #0064ff26);
}

.services-info-gradient-2.marketing {
  background-image: linear-gradient(#5a00ee33, #5a00ee33);
}

.services-info-gradient-wrapper-2 {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0% 0% -5%;
}

.services-photo-gradient-wrapper {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
}

.services-photo-gradient {
  filter: blur(8rem);
  background-color: #589aff33;
  width: 90%;
  height: 100%;
}

.services-photo-gradient.marketing {
  background-color: #5a00ee40;
}

.services-photo-gradient.design {
  background-color: #fe7d0c40;
}

.services-tabs-gradients-wrapper {
  position: absolute;
  inset: 0%;
}

.services-tabs-gradient-wrapper {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.services-tabs-gradient-wrapper._1 {
  display: flex;
}

.services-tabs-gradient-wrapper._2, .services-tabs-gradient-wrapper._3, .services-tabs-gradient-wrapper._4 {
  display: none;
}

.services-tabs-gradient-wrapper._5 {
  display: flex;
}

.services-tabs-gradient-wrapper._6, .services-tabs-gradient-wrapper._7, .services-tabs-gradient-wrapper._8 {
  display: none;
}

.services-tabs-gradient-wrapper._9 {
  display: flex;
}

.services-tabs-gradient-wrapper._10, .services-tabs-gradient-wrapper._11, .services-tabs-gradient-wrapper._12 {
  display: none;
}

.services-tabs-gradient {
  filter: blur(8rem);
  background-color: #5a00ee40;
  width: 70%;
  height: 100%;
}

.services-tabs-gradient._2 {
  background-color: #6b9bff33;
}

.services-tabs-gradient._3 {
  background-color: #c5297a40;
}

.services-tabs-gradient._4 {
  background-color: #a0ffb733;
}

.services-tabs-gradient._5 {
  background-color: #1760ed33;
}

.services-tabs-gradient._6 {
  background-color: #6b9bff33;
}

.services-tabs-gradient._7 {
  background-color: #7cf09226;
}

.services-tabs-gradient._8 {
  background-color: #50347f33;
}

.services-tabs-gradient._9 {
  background-color: #1760ed40;
}

.services-tabs-gradient._10 {
  background-color: #ff760033;
}

.services-tabs-gradient._11 {
  background-color: #7cf09233;
}

.services-tabs-gradient._12 {
  background-color: #5600e333;
}

.auto-tabs-h2-phone {
  font-size: 3rem;
  font-weight: 600;
  display: none;
}

.about-video {
  margin-bottom: var(--section-spacing);
  display: none;
  position: relative;
}

.about-video-wrapper {
  z-index: 2;
  max-width: var(--wrapper-max-width);
  flex-flow: column;
  display: flex;
  position: relative;
}

.about-video-bg-wrapper {
  aspect-ratio: 16 / 9;
  border: 1px solid var(--_gradient-2---gradient-2-1);
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-video-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-video-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.about-video-h2 {
  font-size: 3rem;
  font-weight: 600;
}

.about-video-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.about-video-btn {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--_gradient-2---gradient-2-1);
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  padding: .75rem 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.about-video-btn-text {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
}

.about-video-btn-play {
  aspect-ratio: 1;
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  height: 2.25rem;
  display: flex;
  position: relative;
}

.about-video-play-img {
  width: 100%;
  height: 100%;
}

.about-video-play-img-hover {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.about-video-gradient {
  background-image: linear-gradient(#0000 60%, #000000b3), linear-gradient(#00000080, #00000080);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.about-workflow {
  margin-bottom: var(--section-spacing);
  min-height: 70vh;
  position: relative;
}

.about-workflow-wrapper {
  z-index: 1;
  max-width: var(--wrapper-max-width);
  position: relative;
}

.about-workflow-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
}

.about-workflow-left {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.about-workflow-paragraph {
  margin-bottom: 0;
  font-size: 1.15rem;
  line-height: 1.4em;
  text-decoration: none;
}

.about-workflow-paragraph.text-color-light {
  color: #d6d6d6;
}

.about-workflow-h5 {
  color: #fff;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2em;
}

.plus-icon {
  width: 100%;
  max-width: 1.5rem;
  height: 1.5rem;
  margin-top: 0;
}

.about-workflow-paragraph-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 1.75rem;
  padding-bottom: 0;
  display: flex;
}

.about-workflow-right {
  width: 100%;
}

.about-workflow-paragraph-dropdown {
  background-color: #0000;
  display: block;
  position: relative;
  overflow: hidden;
}

.about-workflow-btn {
  grid-column-gap: .75rem;
  white-space: pre-wrap;
  cursor: none;
  width: 100%;
  padding: 2.5rem 0 0;
  display: flex;
}

.about-workflow-btn.top {
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
}

.about-workflow-h5-wrapper {
  grid-column-gap: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.about-workflow-row {
  border-bottom: 1px solid #bebebe;
  flex-direction: column;
  width: 100%;
  padding-bottom: 2.5rem;
  display: flex;
}

.about-workflow-h2 {
  font-size: 3rem;
  font-weight: 600;
}

.about-workflow-certifications-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
}

.about-workflow-certification-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-workflow-certification-img-wrapper {
  max-height: 15rem;
}

.about-workflow-certification-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-workflow-certification-text {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 1em;
}

.about-team {
  margin-bottom: var(--section-spacing);
  position: relative;
}

.about-team-wrapper {
  z-index: 1;
  max-width: var(--wrapper-max-width);
  flex-flow: column;
  display: flex;
  position: relative;
}

.about-team-h2 {
  font-size: 3rem;
  font-weight: 600;
}

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

.about-team-cards {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-columns: 1fr 1fr 1fr;
}

.about-team-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.about-team-card-img {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: .75rem;
  width: 100%;
  height: 100%;
}

.about-team-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.about-team-card-name {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1em;
}

.about-team-card-position {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1em;
}

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

.portfolio {
  padding-bottom: var(--section-spacing);
  position: relative;
  overflow: clip;
}

.portfolio-grid {
  z-index: 1;
  grid-column-gap: 5%;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  width: 85%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16vh;
  position: relative;
}

.portfolio-project {
  grid-column-gap: 6vh;
  grid-row-gap: 6vh;
  flex-flow: column;
  display: flex;
  position: relative;
}

.portfolio-line-horizontal-top-first {
  background-color: #fff6;
  width: 100%;
  height: 1px;
  margin-top: 23vh;
}

.portfolio-line-vertical-left {
  background-color: #fff6;
  width: 1px;
  height: 100%;
  margin-left: 5vw;
}

.portfolio-line-vertical-right {
  background-color: #fff6;
  width: 1px;
  height: 100%;
  margin-left: 45vw;
}

.portfolio-h2 {
  z-index: 1;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1em;
  position: relative;
}

.portfolio-line-vertical-mid {
  background-color: #fff6;
  width: 1px;
  height: 100%;
  margin-left: 45vw;
}

.portfolio-horizontal-lines {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.portfolio-line-horizontal-top {
  background-color: #fff6;
  width: 100%;
  height: 1px;
  margin-top: 75vh;
}

.portfolio-vertical-lines {
  flex-flow: row;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.portfolio-hero {
  margin-bottom: var(--section-spacing);
}

.portfolio-hero-wrapper {
  height: 92vh;
  position: sticky;
  top: 8vh;
}

.portfolio-hero-content {
  z-index: 2;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.portfolio-hero-h1 {
  text-align: center;
  font-size: 4.5rem;
}

.portfolio-hero-bottom {
  background-color: #0006;
  border-top: 1px solid #ffffff59;
  width: 100%;
}

.portfolio-hero-bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: none;
  display: flex;
}

.portfolio-hero-bottom-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: clip;
}

.portfolio-hero-paragraph {
  max-width: 50%;
}

.portfolio-hero-row {
  max-width: var(--wrapper-max-width);
  justify-content: space-between;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.portfolio-project-bg {
  background-image: url('../images/dovolenka-gradient.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
}

.portfolio-project-bg._1 {
  background-image: url('../images/stepan-gradient.avif');
}

.portfolio-project-bg._3 {
  background-image: url('../images/aktivity-gradient_1.avif');
}

.portfolio-project-bg._4 {
  background-image: url('../images/25.avif');
  background-size: 1440px;
}

.portfolio-project-bg._5 {
  background-image: url('../images/vanek-gradient.avif');
}

.portfolio-project-bg._6 {
  background-image: url('../images/galabox-gradient.avif');
}

.portfolio-project-bg._7 {
  background-image: url('../images/tasosuklidgrad.avif');
  background-position: 50% 100%;
  background-size: 150%;
}

.portfolio-project-bg._8 {
  background-image: url('../images/tasos-bg.webp');
}

.portfolio-project-img-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: clip;
}

.portfolio-project-img {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: .5rem;
  min-width: 90%;
  max-width: 90%;
}

.portfolio-project-mid {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  height: 65vh;
  display: flex;
  position: relative;
}

.portfolio-project-bottom {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.portfolio-project-bottom-column {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.portfolio-project-features-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.portfolio-project-feature {
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1em;
}

.portfolio-project-paragraph {
  font-size: 1.15rem;
}

.portfolio-project-btn {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border-bottom: 1px solid #fff;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: .75rem;
  text-decoration: none;
  display: flex;
}

.portfolio-project-btn-text {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1em;
  text-decoration: none;
}

.portfolio-project-btn-arrow {
  height: 1rem;
}

.portfolio-top-gradient {
  background-image: linear-gradient(#000, #0000 60%);
  width: 100%;
  height: 50vh;
  position: absolute;
  inset: 0% 0% auto;
}

.portfolio-project-wrapper {
  width: 100vw;
  height: 100vh;
  position: relative;
}

.portfolio-bottom-gradient {
  background-image: linear-gradient(#0000 40%, #000 65%);
  width: 100%;
  height: 50vh;
  position: absolute;
  inset: auto 0% 0%;
}

.portfolio-project-wrapper-scroll {
  flex-flow: row;
  width: 300vw;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.portfolio-project-wrapper-scroll-wrapper {
  height: 200vh;
  position: relative;
}

.portfolio-line-horizontal-phone {
  background-color: #fff6;
  width: 100%;
  height: 1px;
  margin-top: 15vh;
  display: none;
}

.portfolio-line-horizontal-bottom-phone {
  background-color: #fff6;
  width: 100%;
  height: 1px;
  margin-top: 75vh;
  display: none;
}

.portfolio-line-horizontal-top-first-phone {
  background-color: #fff6;
  width: 100%;
  height: 1px;
  margin-top: 23vh;
}

.services-h2-phone {
  text-align: center;
  max-width: 45rem;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2em;
  display: none;
}

.services-card-img-dashboard {
  border-radius: 8px;
  max-width: 150%;
}

.services-card-img-toolbar {
  max-width: 140%;
  margin-bottom: .75rem;
}

.card-mobile-button {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border-bottom: 1px solid #fff;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: .75rem;
  text-decoration: none;
  display: none;
}

.card-button {
  display: none;
}

.homepage-card-btn-text {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1em;
  text-decoration: none;
}

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

.static-logo-strip {
  z-index: 1;
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
}

.static-logo-strip-img {
  height: 2.5rem;
}

.static-logo-strip-img.tasos {
  height: 3rem;
}

.static-logo-strip-img.vvg {
  height: 2rem;
}

.static-logo-strip-img.modra-labut, .static-logo-strip-img.dovolenka, .static-logo-strip-img.tasos-uklid {
  height: 2.5rem;
}

.static-logo-strip-img.aktivity {
  height: 1.25rem;
}

.static-logo-strip-gradient {
  z-index: 2;
  background-image: linear-gradient(90deg, #000, #0000 15% 85%, #000);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.static-logo-strip-portfolio {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  justify-content: center;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  position: relative;
}

.about-video-gradient-wrapper {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
}

.about-video-bg-gradient {
  filter: blur(8rem);
  background-image: linear-gradient(#ff00ff26, #ff00ff26);
  width: 50%;
  height: 70%;
}

.about-video-gradient-wrapper-2 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
}

.about-video-bg-gradient-2 {
  filter: blur(8rem);
  background-image: linear-gradient(#5a00ee26, #5a00ee26);
  width: 50%;
  height: 70%;
}

.about-gradient-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: -5% 0% 0% 15%;
}

.about-bg-gradient {
  filter: blur(8rem);
  background-image: linear-gradient(#ff00ff26, #ff00ff26);
  width: 50%;
  height: 70%;
}

.about-gradient-wrapper-2 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 25% 0% 0% -35%;
}

.about-bg-gradient-2 {
  filter: blur(8rem);
  background-image: linear-gradient(#5a00ee26, #5a00ee26);
  width: 50%;
  height: 70%;
}

.about-team-gradient-wrapper {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
}

.about-team-gradient {
  filter: blur(8rem);
  background-image: linear-gradient(#5a00ee33, #5a00ee33);
  width: 50%;
  height: 70%;
}

.about-team-gradient-wrapper-2 {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 30% 0% 0%;
}

.about-team-gradient-2 {
  filter: blur(8rem);
  background-image: linear-gradient(#ff00ff26, #ff00ff26);
  width: 50%;
  height: 70%;
}

.static-logo-strip-wrapper {
  width: 100%;
  position: relative;
  overflow: clip;
}

.static-logo-strip-portfolio-phone {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  justify-content: center;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: none;
  position: relative;
}

.no-margin {
  margin-bottom: 0;
}

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

.no-margin.white-text.max-700 {
  font-family: Generalsans Variable, Arial, sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
}

.bottom-cookie-wrapper {
  z-index: 9999;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  background-color: #000000f2;
  border-top: 1px solid #ffffff80;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 5%;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.white-x {
  background-image: url('../images/Vector-2-Stroke.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 1rem;
  height: 1rem;
}

.cookie-button-bottom {
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  margin-right: 35px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 1rem;
  font-weight: 500;
}

.cookie-button-bottom:hover {
  border-bottom-style: solid;
  border-bottom-color: #203492;
}

.cookie-content {
  align-items: center;
  display: flex;
}

.cookie-embed, .form-submit-embed {
  margin-bottom: 0;
  display: none;
}

.policy-h1-wrapper {
  padding-bottom: 1.5rem;
  padding-left: 5%;
  padding-right: 5%;
}

.cookie-policy {
  margin-bottom: var(--section-spacing);
}

.cookie-policy-wrapper {
  max-width: var(--wrapper-max-width);
  flex-flow: column;
  display: flex;
}

.cookie-policy-h2 {
  text-align: left;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2em;
}

.cookie-policy-divider {
  background-color: #ffffffa6;
  width: 100%;
  height: 1px;
  margin-top: .75rem;
  margin-bottom: .75rem;
}

.cookie-policy-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.cookie-policy-h3 {
  font-size: 2rem;
  font-weight: 600;
}

.cookie-policy-email-link {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.cookie-policy-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 3rem;
  display: flex;
}

.cookie-policy-list-item {
  font-size: 1.15rem;
  line-height: 1.4em;
}

.cookies-cancel-btn-wrapper {
  margin-top: 1rem;
  display: flex;
}

.portfolio-gradient-wrapper {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
}

.portfolio-gradient {
  filter: blur(8rem);
  background-image: linear-gradient(#1e5dde40, #1e5dde40);
  width: 100%;
  height: 90%;
}

.portfolio-gradient._2 {
  background-image: linear-gradient(#fd841b40, #fd841b40);
}

.portfolio-gradient._3 {
  background-image: linear-gradient(#85ff9c40, #85ff9c40);
}

.portfolio-gradient._4 {
  background-image: linear-gradient(#3182f640, #3182f640);
}

.portfolio-gradient._8 {
  background-image: linear-gradient(#85b6ff40, #85b6ff40);
}

.portfolio-gradient._5 {
  background-image: linear-gradient(#af6c5140, #af6c5140);
}

.portfolio-gradient._7, .portfolio-gradient._6 {
  background-image: linear-gradient(#f7a85040, #f7a85040);
}

.portfolio-gradient._7 {
  background-image: linear-gradient(#7be68d40, #7be68d40);
}

.pripadova-studie-hero {
  z-index: 1;
  min-height: 92vh;
  position: relative;
  overflow: clip;
}

.pripadova-studie-hero-wrapper {
  flex-flow: column;
  max-width: none;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.pripadova-studie-hero-top {
  z-index: 3;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  max-width: 55rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pripadova-studie-hero-features-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pripadova-studie-hero-feature {
  text-transform: uppercase;
  font-size: 1rem;
}

.pripadova-studie-hero-h1 {
  margin-top: .5rem;
  font-size: 3rem;
  line-height: 1.25em;
}

.pripadova-studie-hero-btn {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.pripadova-studie-hero-btn-text {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.15rem;
  line-height: 1.1em;
  text-decoration: none;
}

.pripadova-studie-hero-btn-img {
  height: 1rem;
}

.pripadova-studie-hero-btn-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-top: .5rem;
  display: flex;
}

.pripadova-studie-hero-divider {
  background-color: #ffffffa6;
  width: 100%;
  height: 1px;
}

.pripadova-studie-img-wrapper {
  z-index: 3;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.pripadova-studie-img {
  border-radius: .75rem;
  height: 30rem;
}

.pripadova-studie-hero-content {
  z-index: 1;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.pripadova-studie-hero-bg {
  background-image: url('../images/galabox-gradient.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.pripadova-studie-hero-bg.modra-labut {
  background-image: url('../images/25.avif');
}

.pripadova-studie-hero-bg.sm-marketing {
  background-image: url('../images/bg.webp');
}

.pripadova-studie-hero-bg.aktivity {
  background-image: url('../images/aktivity-gradient_1.avif');
}

.pripadova-studie-hero-bg.vv-group {
  background-image: url('../images/vanek-gradient.avif');
}

.pripadova-studie-hero-bg.ca-dovolenka {
  background-image: linear-gradient(#50270375, #50270375), url('../images/dovolenka-gradient.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.pripadova-studie-hero-bg.tasos-stehovani {
  background-image: url('../images/tasos-bg.webp');
}

.pripadova-studie-hero-bg.tasos-uklid {
  background-image: url('../images/tasosuklidgrad.avif');
}

.pripadova-studie {
  padding-bottom: 8rem;
  position: relative;
}

.pripadova-studie-wrapper {
  z-index: 1;
  max-width: none;
  padding-top: 4rem;
  position: relative;
}

.pripadova-studie-text-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pripadova-studie-h2 {
  margin-top: .5rem;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.25em;
}

.pripadova-studie-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  max-width: 55rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pripadova-studie-h3 {
  margin-top: .5rem;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.25em;
}

.pripadova-studie-goals {
  border-bottom: 1px solid #ffffff80;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2em;
}

.pripadova-studie-boxes {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
}

.pripadova-studie-box {
  background-image: url('../images/galabox-gradient.avif');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 300%;
  border-radius: .75rem;
  padding: 10% 5%;
}

.pripadova-studie-box.left {
  background-position: 0%;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 20%;
  padding-bottom: 0%;
  display: flex;
  position: relative;
}

.pripadova-studie-box.left.modra-labut {
  background-image: url('../images/25.avif');
  background-size: 410%;
}

.pripadova-studie-box.left.sm-marketing {
  background-image: url('../images/bg.webp');
  background-size: 410%;
}

.pripadova-studie-box.left.aktivity {
  background-image: url('../images/aktivity-gradient_1.avif');
  background-size: 410%;
}

.pripadova-studie-box.left.vv-group {
  background-image: url('../images/vanek-gradient.avif');
  background-size: 410%;
}

.pripadova-studie-box.left.ca-dovolenka {
  background-image: url('../images/dovolenka-gradient.avif');
  background-size: 410%;
}

.pripadova-studie-box.left.tasos-stehovani {
  background-image: url('../images/tasos-bg.webp');
  background-size: 410%;
}

.pripadova-studie-box.left.tasos-uklid {
  background-image: url('../images/tasosuklidgrad.avif');
  background-size: 410%;
}

.pripadova-studie-box.left.galabox {
  background-size: 410%;
}

.pripadova-studie-box.mid {
  background-position: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pripadova-studie-box.mid.modra-labut {
  background-image: url('../images/25.avif');
  background-size: 200%;
}

.pripadova-studie-box.mid.sm-marketing {
  background-image: url('../images/bg.webp');
  background-size: 200%;
}

.pripadova-studie-box.mid.aktivity {
  background-image: url('../images/aktivity-gradient_1.avif');
  background-size: 200%;
}

.pripadova-studie-box.mid.vv-group {
  background-image: url('../images/vanek-gradient.avif');
  background-size: 200%;
}

.pripadova-studie-box.mid.ca-dovolenka {
  background-image: url('../images/dovolenka-gradient.avif');
  background-size: 200%;
}

.pripadova-studie-box.mid.tasos-stehovani {
  background-image: url('../images/tasos-bg.webp');
  background-size: 200%;
}

.pripadova-studie-box.mid.tasos-uklid {
  background-image: url('../images/tasosuklidgrad.avif');
  background-position: 50%;
  background-size: 200%;
}

.pripadova-studie-box.mid.galabox {
  background-size: 200%;
}

.pripadova-studie-box.right {
  justify-content: center;
  align-items: flex-end;
  padding-top: 20%;
  padding-bottom: 0%;
  display: flex;
  position: relative;
}

.pripadova-studie-box.right.modra-labut {
  background-image: url('../images/25.avif');
  background-size: 410%;
}

.pripadova-studie-box.right.sm-marketing {
  background-image: url('../images/bg.webp');
  background-size: 410%;
}

.pripadova-studie-box.right.aktivity {
  background-image: url('../images/aktivity-gradient_1.avif');
  background-position: 100%;
  background-size: 410%;
}

.pripadova-studie-box.right.vv-group {
  background-image: url('../images/vanek-gradient.avif');
  background-size: 410%;
}

.pripadova-studie-box.right.ca-dovolenka {
  background-image: url('../images/dovolenka-gradient.avif');
  background-size: 410%;
}

.pripadova-studie-box.right.tasos-stehovani {
  background-image: url('../images/tasos-bg.webp');
  background-size: 410%;
}

.pripadova-studie-box.right.tasos-uklid {
  background-image: url('../images/tasosuklidgrad.avif');
  background-size: 410%;
}

.pripadova-studie-box.right.galabox {
  background-size: 410%;
}

.pripadova-studie-boxes-wrapper {
  max-width: var(--wrapper-max-width);
  margin: 3rem auto;
  position: relative;
}

.pripadova-studie-box-img-main {
  object-fit: cover;
  border-radius: .25rem;
}

.pripadova-studie-cards {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  margin-top: 2rem;
}

.pripadova-studie-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #ffffff80;
  flex-flow: column;
  padding-bottom: 1.5rem;
  display: flex;
}

.pripadova-studie-card-text {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2em;
}

.pripadova-studie-card-paragraph {
  font-size: 1.15rem;
}

.pripadove-studie-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  margin-top: 1rem;
  display: flex;
}

.pripadova-studie-list-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pripadova-studie-point-wrapper {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
  position: relative;
}

.pripadova-studie-point-outer {
  aspect-ratio: 1;
  background-color: #ffffff59;
  border-radius: 100em;
  width: 1.75rem;
  height: 1.75rem;
  position: absolute;
}

.pripadova-studie-point-inner {
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 100em;
  width: .75rem;
  height: .75rem;
  position: absolute;
}

.pripadova-studie-showcase-wrapper {
  grid-column-gap: 3%;
  grid-row-gap: 3%;
  background-image: url('../images/galabox-gradient.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: stretch;
  min-height: 80vh;
  max-height: 80vh;
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.pripadova-studie-showcase-wrapper.modra-labut {
  background-image: url('../images/25.avif');
}

.pripadova-studie-showcase-wrapper.sm-marketing {
  background-image: url('../images/bg.webp');
}

.pripadova-studie-showcase-wrapper.aktivity {
  background-image: url('../images/aktivity-gradient_1.avif');
}

.pripadova-studie-showcase-wrapper.vv-group {
  background-image: url('../images/vanek-gradient.avif');
}

.pripadova-studie-showcase-wrapper.ca-dovolenka {
  background-image: url('../images/dovolenka-gradient.avif');
}

.pripadova-studie-showcase-wrapper.tasos-stehovani {
  background-image: url('../images/tasos-bg.webp');
}

.pripadova-studie-showcase-wrapper.tasos-uklid {
  background-image: url('../images/tasosuklidgrad.avif');
}

.pripadova-studie-showcase-img {
  border-radius: .75rem;
}

.pripadova-studie-showcase-img-wrapper-left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 43.5%;
  padding-top: 5%;
  display: flex;
}

.pripadova-studie-showcase-img-wrapper-left.vvg {
  padding-top: 7%;
}

.pripadova-studie-showcase-img-wrapper-right {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 43.5%;
  display: flex;
}

.pripadova-studie-showcase-img-wrapper-right.vvg {
  padding-bottom: 53%;
}

.pripadova-studie-showcase-img-wrapper-right.ca-dovolenka {
  padding-top: 0%;
  padding-bottom: 74%;
}

.pripadova-studie-divider {
  background-color: #ffffffa6;
  width: 100%;
  height: 1px;
}

.pripadova-studie-reference-paragraph {
  font-size: 1.5rem;
  font-weight: 500;
}

.pripadova-studie-reference-name {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.1em;
}

.pripadova-studie-reference-position {
  text-transform: uppercase;
  font-size: .875rem;
  line-height: 1.1em;
}

.pripadova-studie-reference-autor {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2rem;
  display: flex;
}

.pripadova-studie-gradient-wrapper {
  justify-content: flex-end;
  align-items: flex-start;
  height: 30%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.pripadova-studie-gradient {
  filter: blur(16rem);
  background-image: linear-gradient(#cb905ccc, #cb905ccc);
  width: 50%;
  height: 70%;
  margin-top: -35%;
  margin-right: -25%;
}

.pripadova-studie-gradient.modra-labut {
  background-image: linear-gradient(#173997cc, #173997cc);
}

.pripadova-studie-gradient.sm-marketing {
  background-image: linear-gradient(#44b0e799, #44b0e799);
}

.pripadova-studie-gradient.aktivity {
  background-image: linear-gradient(#4dd578b3, #4dd578b3);
}

.pripadova-studie-gradient.vv-group {
  background-image: linear-gradient(#865242b3, #865242b3);
}

.pripadova-studie-gradient.ca-dovolenka {
  background-image: linear-gradient(#fd8721b3, #fd8721b3);
}

.pripadova-studie-gradient.tasos-stehovani {
  background-image: linear-gradient(#44b0e7b3, #44b0e7b3);
}

.pripadova-studie-gradient.tasos-uklid {
  background-image: linear-gradient(#86ff9cb3, #86ff9cb3);
}

.pripadova-studie-gradient-wrapper-2 {
  justify-content: flex-start;
  align-items: center;
  height: 40%;
  display: flex;
  position: absolute;
  inset: 10% 0% 0%;
}

.pripadova-studie-gradient-2 {
  filter: blur(16rem);
  background-image: linear-gradient(#cb905ccc, #cb905ccc);
  width: 50%;
  height: 70%;
  margin-left: -35%;
}

.pripadova-studie-gradient-2.modra-labut {
  background-image: linear-gradient(#173997cc, #173997cc);
}

.pripadova-studie-gradient-2.sm-marketing {
  background-image: linear-gradient(#44b0e799, #44b0e799);
}

.pripadova-studie-gradient-2.aktivity {
  background-image: linear-gradient(#4dd578b3, #4dd578b3);
}

.pripadova-studie-gradient-2.vv-group {
  background-image: linear-gradient(#865242b3, #865242b3);
}

.pripadova-studie-gradient-2.ca-dovolenka {
  background-image: linear-gradient(#fd8721b3, #fd8721b3);
}

.pripadova-studie-gradient-2.tasos-stehovani {
  background-image: linear-gradient(#44b0e7b3, #44b0e7b3);
}

.pripadova-studie-gradient-2.tasos-uklid {
  background-image: linear-gradient(#86ff9cb3, #86ff9cb3);
}

.pripadova-studie-gradient-wrapper-3 {
  justify-content: flex-end;
  align-items: center;
  height: 40%;
  display: flex;
  position: absolute;
  inset: 30% 0% 0%;
}

.pripadova-studie-gradient-3 {
  filter: blur(16rem);
  background-image: linear-gradient(#cb905ccc, #cb905ccc);
  width: 50%;
  height: 70%;
  margin-right: -35%;
}

.pripadova-studie-gradient-3.modra-labut {
  background-image: linear-gradient(#173997cc, #173997cc);
}

.pripadova-studie-gradient-3.sm-marketing {
  background-image: linear-gradient(#44b0e799, #44b0e799);
}

.pripadova-studie-gradient-3.aktivity {
  background-image: linear-gradient(#4dd578b3, #4dd578b3);
}

.pripadova-studie-gradient-3.vv-group {
  background-image: linear-gradient(#865242b3, #865242b3);
}

.pripadova-studie-gradient-3.ca-dovolenka {
  background-image: linear-gradient(#fd8721b3, #fd8721b3);
}

.pripadova-studie-gradient-3.tasos-stehovani {
  background-image: linear-gradient(#44b0e7b3, #44b0e7b3);
}

.pripadova-studie-gradient-3.tasos-uklid {
  background-image: linear-gradient(#86ff9cb3, #86ff9cb3);
}

.pripadova-studie-gradient-wrapper-4 {
  justify-content: flex-start;
  align-items: center;
  height: 40%;
  display: flex;
  position: absolute;
  inset: 55% 0% 0%;
}

.pripadova-studie-gradient-4 {
  filter: blur(16rem);
  background-image: linear-gradient(#cb905ccc, #cb905ccc);
  width: 50%;
  height: 70%;
  margin-left: -35%;
}

.pripadova-studie-gradient-4.modra-labut {
  background-image: linear-gradient(#173997cc, #173997cc);
}

.pripadova-studie-gradient-4.sm-marketing {
  background-image: linear-gradient(#44b0e799, #44b0e799);
}

.pripadova-studie-gradient-4.aktivity {
  background-image: linear-gradient(#4dd578b3, #4dd578b3);
}

.pripadova-studie-gradient-4.vv-group {
  background-image: linear-gradient(#865242b3, #865242b3);
}

.pripadova-studie-gradient-4.ca-dovolenka {
  background-image: linear-gradient(#fd8721b3, #fd8721b3);
}

.pripadova-studie-gradient-4.tasos-stehovani {
  background-image: linear-gradient(#44b0e7b3, #44b0e7b3);
}

.pripadova-studie-gradient-4.tasos-uklid {
  background-image: linear-gradient(#86ff9cb3, #86ff9cb3);
}

.pripadova-studie-gradient-wrapper-5 {
  justify-content: flex-end;
  align-items: center;
  height: 15%;
  display: flex;
  position: absolute;
  inset: 85% 0% 0%;
}

.pripadova-studie-gradient-5 {
  filter: blur(8rem);
  background-image: linear-gradient(#cb905ccc, #cb905ccc);
  width: 50%;
  height: 70%;
  margin-right: -25%;
}

.pripadova-studie-gradient-5.modra-labut {
  background-image: linear-gradient(#173997cc, #173997cc);
}

.pripadova-studie-gradient-5.sm-marketing {
  background-image: linear-gradient(#44b0e799, #44b0e799);
}

.pripadova-studie-gradient-5.aktivity {
  background-image: linear-gradient(#4dd578b3, #4dd578b3);
}

.pripadova-studie-gradient-5.vv-group {
  background-image: linear-gradient(#865242b3, #865242b3);
}

.pripadova-studie-gradient-5.ca-dovolenka {
  background-image: linear-gradient(#fd8721b3, #fd8721b3);
}

.pripadova-studie-gradient-5.tasos-stehovani {
  background-image: linear-gradient(#44b0e7b3, #44b0e7b3);
}

.pripadova-studie-gradient-5.tasos-uklid {
  background-image: linear-gradient(#86ff9cb3, #86ff9cb3);
}

.pripadova-studie-box-img-side-left {
  background-image: url('../images/galabox-phone-1.avif');
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  width: 90%;
  height: 100%;
}

.pripadova-studie-box-img-side-left.sm-marketing {
  background-image: url('../images/phone-4.avif');
}

.pripadova-studie-box-img-side-left.vvg {
  background-image: url('../images/phone-15.avif');
  background-position: 100% 38%;
}

.pripadova-studie-box-img-side-left.ca-dovolenka {
  background-image: url('../images/phone-9.avif');
  background-position: 50% 90%;
}

.pripadova-studie-box-img-side-left.modra-labut {
  background-image: url('../images/phone-13.avif');
  background-position: 50% 0;
}

.pripadova-studie-box-img-side-left.aktivity {
  background-image: url('../images/phone-2.avif');
  background-position: 50%;
}

.pripadova-studie-box-img-side-left.tasos-uklid {
  background-image: url('../images/phone-20.avif');
  background-position: 50% 0;
}

.pripadova-studie-box-img-side-left.tasos-stehovani {
  background-image: url('../images/tasos-phone-2.avif');
  background-position: 50% 0;
}

.pripadova-studie-box-img-side-right {
  background-image: url('../images/phone-3.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  width: 90%;
  height: 100%;
}

.pripadova-studie-box-img-side-right.sm-marketing {
  background-image: url('../images/phone-7.avif');
  background-position: 50% 0;
}

.pripadova-studie-box-img-side-right.vvg {
  background-image: url('../images/phone-16.avif');
  background-position: 50%;
}

.pripadova-studie-box-img-side-right.ca-dovolenka {
  background-image: url('../images/phone-10.avif');
  background-position: 50% 0;
}

.pripadova-studie-box-img-side-right.galabox {
  background-image: url('../images/galabox-phone-2.avif');
}

.pripadova-studie-box-img-side-right.modra-labut {
  background-image: url('../images/phone-11.avif');
  background-position: 50% 0;
}

.pripadova-studie-box-img-side-right.tasos-uklid {
  background-image: url('../images/phone-19.avif');
  background-position: 50% 0;
}

.pripadova-studie-box-img-side-right.tasos-stehovani {
  background-image: url('../images/tasos-phone-1.avif');
  background-position: 50% 0;
}

.link-2 {
  color: #fff;
}

.success-lottie {
  width: 50%;
}

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

.success-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.success-text {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.1em;
}

.form-block {
  height: 100%;
}

.error-message {
  background-color: #0000;
}

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

.portfolio-blend-embed {
  display: none;
}

@media screen and (min-width: 1280px) {
  .hero-bottom-left-logo, .hero-bottom-left-logo.dovolenka {
    display: block;
  }

  .services-card {
    border-radius: var(--border-radius-1920\<deleted\|variable-ccf3e697-3331-9047-255a-cb847df2c88d\>);
  }

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

  .testimonials-divider {
    margin-top: 0;
    margin-bottom: 0;
  }

  .about-workflow-certification-text {
    font-size: 1.25rem;
  }

  .portfolio-project-bg._5 {
    background-image: url('../images/vanek-gradient.avif');
  }

  .testimonial-top {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
}

@media screen and (min-width: 1440px) {
  .hero-h2 {
    font-size: 1.75rem;
  }

  .hero-h1 {
    max-width: 55rem;
    font-size: 4rem;
  }

  .services-card {
    border-radius: var(--border-radius-1920\<deleted\|variable-ccf3e697-3331-9047-255a-cb847df2c88d\>);
  }

  .footer-h2 {
    font-size: 4rem;
  }

  .testimonials-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .case-study {
    position: relative;
  }

  .single-bg-image._1 {
    background-image: url('../images/confident-waitress-looking-camera.avif');
  }

  .single-bg-image._2 {
    background-image: url('../images/man-portrait-posing-loft-modern-space.avif');
  }

  .single-bg-image._3 {
    background-image: url('../images/dark-blonde-bearded-man-crosses-his-hands-chest-posing-black-shirt.avif');
  }

  .single-bg-image._4 {
    background-image: url('../images/bearded-man-with-striped-shirt.avif');
  }

  .single-bg-image._5 {
    background-image: url('../images/portrait-young-confident-businessman-wearing-glasses.avif');
  }

  .single-bg-image._6 {
    background-image: url('../images/portrait-young-female-dentist-dentistry-concept-dental-treatment.avif');
  }

  .single-bg-image._7 {
    background-image: url('../images/portrait-confident-young-businessman-with-his-arms-crossed.avif');
  }

  .single-bg-image._8 {
    background-image: url('../images/front-view-professional-business-woman-suit.avif');
  }

  .single-bg-image._9 {
    background-image: url('../images/smiling-confident-manager-cafeteria.avif');
  }

  .testimonials-cta-text {
    max-width: 30rem;
    font-size: 2.5rem;
  }

  .hero-showcase-h2, .hero-showcase-h2-phone {
    max-width: 60rem;
    font-size: 4rem;
  }

  .services-hero-paragraph {
    max-width: 45%;
  }

  .services-hero-h1 {
    font-size: 4.5rem;
  }

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

  .services-info-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .services-info-left {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .services-info-card {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-bottom: 1.5rem;
  }

  .services-info-card-h3 {
    font-size: 1.75rem;
  }

  .auto-tabs_wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .project-slider-slide {
    min-width: 55%;
    max-width: 55%;
  }

  .project-slider-bottom-row {
    justify-content: space-between;
    align-items: center;
  }

  .project-slider-bottom-right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-end;
    align-items: center;
  }

  .testimonials-gradient {
    width: 60%;
    top: -55%;
    left: -20%;
  }

  .portfolio-h2 {
    font-size: 3rem;
  }

  .portfolio-hero-h1 {
    font-size: 4.5rem;
  }

  .portfolio-hero-paragraph {
    max-width: 45%;
  }

  .portfolio-project-bg {
    border-radius: .5rem;
  }

  .portfolio-project-bottom {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .portfolio-project-bottom-column {
    max-width: 65%;
  }

  .static-logo-strip {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
  }

  .static-logo-strip-portfolio {
    grid-column-gap: 7rem;
    grid-row-gap: 7rem;
  }

  .static-logo-strip-portfolio-phone {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
  }

  .no-margin.white-text.max-700 {
    font-size: 1.25rem;
  }

  .bottom-cookie-wrapper {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .white-x {
    width: 1rem;
    height: 1.15rem;
  }

  .cookie-button-bottom {
    margin-right: 2rem;
    padding: .75rem 3rem;
    font-size: 1.15rem;
  }

  .cookie-policy {
    padding-left: 5%;
  }

  .cookie-policy-wrapper {
    max-width: 81rem;
    margin-left: 0;
  }
}

@media screen and (min-width: 1920px) {
  .body {
    border-radius: 0;
  }

  .services-wrapper {
    max-width: 90%;
  }

  .services-card {
    border-radius: var(--border-radius-1920\<deleted\|variable-ccf3e697-3331-9047-255a-cb847df2c88d\>);
  }

  .services-card-img._2 {
    border-radius: 15px;
  }

  .comparison-table-cell.align-mid, .comparison-table-cell.align-left {
    height: 12vh;
  }

  .testimonials-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .testimonial-paragraph {
    font-size: 1.6rem;
  }

  .showcase-project {
    padding-top: 8vh;
  }

  .services-hero-bottom {
    width: 100%;
  }

  .services-info-right.about-us {
    background-image: url('../images/Frame-121.webp');
    background-position: 50% 0;
  }

  .services-info-left-grid {
    grid-row-gap: 4rem;
  }

  .services-info-card {
    padding-bottom: 2.5rem;
  }

  .services-info-card-h3 {
    font-size: 2rem;
  }

  .services-info-right-img {
    background-image: url('../images/tasos-uklid-hero.webp');
  }

  .auto-tabs {
    justify-content: center;
    align-items: flex-start;
  }

  .auto-tabs-inner-img._2 {
    background-image: url('../images/webflow-ui.avif');
  }

  .auto-tabs-inner-img._3 {
    background-image: url('../images/aeraclub-dev_1.avif');
  }

  .project-slider-slide {
    min-width: 48%;
    max-width: 48%;
  }

  .about-video-bg-wrapper {
    border: 1px solid var(--_gradient-2---gradient-2-1);
  }

  .portfolio-grid {
    z-index: 1;
  }

  .portfolio-hero-bottom {
    width: 100%;
  }

  .portfolio-project-bg {
    border-radius: 1rem;
  }

  .services-card-img-dashboard {
    border-radius: 15px;
  }

  .services-card-img-toolbar {
    width: 160%;
    max-width: none;
  }
}

@media screen and (max-width: 991px) {
  .navbar-wrapper {
    max-width: var(--wrapper-max-width);
  }

  .hero-h1 {
    max-width: 40rem;
    font-size: 3rem;
  }

  .hero-paragraph {
    max-width: 40rem;
  }

  .cursor-wrapper {
    display: none;
  }

  .hero-bottom-wrapper {
    max-width: var(--wrapper-max-width);
  }

  .hero-bottom-left {
    display: none;
  }

  .hero-bottom-right {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .hero-bottom-content {
    justify-content: center;
    align-items: center;
  }

  .services-wrapper {
    max-width: var(--wrapper-max-width);
  }

  .services-h2 {
    max-width: 35rem;
    font-size: 2.5rem;
  }

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

  .services-card {
    aspect-ratio: 1 / 1.3;
  }

  .services-card.bottom {
    aspect-ratio: 2 / 1.3;
  }

  .comparison-wrapper {
    max-width: var(--wrapper-max-width);
  }

  .comparison-h2 {
    text-align: center;
    max-width: 28rem;
    font-size: 2.5rem;
  }

  .comparison-table {
    overflow: scroll;
  }

  .comparison-table-column._1 {
    z-index: 1;
    filter: drop-shadow(2px 0 5px #00000080);
    background-color: #000000e6;
    position: sticky;
    left: 0;
  }

  .comparison-table-cell.align-mid, .comparison-table-cell.align-left {
    height: 7rem;
  }

  .footer-wrapper {
    max-width: var(--wrapper-max-width);
  }

  .footer-h2 {
    max-width: 40rem;
    font-size: 3rem;
  }

  .services-bg-gradient._3 {
    display: none;
  }

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

  .testimonials-wrapper {
    max-width: var(--wrapper-max-width);
  }

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

  .testimonials-h2 {
    font-size: 2.5rem;
    display: none;
  }

  .testimonial-paragraph {
    font-size: 1.25rem;
  }

  .case-study-wrapper {
    max-width: var(--wrapper-max-width);
  }

  .case-study-h2 {
    font-size: 2.5rem;
  }

  .case-study-video {
    aspect-ratio: 16 / 9;
  }

  .case-study-video-paragraph {
    font-size: 1.35rem;
  }

  .case-study-video-divider {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .case-study-video-logo {
    height: 2rem;
  }

  .case-study-video-text {
    font-size: 1.25rem;
  }

  .case-study-video-small {
    aspect-ratio: 3 / 2;
  }

  .case-study-small-text {
    font-size: 1.345rem;
  }

  .hero-showcase-h2 {
    max-width: 45rem;
    font-size: 3rem;
  }

  .showcase-wrapper {
    max-width: none;
  }

  .showcase-project {
    justify-content: center;
    align-items: stretch;
  }

  .showcase-project-top {
    max-width: var(--wrapper-max-width);
  }

  .showcase-project-img {
    height: 20rem;
  }

  .services-card-paragraph {
    font-size: 1.15rem;
  }

  .hero-showcase-h2-phone {
    max-width: 45rem;
    font-size: 3rem;
  }

  .services-hero-bottom-wrapper {
    max-width: var(--wrapper-max-width);
  }

  .services-hero-bottom-content {
    align-items: center;
  }

  .services-hero-h1 {
    font-size: 4rem;
  }

  .services-info-wrapper {
    max-width: var(--wrapper-max-width);
  }

  .services-info-grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .services-info-right {
    min-height: 60vh;
  }

  .services-info-h2 {
    display: none;
  }

  .services-photo-wrapper {
    max-width: var(--wrapper-max-width);
  }

  .services-photo-h2 {
    font-size: 2.5rem;
  }

  .services-tabs-wrapper {
    max-width: var(--wrapper-max-width);
  }

  .auto-tabs-h3 {
    font-size: 26px;
  }

  .auto-tabs_wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 10vw;
  }

  .auto-tabs-paragraph {
    font-size: 1rem;
  }

  .auto-tabs-h2 {
    font-size: 2.5rem;
    display: none;
  }

  .auto-tabs-img-wrapper {
    min-height: 60vh;
  }

  .auto-tabs_content {
    width: 50%;
  }

  .project-slider-top {
    max-width: var(--wrapper-max-width);
  }

  .project-slider-h2 {
    font-size: 2.5rem;
  }

  .project-slider-slides {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .project-slider-slide {
    min-width: 80%;
    max-width: 80%;
  }

  .testimonials-heading-phone {
    text-align: center;
    max-width: 30rem;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.5rem;
    line-height: 1.2em;
    display: block;
  }

  .comparison-top {
    flex-flow: column;
  }

  .cta-btn-comparison {
    display: none;
  }

  .services-info-h2-phone {
    font-size: 2.5rem;
    display: block;
  }

  .testimonials-gradient {
    width: 100%;
    inset: auto auto 5% -30%;
  }

  .case-study-gradient-bg {
    height: 50%;
  }

  .auto-tabs-h2-phone {
    text-align: left;
    font-size: 2.5rem;
    display: block;
  }

  .about-video-wrapper {
    max-width: var(--wrapper-max-width);
  }

  .about-video-h2 {
    font-size: 2.5rem;
  }

  .about-workflow-wrapper {
    max-width: var(--wrapper-max-width);
  }

  .about-workflow-grid {
    grid-template-columns: 1fr;
  }

  .about-workflow-h2 {
    text-align: center;
    font-size: 2.5rem;
  }

  .about-workflow-certification-text {
    font-size: 1.25rem;
  }

  .about-team-wrapper {
    max-width: var(--wrapper-max-width);
  }

  .about-team-h2 {
    font-size: 2.5rem;
  }

  .about-team-card-name {
    font-size: 1.35rem;
  }

  .about-team-card-position {
    font-size: .875rem;
  }

  .portfolio-grid {
    grid-column-gap: 0%;
    grid-row-gap: 15vh;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    height: auto;
  }

  .portfolio-line-vertical-right {
    margin-left: 90vw;
  }

  .portfolio-line-vertical-mid {
    display: none;
  }

  .portfolio-line-horizontal-top.hide-phone {
    opacity: 0;
  }

  .portfolio-hero-h1 {
    font-size: 4rem;
  }

  .portfolio-hero-bottom-wrapper {
    max-width: none;
  }

  .portfolio-hero-bottom-content {
    align-items: center;
  }

  .portfolio-project-img {
    min-width: 60%;
    max-width: 60%;
  }

  .portfolio-project-wrapper {
    height: auto;
  }

  .portfolio-project-wrapper-scroll {
    flex-flow: column;
    width: auto;
    height: auto;
  }

  .portfolio-project-wrapper-scroll-wrapper {
    height: auto;
  }

  .portfolio-line-horizontal-phone, .portfolio-line-horizontal-bottom-phone {
    display: block;
  }

  .portfolio-line-horizontal-bottom-phone.hide-phone {
    opacity: 0;
  }

  .services-h2-phone {
    max-width: 35rem;
    font-size: 2.5rem;
  }

  .static-logo-strip {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    display: none;
  }

  .static-logo-strip-img.aktivity {
    height: 2.25rem;
  }

  .static-logo-strip-portfolio {
    display: none;
  }

  .static-logo-strip-portfolio-phone {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    display: flex;
  }

  .bottom-cookie-wrapper {
    height: auto;
  }

  .cookie-policy-wrapper {
    max-width: var(--wrapper-max-width);
  }

  .cookie-policy-h2 {
    font-size: 2.5rem;
  }

  .cookie-policy-h3 {
    font-size: 1.75rem;
  }

  .pripadova-studie-hero-wrapper {
    max-width: none;
  }

  .pripadova-studie-hero-top {
    max-width: var(--wrapper-max-width);
  }

  .pripadova-studie-hero-h1 {
    font-size: 2.5rem;
  }

  .pripadova-studie-img {
    height: 20rem;
  }

  .pripadova-studie-wrapper {
    max-width: none;
  }

  .pripadova-studie-content {
    max-width: var(--wrapper-max-width);
  }

  .pripadova-studie-boxes {
    grid-template-columns: 1fr;
  }

  .pripadova-studie-box.left, .pripadova-studie-box.right {
    display: none;
  }

  .pripadova-studie-showcase-wrapper {
    min-height: 60vh;
    max-height: 60vh;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    height: auto;
  }

  .menu-btn {
    padding: .375rem .125rem;
    font-size: .875rem;
  }

  .menu-btn:hover {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-radius: 0;
  }

  .nav-logo {
    height: 3vh;
  }

  .hero-mid {
    max-width: var(--wrapper-max-width);
    margin-top: -15vh;
  }

  .hero-h2 {
    font-size: 1.3rem;
  }

  .hero-h1 {
    font-size: 2.5rem;
  }

  .hero-paragraph {
    max-width: 90%;
    font-size: 1.15rem;
  }

  .cta-btn-inner {
    justify-content: center;
    align-items: center;
  }

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

  .hero-bottom-wrapper {
    padding-bottom: 8vh;
  }

  .hero-bottom-right {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .hero-bottom-right-counter {
    font-size: 2rem;
  }

  .hero-bottom-right-text {
    font-size: .75rem;
  }

  .hero-gradient {
    background-image: linear-gradient(#000c, #0000 10% 60%, #000000f2);
  }

  .services-wrapper {
    max-width: var(--wrapper-max-width);
  }

  .services-h2 {
    max-width: none;
    font-size: 2.5rem;
  }

  .services-paragraph {
    font-size: 1.15rem;
  }

  .services-card-gradient {
    background-image: linear-gradient(#0000 30%, #000000d9 70%, #000000f2);
  }

  .services-card-h3 {
    display: none;
  }

  .comparison {
    padding-bottom: 0;
  }

  .comparison-wrapper {
    max-width: var(--wrapper-max-width);
  }

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

  .footer-wrapper {
    max-width: var(--wrapper-max-width);
    flex-direction: column;
    align-items: center;
  }

  .footer-h2 {
    max-width: 90%;
    font-size: 2.5rem;
  }

  .footer-bottom {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: center;
    align-items: center;
  }

  .footer-bottom-row.socials {
    display: none;
  }

  .footer-link {
    font-size: 1rem;
  }

  .menu {
    border-right-style: none;
    width: 100vw;
    left: -100vw;
  }

  .menu-bottom {
    padding-bottom: 8vh;
  }

  .contact {
    border-left-style: none;
    width: 100vw;
    right: -100vw;
  }

  .contact-btn {
    padding: .375rem .125rem;
    font-size: .875rem;
  }

  .contact-btn:hover {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-radius: 0;
  }

  .testimonials-wrapper, .case-study-wrapper {
    max-width: var(--wrapper-max-width);
  }

  .case-study-paragraph, .case-study-video-paragraph {
    font-size: 1.15rem;
  }

  .case-study-video-logo {
    height: 1.75rem;
  }

  .case-study-video-text, .case-study-small-text {
    font-size: 1.15rem;
  }

  .testimonials-cta {
    display: none;
  }

  .hero-showcase-h2 {
    max-width: none;
    font-size: 2.5rem;
    display: none;
  }

  .hero-showcase {
    justify-content: center;
    align-items: stretch;
  }

  .showcase {
    overflow: clip;
  }

  .showcase-project {
    padding-top: 5vh;
  }

  .showcase-project-feature {
    font-size: .9rem;
  }

  .showcase-project-h3 {
    font-size: 2.25rem;
  }

  .showcase-project-paragraph {
    font-size: 1.15rem;
  }

  .showcase-project-img {
    height: 15rem;
  }

  .services-card-paragraph-wrapper {
    display: block;
  }

  .hero-showcase-h2-phone {
    max-width: none;
    font-size: 2.5rem;
    display: block;
  }

  .services-card-h3-phone {
    font-size: 1.5rem;
    display: block;
  }

  .services-hero-bottom-content {
    flex-flow: column;
    align-items: stretch;
  }

  .services-hero-paragraph {
    max-width: none;
    font-size: 1.15rem;
  }

  .services-hero-h1 {
    font-size: 3.5rem;
  }

  .services-info-wrapper {
    max-width: var(--wrapper-max-width);
  }

  .services-info-paragraph {
    font-size: 1.15rem;
  }

  .services-photo {
    display: none;
  }

  .services-photo-wrapper {
    max-width: var(--wrapper-max-width);
  }

  .services-photo-paragraph {
    font-size: 1.15rem;
  }

  .services-tabs-wrapper {
    max-width: var(--wrapper-max-width);
  }

  .auto-tabs-h3 {
    font-size: 24px;
  }

  .auto-tabs {
    min-height: auto;
  }

  .auto-tabs_pause-btn {
    margin-top: 20px;
    position: static;
  }

  .auto-tabs-img-wrapper {
    min-height: 50vh;
  }

  .auto-tabs_content {
    display: none;
  }

  .project-slider-paragraph {
    font-size: 1.15rem;
  }

  .project-slider-slides {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .project-slider-slide {
    min-width: 85%;
    max-width: 85%;
  }

  .project-slider-arrows {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .project-slider-arrow-text {
    font-size: 1rem;
  }

  .project-slider-bottom-right {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .project-slider-bottom-right-features {
    font-size: .75rem;
  }

  .project-slider-bottom-left-img {
    height: 1.75rem;
  }

  .project-slider-bottom-left-img.vvg {
    height: 1.5rem;
  }

  .project-slider-bottom-left-img.aktivity {
    height: .875rem;
  }

  .project-slider-bottom-left-img.tasos-uklid {
    height: 1.25rem;
  }

  .project-slider-bottom-left-img.tasos-stehovani {
    height: 2.25rem;
  }

  .project-slider-arrow-left, .project-slider-arrow-right {
    height: 1.75rem;
  }

  .comparison-top {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .cta-btn-comparison {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    max-width: 28rem;
    display: none;
  }

  .footer-bg-phone {
    display: block;
  }

  .hero-bg-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0%;
    transform: rotate(0);
  }

  .services-hero-bg-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .testimonials-gradient {
    bottom: 0%;
    left: -30%;
  }

  .about-video-wrapper {
    max-width: var(--wrapper-max-width);
  }

  .about-video-bg-wrapper {
    aspect-ratio: 3 / 2;
  }

  .about-video-paragraph {
    font-size: 1.15rem;
  }

  .about-workflow-wrapper {
    max-width: var(--wrapper-max-width);
  }

  .about-workflow-certification-text {
    font-size: 1.15rem;
  }

  .about-team-wrapper {
    max-width: var(--wrapper-max-width);
  }

  .about-team-paragraph {
    font-size: 1.15rem;
  }

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

  .portfolio-hero-h1 {
    font-size: 3.5rem;
  }

  .portfolio-hero-bottom-content {
    flex-flow: column;
    align-items: stretch;
  }

  .portfolio-hero-paragraph {
    max-width: none;
    font-size: 1.15rem;
  }

  .portfolio-hero-row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .portfolio-project-bg._6 {
    background-image: url('../images/galabox-gradient.avif');
  }

  .portfolio-project-img {
    min-width: 80%;
    max-width: 80%;
  }

  .services-h2-phone {
    max-width: none;
    font-size: 2.5rem;
  }

  .static-logo-strip-wrapper {
    position: relative;
  }

  .static-logo-strip-portfolio-phone {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .bottom-cookie-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .cookie-content {
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .cookie-content.bottom-banner-content {
    align-items: center;
  }

  .cookie-policy-wrapper {
    max-width: var(--wrapper-max-width);
  }

  .cookie-policy-paragraph {
    font-size: 1.15rem;
  }

  .pripadova-studie-hero-feature {
    font-size: .9rem;
  }

  .pripadova-studie-hero-h1 {
    font-size: 2.25rem;
  }

  .pripadova-studie-hero-paragraph {
    font-size: 1.15rem;
  }

  .pripadova-studie-img {
    height: 15rem;
  }

  .pripadova-studie-h2 {
    font-size: 2rem;
  }

  .pripadova-studie-paragraph {
    font-size: 1.15rem;
  }

  .pripadova-studie-h3 {
    font-size: 2rem;
  }

  .pripadova-studie-goals {
    font-size: 1.35rem;
  }

  .pripadova-studie-showcase-img-wrapper-left {
    width: 90%;
  }

  .pripadova-studie-showcase-img-wrapper-right {
    display: none;
  }

  .pripadova-studie-reference-paragraph {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  .hero-h2 {
    font-size: 1.15rem;
  }

  .hero-h1 {
    font-size: 2rem;
  }

  .hero-paragraph {
    font-size: 1rem;
  }

  .hero-bottom-right-column {
    justify-content: center;
    align-items: center;
  }

  .hero-bottom-right-column.hidden {
    display: none;
  }

  .hero-bottom-right-text {
    text-align: center;
  }

  .hero-gradient {
    background-image: linear-gradient(#01020a, #0000 53% 60%, #000000e6);
  }

  .services-h2 {
    font-size: 2rem;
    display: none;
  }

  .services-paragraph {
    font-size: 1rem;
  }

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

  .services-card, .services-card.bottom {
    aspect-ratio: 1 / 1.3;
  }

  .services-card-gradient {
    background-image: linear-gradient(#0000 30%, #000000d9 70%, #000000f2);
  }

  .services-card-img {
    bottom: 0;
    right: 0;
  }

  .comparison-h2 {
    font-size: 2rem;
  }

  .comparison-table {
    grid-template-columns: 1fr 1fr;
    overflow: scroll;
  }

  .comparison-table-column {
    min-width: 10rem;
  }

  .comparison-table-column._1, .comparison-table-column._4 {
    display: none;
  }

  .comparison-table-text {
    font-size: .8rem;
  }

  .comparison-table-text.heading {
    font-size: 1.2rem;
  }

  .comparison-table-border {
    min-width: 10rem;
  }

  .footer-h2 {
    font-size: 2rem;
  }

  .form {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
  }

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

  .testimonials-right {
    height: auto;
  }

  .testimonials-h2 {
    font-size: 2rem;
  }

  .testimonial-paragraph {
    font-size: 1.1rem;
  }

  .testimonial-name {
    font-size: 1.3rem;
  }

  .testimonial-logo-row {
    justify-content: space-between;
    margin-top: 6rem;
  }

  .case-study-h2 {
    font-size: 2rem;
  }

  .case-study-paragraph {
    font-size: 1rem;
  }

  .case-study-video {
    aspect-ratio: 4 / 3;
  }

  .case-study-video-small {
    aspect-ratio: 16 / 9;
  }

  .image-row-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
  }

  .loop-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    width: auto;
  }

  .loop-container._3, .loop-container._2 {
    display: none;
  }

  .single-bg-image._1, .single-bg-image._2, .single-bg-image._3 {
    min-height: 20vh;
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-wrapper-inner {
    justify-content: flex-start;
    align-items: center;
  }

  .testimonials-right-gradient {
    display: none;
  }

  .showcase-project {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    height: 100vh;
  }

  .showcase-project-features-row {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .showcase-project-feature {
    font-size: .75rem;
  }

  .showcase-project-h3 {
    margin-top: 0;
    font-size: 1.75rem;
  }

  .showcase-project-paragraph {
    font-size: 1rem;
  }

  .showcase-project-img-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .showcase-project-img {
    aspect-ratio: auto;
    object-fit: cover;
    border-radius: .4rem;
    height: 12rem;
  }

  .services-card-paragraph {
    font-size: 1rem;
  }

  .services-card-paragraph-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .hero-showcase-h2-phone {
    font-size: 2rem;
  }

  .services-card-h3-phone {
    font-size: 1.5rem;
  }

  .services-hero-content {
    height: 92vh;
  }

  .services-hero-bottom {
    padding-bottom: 8vh;
  }

  .services-hero-h1 {
    font-size: 2.5rem;
  }

  .services-info-right {
    min-height: 50vh;
  }

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

  .services-info-card-h3 {
    font-weight: 500;
  }

  .services-info-paragraph {
    font-size: 1rem;
  }

  .services-photo-h2 {
    font-size: 2rem;
  }

  .auto-tabs-h3 {
    font-size: 1.5rem;
    line-height: 1em;
  }

  .auto-tabs_tab {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }

  .auto-tabs_tab.w--current {
    padding-top: 2rem;
  }

  .auto-tabs-h2 {
    font-size: 2rem;
  }

  .auto-tabs-img-wrapper {
    min-height: 40vh;
  }

  .project-slider-h2 {
    font-size: 2rem;
  }

  .project-slider-paragraph {
    font-size: 1rem;
  }

  .project-slider-slide {
    min-width: 90%;
    max-width: 90%;
  }

  .project-slider-arrows {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
    margin-top: 2rem;
  }

  .project-slider-slide-bg {
    border-radius: .4rem;
    padding-top: 5%;
    padding-bottom: 5%;
    line-height: .4em;
  }

  .project-slider-img {
    aspect-ratio: auto;
    border-radius: .3rem;
    min-width: 95%;
    max-width: 95%;
  }

  .project-slider-bottom-right {
    display: none;
  }

  .testimonials-heading-phone {
    font-size: 2rem;
  }

  .case-study-small-cell {
    display: none;
  }

  .hero-bg-img {
    top: 0%;
  }

  .services-info-h2-phone {
    text-align: left;
    font-size: 2rem;
    line-height: 1.3em;
  }

  .testimonials-gradient {
    width: 150%;
    bottom: -2%;
    left: -50%;
  }

  .case-study-gradient-bg {
    width: 150%;
    height: 70%;
    left: -25%;
  }

  .auto-tabs-h2-phone {
    text-align: left;
    font-size: 2rem;
  }

  .about-video-bg-wrapper {
    aspect-ratio: 1;
  }

  .about-video-h2 {
    font-size: 2rem;
  }

  .about-video-paragraph {
    font-size: 1rem;
  }

  .about-video-btn {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    padding: 3vw 7vw;
  }

  .about-video-btn-text {
    font-size: 5vw;
  }

  .about-video-btn-play {
    height: 7vw;
  }

  .about-workflow-paragraph {
    font-size: 16px;
  }

  .about-workflow-h2 {
    font-size: 2rem;
  }

  .about-workflow-certification-text {
    font-size: 1rem;
  }

  .about-team-h2 {
    font-size: 2rem;
  }

  .about-team-paragraph {
    font-size: 1rem;
  }

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

  .about-team-card-name {
    font-size: 1.25rem;
  }

  .about-team-card-position {
    font-size: .875rem;
  }

  .about-team-card-bottom {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .portfolio-grid {
    width: 90%;
  }

  .portfolio-h2 {
    margin-top: .25rem;
    font-size: 2rem;
  }

  .portfolio-horizontal-lines {
    display: block;
  }

  .portfolio-vertical-lines {
    display: none;
  }

  .portfolio-hero-h1 {
    font-size: 2.5rem;
  }

  .portfolio-hero-bottom-content {
    padding-bottom: 8vh;
  }

  .portfolio-project-bg {
    border-radius: .5rem;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .portfolio-project-img-wrapper {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
  }

  .portfolio-project-img {
    border-radius: .3rem;
    min-width: 90%;
    max-width: 90%;
  }

  .portfolio-project-features-row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: center;
  }

  .portfolio-project-feature {
    font-size: .9rem;
  }

  .portfolio-project-feature._3 {
    display: none;
  }

  .portfolio-project-paragraph {
    text-align: left;
  }

  .portfolio-project-btn-text {
    font-weight: 400;
  }

  .services-h2-phone {
    font-size: 2rem;
    display: block;
  }

  .card-mobile-button {
    object-fit: fill;
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-flex;
  }

  .card-button {
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: block;
  }

  .homepage-card-btn-text {
    font-size: 1rem;
    font-weight: 400;
  }

  .static-logo-strip {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .static-logo-strip-img.tasos {
    height: 2.5rem;
  }

  .static-logo-strip-img.vvg {
    height: 1.5rem;
  }

  .static-logo-strip-img.modra-labut, .static-logo-strip-img.dovolenka, .static-logo-strip-img.tasos-uklid, .static-logo-strip-img.stepan-micek {
    height: 2rem;
  }

  .static-logo-strip-img.aktivity {
    height: 1.75rem;
  }

  .bottom-cookie-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .cookie-content.bottom-banner-content {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
  }

  .policy-h1-wrapper {
    padding-bottom: 4rem;
  }

  .cookie-policy-h2 {
    font-size: 2rem;
  }

  .cookie-policy-h3 {
    font-size: 1.25rem;
  }

  .cookie-policy-paragraph {
    font-size: 1rem;
  }

  .cookies-cancel-btn-wrapper {
    flex-flow: column;
  }

  .pripadova-studie-hero-features-row {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .pripadova-studie-hero-feature {
    font-size: .75rem;
  }

  .pripadova-studie-hero-h1 {
    margin-top: 0;
    font-size: 2rem;
  }

  .pripadova-studie-hero-paragraph {
    font-size: 1rem;
  }

  .pripadova-studie-img-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .pripadova-studie-img {
    aspect-ratio: auto;
    object-fit: cover;
    border-radius: .4rem;
    height: 12rem;
  }

  .pripadova-studie-h2 {
    margin-top: 0;
    font-size: 1.75rem;
  }

  .pripadova-studie-paragraph {
    font-size: 1rem;
  }

  .pripadova-studie-h3 {
    margin-top: 0;
    font-size: 1.75rem;
  }

  .pripadova-studie-goals {
    font-size: 1.25rem;
  }

  .pripadova-studie-box.mid.sm-marketing {
    background-image: url('../images/bg.webp');
  }

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

  .pripadova-studie-list-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .pripadova-studie-point-outer {
    width: 1.25rem;
    height: 1.25rem;
  }

  .pripadova-studie-point-inner {
    width: .5rem;
    height: .5rem;
  }

  .pripadova-studie-showcase-wrapper {
    min-height: 40vh;
    max-height: 40vh;
  }

  .pripadova-studie-reference-paragraph, .pripadova-studie-reference-name {
    font-size: 1.15rem;
  }

  .pripadova-studie-reference-position {
    font-size: .75rem;
  }

  .success-lottie {
    width: 60%;
  }

  .success-text {
    font-size: 1.75rem;
  }

  .success-paragraph {
    font-size: 1.15rem;
  }
}

#w-node-_7c8d7037-19e7-694e-9adc-785d4423ab93-a40e99ad {
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr;
}

#w-node-_7c8d7037-19e7-694e-9adc-785d4423ab94-a40e99ad {
  grid-row: span 2 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_022887d4-08b3-0c5f-3036-931bd500751b-a40e99ad {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_45c9b6aa-0a87-285e-1ec9-455f5781d0e9-a40e99ad {
    order: 9999;
  }

  #w-node-_92d4636f-21f5-5735-e58e-5dc3c6351455-a40e99ad {
    order: -9999;
  }

  #w-node-_7c8d7037-19e7-694e-9adc-785d4423ab93-a40e99ad {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_7c8d7037-19e7-694e-9adc-785d4423ab94-a40e99ad {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f0372898-26e5-efe4-b703-55f294680846-9974a4a7 {
    order: -9999;
  }

  #w-node-a057da40-b89d-c27f-711d-00aae279ed6c-9974a4a7, #w-node-eb3d0528-c7b8-585c-3e00-a5416585cdd8-9974a4a7 {
    order: 9999;
  }

  #w-node-f0372898-26e5-efe4-b703-55f294680846-a2c19a6f {
    order: -9999;
  }

  #w-node-a057da40-b89d-c27f-711d-00aae279ed6c-a2c19a6f {
    order: 9999;
  }

  #w-node-f0372898-26e5-efe4-b703-55f294680846-3a562985 {
    order: -9999;
  }

  #w-node-a057da40-b89d-c27f-711d-00aae279ed6c-3a562985, #w-node-eb3d0528-c7b8-585c-3e00-a5416585cdd8-3a562985 {
    order: 9999;
  }

  #w-node-f0372898-26e5-efe4-b703-55f294680846-3a562b0f {
    order: -9999;
  }

  #w-node-a057da40-b89d-c27f-711d-00aae279ed6c-3a562b0f, #w-node-eb3d0528-c7b8-585c-3e00-a5416585cdd8-3a562b0f {
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_022887d4-08b3-0c5f-3036-931bd500751b-a40e99ad {
    grid-column: span 1 / span 1;
  }

  #w-node-_7c8d7037-19e7-694e-9adc-785d4423ab93-a40e99ad {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7c8d7037-19e7-694e-9adc-785d4423ab94-a40e99ad {
    grid-column: span 1 / span 1;
  }

  #w-node-f0372898-26e5-efe4-b703-55f294680846-9974a4a7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d586df33-20c2-cccb-fbee-7a47959745cb-9974a4a7, #w-node-f0372898-26e5-efe4-b703-55f294680846-a2c19a6f {
    order: -9999;
  }

  #w-node-f0372898-26e5-efe4-b703-55f294680846-3a562985 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d586df33-20c2-cccb-fbee-7a47959745cb-3a562985 {
    order: -9999;
  }

  #w-node-f0372898-26e5-efe4-b703-55f294680846-3a562b0f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d586df33-20c2-cccb-fbee-7a47959745cb-3a562b0f {
    order: -9999;
  }
}


@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-VariableItalic.woff2') format('woff2');
  font-weight: 200 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans Variable';
  src: url('../fonts/GeneralSans-Variable.woff2') format('woff2');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}