@font-face {
  font-family: Mona Sans;
  src: url('../images/') format("woff2");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Social Media Circled;
  src: url('../fonts/Social-Media-Circled.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --one-line-height: 1em;
  --paragraph-height: 1.4em;
  --section-spacing: 80px;
  --max-width-wrapper: 90%;
  --neutral: #242424;
  --blue-3: #0d5cfc;
  --paragraph: #242424e6;
  --blue-4: #6397ff;
  --blue-2: #138bfd;
  --blue-1: #40c4fe;
}

.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-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  font-weight: 600;
  line-height: 1.2em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2em;
}

h3 {
  font-size: 24px;
  line-height: var(--one-line-height);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

p {
  line-height: var(--paragraph-height);
  margin-bottom: 0;
}

label {
  margin-bottom: 0;
  font-weight: 500;
  display: block;
}

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

.hero-wrapper {
  max-width: var(--max-width-wrapper);
  flex-flow: column;
  height: 100%;
  padding-top: 2%;
  padding-bottom: 2%;
  display: flex;
}

.hero-content {
  width: 100%;
  height: 100%;
}

.hero-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  width: 100%;
  height: 100%;
}

.navbar {
  z-index: 999;
  background-color: #fff;
  position: sticky;
  top: 0;
}

.hero-left {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.hero-right {
  background-image: url('../images/P1117846.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 5% 4%;
  display: flex;
  position: relative;
}

.hero-left-top {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-left-bottom {
  grid-template-rows: auto;
}

.body {
  color: var(--neutral);
  font-family: Mona Sans, Arial, sans-serif;
  font-size: 16px;
  line-height: var(--one-line-height);
  font-weight: 400;
}

.hero-title {
  background-image: linear-gradient(45deg, #6397ff, var(--blue-3));
  color: #242424;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 1.25rem;
  font-size: 1.75vw;
  font-weight: 500;
  line-height: 1.2em;
}

.hero-h1 {
  font-size: 4vw;
  font-weight: 600;
  line-height: 1.2em;
}

.hero-h1-wrapper {
  flex-flow: column;
  display: flex;
}

.heading-cta-wrapper {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-left-bottom-card._1 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-image: linear-gradient(145deg, #0d3dfc, #6397ff 90%);
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.hero-left-bottom-card._2 {
  background-color: #f7f7f7;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  padding: 7% 5%;
  display: flex;
}

.hero-left-bottom-card-top {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  padding-top: 7%;
  padding-left: 7%;
  padding-right: 7%;
  display: flex;
}

.hero-left-bottom-card-top-top-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-left-bottom-card-paragraph {
  color: #fff;
  font-size: 1.25vw;
}

.hero-left-bottom-card-header {
  color: #fff;
  font-size: 2vw;
  font-weight: 500;
  line-height: 1.2em;
}

.hero-left-bottom-card-number {
  color: #fff;
  font-size: 4.5vw;
  line-height: var(--one-line-height);
  text-align: right;
  font-weight: 700;
}

.hero-left-bottom-card-upwards {
  text-align: left;
  background-color: #fff;
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  width: 4vw;
  height: 4vw;
  display: flex;
}

.hero-left-bottom-card-upwards-icon {
  width: 50%;
}

.hero-left-bottom-card-upwards-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.hero-left-bottom-card-text-stats {
  font-size: 4.25vw;
  line-height: var(--one-line-height);
  font-weight: 700;
}

.hero-left-bottom-card-text {
  font-size: 2vw;
  line-height: var(--one-line-height);
  font-weight: 500;
}

.socials-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #ffffff4d;
  border: 1px solid #ffffff59;
  border-radius: 100em;
  flex-flow: column;
  padding: 2%;
  display: flex;
}

.socials-icon {
  width: 3.5vw;
  height: 3.5vw;
}

.hero-right-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .8fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hero-right-top-attribute {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #ffffff4d;
  border: 1px solid #ffffff59;
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  padding: 3% 5%;
  font-size: 1.5vw;
  display: flex;
}

.hero-right-top-attribute-text {
  color: #fff;
  font-size: 1.25vw;
}

.hero-person {
  filter: saturate(116%);
  height: 60%;
  display: none;
  position: absolute;
  inset: auto 4% 0% auto;
}

.pripadove-studie {
  margin-bottom: var(--section-spacing);
  position: relative;
}

.pripadove-studie-wrapper {
  max-width: var(--max-width-wrapper);
  flex-flow: column;
  height: 100%;
  display: flex;
}

.pripadove-studie-top {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

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

.pripadove-studie-top-right {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.pripadove-studie-title {
  background-image: linear-gradient(45deg, #6397ff, var(--blue-3));
  color: #242424;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 1.25rem;
  font-size: 1.75vw;
  font-weight: 500;
  line-height: 1.2em;
}

.pripadove-studie-h2 {
  font-size: 3.5vw;
}

.pripadove-studie-paragraph {
  color: var(--paragraph);
  margin-top: 1.25rem;
  font-size: 1.25vw;
}

.pripadove-studie-slider {
  background-color: #0000;
  flex-flow: column;
  height: 100%;
}

.slide-nav {
  display: none;
}

.pripadove-studie-top-right-column {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.pripadove-studie-top-right-text {
  font-size: 1.5vw;
  line-height: var(--one-line-height);
  font-weight: 500;
}

.pripadove-studie-top-right-number {
  background-image: linear-gradient(45deg, var(--blue-3), #6397ff);
  font-size: 5vw;
  line-height: var(--one-line-height);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 600;
}

.slide {
  background-color: #f7f7f7;
  border-radius: 12px;
  width: 46%;
  margin-left: 2%;
  margin-right: 2%;
  padding: 0;
}

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

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

.pomoc-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
}

.pomoc-left {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.pomoc-right {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.pomoc-title {
  background-image: linear-gradient(45deg, #6397ff, var(--blue-3));
  color: #242424;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 1.25rem;
  font-size: 1.75vw;
  font-weight: 500;
  line-height: 1.2em;
}

.pomoc-h2 {
  font-size: 3.5vw;
}

.pomoc-paragraph {
  color: var(--paragraph);
  margin-top: 1.25rem;
  font-size: 1.25vw;
}

.pomoc-left-cards {
  grid-template-rows: auto;
}

.pomoc-left-top {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.pomoc-left-card-icon {
  background-image: linear-gradient(45deg, var(--blue-3), #6397ff);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 5vw;
  height: 5vw;
  display: flex;
}

.pomoc-left-card-icon-img {
  width: 50%;
}

.pomoc-left-card-h3 {
  font-size: 2vw;
}

.pomoc-left-card-paragraph {
  color: var(--paragraph);
  font-size: 1.25vw;
}

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

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

.sluzby-top {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sluzby-title {
  background-image: linear-gradient(45deg, #6397ff, var(--blue-3));
  color: #242424;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 1.25rem;
  font-size: 1.75vw;
  font-weight: 500;
  line-height: 1.2em;
}

.sluzby-h2 {
  width: 50vw;
  font-size: 3.5vw;
}

.sluzby-paragraph {
  color: var(--paragraph);
  width: 55vw;
  margin-top: 1.25rem;
  font-size: 1.25vw;
}

.sluzby-grid {
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 100rem;
  margin-top: 4rem;
}

.sluzby-grid-box {
  border-radius: 12px;
}

.sluzby-grid-box._1 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-image: linear-gradient(180deg, var(--blue-3), #6397ff);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 3% 25% 3% 3%;
  display: flex;
}

.sluzby-grid-box._2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  aspect-ratio: 1 / 1.1;
  background-image: linear-gradient(45deg, var(--blue-3), #6397ff);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding: 5%;
  display: flex;
  position: relative;
}

.sluzby-grid-box._3 {
  aspect-ratio: 4 / 5;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 5%;
  display: flex;
  position: relative;
}

.sluzby-grid-box._4 {
  background-color: #f7f7f7;
  padding-top: 3%;
  padding-left: 3%;
  padding-right: 3%;
}

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

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

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

.reference-content {
  width: 100%;
  height: 100%;
}

.reference-top {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.reference-title {
  background-image: linear-gradient(45deg, #6397ff, var(--blue-3));
  color: #242424;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 1.25rem;
  font-size: 1.75vw;
  font-weight: 500;
  line-height: 1.2em;
}

.reference-h2 {
  width: 40vw;
  font-size: 3.5vw;
}

.reference-paragraph {
  color: var(--paragraph);
  width: 55vw;
  margin-top: 1.25rem;
  font-size: 1.25vw;
}

.reference-cards-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.reference-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  aspect-ratio: auto;
  background-color: #f7f7f7;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 5%;
  display: flex;
}

.reference-card.empty {
  aspect-ratio: 4;
}

.reference-cards-gradient {
  background-image: linear-gradient(#fff, #0000 20% 80%, #fff);
  width: 100%;
  height: 100%;
  position: absolute;
}

.testimonial-icon {
  height: 3vw;
}

.testimonial-paragraph {
  font-size: 1.15vw;
  font-weight: 500;
}

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

.testimonial-card-bottom-row-profile {
  background-image: linear-gradient(45deg, var(--blue-3), #6397ff);
  filter: drop-shadow(0 0 3px #0006);
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  width: 3.5vw;
  height: 3.5vw;
  display: flex;
}

.testimonial-card-bottom-profile-text {
  color: #fff;
  font-size: 1.25vw;
  font-weight: 500;
}

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

.testimonial-card-name {
  color: var(--neutral);
  font-size: 1.25vw;
  font-weight: 600;
}

.testimonial-card-company {
  font-size: 1.1vw;
}

.reference-bottom {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  text-align: center;
  flex-flow: column;
  margin-top: 2rem;
  display: flex;
}

.reference-bottom-title {
  color: #24242499;
  font-size: 1.15vw;
  font-weight: 500;
  line-height: 1.2em;
}

.reference-logo-row {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.reference-logo-img {
  height: 3.25vw;
}

.cta {
  z-index: 1001;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(45deg, var(--blue-3), #6397ff 60%);
  filter: drop-shadow(2px 2px 6px #000000b3);
  border-radius: 12px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 27rem;
  display: none;
  position: fixed;
  inset: auto 2% 2% auto;
}

.cta-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  padding: 4%;
}

.cta-top {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 12rem;
  display: flex;
  position: relative;
}

.cta-h2 {
  color: #fff;
  font-size: 1.75rem;
}

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

.cta-right-img {
  object-fit: contain;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.sluzby-grid-box-h3 {
  color: var(--neutral);
  font-size: 3vw;
  line-height: 1.2em;
}

.sluzby-grid-box-h3._1 {
  color: #fff;
}

.sluzby-grid-box-h3._2 {
  color: #fff;
  font-size: 2.5vw;
}

.sluzby-grid-box-h3._4 {
  color: var(--neutral);
}

.sluzby-grid-box-paragraph {
  color: var(--paragraph);
  font-size: 1.25vw;
}

.sluzby-grid-box-paragraph._1, .sluzby-grid-box-paragraph._2 {
  color: #fff;
}

.sluzby-grid-box-paragraph._4 {
  color: var(--paragraph);
}

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

.sluzby-grid-box-bottom-features {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sluzby-grid-box-bottom-features-row {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sluzby-grid-box-bottom-features-row-check-wrapper {
  background-color: #fff;
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  width: 3vw;
  height: 3vw;
  display: flex;
}

.sluzby-grid-box-bottom-features-row-check {
  width: 40%;
}

.sluzby-grid-box-bottom-features-row-text {
  color: #fff;
  font-size: 1.75vw;
  line-height: var(--one-line-height);
  font-weight: 600;
}

.sluzby-grid-box-img {
  z-index: 1;
  width: 85%;
  position: absolute;
  bottom: 0;
}

.sluzby-grid-box-bottom {
  z-index: 3;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.sluzby-grid-box-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  height: 100%;
}

.sluzby-grid-box-grid-left {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 5%;
  display: flex;
}

.sluzby-grid-box-grid-right {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.sluzby-grid-box-iphone {
  width: 87%;
}

.sluzby-grid-box-meta {
  height: 2vw;
}

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

.left-arrow {
  aspect-ratio: 1;
  background-image: linear-gradient(90deg, var(--blue-4), var(--blue-3));
  border-radius: 100em;
  width: 4%;
  height: auto;
  display: none;
  inset: 50% auto 50% 0%;
}

.slider-arrow-wrapper-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.slider-arrow-left {
  height: 50%;
  margin-right: 2px;
}

.right-arrow {
  aspect-ratio: 1;
  background-image: linear-gradient(270deg, var(--blue-4), var(--blue-3));
  border-radius: 100em;
  width: 4%;
  display: none;
  inset: 50% 0% 50% auto;
}

.slider-arrow-right {
  height: 50%;
  margin-left: 2px;
  transform: rotate(180deg);
}

.slider-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--neutral);
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 5% 3%;
  text-decoration: none;
  display: flex;
}

.slider-content-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.slider-content-mid {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 15rem;
  display: flex;
}

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

.slider-content-bottom-text {
  font-size: 2.5vw;
  font-weight: 600;
  line-height: 1.2em;
}

.text-span-2 {
  background-image: linear-gradient(45deg, var(--blue-3), var(--blue-2));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.slider-content-top-logo {
  height: 3vw;
}

.slider-content-top-arrow-wrapper {
  background-color: #fff;
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  width: 4vw;
  height: 4vw;
  display: flex;
}

.slider-content-top-arrow {
  width: 60%;
}

.slider-content-mid-image {
  object-fit: contain;
  height: 100%;
}

.video-wrapper {
  cursor: pointer;
  border-radius: .75rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.autoplay-code {
  display: none;
}

.video-thumbnail {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.thumbnail:hover {
  opacity: .7;
}

.play-icon {
  color: #fff;
  width: 12%;
  position: relative;
}

.video-embed {
  z-index: 0;
  opacity: 0;
  background-image: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.thumbnail-dark {
  opacity: .2;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  background-color: #0009;
  width: 100%;
  height: 100%;
  transition: transform .7s, opacity .5s;
  position: absolute;
}

.footer-divider {
  background-color: #242424b3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.footer-grid-column-heading {
  color: var(--neutral);
  margin-bottom: 6px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1em;
}

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

.footer {
  padding-top: 20px;
  padding-bottom: 40px;
}

.footer-grid-column-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-grid-column-wrapper.mid {
  justify-content: center;
  align-items: flex-start;
}

.footer-grid-column-wrapper.right {
  justify-content: flex-start;
  align-items: flex-start;
}

.footer-grid-column-wrapper.left {
  align-items: stretch;
}

.footer-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .6fr;
  margin-bottom: 50px;
}

.footer-grid-column-info-link {
  color: var(--neutral);
  text-decoration: none;
  transition: all .2s;
}

.footer-grid-column-info-link:hover {
  color: var(--blue-3);
}

.footer-grid-row {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-bottom-link {
  color: var(--neutral);
  text-decoration: none;
}

.footer-content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

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

.footer-text-logo {
  font-size: 38px;
  line-height: var(--one-line-height);
  font-weight: 800;
}

.text-span-3 {
  background-image: linear-gradient(45deg, var(--blue-3), var(--blue-4));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.navbar-wrapper {
  max-width: var(--max-width-wrapper);
  height: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

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

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

.nav-logo {
  color: var(--neutral);
  font-size: 1.5rem;
  line-height: var(--one-line-height);
  justify-content: flex-start;
  align-items: center;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.nav-link {
  color: var(--neutral);
  font-family: Mona Sans, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
}

.button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--blue-3);
  color: #fff;
  border-radius: 64px;
  justify-content: center;
  align-items: center;
  padding: .4vw .4vw .4vw .5vw;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.btn-text {
  z-index: 2;
  color: #fff;
  margin-left: .75vw;
  font-size: 1.4vw;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  position: relative;
}

.div-block-3 {
  background-color: #0000;
  border-radius: 64px;
  justify-content: center;
  align-items: center;
  width: 3.2vw;
  height: 3.2vw;
  display: flex;
}

.btn-fill {
  background-color: #fff;
  border-radius: 64px;
  justify-content: flex-end;
  align-items: center;
  width: 3.2vw;
  height: 3.2vw;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-2 {
  height: 50%;
  padding-right: 1vw;
}

.sluzby-grid-box-gradient {
  z-index: 2;
  background-image: linear-gradient(180deg, transparent 45%, var(--blue-3) 90%, var(--blue-3));
  border-radius: 12px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.faq_answer {
  overflow: hidden;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.faq_icon-wrapper {
  aspect-ratio: 1;
  background-image: linear-gradient(45deg, var(--blue-3), var(--blue-4));
  border-radius: 100em;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 3.25vw;
  display: flex;
}

.faq_question {
  cursor: pointer;
  border-top: 1px solid #0000;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.faq_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-embed-small {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  display: flex;
}

.text-size-medium {
  font-size: 1.25rem;
}

.text-size-medium.text-weight-bold {
  font-size: 2vw;
  line-height: var(--one-line-height);
  font-weight: 600;
}

.faq_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.faq-paragraph {
  font-size: 1.25vw;
}

.faq-top {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.faq-title {
  background-image: linear-gradient(45deg, #6397ff, var(--blue-3));
  color: #242424;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 1.25rem;
  font-size: 1.75vw;
  font-weight: 500;
  line-height: 1.2em;
}

.faq-h2 {
  width: 40vw;
  font-size: 3.5vw;
}

.faq-top-paragraph {
  color: var(--paragraph);
  width: 55vw;
  margin-top: 1.25rem;
  font-size: 1.25vw;
}

.popup-form-right-paragraph {
  color: #fff;
  font-size: 22px;
  display: block;
}

.success-message {
  background-color: #0000;
  padding: 0;
}

.success-btn {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(45deg, var(--blue-3), var(--blue-4));
  color: #fff;
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.success-paragraph {
  color: var(--paragraph);
  text-align: left;
  font-size: 24px;
}

.success-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.success-row {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.form-popup {
  z-index: 1000;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-image: linear-gradient(#0000004d, #0000004d);
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  padding: 2% 4%;
  display: none;
  position: fixed;
  inset: 0%;
}

.form-block-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  margin-bottom: 0;
  padding: 7%;
  display: flex;
}

.popup-form-close-icon {
  height: 32px;
}

.form-popup-right {
  background-color: #fff;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  padding: 7%;
  display: flex;
}

.text-block-4 {
  color: #000;
  text-align: left;
  font-size: 32px;
  font-weight: 500;
  line-height: 1em;
  display: block;
}

.form-popup-left {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.popup-form-close-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.submit-button {
  background-image: linear-gradient(45deg, var(--blue-3), var(--blue-4));
  border-radius: 100em;
  padding-top: 12px;
  padding-bottom: 12px;
}

.popup-form-heading {
  margin-bottom: 12px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2em;
}

.success-btn-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
}

.popup-form-head {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.popup-form-close {
  text-align: right;
}

.text-field {
  background-color: #0000000a;
  border: 1px solid #0006;
  border-radius: 8px;
  margin-bottom: 20px;
  font-size: 16px;
}

.text-span-4 {
  background-image: linear-gradient(45deg, var(--blue-3), var(--blue-4));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.form {
  flex-flow: column;
  display: flex;
}

.form-popup-right-content {
  background-image: linear-gradient(#0000 45%, #000), linear-gradient(#0000001a, #0000001a), url('../images/P1117893.avif');
  background-position: 0 0, 0 0, 45%;
  background-size: auto, auto, cover;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding: 5%;
  display: flex;
}

.form-label {
  margin-bottom: 8px;
  font-weight: 400;
}

.form-input-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.background-video {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.pripadove-studie-title-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.footer-social-link {
  color: var(--neutral);
  font-family: Social Media Circled, Arial, sans-serif;
  font-size: 2.25rem;
  line-height: var(--one-line-height);
  text-decoration: none;
  transition: all .2s;
}

.footer-social-link:hover {
  color: var(--blue-3);
}

.footer-copyright {
  font-size: 1rem;
}

.cta-features-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

.cta-features-icon-img {
  width: 50%;
}

.cta-features-text {
  color: #fff;
  font-size: 1rem;
  line-height: var(--one-line-height);
  font-weight: 600;
}

.hero-mid-tablet {
  background-image: url('../images/background-waves.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 5% 4%;
  display: none;
  position: relative;
}

.hero-mid-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: .8fr 1fr;
  width: 100%;
}

.hero-mid-top-attribute {
  background-color: #fff;
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  height: 3.5vw;
  padding: 5% 7% 6%;
  font-size: 1.5vw;
  display: flex;
}

.hero-h1-tablet-wrapper {
  display: none;
}

.hero-h1-tablet {
  font-size: 4vw;
  font-weight: 600;
  line-height: 1.2em;
}

.button-nav {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--blue-3);
  color: #fff;
  border-radius: 64px;
  justify-content: center;
  align-items: center;
  padding: .3rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-content-wrapper-nav {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.btn-text-nav {
  z-index: 2;
  color: #fff;
  margin-left: .6rem;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  position: relative;
}

.div-block-3-nav {
  background-color: #0000;
  border-radius: 64px;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
}

.btn-fill-nav {
  background-color: #fff;
  border-radius: 64px;
  justify-content: flex-end;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  padding-right: .7rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-2-nav {
  height: 50%;
}

.sluzby-grid-box-iphone-phone {
  width: 87%;
  display: none;
}

.form-sluzby-grid {
  margin-top: 6px;
  margin-bottom: 20px;
}

.checkbox-field {
  align-items: center;
  margin-bottom: 0;
  font-size: 26px;
  line-height: 26px;
  display: flex;
}

.checkbox {
  background-color: #0000;
  background-image: url('../images/White_Circle-2.svg');
  background-position: -2px;
  background-repeat: no-repeat;
  background-size: 26px 26px;
  border: 1px solid #00000059;
  border-radius: 100em;
  width: 52px;
  height: 26px;
  margin-top: 2px;
  margin-right: 20px;
  transition: all .4s;
}

.checkbox.w--redirected-checked {
  background-color: var(--blue-3);
  background-image: url('../images/White_Circle.svg');
  background-position: 26px;
  background-size: 26px 26px;
  border-color: #00000059;
}

.checkbox-label {
  font-size: 18px;
  line-height: var(--one-line-height);
}

.form-sluzby-grid-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link {
  color: var(--neutral);
}

.checkbox-2 {
  aspect-ratio: 1;
  border: 1px solid #00000059;
  border-radius: 100em;
  width: 30px;
  height: 30px;
  margin-top: 0;
  transition: all .4s;
}

.checkbox-2.w--redirected-checked {
  background-color: var(--blue-3);
  background-image: url('../images/correct.svg');
  background-position: 50%;
  background-size: 40%;
  border-radius: 100em;
}

.checkbox-field-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.checkbox-label-2 {
  margin-left: 12px;
}

.popup-form-right-bottom {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.popup-form-right-name {
  color: #fff;
  margin-top: 30px;
  font-size: 22px;
  font-weight: 600;
  display: block;
}

.popup-form-right-company {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  display: block;
}

.pripadove-studie-buttons-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 1.5rem;
  display: flex;
}

.btn-black-text {
  z-index: 2;
  color: #fff;
  font-size: 1.4vw;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  position: relative;
}

.btn-black {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--neutral);
  color: #fff;
  border-radius: 64px;
  justify-content: center;
  align-items: center;
  padding: 1vw 4.5vw;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.btn-black:hover {
  background-color: var(--blue-3);
}

.pomoc-buttons-row, .sluzby-buttons-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 1.5rem;
  display: flex;
}

.dalsi-pripadove-studie {
  margin-bottom: var(--section-spacing);
}

.dalsi-pripadove-studie-wrapper {
  max-width: var(--max-width-wrapper);
}

.dalsi-pripadove-studie-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.dalsi-pripadove-studie-top {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dalsi-pripadove-studie-title {
  background-image: linear-gradient(45deg, #6397ff, var(--blue-3));
  color: #242424;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 1.25rem;
  font-size: 1.75vw;
  font-weight: 500;
  line-height: 1.2em;
}

.dalsi-pripadove-studie-h2 {
  width: 50vw;
  font-size: 3.5vw;
}

.dalsi-pripadove-studie-paragraph {
  color: var(--paragraph);
  width: 55vw;
  margin-top: 1.25rem;
  font-size: 1.25vw;
}

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

.pripadova-studie-hero-wrapper {
  max-width: var(--max-width-wrapper);
  flex-flow: column;
  padding-top: 1rem;
  display: flex;
}

.pripadova-studie-hero-content {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.pripadova-studie-hero-attributes-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 2rem;
  display: flex;
}

.pripadova-studie-hero-attribute {
  border: 1px solid var(--blue-3);
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  display: flex;
}

.pripadova-studie-hero-attribute-text {
  font-weight: 600;
}

.pripadova-studie-hero-h1 {
  text-align: center;
  max-width: 60rem;
  margin-bottom: 2rem;
  font-size: 52px;
}

.pripadova-studie-hero-section-title {
  font-size: 28px;
  line-height: var(--one-line-height);
  text-align: left;
  width: 50rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.pripadova-studie-hero-h1-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.pripadova-studie-hero-paragraph {
  text-align: left;
  width: 50rem;
  margin-bottom: 1.5rem;
  font-size: 1.15rem;
}

.pripadova-studie-hero-img {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
}

.pripadova-studie-hero-img-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50rem;
  margin: 1rem auto 2rem;
  display: flex;
}

.pripadova-studie-hero-client-review {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: stretch;
  width: 50rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.pripadova-studie-hero-client-review-line {
  background-color: var(--blue-3);
  width: 1rem;
}

.pripadova-studie-hero-client-review-column {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.pripadova-studie-hero-client-review-paragraph {
  text-align: left;
  font-size: 18px;
  font-weight: 500;
}

.pripadova-studie-hero-client-review-name {
  font-weight: 500;
}

.o-nas-hero {
  margin-bottom: var(--section-spacing);
  height: 90vh;
}

.o-nas-hero-wrapper {
  max-width: var(--max-width-wrapper);
  height: 100%;
}

.o-nas-hero-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  width: 100%;
  height: 100%;
  padding-top: 2%;
  padding-bottom: 2%;
}

.o-nas-hero-left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 7%;
  padding-bottom: 7%;
  display: flex;
}

.o-nas-hero-right {
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.o-nas-hero-left-title {
  background-image: linear-gradient(45deg, #6397ff, var(--blue-3));
  color: #242424;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 1.25rem;
  font-size: 1.75vw;
  font-weight: 500;
  line-height: 1.2em;
}

.o-nas-hero-left-paragraph {
  color: var(--paragraph);
  margin-top: 2rem;
  font-size: 1.25vw;
}

.o-nas-hero-left-buttons-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 1.5rem;
  display: flex;
}

.o-nas-hero-left-top {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-span-5 {
  background-image: linear-gradient(45deg, var(--blue-3), var(--blue-4));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

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

.o-nas-hero-left-bottom-text {
  font-size: 1.5vw;
  font-weight: 500;
}

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

.o-nas-hero-left-logo-img {
  height: 3.5vw;
}

.o-nas-hero-left-logo-img._3 {
  display: none;
}

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

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

.vykonnostni-reklamy-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.vykonnostni-reklamy-top {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .9fr;
  place-items: center;
  width: 100%;
}

.vykonnostni-reklamy-right-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  height: 100%;
}

.vykonnostni-reklamy-left-h2 {
  font-size: 3.5vw;
}

.o-nas-hero-left-h1 {
  font-size: 3.8vw;
  font-weight: 600;
  line-height: 1.2em;
}

.vykonnostni-reklamy-title {
  background-image: linear-gradient(45deg, #6397ff, var(--blue-3));
  color: #242424;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 1.25rem;
  font-size: 1.75vw;
  font-weight: 500;
  line-height: 1.2em;
}

.vykonnostni-reklamy-paragraph {
  color: var(--paragraph);
  margin-top: 1.25rem;
  font-size: 1.25vw;
}

.vykonnostni-reklamy-right-column {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vykonnostni-reklamy-right-number {
  background-image: linear-gradient(45deg, var(--blue-3), var(--blue-4));
  font-size: 4.5vw;
  line-height: var(--one-line-height);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 600;
}

.vykonnostni-reklamy-right-text {
  font-size: 1.5vw;
  font-weight: 600;
}

.o-nas-video-wrapper {
  aspect-ratio: 16 / 9;
  cursor: pointer;
  border-radius: .75rem;
  width: 100%;
  max-width: 75rem;
  position: relative;
  overflow: hidden;
}

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

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

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

.tym-top {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tym-title {
  background-image: linear-gradient(45deg, #6397ff, var(--blue-3));
  color: #242424;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 1.25rem;
  font-size: 1.75vw;
  font-weight: 500;
  line-height: 1.2em;
}

.tym-h2 {
  width: 60vw;
  font-size: 3.5vw;
}

.tym-top-paragraph {
  color: var(--paragraph);
  width: 55vw;
  margin-top: 1.25rem;
  font-size: 1.25vw;
}

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

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

.tym-card-img-wrapper {
  aspect-ratio: 3 / 2;
  background-image: url('../images/P1117960.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 5%;
  display: flex;
}

.tym-card-img-wrapper._2 {
  background-image: url('../images/P1117991.avif');
  background-position: 50% 35%;
}

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

.tym-card-socials-link {
  z-index: 2;
  color: #fff;
  font-family: Social Media Circled, Arial, sans-serif;
  font-size: 2.5rem;
  line-height: var(--one-line-height);
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.tym-card-socials-link:hover {
  color: #000;
}

.tym-card-socials-link-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.tym-card-socials-link-fill {
  z-index: 1;
  background-color: var(--blue-3);
  border-radius: 100em;
  width: 80%;
  height: 80%;
  position: absolute;
}

.tym-card-name {
  font-size: 2vw;
  line-height: var(--one-line-height);
  margin-bottom: .5rem;
  font-weight: 600;
}

.tym-card-focus {
  color: var(--blue-3);
  font-size: 1.5vw;
  line-height: var(--one-line-height);
  margin-bottom: 1rem;
  font-weight: 500;
}

.tym-card-paragraph {
  font-size: 1.25vw;
}

.o-nas-hero-right-img {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  display: none;
}

.o-nas-hero-right-img-wrapper {
  background-image: url('../images/P1117926.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.sluzby-grid-box-title {
  background-image: linear-gradient(45deg, #6397ff, var(--blue-3));
  color: #242424;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 1.75vw;
  font-weight: 500;
  line-height: 1.2em;
}

.cta-top-img-wrapper {
  object-fit: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-right: 35%;
  display: flex;
}

.cta-bottom {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.form-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: grid;
}

.text-field-2 {
  text-align: center;
  border-radius: 100em;
  height: 2.85rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.pdf-submit {
  background-color: #fff;
  border-radius: 100em;
  height: 3rem;
  padding: .3rem .3rem .3rem 2rem;
  font-size: 1rem;
  text-decoration: none;
  display: none;
}

.button-content-wrapper-pdf {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.text-block-pdf {
  z-index: 2;
  color: var(--blue-3);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  position: relative;
}

.div-block-3-pdf {
  background-color: #0000;
  border-radius: 64px;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
}

.div-block-3-fill-pdf {
  background-image: linear-gradient(45deg, var(--blue-3), var(--blue-4));
  border-radius: 64px;
  justify-content: flex-end;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-2-pdf {
  height: 50%;
  padding-right: .8rem;
}

.pdf-button {
  background-color: #fff;
  border-radius: 100em;
  height: 2.85rem;
  padding: .3rem .3rem .3rem 1rem;
  font-size: 1rem;
  text-decoration: none;
}

.pdf-download {
  display: none;
}

.success-message-2 {
  background-color: #fff;
  border-radius: 100em;
  height: 2.85rem;
  padding: .9rem;
  font-size: 1rem;
}

.close-cta {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  margin-top: -2%;
  margin-right: -2%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

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

.success-link {
  color: var(--neutral);
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.lottie-animation {
  width: 20rem;
}

.popup-form-close-phone {
  text-align: right;
  display: none;
}

.pripadova-studie-hero-img-wrapper-hero {
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 4rem;
  display: flex;
}

.pripadove-studie-top-right-number-2 {
  background-image: linear-gradient(45deg, var(--blue-3), #6397ff);
  font-size: 24px;
  line-height: var(--one-line-height);
  text-align: left;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 600;
}

.pripadova-studie-column-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50rem;
  margin-bottom: 2rem;
  display: flex;
}

.text-span-6 {
  font-size: 22px;
  font-weight: 500;
}

.pripadova-studie-hero-img-small {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
}

.pripadova-studie-hero-img-wrapper-small {
  justify-content: flex-start;
  align-items: center;
  width: 50rem;
  margin-top: 1rem;
  margin-bottom: 4rem;
  display: flex;
}

.text-span-7 {
  background-image: linear-gradient(45deg, var(--blue-3), var(--blue-4));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 600;
}

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

.cta-2-wrapper {
  max-width: 100%;
  margin-top: 2rem;
}

.cta-2-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-image: linear-gradient(45deg, var(--blue-3), var(--blue-4));
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr;
}

.cta-2-right {
  padding: 4%;
}

.cta-2-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 4%;
  display: flex;
}

.cta-2-h2 {
  color: #fff;
  width: 85%;
  font-size: 3vw;
  line-height: 1.2em;
}

.cta-2-h2._1 {
  color: #fff;
}

.cta-2-h2._2 {
  color: #fff;
  font-size: 2.5vw;
}

.cta-2-h2._4 {
  color: var(--neutral);
}

.cta-2-paragraph {
  color: #fff;
  text-align: left;
  font-size: 1.25vw;
}

.cta-2-paragraph._1, .cta-2-paragraph._2 {
  color: #fff;
}

.cta-2-paragraph._4 {
  color: var(--paragraph);
}

.cta-2-right-img {
  margin-top: -3rem;
}

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

.cta-2-features-icon {
  background-color: #fff;
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  width: 3vw;
  height: 3vw;
  display: flex;
}

.cta-2-features-check-icon {
  width: 40%;
}

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

.cta-2-features-text {
  color: #fff;
  font-size: 1.75vw;
  line-height: var(--one-line-height);
  font-weight: 600;
}

.cta-2-features {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.cta-2-btn {
  color: var(--blue-3);
  background-color: #fff;
  border-radius: 100em;
  padding: 1rem 2.5rem;
  font-size: 1.1rem;
}

.anchor-point {
  margin-top: 0;
  position: absolute;
  inset: -100px 0% auto;
}

.form-control {
  display: none;
}

.ochrana-osobnich-udaju {
  margin-top: 70px;
}

.container-10 {
  max-width: 85%;
}

.paragraph-10 {
  margin-bottom: 2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5em;
}

.text-span-8 {
  font-size: 1.5rem;
  font-weight: 700;
}

.link-5 {
  color: #1573ff;
}

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

.cookie-btn {
  background-color: #0000;
  background-image: linear-gradient(45deg, var(--blue-3), var(--blue-4));
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 25px;
  margin-bottom: 60px;
  padding: 12px 25px;
  font-family: Mona Sans, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
}

.cookie-btn:hover {
  color: #fff;
  background-color: #32343a;
}

.cookie-btn:active {
  background-color: #43464d;
}

.textarea {
  background-color: #0000000a;
  border: 1px solid #0006;
  border-radius: 8px;
  min-width: 100%;
  max-width: 40vw;
  min-height: 4rem;
  max-height: 4rem;
  margin-bottom: 20px;
  font-size: 16px;
}

.paragraph.cookie-banner-paragraph---brix {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.5;
}

.button-primary {
  color: #fff;
  text-align: center;
  background-color: #4a3aff;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px 21px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, background-color .3s;
  display: flex;
  box-shadow: 0 3px 12px #4a3aff1f;
}

.button-primary:hover {
  background-color: #3527d8;
  transform: translate(0, -2px);
  box-shadow: 0 4px 10px #4a3aff26;
}

.button-primary.cookie-banner-button---brix {
  background-color: var(--blue-3);
  flex-wrap: nowrap;
  max-width: 164px;
  padding: 12px 20px;
  font-size: 12px;
  line-height: 15px;
  display: flex;
}

.button-primary.cookie-banner-button---brix:hover {
  background-color: var(--neutral);
}

.close-message---brix {
  color: #170f49;
  cursor: pointer;
  transform-style: preserve-3d;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  transition: all .35s;
  position: absolute;
  inset: 20px 20px auto auto;
}

.close-message---brix:hover {
  color: #4a3aff;
  transform: scale3d(.9, .9, .01);
}

.cookie-banner-wrapper---brix {
  z-index: 10;
  background-color: #fff;
  border-radius: 20px;
  padding: 32px;
  position: fixed;
  inset: auto auto 32px 32px;
}

.cookie-banner-wrapper---brix.cookie-banner-1---brix {
  background-color: #fff;
  border-radius: 20px;
  max-width: 400px;
  padding: 34px 32px 34px 40px;
  inset: auto auto 32px 32px;
  box-shadow: 0 6px 23px #14142b14;
}

.cookie-banner-wrapper---brix.cookie-banner-1---brix.preview-page {
  display: none;
  position: fixed;
}

.button-cookie-icon---brix {
  margin-right: 8px;
}

.link-6 {
  color: var(--blue-3);
}

@media screen and (min-width: 1280px) {
  .hero-person {
    height: 78%;
  }

  .faq-wrapper {
    max-width: 60rem;
  }

  .success-btn {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .form-popup {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 3% 7%;
  }

  .pripadova-studie-hero-wrapper {
    max-width: 70rem;
  }

  .vykonnostni-reklamy-content {
    justify-content: flex-start;
    align-items: center;
  }

  .vykonnostni-reklamy-top {
    place-items: center;
  }

  .cta-2-h2 {
    font-size: 2rem;
  }

  .cta-2-paragraph {
    font-size: 1rem;
  }

  .cta-2-features-icon {
    width: 2rem;
    height: 2rem;
  }

  .cta-2-features-text {
    font-size: 1rem;
  }

  .cta-2-btn {
    padding: .75rem 2rem;
    font-size: 1rem;
  }
}

@media screen and (min-width: 1440px) {
  .hero-title {
    font-size: 1.5vw;
  }

  .hero-h1 {
    font-size: 3.5vw;
  }

  .heading-cta-wrapper {
    grid-column-gap: 1.5vw;
    grid-row-gap: 1.5vw;
  }

  .hero-left-bottom-card-paragraph {
    font-size: 1.15vw;
  }

  .hero-left-bottom-card-header {
    font-size: 1.75vw;
  }

  .hero-left-bottom-card-number {
    font-size: 4vw;
  }

  .hero-left-bottom-card-upwards {
    width: 3.5vw;
    height: 3.5vw;
  }

  .hero-left-bottom-card-text-stats {
    font-size: 3.5vw;
  }

  .hero-left-bottom-card-text {
    font-size: 1.75vw;
  }

  .socials-icon {
    width: 3vw;
    height: 3vw;
  }

  .hero-right-top {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .hero-right-top-attribute {
    padding-top: 2.5%;
    padding-bottom: 2.5%;
  }

  .hero-right-top-attribute-text {
    font-size: 1.2vw;
  }

  .hero-person {
    height: 85%;
  }

  .pripadove-studie-title {
    font-size: 1.5vw;
  }

  .pripadove-studie-h2 {
    width: 45vw;
    font-size: 3.15vw;
  }

  .pripadove-studie-paragraph {
    width: 45vw;
    font-size: 1.15vw;
  }

  .pripadove-studie-top-right-text {
    font-size: 1.35vw;
  }

  .pripadove-studie-top-right-number {
    font-size: 4vw;
  }

  .pomoc-title {
    font-size: 1.5vw;
  }

  .pomoc-h2 {
    font-size: 3.15vw;
  }

  .pomoc-paragraph {
    font-size: 1.15vw;
  }

  .pomoc-left-card-icon {
    width: 4vw;
    height: 4vw;
  }

  .pomoc-left-card-h3 {
    font-size: 1.8vw;
  }

  .pomoc-left-card-paragraph {
    font-size: 1.15vw;
  }

  .sluzby-title {
    font-size: 1.5vw;
  }

  .sluzby-h2 {
    width: 45vw;
    font-size: 3.15vw;
  }

  .sluzby-paragraph {
    font-size: 1.15vw;
  }

  .sluzby-grid {
    grid-column-gap: 16px;
    grid-template-columns: .7fr 1fr .7fr;
  }

  .reference-title {
    font-size: 1.5vw;
  }

  .reference-h2 {
    font-size: 3.15vw;
  }

  .reference-paragraph {
    font-size: 1.15vw;
  }

  .reference-card {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .testimonial-icon {
    height: 2.5vw;
  }

  .testimonial-paragraph {
    font-size: 1vw;
  }

  .testimonial-card-bottom-row-profile {
    width: 3vw;
    height: 3vw;
  }

  .testimonial-card-bottom-profile-text, .testimonial-card-name {
    font-size: 1.15vw;
  }

  .testimonial-card-company, .reference-bottom-title {
    font-size: 1vw;
  }

  .reference-logo-row {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .reference-logo-img {
    height: 2.75vw;
  }

  .sluzby-grid-box-h3._1 {
    font-size: 2.5vw;
  }

  .sluzby-grid-box-h3._2 {
    font-size: 2vw;
  }

  .sluzby-grid-box-h3._4 {
    font-size: 2.5vw;
  }

  .sluzby-grid-box-paragraph._1, .sluzby-grid-box-paragraph._2, .sluzby-grid-box-paragraph._4 {
    font-size: 1.15vw;
  }

  .sluzby-grid-box-bottom-features-row-check-wrapper {
    width: 2.5vw;
    height: 2.5vw;
  }

  .sluzby-grid-box-bottom-features-row-text {
    font-size: 1.5vw;
  }

  .sluzby-grid-box-img, .sluzby-grid-box-iphone {
    width: 80%;
  }

  .sluzby-grid-box-meta {
    height: 1.75vw;
  }

  .slider-arrow-left {
    margin-right: 4px;
  }

  .slider-arrow-right {
    margin-left: 4px;
  }

  .slider-content-bottom-text {
    font-size: 2vw;
  }

  .slider-content-top-logo {
    height: 2.5vw;
  }

  .slider-content-top-arrow-wrapper {
    width: 3.5vw;
    height: 3.5vw;
  }

  .footer-grid-column-wrapper.left {
    align-items: stretch;
  }

  .footer-text-logo {
    font-size: 42px;
  }

  .nav-mid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .nav-logo {
    font-size: 1.75rem;
  }

  .nav-link {
    font-size: 1.1rem;
  }

  .button {
    padding: .25vw;
  }

  .btn-text {
    margin-left: 1.1vw;
    font-size: 1.2vw;
  }

  .div-block-3, .btn-fill {
    width: 2.7vw;
    height: 2.7vw;
  }

  .image-2 {
    padding-right: .9vw;
  }

  .faq_icon-wrapper {
    width: 3vw;
  }

  .faq-wrapper {
    max-width: 75rem;
  }

  .text-size-medium.text-weight-bold {
    font-size: 1.75vw;
  }

  .faq-paragraph {
    font-size: 1.15vw;
  }

  .faq-title {
    font-size: 1.5vw;
  }

  .faq-h2 {
    font-size: 3.15vw;
  }

  .faq-top-paragraph {
    font-size: 1.15vw;
  }

  .form-popup {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 1% 5%;
  }

  .form-block-2 {
    padding-right: 3.5%;
  }

  .form-popup-right {
    padding-left: 3.5%;
  }

  .submit-button {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .success-btn-text {
    font-size: 20px;
  }

  .footer-social-link {
    font-size: 2.5rem;
  }

  .footer-copyright {
    font-size: 1.1rem;
  }

  .hero-mid-top {
    grid-row-gap: 1rem;
    grid-template-columns: .7fr 1fr;
  }

  .hero-mid-top-attribute {
    height: 3vw;
  }

  .hero-mid-top-attribute-text {
    font-size: 1.25vw;
  }

  .hero-h1-tablet {
    font-size: 3.5vw;
  }

  .button-nav {
    padding: .25rem;
  }

  .btn-text-nav {
    margin-left: 1rem;
    font-size: 1.15rem;
  }

  .div-block-3-nav {
    width: 2.5rem;
    height: 2.5rem;
  }

  .btn-fill-nav {
    width: 2.5rem;
    height: 2.5rem;
    padding-right: .8rem;
  }

  .form-sluzby-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .btn-black-text {
    font-size: 1.2vw;
  }

  .btn-black {
    padding: .75vw 4vw;
  }

  .dalsi-pripadove-studie-title {
    font-size: 1.5vw;
  }

  .dalsi-pripadove-studie-h2 {
    width: 45vw;
    font-size: 3.15vw;
  }

  .dalsi-pripadove-studie-paragraph {
    font-size: 1.15vw;
  }

  .o-nas-hero-content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .o-nas-hero-left-title {
    font-size: 1.5vw;
  }

  .o-nas-hero-left-paragraph {
    margin-top: 2.5rem;
    font-size: 1.15vw;
  }

  .o-nas-hero-left-bottom-text {
    font-size: 1.4vw;
    line-height: var(--one-line-height);
  }

  .o-nas-hero-left-logo-img {
    height: 3vw;
  }

  .o-nas-hero-left-logo-img._3 {
    display: block;
  }

  .vykonnostni-reklamy-content, .vykonnostni-reklamy-top {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .vykonnostni-reklamy-right-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .vykonnostni-reklamy-left-h2 {
    width: 40vw;
    font-size: 3.15vw;
  }

  .o-nas-hero-left-h1 {
    font-size: 3.2vw;
  }

  .vykonnostni-reklamy-title {
    font-size: 1.5vw;
  }

  .vykonnostni-reklamy-paragraph {
    font-size: 1.15vw;
  }

  .vykonnostni-reklamy-right-number {
    font-size: 3.75vw;
  }

  .vykonnostni-reklamy-right-text {
    font-size: 1.35vw;
  }

  .tym-title {
    font-size: 1.5vw;
  }

  .tym-h2 {
    font-size: 3.15vw;
  }

  .tym-top-paragraph {
    font-size: 1.15vw;
  }

  .tym-cards {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .tym-card-img-wrapper {
    aspect-ratio: 3 / 2;
    padding: 4%;
  }

  .tym-card-socials-link {
    font-size: 2.5rem;
  }

  .tym-card-name {
    font-size: 1.85vw;
  }

  .tym-card-focus {
    font-size: 1.35vw;
  }

  .tym-card-paragraph {
    font-size: 1.15vw;
  }

  .sluzby-grid-box-title {
    font-size: 1.5vw;
  }

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

  .text-block-pdf {
    margin-left: 1rem;
  }

  .image-2-pdf {
    padding-right: .75rem;
  }

  .pdf-button {
    padding-left: 1rem;
  }

  .lottie-animation {
    width: 20rem;
  }

  .pripadove-studie-top-right-number-2 {
    font-size: 22px;
  }

  .cta-2-grid {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    grid-template-columns: 1fr .6fr;
  }

  .cta-2-h2._1 {
    font-size: 2.5vw;
  }

  .cta-2-h2._2 {
    font-size: 2vw;
  }

  .cta-2-h2._4 {
    font-size: 2.5vw;
  }

  .cta-2-paragraph._1, .cta-2-paragraph._2, .cta-2-paragraph._4 {
    font-size: 1.15vw;
  }

  .cta-2-features {
    margin-top: 2rem;
  }

  .textarea {
    min-height: 5rem;
    max-height: 5rem;
  }
}

@media screen and (min-width: 1920px) {
  .hero-title {
    font-size: 1.25vw;
  }

  .hero-h1 {
    font-size: 3.2vw;
  }

  .hero-left-bottom-card-paragraph {
    font-size: 1vw;
  }

  .hero-left-bottom-card-header {
    font-size: 1.5vw;
  }

  .hero-left-bottom-card-number {
    font-size: 3.5vw;
  }

  .hero-left-bottom-card-upwards {
    width: 3.25vw;
    height: 3.25vw;
  }

  .hero-left-bottom-card-text-stats {
    font-size: 3.25vw;
  }

  .hero-left-bottom-card-text {
    font-size: 1.5vw;
  }

  .socials-icon {
    width: 2.5vw;
    height: 2.5vw;
  }

  .hero-right-top-attribute-text {
    font-size: 1.15vw;
  }

  .pripadove-studie-title {
    font-size: 1.25vw;
  }

  .pripadove-studie-h2 {
    font-size: 2.8vw;
  }

  .pripadove-studie-paragraph {
    font-size: 1vw;
  }

  .pripadove-studie-top-right-text {
    font-size: 1.15vw;
  }

  .pripadove-studie-top-right-number {
    font-size: 3.75vw;
  }

  .pomoc-left {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
  }

  .pomoc-title {
    font-size: 1.25vw;
  }

  .pomoc-h2 {
    font-size: 2.8vw;
  }

  .pomoc-paragraph {
    font-size: 1vw;
  }

  .pomoc-left-card-icon {
    width: 3.5vw;
    height: 3.5vw;
  }

  .pomoc-left-card-h3 {
    font-size: 1.7vw;
  }

  .pomoc-left-card-paragraph {
    font-size: 1vw;
  }

  .sluzby-title {
    font-size: 1.25vw;
  }

  .sluzby-h2 {
    width: 40vw;
    font-size: 2.8vw;
  }

  .sluzby-paragraph {
    font-size: 1vw;
  }

  .reference-title {
    font-size: 1.25vw;
  }

  .reference-h2 {
    font-size: 2.8vw;
  }

  .reference-paragraph {
    font-size: 1vw;
  }

  .testimonial-icon {
    height: 2.25vw;
  }

  .testimonial-paragraph {
    font-size: .9vw;
  }

  .testimonial-card-bottom-profile-text {
    font-size: 1.1vw;
  }

  .testimonial-card-profile-column {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .testimonial-card-name {
    font-size: 1.1vw;
  }

  .testimonial-card-company {
    font-size: .95vw;
  }

  .reference-bottom-title {
    font-size: .9vw;
  }

  .reference-logo-row {
    grid-column-gap: 7rem;
    grid-row-gap: 7rem;
  }

  .reference-logo-img {
    height: 2.4vw;
  }

  .sluzby-grid-box-h3._1 {
    font-size: 2.25vw;
  }

  .sluzby-grid-box-h3._2 {
    font-size: 1.8vw;
  }

  .sluzby-grid-box-h3._4 {
    font-size: 2.25vw;
  }

  .sluzby-grid-box-paragraph._1, .sluzby-grid-box-paragraph._2, .sluzby-grid-box-paragraph._4 {
    font-size: 1vw;
  }

  .sluzby-grid-box-bottom-features-row-check-wrapper {
    width: 2.25vw;
    height: 2.25vw;
  }

  .sluzby-grid-box-bottom-features-row-text {
    font-size: 1.3vw;
  }

  .sluzby-grid-box-meta {
    height: 1.5vw;
  }

  .slider-content-bottom-text {
    font-size: 1.75vw;
  }

  .slider-content-top-logo {
    height: 2.5vw;
  }

  .slider-content-top-arrow-wrapper {
    width: 3vw;
    height: 3vw;
  }

  .footer-grid-column-heading {
    font-size: 24px;
  }

  .footer-row {
    justify-content: center;
    display: flex;
  }

  .footer-grid-column-info-link, .footer-bottom-link {
    font-size: 18px;
  }

  .footer-content {
    flex-flow: column;
    width: 90%;
    display: flex;
  }

  .footer-text-logo {
    font-size: 50px;
  }

  .nav-mid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .nav-logo {
    font-size: 2rem;
  }

  .nav-link {
    font-size: 1.2rem;
  }

  .btn-text {
    margin-left: 1.25vw;
    font-size: 1.1vw;
  }

  .div-block-3, .btn-fill {
    width: 2.5vw;
    height: 2.5vw;
  }

  .image-2 {
    padding-right: .8vw;
  }

  .faq_icon-wrapper {
    width: 2.5vw;
  }

  .faq-wrapper {
    max-width: 80rem;
  }

  .text-size-medium.text-weight-bold {
    font-size: 1.5vw;
  }

  .faq-paragraph {
    font-size: 1vw;
  }

  .faq-title {
    font-size: 1.25vw;
  }

  .faq-h2 {
    font-size: 2.8vw;
  }

  .faq-top-paragraph {
    font-size: 1vw;
  }

  .popup-form-right-paragraph {
    font-size: 32px;
  }

  .success-paragraph {
    font-size: 20px;
  }

  .form-popup {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 2% 8%;
  }

  .text-block-4 {
    font-size: 32px;
  }

  .submit-button {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
  }

  .success-btn-text {
    font-size: 22px;
  }

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

  .footer-copyright {
    font-size: 1.25rem;
  }

  .cta-features-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .cta-features-icon {
    background-color: #fff;
    background-image: none;
  }

  .hero-mid-top-attribute {
    height: 2.75vw;
  }

  .hero-mid-top-attribute-text {
    font-size: 1.15vw;
  }

  .hero-h1-tablet {
    font-size: 3.2vw;
  }

  .button-content-wrapper-nav {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .btn-text-nav {
    margin-left: 1.5rem;
    font-size: 1.35rem;
  }

  .div-block-3-nav {
    width: 3rem;
    height: 3rem;
  }

  .btn-fill-nav {
    width: 3rem;
    height: 3rem;
    padding-right: .9rem;
  }

  .form-sluzby-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 32px;
  }

  .popup-form-right-name, .popup-form-right-company {
    font-size: 32px;
  }

  .btn-black-text {
    font-size: 1.1vw;
  }

  .dalsi-pripadove-studie-title {
    font-size: 1.25vw;
  }

  .dalsi-pripadove-studie-h2 {
    width: 40vw;
    font-size: 2.8vw;
  }

  .dalsi-pripadove-studie-paragraph {
    font-size: 1vw;
  }

  .pripadova-studie-hero-section-title, .pripadova-studie-hero-paragraph {
    margin-left: auto;
    margin-right: auto;
  }

  .o-nas-hero-left-title {
    font-size: 1.25vw;
  }

  .o-nas-hero-left-paragraph {
    margin-top: 2rem;
    font-size: 1vw;
  }

  .o-nas-hero-left-bottom-text {
    font-size: 1.2vw;
  }

  .o-nas-hero-left-logo-img {
    height: 2.8vw;
  }

  .vykonnostni-reklamy-content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .vykonnostni-reklamy-top {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    place-items: center stretch;
  }

  .vykonnostni-reklamy-right-grid {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .vykonnostni-reklamy-left-h2 {
    width: 70vw;
    font-size: 2.8vw;
  }

  .o-nas-hero-left-h1 {
    font-size: 3.2vw;
  }

  .vykonnostni-reklamy-title {
    font-size: 1.25vw;
  }

  .vykonnostni-reklamy-paragraph {
    max-width: 70vw;
    font-size: 1vw;
  }

  .vykonnostni-reklamy-right-number {
    font-size: 3.5vw;
  }

  .vykonnostni-reklamy-right-text, .tym-title {
    font-size: 1.25vw;
  }

  .tym-h2 {
    font-size: 2.8vw;
  }

  .tym-top-paragraph {
    font-size: 1vw;
  }

  .tym-card-img-wrapper {
    aspect-ratio: 3.2 / 2;
  }

  .tym-card-socials-row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .tym-card-socials-link {
    font-size: 3rem;
  }

  .tym-card-name {
    font-size: 1.75vw;
  }

  .tym-card-focus {
    font-size: 1.25vw;
  }

  .tym-card-paragraph {
    font-size: 1vw;
  }

  .sluzby-grid-box-title {
    font-size: 1.25vw;
  }

  .text-block-pdf {
    margin-left: 1.5rem;
  }

  .pdf-button {
    padding-left: 1rem;
  }

  .hero-left-bottom-card-bottom {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .lottie-animation {
    width: 25rem;
  }

  .pripadove-studie-top-right-number-2 {
    font-size: 22px;
  }

  .pripadova-studie-column-wrapper, .pripadova-studie-hero-img-wrapper-small {
    margin-left: auto;
    margin-right: auto;
  }

  .cta-2-h2._1 {
    font-size: 2.25vw;
  }

  .cta-2-h2._2 {
    font-size: 1.8vw;
  }

  .cta-2-h2._4 {
    font-size: 2.25vw;
  }

  .cta-2-paragraph._1, .cta-2-paragraph._2, .cta-2-paragraph._4 {
    font-size: 1vw;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    height: auto;
  }

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

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

  .hero-right {
    display: none;
  }

  .hero-title {
    margin-bottom: 1rem;
    font-size: 2.25vw;
  }

  .hero-h1-wrapper {
    display: none;
  }

  .hero-left-bottom-card._2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    aspect-ratio: auto;
  }

  .chart-img {
    display: block;
  }

  .hero-left-bottom-card-top {
    aspect-ratio: auto;
    justify-content: space-between;
    height: 100%;
    padding-bottom: 7%;
  }

  .hero-left-bottom-card-paragraph {
    font-size: 1.75vw;
  }

  .hero-left-bottom-card-header {
    font-size: 3vw;
  }

  .hero-left-bottom-card-number {
    font-size: 6vw;
  }

  .hero-left-bottom-card-upwards {
    width: 6vw;
    height: 6vw;
  }

  .hero-left-bottom-card-text-stats {
    font-size: 6vw;
  }

  .hero-left-bottom-card-text {
    font-size: 2.5vw;
  }

  .socials-column {
    padding: 1%;
  }

  .socials-icon {
    width: 4vw;
    height: 4vw;
  }

  .hero-person {
    height: 80%;
    display: block;
    inset: auto 37.5% 0% auto;
  }

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

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

  .pripadove-studie-top-right {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .pripadove-studie-title {
    margin-bottom: 1rem;
    font-size: 2.25vw;
  }

  .pripadove-studie-h2 {
    width: 70vw;
    font-size: 5vw;
  }

  .pripadove-studie-paragraph {
    width: 80vw;
    margin-top: .75rem;
    font-size: 2vw;
  }

  .pripadove-studie-top-right-column {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .pripadove-studie-top-right-text {
    font-size: 2.25vw;
  }

  .pripadove-studie-top-right-number {
    font-size: 6vw;
  }

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

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

  .pomoc-left {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .pomoc-title {
    margin-bottom: 1rem;
    font-size: 2.25vw;
  }

  .pomoc-h2 {
    width: 70vw;
    font-size: 5vw;
  }

  .pomoc-paragraph {
    width: 80vw;
    margin-top: .75rem;
    font-size: 2vw;
  }

  .pomoc-left-card-icon {
    width: 6vw;
    height: 6vw;
  }

  .pomoc-left-card-h3 {
    font-size: 3vw;
  }

  .pomoc-left-card-paragraph {
    font-size: 2vw;
  }

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

  .sluzby-title {
    font-size: 2.25vw;
  }

  .sluzby-h2 {
    width: 70vw;
    font-size: 5vw;
  }

  .sluzby-paragraph {
    width: 80vw;
    margin-top: .75rem;
    font-size: 2vw;
  }

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

  .sluzby-grid-box._1 {
    aspect-ratio: 2.39;
  }

  .sluzby-grid-box._2 {
    aspect-ratio: 4 / 5;
  }

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

  .reference-title {
    font-size: 2.25vw;
  }

  .reference-h2 {
    width: 70vw;
    font-size: 5vw;
  }

  .reference-paragraph {
    width: 80vw;
    margin-top: .75rem;
    font-size: 2vw;
  }

  .reference-cards {
    grid-template-columns: 1fr 1fr;
  }

  .reference-card._3-first, .reference-card._1-last {
    display: none;
  }

  .reference-cards-gradient {
    background-image: linear-gradient(#fff, #0000 10% 90%, #fff);
  }

  .testimonial-icon {
    height: 4vw;
  }

  .testimonial-paragraph {
    font-size: 1.75vw;
  }

  .testimonial-card-bottom-row-profile {
    width: 5vw;
    height: 5vw;
  }

  .testimonial-card-bottom-profile-text, .testimonial-card-name {
    font-size: 1.75vw;
  }

  .testimonial-card-company {
    font-size: 1.5vw;
  }

  .reference-bottom-title {
    font-size: 1.4vw;
  }

  .reference-logo-row {
    flex-flow: row;
  }

  .reference-logo-img {
    height: 4vw;
  }

  .reference-logo-img.last {
    display: none;
  }

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

  .sluzby-grid-box-h3._1 {
    font-size: 4.5vw;
  }

  .sluzby-grid-box-h3._2 {
    font-size: 4vw;
  }

  .sluzby-grid-box-h3._4 {
    font-size: 4.5vw;
  }

  .sluzby-grid-box-paragraph._1, .sluzby-grid-box-paragraph._2, .sluzby-grid-box-paragraph._4 {
    font-size: 2vw;
  }

  .sluzby-grid-box-bottom-features-row-check-wrapper {
    width: 4vw;
    height: 4vw;
  }

  .sluzby-grid-box-bottom-features-row-text {
    font-size: 2.25vw;
  }

  .sluzby-grid-box-img {
    width: 82%;
  }

  .sluzby-grid-box-bottom {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .sluzby-grid-box-meta {
    height: 3vw;
  }

  .sluzby-grid-box-grid-bottom {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .left-arrow {
    width: 6%;
    left: -1%;
  }

  .right-arrow {
    width: 6%;
    right: -1%;
  }

  .slider-content-bottom-text {
    font-size: 3.5vw;
  }

  .slider-content-top-logo {
    height: 3.5vw;
  }

  .slider-content-top-arrow-wrapper {
    width: 5vw;
    height: 5vw;
  }

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

  .play-icon {
    width: 8rem;
  }

  .footer-content {
    width: 100%;
  }

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

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

  .nav-mid {
    display: none;
  }

  .nav-logo {
    font-size: 2rem;
  }

  .button {
    padding: .5vw;
  }

  .btn-text {
    margin-left: 2vw;
    font-size: 2.15vw;
  }

  .div-block-3, .btn-fill {
    width: 5vw;
    height: 5vw;
  }

  .image-2 {
    padding-right: 1.5vw;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .faq_icon-wrapper {
    width: 5vw;
  }

  .text-size-medium.text-weight-bold {
    font-size: 3vw;
  }

  .faq-paragraph {
    font-size: 1.75vw;
  }

  .faq-title {
    font-size: 2.25vw;
  }

  .faq-h2 {
    width: 70vw;
    font-size: 5vw;
  }

  .faq-top-paragraph {
    width: 80vw;
    margin-top: .75rem;
    font-size: 2vw;
  }

  .popup-form-right-paragraph {
    display: none;
  }

  .form-popup {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .form-block-2 {
    border-radius: 12px;
    justify-content: center;
  }

  .form-popup-right {
    display: none;
  }

  .form-popup-left {
    border-radius: 12px;
  }

  .success-btn-text {
    font-size: 18px;
  }

  .hero-mid-tablet {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    aspect-ratio: 1.9;
    padding-top: 3%;
    padding-bottom: 3%;
    display: flex;
  }

  .hero-mid-top {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .hero-mid-top-attribute {
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
  }

  .hero-mid-top-attribute-text {
    font-size: 2vw;
  }

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

  .hero-h1-tablet {
    width: 80vw;
    font-size: 5.5vw;
    line-height: 1.1em;
  }

  .button-nav {
    padding: .2rem;
  }

  .btn-text-nav {
    margin-left: 1rem;
    font-size: 1.1rem;
  }

  .div-block-3-nav {
    width: 2.25rem;
    height: 2.25rem;
  }

  .btn-fill-nav {
    width: 2.25rem;
    height: 2.25rem;
    padding-right: .75rem;
  }

  .popup-form-right-name, .popup-form-right-company {
    display: none;
  }

  .btn-black-text {
    font-size: 2.15vw;
  }

  .btn-black {
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .dalsi-pripadove-studie-wrapper {
    max-width: var(--max-width-wrapper);
  }

  .dalsi-pripadove-studie-title {
    font-size: 2.25vw;
  }

  .dalsi-pripadove-studie-h2 {
    width: 70vw;
    font-size: 5vw;
  }

  .dalsi-pripadove-studie-paragraph {
    width: 80vw;
    margin-top: .75rem;
    font-size: 2vw;
  }

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

  .pripadova-studie-hero-content {
    align-items: stretch;
  }

  .pripadova-studie-hero-attributes-row {
    justify-content: center;
    align-items: center;
  }

  .pripadova-studie-hero-h1 {
    text-align: center;
    font-size: 42px;
  }

  .pripadova-studie-hero-section-title {
    width: auto;
  }

  .pripadova-studie-hero-h1-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .pripadova-studie-hero-paragraph, .pripadova-studie-hero-img-wrapper, .pripadova-studie-hero-client-review {
    width: auto;
  }

  .o-nas-hero {
    height: 100vh;
  }

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

  .o-nas-hero-content {
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .o-nas-hero-left {
    padding-top: 3%;
    padding-bottom: 0%;
  }

  .o-nas-hero-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .o-nas-hero-left-title {
    margin-bottom: 1rem;
    font-size: 2.25vw;
  }

  .o-nas-hero-left-paragraph {
    width: 80vw;
    margin-top: .75rem;
    font-size: 2vw;
  }

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

  .o-nas-hero-left-logo-img {
    height: 4vw;
  }

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

  .vykonnostni-reklamy-top {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    place-items: start stretch;
  }

  .vykonnostni-reklamy-right-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    align-items: center;
  }

  .vykonnostni-reklamy-left-h2 {
    width: 70vw;
    font-size: 5vw;
  }

  .o-nas-hero-left-h1 {
    font-size: 5.5vw;
  }

  .vykonnostni-reklamy-title {
    margin-bottom: 1rem;
    font-size: 2.25vw;
  }

  .vykonnostni-reklamy-paragraph {
    width: 80vw;
    margin-top: .75rem;
    font-size: 2vw;
  }

  .vykonnostni-reklamy-right-number {
    font-size: 6vw;
  }

  .vykonnostni-reklamy-right-text {
    font-size: 2.25vw;
  }

  .o-nas-video-wrapper {
    aspect-ratio: 16 / 9;
  }

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

  .tym-title {
    font-size: 2.25vw;
  }

  .tym-h2 {
    width: 60vw;
    font-size: 5vw;
  }

  .tym-top-paragraph {
    width: 80vw;
    margin-top: .75rem;
    font-size: 2vw;
  }

  .tym-card-img-wrapper {
    aspect-ratio: 1;
  }

  .tym-card-socials-row {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .tym-card-name {
    font-size: 3vw;
  }

  .tym-card-focus {
    font-size: 2vw;
  }

  .tym-card-paragraph {
    font-size: 1.8vw;
  }

  .o-nas-hero-right-img {
    object-fit: cover;
    display: block;
  }

  .o-nas-hero-right-img-wrapper {
    background-image: none;
    width: 100%;
    height: auto;
  }

  .sluzby-grid-box-title {
    font-size: 2.25vw;
  }

  .div-block-3-pdf, .div-block-3-fill-pdf {
    width: 2.25rem;
    height: 2.25rem;
  }

  .popup-form-close-phone {
    display: block;
  }

  .pripadova-studie-hero-img-wrapper-hero {
    width: auto;
  }

  .pripadove-studie-top-right-number-2 {
    text-align: left;
    font-size: 22px;
  }

  .pripadova-studie-hero-img-wrapper-small {
    width: auto;
  }

  .cta-2-wrapper {
    max-width: 100%;
    margin-top: 6rem;
  }

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

  .cta-2-right {
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 0%;
    display: flex;
  }

  .cta-2-left {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    align-items: stretch;
    margin-top: -2.5rem;
    padding-top: 0%;
  }

  .cta-2-h2 {
    font-size: 5vw;
  }

  .cta-2-h2._1 {
    font-size: 4.5vw;
  }

  .cta-2-h2._2 {
    font-size: 4vw;
  }

  .cta-2-h2._4 {
    font-size: 4.5vw;
  }

  .cta-2-paragraph {
    font-size: 2.5vw;
  }

  .cta-2-paragraph._1, .cta-2-paragraph._2, .cta-2-paragraph._4 {
    font-size: 2vw;
  }

  .cta-2-right-img {
    width: 60%;
    margin-top: -6rem;
    margin-left: 5%;
  }

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

  .cta-2-features-icon {
    width: 4vw;
    height: 4vw;
  }

  .cta-2-features-text {
    font-size: 2.25vw;
  }

  .cta-2-btn {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .anchor-point {
    top: -80px;
  }

  .cookie-btn {
    margin-top: 2rem;
    display: block;
  }

  .textarea {
    max-width: 100%;
  }

  .cookie-banner-wrapper---brix {
    bottom: 24px;
    left: 24px;
  }
}

@media screen and (max-width: 767px) {
  .hero-title {
    font-size: 2.5vw;
  }

  .hero-left-bottom-card._2, .hero-left-bottom-card-top {
    aspect-ratio: auto;
  }

  .hero-left-bottom-card-paragraph {
    font-size: 2vw;
  }

  .hero-left-bottom-card-header {
    font-size: 3.5vw;
  }

  .hero-left-bottom-card-number {
    font-size: 7vw;
  }

  .hero-left-bottom-card-upwards {
    width: 7vw;
    height: 7vw;
  }

  .hero-left-bottom-card-text-stats {
    font-size: 7vw;
  }

  .hero-left-bottom-card-text {
    font-size: 2.75vw;
  }

  .socials-icon {
    width: 4.5vw;
    height: 4.5vw;
  }

  .hero-person {
    height: 85%;
    right: 30%;
  }

  .pripadove-studie-title {
    font-size: 2.5vw;
  }

  .pripadove-studie-h2 {
    width: 80vw;
    font-size: 5.5vw;
  }

  .pripadove-studie-paragraph {
    font-size: 2.25vw;
  }

  .pripadove-studie-top-right-text {
    font-size: 2.5vw;
  }

  .pripadove-studie-top-right-number {
    font-size: 6.5vw;
  }

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

  .pomoc-title {
    font-size: 2.5vw;
  }

  .pomoc-h2 {
    width: 80vw;
    font-size: 5.5vw;
  }

  .pomoc-paragraph {
    font-size: 2.25vw;
  }

  .pomoc-left-card-icon {
    width: 7vw;
    height: 7vw;
  }

  .pomoc-left-card-h3 {
    font-size: 3.5vw;
  }

  .pomoc-left-card-paragraph {
    font-size: 2.25vw;
  }

  .sluzby-title {
    font-size: 2.5vw;
  }

  .sluzby-h2 {
    width: 80vw;
    font-size: 5.5vw;
  }

  .sluzby-paragraph {
    font-size: 2.25vw;
  }

  .sluzby-grid-box._1 {
    padding-right: 3%;
  }

  .reference-title {
    font-size: 2.5vw;
  }

  .reference-h2 {
    width: 80vw;
    font-size: 5.5vw;
  }

  .reference-paragraph {
    width: 80vw;
    font-size: 2.25vw;
  }

  .reference-cards-wrapper {
    height: auto;
  }

  .testimonial-icon {
    height: 4.5vw;
  }

  .testimonial-paragraph {
    font-size: 2vw;
  }

  .testimonial-card-bottom-row-profile {
    width: 5.5vw;
    height: 5.5vw;
  }

  .testimonial-card-bottom-profile-text {
    font-size: 1.9vw;
  }

  .testimonial-card-name {
    font-size: 2vw;
  }

  .testimonial-card-company {
    font-size: 1.75vw;
  }

  .reference-logo-img {
    height: 5vw;
  }

  .reference-logo-img._4 {
    display: none;
  }

  .cta {
    width: 25rem;
  }

  .cta-top {
    height: 13rem;
  }

  .cta-h2 {
    font-size: 1.75rem;
  }

  .sluzby-grid-box-h3._1 {
    font-size: 5vw;
  }

  .sluzby-grid-box-h3._2 {
    font-size: 4.5vw;
  }

  .sluzby-grid-box-h3._4 {
    font-size: 5vw;
  }

  .sluzby-grid-box-paragraph._1 {
    width: 80vw;
    font-size: 2.25vw;
  }

  .sluzby-grid-box-paragraph._4 {
    font-size: 2.25vw;
  }

  .sluzby-grid-box-bottom-features-row-check-wrapper {
    width: 5vw;
    height: 5vw;
  }

  .sluzby-grid-box-bottom-features-row-text {
    font-size: 2.5vw;
  }

  .left-arrow {
    width: 8%;
    left: -2%;
  }

  .right-arrow {
    width: 8%;
    right: -2%;
  }

  .slider-content-bottom-text {
    font-size: 4vw;
  }

  .slider-content-top-logo {
    height: 4vw;
  }

  .slider-content-top-arrow-wrapper {
    width: 6vw;
    height: 6vw;
  }

  .play-icon {
    width: 5rem;
  }

  .footer-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-grid-column-wrapper.mid, .footer-grid-column-wrapper.right {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-grid-column-wrapper.left {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-grid {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .footer-grid-column {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav-logo {
    font-size: 1.6rem;
  }

  .button {
    padding: 4px 4px 4px 12px;
  }

  .button-content-wrapper {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .btn-text {
    font-size: 2.25vw;
  }

  .div-block-3 {
    justify-content: center;
    align-items: center;
    width: 5vw;
    height: 5vw;
  }

  .btn-fill {
    width: 5vw;
    height: 5vw;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .faq_icon-wrapper {
    width: 1.75rem;
  }

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

  .text-size-medium.text-weight-bold {
    font-size: 3.5vw;
  }

  .faq_component {
    grid-row-gap: 2.5rem;
  }

  .faq-paragraph {
    font-size: 2vw;
  }

  .faq-title {
    font-size: 2.5vw;
  }

  .faq-h2 {
    width: 80vw;
    font-size: 5.5vw;
  }

  .faq-top-paragraph {
    font-size: 2.25vw;
  }

  .success-paragraph {
    font-size: 20px;
  }

  .form-popup {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
  }

  .form-block-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    height: auto;
  }

  .text-block-4, .popup-form-heading {
    font-size: 32px;
  }

  .text-field {
    font-size: 16px;
  }

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

  .footer-social-link {
    font-size: 2.5rem;
  }

  .cta-features-icon {
    width: 1.75rem;
    height: 1.75rem;
  }

  .cta-features-text {
    font-size: .9rem;
  }

  .hero-mid-tablet {
    aspect-ratio: 1.4;
  }

  .hero-mid-top-attribute {
    padding-top: 3vw;
    padding-bottom: 3vw;
  }

  .hero-mid-top-attribute-text {
    font-size: 2.2vw;
  }

  .hero-h1-tablet-wrapper {
    margin-bottom: 1rem;
  }

  .hero-h1-tablet {
    font-size: 6vw;
  }

  .button-nav {
    padding: .25rem;
  }

  .button-content-wrapper-nav {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .btn-text-nav {
    font-size: 1rem;
  }

  .div-block-3-nav {
    justify-content: center;
    align-items: center;
    width: 2.25rem;
    height: 2.25rem;
  }

  .btn-fill-nav {
    width: 2.25rem;
    height: 2.25rem;
  }

  .btn-black-text {
    font-size: 2.25vw;
  }

  .btn-black {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .dalsi-pripadove-studie-title {
    font-size: 2.5vw;
  }

  .dalsi-pripadove-studie-h2 {
    width: 80vw;
    font-size: 5.5vw;
  }

  .dalsi-pripadove-studie-paragraph {
    font-size: 2.25vw;
  }

  .pripadova-studie-hero-attribute {
    padding: 1.75vw 3vw;
  }

  .pripadova-studie-hero-attribute-text {
    font-size: 2.5vw;
  }

  .pripadova-studie-hero-h1, .pripadova-studie-hero-section-title {
    font-size: 5vw;
  }

  .pripadova-studie-hero-paragraph {
    font-size: 2.5vw;
  }

  .pripadova-studie-hero-client-review-line {
    width: 1.5rem;
  }

  .pripadova-studie-hero-client-review-paragraph {
    font-size: 2.75vw;
  }

  .pripadova-studie-hero-client-review-name {
    font-size: 2.5vw;
  }

  .o-nas-hero {
    height: 100vh;
  }

  .o-nas-hero-left-title {
    font-size: 2.5vw;
  }

  .o-nas-hero-left-paragraph {
    font-size: 2.25vw;
  }

  .o-nas-hero-left-logo-img {
    height: 5vw;
  }

  .vykonnostni-reklamy-left-h2 {
    width: 80vw;
    font-size: 5.5vw;
  }

  .o-nas-hero-left-h1 {
    font-size: 6vw;
  }

  .vykonnostni-reklamy-title {
    font-size: 2.5vw;
  }

  .vykonnostni-reklamy-paragraph {
    font-size: 2.25vw;
  }

  .vykonnostni-reklamy-right-number {
    font-size: 7vw;
  }

  .vykonnostni-reklamy-right-text, .tym-title {
    font-size: 2.5vw;
  }

  .tym-h2 {
    width: 60vw;
    font-size: 5.5vw;
  }

  .tym-top-paragraph {
    font-size: 2.25vw;
  }

  .tym-cards {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .tym-card-img-wrapper {
    aspect-ratio: 3 / 2;
    padding: 3%;
  }

  .tym-card-socials-row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .tym-card-socials-link {
    font-size: 6vw;
  }

  .tym-card-name {
    font-size: 5vw;
  }

  .tym-card-focus {
    font-size: 3vw;
  }

  .tym-card-paragraph {
    font-size: 2.25vw;
  }

  .o-nas-hero-right-img-wrapper {
    height: 100%;
  }

  .sluzby-grid-box-title {
    font-size: 2.5vw;
  }

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

  .text-field-2 {
    border-radius: 8px;
  }

  .button-content-wrapper-pdf {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-3-pdf {
    justify-content: center;
    align-items: center;
    width: 2.25rem;
    height: 2.25rem;
  }

  .div-block-3-fill-pdf {
    width: 2.25rem;
    height: 2.25rem;
  }

  .pdf-button {
    padding-left: 8.75rem;
  }

  .close-cta {
    width: 1.25rem;
  }

  .success-link {
    font-size: 16px;
  }

  .pripadove-studie-top-right-number-2 {
    font-size: 3.5vw;
  }

  .pripadova-studie-hero-img-small {
    width: 100%;
  }

  .cta-2-left {
    margin-top: -1.5rem;
  }

  .cta-2-h2 {
    font-size: 5.5vw;
  }

  .cta-2-h2._1 {
    font-size: 5vw;
  }

  .cta-2-h2._2 {
    font-size: 4.5vw;
  }

  .cta-2-h2._4 {
    font-size: 5vw;
  }

  .cta-2-paragraph {
    font-size: 2.75vw;
  }

  .cta-2-paragraph._1 {
    width: 80vw;
    font-size: 2.25vw;
  }

  .cta-2-paragraph._4 {
    font-size: 2.25vw;
  }

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

  .cta-2-features-icon {
    width: 7vw;
    height: 7vw;
  }

  .cta-2-features-text {
    font-size: 3.25vw;
  }

  .cta-2-features {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cta-2-btn {
    padding-top: 3vw;
    padding-bottom: 3vw;
    font-size: 3vw;
  }

  .button-primary {
    padding: 16px 34px;
    font-size: 16px;
    line-height: 18px;
  }

  .cookie-banner-wrapper---brix {
    border-radius: 18px;
  }

  .cookie-banner-wrapper---brix.cookie-banner-1---brix {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    bottom: 24px;
    left: 24px;
    right: 24px;
  }
}

@media screen and (max-width: 479px) {
  .hero-left, .hero-left-bottom {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
  }

  .hero-title {
    margin-bottom: .5rem;
    font-size: 3.5vw;
  }

  .hero-left-bottom-card._1 {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    aspect-ratio: auto;
  }

  .hero-left-bottom-card._2 {
    aspect-ratio: 2.5 / 2;
  }

  .hero-left-bottom-card-top {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
    padding: 5%;
  }

  .hero-left-bottom-card-paragraph {
    font-size: 3.5vw;
  }

  .hero-left-bottom-card-header {
    font-size: 6vw;
  }

  .hero-left-bottom-card-number {
    font-size: 12vw;
  }

  .hero-left-bottom-card-upwards {
    width: 12vw;
    height: 12vw;
  }

  .hero-left-bottom-card-text-stats {
    font-size: 12vw;
  }

  .hero-left-bottom-card-text {
    font-size: 6vw;
  }

  .socials-column {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    flex-flow: row;
    padding: 1.5% 6%;
  }

  .socials-icon {
    width: 10vw;
    height: 10vw;
  }

  .hero-person {
    display: none;
    inset: auto auto 0%;
  }

  .pripadove-studie-top-right {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .pripadove-studie-title {
    margin-bottom: .5rem;
    font-size: 3.5vw;
  }

  .pripadove-studie-h2 {
    width: auto;
    font-size: 6.5vw;
  }

  .pripadove-studie-paragraph {
    width: auto;
    margin-top: 3vw;
    font-size: 3.5vw;
  }

  .pripadove-studie-top-right-column {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .pripadove-studie-top-right-text {
    font-size: 5vw;
  }

  .pripadove-studie-top-right-number {
    font-size: 12vw;
  }

  .slide {
    width: 96%;
  }

  .pomoc-title {
    margin-bottom: .5rem;
    font-size: 3.5vw;
  }

  .pomoc-h2 {
    width: auto;
    font-size: 6.5vw;
  }

  .pomoc-paragraph {
    width: auto;
    margin-top: 3vw;
    font-size: 3.5vw;
  }

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

  .pomoc-left-card {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
  }

  .pomoc-left-card-icon {
    width: 10vw;
    height: 10vw;
  }

  .pomoc-left-card-h3 {
    font-size: 5vw;
  }

  .pomoc-left-card-paragraph {
    font-size: 3.5vw;
  }

  .sluzby-title {
    margin-bottom: .5rem;
    font-size: 3.5vw;
  }

  .sluzby-h2 {
    width: auto;
    font-size: 6.5vw;
  }

  .sluzby-paragraph {
    width: auto;
    margin-top: 3vw;
    font-size: 3.5vw;
  }

  .sluzby-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .sluzby-grid-box._1 {
    grid-column-gap: 16vw;
    grid-row-gap: 16vw;
    aspect-ratio: 4 / 5;
    justify-content: center;
  }

  .sluzby-grid-box._4 {
    aspect-ratio: auto;
  }

  .reference-title {
    margin-bottom: .5rem;
    font-size: 3.5vw;
  }

  .reference-h2 {
    width: auto;
    font-size: 6.5vw;
  }

  .reference-paragraph {
    width: auto;
    margin-top: 3vw;
    font-size: 3.5vw;
  }

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

  .reference-card {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
  }

  .reference-card.empty._2-first, .reference-card.empty._2-last {
    display: none;
  }

  .testimonial-icon {
    height: 8vw;
  }

  .testimonial-paragraph {
    font-size: 3.5vw;
  }

  .testimonial-card-bottom-row-profile {
    width: 10vw;
    height: 10vw;
  }

  .testimonial-card-bottom-profile-text {
    font-size: 3.5vw;
  }

  .testimonial-card-profile-column {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
  }

  .testimonial-card-name {
    font-size: 3.5vw;
  }

  .testimonial-card-company {
    font-size: 3vw;
  }

  .reference-bottom {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    margin-top: 10vw;
  }

  .reference-bottom-title {
    font-size: 3vw;
  }

  .reference-logo-row {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .reference-logo-img {
    height: 6vw;
  }

  .reference-logo-img._4 {
    display: block;
  }

  .cta {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #ffffff40;
    background-image: none;
    border-radius: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 15% 3% 8%;
    inset: 0%;
  }

  .cta-grid {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    background-image: linear-gradient(45deg, var(--blue-3), var(--blue-4));
    border-radius: 12px;
    padding: 5%;
  }

  .cta-top {
    height: 50vw;
  }

  .cta-h2 {
    font-size: 6vw;
  }

  .cta-bottom-top {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

  .sluzby-grid-box-h3._1, .sluzby-grid-box-h3._2, .sluzby-grid-box-h3._4 {
    font-size: 6vw;
  }

  .sluzby-grid-box-paragraph._1 {
    width: auto;
    font-size: 3.5vw;
  }

  .sluzby-grid-box-paragraph._2, .sluzby-grid-box-paragraph._4 {
    font-size: 3.5vw;
  }

  .sluzby-grid-box-bottom-features {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .sluzby-grid-box-bottom-features-row-check-wrapper {
    width: 7.5vw;
    height: 7.5vw;
  }

  .sluzby-grid-box-bottom-features-row-text {
    font-size: 4.5vw;
    font-weight: 500;
  }

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

  .sluzby-grid-box-grid-left {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    padding: 3% 3% 5%;
  }

  .sluzby-grid-box-grid-right {
    justify-content: center;
    align-items: flex-end;
  }

  .sluzby-grid-box-iphone {
    width: 50%;
    display: none;
  }

  .sluzby-grid-box-meta {
    height: 5vw;
  }

  .sluzby-grid-box-grid-bottom {
    grid-column-gap: 2.5vw;
    grid-row-gap: 2.5vw;
  }

  .left-arrow {
    width: 12%;
    display: block;
    left: -4%;
  }

  .right-arrow {
    width: 12%;
    display: block;
    right: -4%;
  }

  .slider-content-bottom-text {
    font-size: 7vw;
  }

  .slider-content-top-logo {
    height: 7vw;
  }

  .slider-content-top-arrow-wrapper {
    width: 10vw;
    height: 10vw;
  }

  .video-wrapper {
    aspect-ratio: 4 / 5;
  }

  .play-icon {
    width: 3rem;
  }

  .footer-grid-column-heading {
    font-size: 5vw;
  }

  .footer-row {
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-grid-column-info-link, .footer-bottom-link {
    font-size: 4vw;
  }

  .footer-text-logo {
    font-size: 8vw;
  }

  .nav-logo {
    font-size: 5vw;
  }

  .button {
    justify-content: space-between;
    align-items: center;
    padding: 1vw;
  }

  .btn-text {
    margin-left: 3vw;
    font-size: 3.75vw;
  }

  .div-block-3 {
    justify-content: center;
    align-items: center;
    width: 8vw;
    height: 8vw;
  }

  .btn-fill {
    justify-content: flex-end;
    align-items: center;
    width: 8vw;
    height: 8vw;
  }

  .image-2 {
    margin-right: 0;
    padding-right: 2.3vw;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .faq_question {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .text-size-medium.text-weight-bold {
    font-size: 4vw;
  }

  .faq-paragraph {
    font-size: 3.5vw;
  }

  .faq-title {
    margin-bottom: .5rem;
    font-size: 3.5vw;
  }

  .faq-h2 {
    width: auto;
    font-size: 6.5vw;
  }

  .faq-top-paragraph {
    width: auto;
    margin-top: 3vw;
    font-size: 3.5vw;
  }

  .success-btn {
    padding: 3.5vw 4vw;
  }

  .success-paragraph {
    text-align: center;
    font-size: 3.5vw;
  }

  .success-row {
    grid-column-gap: 3.5vw;
    grid-row-gap: 3.5vw;
  }

  .form-popup {
    padding: 5% 7%;
  }

  .form-block-2 {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    padding: 10% 5%;
  }

  .popup-form-close-icon {
    height: 7vw;
  }

  .text-block-4 {
    text-align: center;
    font-size: 5vw;
  }

  .submit-button {
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
    font-size: 3.5vw;
  }

  .popup-form-heading {
    text-align: left;
    font-size: 6.5vw;
  }

  .success-btn-text {
    font-size: 3.75vw;
  }

  .popup-form-head {
    flex-flow: row;
    display: flex;
  }

  .text-field {
    height: 8vw;
    margin-bottom: 4vw;
    font-size: 3.5vw;
  }

  .form-label {
    margin-bottom: 2vw;
    font-size: 3.5vw;
  }

  .footer-socials-row {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
  }

  .footer-social-link {
    font-size: 10vw;
  }

  .footer-copyright {
    font-size: 4vw;
  }

  .cta-features-wrapper {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cta-features-row {
    grid-column-gap: 2.5vw;
    grid-row-gap: 2.5vw;
  }

  .cta-features-icon {
    width: 6vw;
    height: 6vw;
  }

  .cta-features-text {
    font-size: 3.5vw;
  }

  .hero-mid-tablet {
    aspect-ratio: 1 / 1.2;
    background-image: url('../images/P1117846.avif');
    justify-content: space-between;
    align-items: center;
  }

  .hero-mid-top {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    grid-template-columns: auto auto;
  }

  .hero-mid-top-attribute {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: #ffffff4d;
    border: 1px solid #ffffff59;
    padding: 3.5vw 3%;
  }

  .hero-mid-top-attribute-text {
    color: #fff;
    font-size: 3vw;
  }

  .hero-h1-tablet-wrapper {
    width: 100%;
  }

  .hero-h1-tablet {
    width: auto;
    font-size: 7vw;
    line-height: 1.3em;
  }

  .button-nav {
    justify-content: space-between;
    align-items: center;
    padding: .6vw .6vw .6vw 3vw;
  }

  .button-content-wrapper-nav {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

  .btn-text-nav {
    margin-left: 2vw;
    font-size: 3.5vw;
  }

  .div-block-3-nav {
    justify-content: center;
    align-items: center;
    width: 7.5vw;
    height: 7.5vw;
  }

  .btn-fill-nav {
    justify-content: flex-end;
    align-items: center;
    width: 7.5vw;
    height: 7.5vw;
    padding-right: 2.3vw;
  }

  .image-2-nav {
    margin-right: 0;
  }

  .sluzby-grid-box-iphone-phone {
    width: 60%;
    display: block;
  }

  .form-sluzby-grid {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    grid-template-columns: 1fr 1fr;
    margin-top: 1.5vw;
    margin-bottom: 4vw;
  }

  .checkbox {
    background-position: -.2vw;
    background-size: 5.5vw 5.5vw;
    width: 11vw;
    height: 5.5vw;
  }

  .checkbox.w--redirected-checked {
    background-position: 5.5vw;
    background-size: 5.5vw 5.5vw;
  }

  .checkbox-label {
    font-size: 3.5vw;
  }

  .checkbox-2 {
    width: 7vw;
    height: 7vw;
  }

  .checkbox-field-2 {
    margin-bottom: 6vw;
  }

  .checkbox-label-2 {
    margin-left: 2vw;
    font-size: 3.25vw;
  }

  .pripadove-studie-buttons-row {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

  .btn-black-text {
    font-size: 3.75vw;
  }

  .btn-black {
    justify-content: space-between;
    align-items: center;
    padding-left: 12vw;
    padding-right: 12vw;
  }

  .pomoc-buttons-row, .sluzby-buttons-row {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

  .dalsi-pripadove-studie-title {
    margin-bottom: .5rem;
    font-size: 3.5vw;
  }

  .dalsi-pripadove-studie-h2 {
    width: auto;
    font-size: 6.5vw;
  }

  .dalsi-pripadove-studie-paragraph {
    width: auto;
    margin-top: 3vw;
    font-size: 3.5vw;
  }

  .pripadova-studie-hero-attributes-row {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    padding-bottom: 6vw;
  }

  .pripadova-studie-hero-attribute {
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
  }

  .pripadova-studie-hero-attribute-text {
    font-size: 2.75vw;
  }

  .pripadova-studie-hero-h1 {
    margin-bottom: 12vw;
    font-size: 6.5vw;
  }

  .pripadova-studie-hero-section-title {
    margin-bottom: 4vw;
  }

  .pripadova-studie-hero-paragraph {
    margin-bottom: 6vw;
    font-size: 3.5vw;
  }

  .pripadova-studie-hero-img-wrapper {
    margin-top: 4vw;
    margin-bottom: 8vw;
  }

  .pripadova-studie-hero-client-review {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

  .pripadova-studie-hero-client-review-line {
    width: 6vw;
  }

  .pripadova-studie-hero-client-review-column {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
  }

  .pripadova-studie-hero-client-review-paragraph {
    font-size: 3.75vw;
  }

  .pripadova-studie-hero-client-review-name {
    font-size: 3.5vw;
  }

  .o-nas-hero {
    height: auto;
  }

  .o-nas-hero-content {
    grid-column-gap: 12vw;
    grid-row-gap: 12vw;
  }

  .o-nas-hero-left-title {
    margin-bottom: .5rem;
    font-size: 3.5vw;
  }

  .o-nas-hero-left-paragraph {
    width: auto;
    margin-top: 3vw;
    font-size: 3.5vw;
  }

  .o-nas-hero-left-buttons-row {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

  .o-nas-hero-left-logo-img {
    height: 6vw;
  }

  .vykonnostni-reklamy-top {
    justify-items: stretch;
  }

  .vykonnostni-reklamy-right-grid {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
  }

  .vykonnostni-reklamy-left-h2 {
    width: auto;
    font-size: 6.5vw;
  }

  .o-nas-hero-left-h1 {
    font-size: 7vw;
  }

  .vykonnostni-reklamy-title {
    margin-bottom: .5rem;
    font-size: 3.5vw;
  }

  .vykonnostni-reklamy-paragraph {
    width: auto;
    margin-top: 3vw;
    font-size: 3.5vw;
  }

  .vykonnostni-reklamy-right-number {
    font-size: 8vw;
  }

  .vykonnostni-reklamy-right-text {
    font-size: 3.5vw;
    font-weight: 500;
  }

  .o-nas-video-wrapper {
    aspect-ratio: 4 / 5;
  }

  .tym-title {
    margin-bottom: .5rem;
    font-size: 3.5vw;
  }

  .tym-h2 {
    width: 60vw;
    font-size: 6.5vw;
  }

  .tym-top-paragraph {
    width: auto;
    margin-top: 3vw;
    font-size: 3.5vw;
  }

  .tym-cards {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
  }

  .tym-card-img-wrapper {
    aspect-ratio: 1;
    padding: 4%;
  }

  .tym-card-socials-row {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

  .tym-card-socials-link {
    font-size: 10vw;
  }

  .tym-card-name {
    margin-bottom: 2vw;
    font-size: 5vw;
  }

  .tym-card-focus {
    margin-bottom: 4vw;
    font-size: 4vw;
  }

  .tym-card-paragraph, .sluzby-grid-box-title {
    font-size: 3.5vw;
  }

  .cta-bottom {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
  }

  .pdf-form-wrapper {
    margin-top: 4vw;
  }

  .text-field-2 {
    height: auto;
    padding-top: .3rem;
    padding-bottom: .3rem;
    font-size: 3.5vw;
    line-height: 7.5vw;
  }

  .button-content-wrapper-pdf {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

  .text-block-pdf {
    margin-left: 2vw;
    font-size: 3.5vw;
  }

  .div-block-3-pdf {
    justify-content: center;
    align-items: center;
    width: 7.5vw;
    height: 7.5vw;
  }

  .div-block-3-fill-pdf {
    justify-content: flex-end;
    align-items: center;
    width: 7.5vw;
    height: 7.5vw;
  }

  .image-2-pdf {
    margin-right: 0;
    padding-right: 2.5vw;
  }

  .pdf-button {
    height: auto;
    padding-left: 34vw;
  }

  .close-cta {
    width: 6vw;
    margin-top: -3%;
    margin-right: -3%;
  }

  .hero-left-bottom-card-bottom {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
  }

  .success-link {
    font-size: 3.5vw;
  }

  .lottie-animation {
    width: 40vw;
    margin-left: auto;
    margin-right: auto;
  }

  .pripadova-studie-hero-img-wrapper-hero {
    margin-top: 4vw;
    margin-bottom: 8vw;
  }

  .pripadove-studie-top-right-number-2 {
    font-size: 3.75vw;
  }

  .pripadova-studie-column-wrapper {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
  }

  .text-span-6 {
    font-size: 4.5vw;
  }

  .pripadova-studie-hero-img-wrapper-small {
    margin-top: 4vw;
    margin-bottom: 8vw;
  }

  .cta-2-wrapper {
    margin-top: 10vw;
  }

  .cta-2-left {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    margin-top: -.5rem;
  }

  .cta-2-h2._1, .cta-2-h2._2, .cta-2-h2._4 {
    font-size: 6vw;
  }

  .cta-2-paragraph {
    font-size: 3.5vw;
  }

  .cta-2-paragraph._1 {
    width: auto;
    font-size: 3.5vw;
  }

  .cta-2-paragraph._2, .cta-2-paragraph._4 {
    font-size: 3.5vw;
  }

  .cta-2-right-img {
    margin-top: -12vw;
  }

  .cta-2-top {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

  .cta-2-features-icon {
    width: 6.5vw;
    height: 6.5vw;
  }

  .cta-2-features-text {
    font-size: 4vw;
    font-weight: 500;
  }

  .cta-2-features {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cta-2-btn {
    padding: 2.5vw 2vw;
    font-size: 3.5vw;
  }

  .heading-13 {
    font-size: 36px;
  }

  .textarea {
    margin-bottom: 4vw;
    font-size: 3.5vw;
  }

  .button-primary {
    padding: 15px 34px 16px;
  }

  .cookie-banner-wrapper---brix, .cookie-banner-wrapper---brix.cookie-banner-1---brix {
    bottom: 16px;
    left: 16px;
    right: 16px;
  }
}

#w-node-_0076e25d-3f67-e546-cd98-dd6a7a3e657d-6b40eb31, #w-node-_7bf4bb67-e57d-c798-df16-c47236a61dcc-6b40eb31 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_40380f7b-e319-867a-bb12-aa176c817e6a-6b40eb31, #w-node-b23c0474-6fa7-3dfb-78f4-81690f3cf5f8-6b40eb31, #w-node-b23c0474-6fa7-3dfb-78f4-81690f3cf60b-6b40eb31, #w-node-c5bf487c-787a-0786-4611-5d0442685a22-dd8c1f4f, #w-node-c5bf487c-787a-0786-4611-5d0442685a31-dd8c1f4f, #w-node-bf16cfe5-e473-3977-de1e-17e631a99425-f682f310 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#video-wrapper.w-node-_8226fb9f-5b04-756e-1623-8b14f3a2e55b-f682f310 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_458f6898-aa52-00c3-bf81-83ab577fadf0-f682f310, #w-node-_458f6898-aa52-00c3-bf81-83ab577fadfc-f682f310, #w-node-b68bed96-29a6-8cca-685d-0d4c57ebdce1-4fffe4a4, #w-node-b68bed96-29a6-8cca-685d-0d4c57ebdced-4fffe4a4, #w-node-_24a69504-7439-1694-ee90-8330860fe7d1-43fb0d93, #w-node-_24a69504-7439-1694-ee90-8330860fe7dd-43fb0d93, #w-node-a29bb77f-6d09-e1a9-e0f9-8aa19c379d0f-dec32ffd, #w-node-a29bb77f-6d09-e1a9-e0f9-8aa19c379d1b-dec32ffd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_4a81b054-2365-b807-c304-faa1498ca80e-f682f310 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_15d39b7b-605f-2095-9202-4c4ce7a75198-f682f310 {
    order: 3;
  }

  #video-wrapper.w-node-_8226fb9f-5b04-756e-1623-8b14f3a2e55b-f682f310 {
    order: 2;
    grid-column: span 1 / span 1;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-c89bceff-94e1-bb91-147b-19c40b114ff5-6b40eb31, #w-node-_5bfc0ddd-040b-950f-ac94-b614cb8f4b3c-6b40eb31 {
    order: 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_343b07f5-5b9e-ecd1-eaa2-a6b13ab71d5f-6b40eb31 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c89bceff-94e1-bb91-147b-19c40b114fe9-6b40eb31 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a21281e1-3606-ca35-3d45-226c321d869a-6b40eb31, #w-node-_182a957b-e50d-a952-4dad-3c7df7870e43-6b40eb31 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0076e25d-3f67-e546-cd98-dd6a7a3e657d-6b40eb31 {
    grid-column: span 4 / span 4;
  }

  #w-node-d41c3b28-f4bd-726f-5213-d1082e542d49-6b40eb31, #w-node-_04ac7093-7040-8778-9f2d-825f233a99a2-6b40eb31 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7bf4bb67-e57d-c798-df16-c47236a61dcc-6b40eb31 {
    grid-column: span 4 / span 4;
  }

  #w-node-b23c0474-6fa7-3dfb-78f4-81690f3cf5eb-6b40eb31 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f8460e4e-0737-8ab4-190a-0dd28782399a-6b40eb31 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c5bf487c-787a-0786-4611-5d0442685a12-dd8c1f4f, #w-node-bf16cfe5-e473-3977-de1e-17e631a99425-f682f310, #w-node-_3e865818-52a7-daae-18bc-6933e534470e-f682f310 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_15d39b7b-605f-2095-9202-4c4ce7a75198-f682f310 {
    order: 1;
  }

  #video-wrapper.w-node-_8226fb9f-5b04-756e-1623-8b14f3a2e55b-f682f310 {
    grid-column: span 1 / span 1;
  }

  #w-node-_458f6898-aa52-00c3-bf81-83ab577fade0-f682f310 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5b1a1e4b-bf8a-65fb-19d5-b293c81c794f-f682f310 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9b9d891a-07f5-0dc5-d793-9a985a647029-4fffe4a4 {
    order: 9999;
  }

  #w-node-_0bd44a2d-9170-b44e-264f-a0828ea097a6-4fffe4a4 {
    order: -9999;
  }

  #w-node-b68bed96-29a6-8cca-685d-0d4c57ebdcd1-4fffe4a4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a7e8b6ad-57ab-a422-c49b-b268dc60fc15-4fffe4a4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9b9d891a-07f5-0dc5-d793-9a985a647029-43fb0d93 {
    order: 9999;
  }

  #w-node-_0bd44a2d-9170-b44e-264f-a0828ea097a6-43fb0d93 {
    order: -9999;
  }

  #w-node-_24a69504-7439-1694-ee90-8330860fe7c1-43fb0d93 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_05a7f586-5419-c600-d397-ae85395de490-43fb0d93 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a29bb77f-6d09-e1a9-e0f9-8aa19c379cff-dec32ffd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ffd3f468-1e3a-f99b-b933-7b95d921c173-6b40eb31, #w-node-_2beabac7-e0e2-c9dc-019c-bf17e7fdcf98-6b40eb31 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0076e25d-3f67-e546-cd98-dd6a7a3e657d-6b40eb31, #w-node-d41c3b28-f4bd-726f-5213-d1082e542d49-6b40eb31, #w-node-_04ac7093-7040-8778-9f2d-825f233a99a2-6b40eb31, #w-node-_7bf4bb67-e57d-c798-df16-c47236a61dcc-6b40eb31 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Mona Sans';
  src: url('../images/') format('woff2');
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Social Media Circled';
  src: url('../fonts/Social-Media-Circled.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}