@font-face {
  font-family: Satoshi Variable;
  src: url('../fonts/Satoshi-Variable.woff2') format("woff2");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --mata1: #04ad3a;
  --mata2: #91fbb2;
  --levandule1: #cc62d9;
  --levandule2: #ddade4;
  --text-mata: #023a10;
  --text-levandule: #29052f;
}

.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-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;
  }
}

.cta-button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px none var(--mata1);
  border-radius: .3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  text-decoration: none;
  display: flex;
}

.hero-container {
  max-width: 90%;
  margin-top: 0;
}

.hero-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 60% 40%;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 5vw;
  font-weight: 800;
  line-height: 1em;
}

.text-block {
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 5vw;
  font-weight: 800;
  line-height: 1em;
}

.div-block {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.header-row {
  display: flex;
}

.image {
  height: 5vw;
  margin-right: 1vw;
}

.image-2 {
  height: 5vw;
  margin-left: 1vw;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.paragraph {
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 1.25em;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 1.5vw;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 1.5vw;
  line-height: 1em;
}

.div-block-3 {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1vw;
  display: flex;
  position: relative;
}

.image-3 {
  height: 3.25vw;
  margin-right: 0;
}

.div-block-4 {
  height: 70%;
}

.div-block-5 {
  margin-top: 4vw;
}

.image-4 {
  border-radius: 32px 32px 0 0;
  width: 100%;
}

.sluzby-container {
  max-width: 90%;
}

.sluzby-heading {
  text-align: center;
}

.text-block-2 {
  margin-bottom: .75vw;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 1.75vw;
  font-weight: 500;
  line-height: 1em;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: .75vw;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 3.5vw;
  font-weight: 600;
  line-height: 1em;
}

.paragraph-2 {
  margin-bottom: 0;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 1em;
}

.section {
  margin-top: 8vw;
  position: relative;
  overflow: hidden;
}

.section-2 {
  margin-top: 3vw;
  position: relative;
  overflow: hidden;
}

.sluzby-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1.5fr 1fr 1fr;
  margin-top: 3vw;
  margin-left: auto;
  margin-right: auto;
}

.services-main-box {
  background-image: linear-gradient(135deg, var(--mata1), var(--mata2));
  border-radius: 18px;
  justify-content: center;
  align-items: flex-end;
  padding: 7.5% 6%;
  display: flex;
  position: relative;
}

.div-block-7 {
  aspect-ratio: 1.2;
  background-image: linear-gradient(180deg, var(--levandule1), var(--levandule2));
  border-radius: 18px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 5% 6%;
  display: flex;
}

.div-block-8 {
  aspect-ratio: 1.2;
  background-image: linear-gradient(180deg, var(--levandule1), var(--levandule2));
  border-radius: 18px;
  flex-flow: column;
  justify-content: space-between;
  padding: 5% 6%;
  display: flex;
}

.div-block-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: 2.45;
  background-image: linear-gradient(#d8d8d8, #d8d8d8);
  border-radius: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-5 {
  position: static;
  inset: -12.5% auto auto 5%;
}

.services-woman {
  width: 50%;
  position: absolute;
  inset: -12.5% auto auto 7.5%;
}

.div-block-10 {
  width: 100%;
  height: 100%;
  position: absolute;
}

.text-block-3 {
  margin-bottom: .75vw;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 2vw;
  line-height: 1em;
}

.text-block-4 {
  width: 90%;
  margin-bottom: .75vw;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 3vw;
  font-weight: 500;
  line-height: 1.1em;
}

.text-block-5 {
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 1.5vw;
  line-height: 1.25em;
}

.div-block-11 {
  position: static;
}

.image-6, .image-7 {
  width: 3.5vw;
}

.text-block-6 {
  margin-bottom: .75vw;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 2vw;
  font-weight: 500;
  line-height: 1.2em;
}

.paragraph-3 {
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 1.5vw;
  line-height: 1.25em;
}

.div-block-12 {
  background-image: url('../images/medium-shot-people-cleaning-building-1.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
}

.text-block-7 {
  margin-bottom: 1vw;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 1.75vw;
  font-weight: 400;
}

.text-block-8 {
  margin-bottom: .75vw;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 2vw;
  font-weight: 500;
  line-height: 1.2em;
}

.text-block-9 {
  aspect-ratio: auto;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 1.5vw;
  line-height: 1.25em;
}

.div-block-13 {
  padding: 6%;
}

.margin-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.postup-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.heading-style-h4 {
  letter-spacing: -.0225rem;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 3vw;
  font-weight: 400;
  line-height: 1.2em;
}

.paragraph-5 {
  margin-bottom: 0;
  padding-right: 1vw;
  font-family: Satoshi Variable, Verdana, sans-serif;
}

.paragraph-6 {
  padding-right: 1rem;
  font-family: Satoshi Variable, Verdana, sans-serif;
}

.postup {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 3vw;
  display: grid;
}

.postup-image-wrapper {
  border-radius: 40px;
  overflow: hidden;
}

.postup-link {
  opacity: .6;
  background-color: #0000;
  border-left: 1.5px solid #0000;
  padding: 1.25vw 0 1.25vw 2.5vw;
  display: block;
}

.postup-link.w--current {
  opacity: 1;
  background-color: #0000;
  border: 1px #04ad3a;
  border-top-width: 2px;
  border-left: 2px solid #04ad3a;
  padding-top: 1.25vw;
  padding-bottom: 1.25vw;
  padding-left: 2.5vw;
}

.container {
  max-width: 90%;
}

.section-3 {
  margin-top: 8vw;
  position: relative;
  overflow: hidden;
}

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

.code-embed {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.image-9 {
  align-self: center;
  height: 1.5vw;
  padding-right: 1.2em;
}

.text-block-10 {
  margin-bottom: .75vw;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 1.75vw;
  font-weight: 500;
  line-height: 1em;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: .75vw;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 3.5vw;
  font-weight: 600;
  line-height: 1.1em;
}

.paragraph-7 {
  margin-bottom: 1.5vw;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 1.5vw;
  line-height: 1.25em;
}

.text-weight-semibold {
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 1.2vw;
  font-weight: 700;
  line-height: 1.1em;
}

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

.testimonial_list {
  column-count: 3;
  column-gap: 2rem;
  max-width: 90%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.testimonial_client {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  align-items: center;
  display: flex;
}

.testimonial_rating-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.testimonial_card {
  filter: drop-shadow(3px 3px 6px #0000004d);
  background-color: #fff;
  border: 1px solid #00020d26;
  border-radius: 32px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2vw;
  padding: 2vw;
  display: inline-block;
  overflow: hidden;
}

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

.testimonial_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.text-size-medium {
  margin-top: 1vw;
  margin-bottom: 1vw;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 1.5vw;
  line-height: 1.3em;
}

.testimonial_rating-wrapper {
  display: flex;
}

.icon-embed-xsmall {
  color: #ff5c5c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.7vw;
  height: 1.7vw;
  display: flex;
}

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

.section-4 {
  margin-top: 8vw;
  position: relative;
  overflow: hidden;
}

.reference-heading-top {
  text-align: center;
  margin-bottom: .75vw;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 1.75vw;
  font-weight: 500;
  line-height: 1em;
}

.reference-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: .75vw;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 3.5vw;
  font-weight: 600;
  line-height: 1.1em;
}

.reference-paragraph {
  text-align: center;
  width: 60%;
  margin-bottom: 1.5vw;
  margin-left: auto;
  margin-right: auto;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 1.5vw;
  line-height: 1.25em;
}

.div-block-14 {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-15 {
  position: absolute;
  inset: 0%;
}

.div-block-16 {
  margin-top: 7vw;
  position: relative;
}

.image-10 {
  height: 6.5vw;
  position: absolute;
  inset: 40% auto 60% 0%;
}

.image-11 {
  width: 6.5vw;
  position: absolute;
  inset: -10% auto auto 25%;
}

.image-12 {
  height: 6.5vw;
  position: absolute;
  inset: auto auto 0% 17.5%;
}

.image-13 {
  height: 6.5vw;
  position: absolute;
  inset: -3% auto auto 40%;
}

.image-14 {
  height: 6.5vw;
  position: absolute;
  inset: 30% auto auto 57.5%;
}

.image-15 {
  width: 6.5vw;
  position: absolute;
  inset: auto auto 5% 59%;
}

.image-16 {
  width: 6.5vw;
  position: absolute;
  inset: -15% auto auto 70%;
}

.image-17 {
  height: 6.5vw;
  position: absolute;
  inset: auto 0% 35% auto;
}

.container-3 {
  aspect-ratio: 2.39;
  background-image: url('../images/Card.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 36px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 90%;
  padding: 5%;
  display: flex;
  position: relative;
}

.section-5 {
  margin-top: 8vw;
  position: static;
  overflow: hidden;
}

.cta-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 1.25vw;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 3.5vw;
  font-weight: 500;
  line-height: 1.1em;
}

.cta-paragraph {
  color: #e6e6e6;
  margin-bottom: 1.5vw;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 1.5vw;
  line-height: 1.25em;
}

.div-block-17 {
  width: 40%;
}

.cta-section-button {
  background-image: linear-gradient(45deg, var(--mata1), var(--mata2));
  color: var(--text-mata);
  border: 1px #000;
  border-radius: .3em;
  padding: .9vw 2.5vw;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 1.4vw;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  display: block;
}

.cta-button-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #fff;
  border-radius: .3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-left: 0;
  padding-left: 0;
  text-decoration: none;
  display: flex;
}

.button-cta-2 {
  color: #fff;
  padding: .55em 0 .55em 1.2em;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 1.4vw;
  font-weight: 700;
  line-height: 1.3em;
  text-decoration: none;
  display: block;
}

.image-18 {
  align-self: center;
  height: 1.5vw;
  padding-right: 1.2em;
}

.cta-button-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 0px solid var(--mata1);
  border-radius: .3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.section-6 {
  margin-top: 8vw;
  position: relative;
  overflow: hidden;
}

.section-7 {
  margin-top: 4vw;
  margin-bottom: 4vw;
  overflow: hidden;
}

.section-8 {
  display: block;
  overflow: hidden;
}

.mg-bottom-0 {
  color: #ccc;
  text-align: left;
  margin-bottom: 0;
  font-family: Satoshi Variable, Verdana, sans-serif;
}

.container-4 {
  max-width: 100%;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(135deg, var(--mata1), var(--mata2));
  border-top-left-radius: 36px;
  border-top-right-radius: 36px;
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
}

.div-block-18 {
  background-image: url('../images/medium-shot-people-cleaning-building.jpg');
  background-position: 40%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 36px;
}

.div-block-19 {
  padding: 5%;
}

.div-block-20 {
  border-top-right-radius: 36px;
}

.field-label, .field-label-2 {
  color: var(--text-mata);
  margin-bottom: .25vw;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 1.4vw;
  font-weight: 500;
  line-height: 1em;
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--text-mata);
  background-color: #0000;
  margin-bottom: 2vw;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 1.4vw;
  line-height: 1em;
}

.text-field::placeholder {
  color: #3e8851;
  line-height: 1em;
}

.text-field-2 {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--text-mata);
  background-color: #0000;
  margin-bottom: 2vw;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 1.4vw;
  line-height: 1em;
}

.text-field-2::placeholder {
  color: #3e8851;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 1.4vw;
  line-height: 1em;
}

.textarea {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--text-mata);
  background-color: #0000;
  min-width: 100%;
  max-width: 100%;
  min-height: 4vw;
  max-height: 10vw;
  margin-bottom: 2vw;
  padding-left: 12px;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 1.4vw;
  line-height: 1.25em;
}

.textarea::placeholder {
  color: #3e8851;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 1.4vw;
  line-height: 1.25em;
}

.checkbox {
  width: 1.5vw;
  height: 1.5vw;
  margin-top: 0;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-top: 1vw;
  margin-bottom: 0;
  display: flex;
}

.checkbox-label {
  color: var(--text-mata);
  margin-bottom: 0;
  margin-left: 1vw;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 1.3vw;
  font-weight: 400;
  line-height: 1em;
}

.field-label-3 {
  margin-bottom: .25vw;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 1.4vw;
  font-weight: 500;
  line-height: 1em;
}

.submit-button {
  border: 1px solid var(--text-mata);
  color: var(--text-mata);
  background-color: #0000;
  border-radius: 6px;
  margin-top: 1.5vw;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 1.4vw;
  font-weight: 500;
  line-height: 1em;
}

.container-5 {
  max-width: 90%;
}

.pricing-heading-top {
  text-align: center;
  margin-bottom: .75vw;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 1.75vw;
  font-weight: 500;
  line-height: 1em;
}

.pricing-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: .75vw;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 3.5vw;
  font-weight: 600;
  line-height: 1.1em;
}

.pricing-paragraph {
  text-align: center;
  width: 60%;
  margin-bottom: 3vw;
  margin-left: auto;
  margin-right: auto;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 1.5vw;
  line-height: 1.25em;
}

.div-block-21 {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: .5vw;
  display: flex;
}

.text-block-11 {
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 1.7vw;
  font-weight: 500;
  line-height: 1em;
}

.smooth-toggle-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #b3b3b3;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: .25vw;
  display: flex;
}

.smooth-toggle-button {
  border-radius: 30px;
  text-decoration: none;
}

.text-block-12 {
  color: var(--text-mata);
  padding: .25vw 1.75vw;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 1.5vw;
  font-weight: 600;
}

.size-toggle-button {
  border-radius: 30px;
  text-decoration: none;
}

.div-block-22 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.size-toggle-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #b3b3b3;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: .25vw;
  display: flex;
}

.custom-number-input {
  width: 10vw;
  max-width: 15vw;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 1.5vw;
  font-weight: 600;
  line-height: 1em;
}

.text-block-13 {
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 1.7vw;
  font-weight: 500;
  line-height: 1em;
}

.services-flex-container {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 3vw;
  display: grid;
}

.div-block-24 {
  border: 2px solid #b3b3b3;
  border-radius: 20px;
  padding: 10% 8% 10% 5%;
}

.text-block-14 {
  text-align: left;
  margin-bottom: .75vw;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 2.5vw;
  font-weight: 500;
  line-height: 1em;
}

.paragraph-8 {
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 1.3vw;
  font-weight: 400;
  line-height: 1.25em;
}

.text-block-15 {
  margin-bottom: .75vw;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 3.5vw;
  font-weight: 800;
  line-height: 1em;
}

.div-block-25 {
  background-color: #b3b3b3;
  height: 1px;
  margin-top: 1.5vw;
  margin-bottom: 1.5vw;
  padding-bottom: 0;
}

.image-19 {
  width: 2.5vw;
}

.div-block-26 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .25vw;
  display: flex;
}

.text-block-16 {
  color: #434343;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 1.3vw;
  font-weight: 400;
}

.div-block-24-mid {
  border: 2px solid var(--mata2);
  border-radius: 20px;
  padding: 10% 8%;
}

.text-block-17 {
  margin-bottom: 1.5vw;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 1.2vw;
  line-height: 1em;
}

.service-button {
  background-image: linear-gradient(45deg, var(--mata1), var(--mata2));
  color: var(--text-mata);
  text-align: center;
  border: 1px #000;
  border-radius: .5em;
  margin-top: 2vw;
  padding: .6em 1.2em;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 1.4vw;
  font-weight: 700;
  line-height: 1.3em;
  text-decoration: none;
  display: block;
}

.service-button-transparent {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--mata1);
  text-align: center;
  border-radius: .5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-top: 2vw;
  text-decoration: none;
  display: flex;
}

.button-service {
  color: var(--mata1);
  text-align: center;
  padding: .55em 0;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 1.4vw;
  font-weight: 700;
  line-height: 1.3em;
  text-decoration: none;
  display: block;
}

.services-flex-container-firma {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-top: 3vw;
  display: grid;
}

.container-7 {
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: block;
  position: relative;
}

.container-7.faq-container {
  background-color: #ffffff80;
  border-radius: 5px;
  max-width: 90%;
  padding-top: 60px;
  padding-bottom: 80px;
  box-shadow: 0 0 50px #2d3e500f;
}

.faq-plus {
  background-color: var(--mata1);
  border-radius: 3px;
  width: 100%;
  height: 5px;
}

.faq-answer {
  border-bottom: 1px solid #2d3e501f;
  padding-left: 45px;
  overflow: hidden;
}

.faq-answer-text {
  margin-bottom: 2.5vw;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 1.3vw;
  line-height: 1.25em;
}

.faq-plus-wrap {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 25px;
  display: flex;
  position: relative;
}

.faq-q-text {
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 2vw;
  font-weight: 600;
}

.faq-plus-l {
  background-color: var(--mata1);
  border-radius: 3px;
  width: 5px;
  height: 100%;
  position: absolute;
}

.faq-question {
  cursor: pointer;
  align-items: center;
  height: 7vw;
  font-size: 22px;
  font-weight: 800;
  display: flex;
}

.pricing-h1 {
  text-align: center;
}

.pricing-h1.faq-h2 {
  margin-bottom: 1vw;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 3.5vw;
  font-weight: 600;
  line-height: 1.1em;
}

.section-8-copy {
  z-index: 100;
  display: none;
  position: sticky;
  bottom: 0;
  overflow: hidden;
}

.container-4-copy {
  max-width: 100%;
}

.grid-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(135deg, var(--mata1), var(--mata2));
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  width: 100%;
  height: 100vh;
}

.div-block-18-copy {
  background-image: url('../images/medium-shot-people-cleaning-building.jpg');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
}

.div-block-20-copy {
  border-radius: 0;
}

.div-block-19-copy {
  padding: 15% 5%;
}

.text-block-10-copy-copy {
  color: var(--text-mata);
  align-self: auto;
  margin-bottom: 0;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 1.75vw;
  font-weight: 500;
  line-height: 1em;
}

.heading-4-copy-copy {
  color: var(--text-mata);
  margin-top: 0;
  margin-bottom: .25vw;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 3.5vw;
  font-weight: 600;
  line-height: 1.1em;
}

.paragraph-7-copy-copy {
  color: var(--text-mata);
  margin-bottom: 4vw;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 1.5vw;
  line-height: 1.25em;
}

.div-block-27 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3vw;
  display: flex;
}

.link-block {
  width: 4vh;
  height: 4vh;
}

.text-block-18, .text-block-19, .text-block-20, .text-block-21, .text-block-22, .text-block-23 {
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 1.2vw;
  line-height: 1.1em;
}

.div-block-28 {
  background-image: linear-gradient(0deg, #fff 10%, #fff0);
  height: 25%;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-24 {
  display: none;
}

.social-icon---brix {
  transition: transform .3s;
}

.social-icon---brix:hover {
  transform: translate(0, -4px);
}

.icon-left---brix {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.footer-list-item {
  margin-bottom: 18px;
  padding-left: 0;
}

.social-icon-link---brix {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-logo---brix {
  transform-style: preserve-3d;
  width: 50%;
  transition: transform .3s;
}

.footer-logo---brix:hover {
  transform: scale3d(.92, .92, 1.01);
}

.link-wrapper {
  color: #211f54;
  transition: none;
  display: inline-block;
}

.link-wrapper:hover {
  color: #4a3aff;
}

.link-wrapper.color-grey {
  color: #6f6c90;
}

.link-wrapper.color-grey:hover {
  color: #4a3aff;
}

.footer-logo-wrapper {
  margin-bottom: 24px;
}

.mg-bottom-40px {
  color: #ccc;
  margin-bottom: 40px;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.grid-footer-v1---5-column {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
}

.horizontal-flex {
  align-items: center;
  display: flex;
}

.horizontal-flex.end {
  justify-content: flex-end;
}

.footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.footer-top {
  padding-top: 120px;
  padding-bottom: 120px;
}

.footer-wrapper---brix {
  background-color: #1a1a1a;
  border-top: 1px solid #f7f7fc;
}

.social-media-grid-top {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 19px);
  justify-content: start;
  justify-items: start;
}

.grid-footer-v1---2-columns {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
}

.grid-footer-v1---2-columns.grid-center {
  align-items: center;
}

.grid-footer-v1---2-columns.grid-center.bottom {
  grid-template-columns: 1fr 1fr 1fr;
}

.footer-bottom {
  border-top: 1px solid #eff0f6;
  padding-top: 24px;
  padding-bottom: 24px;
}

.link-text {
  color: #ccc;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 16px;
  transition: color .3s;
  display: inline-block;
}

.link-text:hover {
  color: var(--mata2);
}

.container-default {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.text-300 {
  font-size: 22px;
  line-height: 22px;
}

.text-300.bold {
  font-weight: 700;
}

.text-300.bold.footer-title {
  color: #fff;
  margin-bottom: 40px;
  font-family: Satoshi Variable, Verdana, sans-serif;
}

.footer-link {
  color: #ccc;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: color .3s;
}

.footer-link:hover {
  color: var(--mata2);
}

.container-8 {
  max-width: 90%;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 60% 40%;
}

.text-block-25 {
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 5vw;
  font-weight: 800;
  line-height: 1em;
}

.div-block-29 {
  display: flex;
}

.image-20 {
  align-self: center;
  height: 4.5vw;
  margin-left: 1.5vw;
}

.div-block-30 {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex-flow: column;
  display: flex;
}

.image-21 {
  aspect-ratio: 1 / 1.3;
  object-fit: cover;
  border-radius: 30px;
}

.div-block-31 {
  flex-flow: column;
  justify-content: space-between;
  padding-right: 5%;
  display: flex;
}

.paragraph-9 {
  margin-top: 1.5vw;
  margin-bottom: 0;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 1.5vw;
  line-height: 1.25em;
}

.container-9 {
  max-width: 90%;
}

.section-9 {
  margin-top: 4vw;
}

.tabs {
  display: flex;
}

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

.text-block-26 {
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 2vw;
  line-height: 1.1em;
}

.text-block-27 {
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 1.8vw;
  line-height: 1.1em;
}

.tab-link-tab-1 {
  -webkit-text-fill-color: transparent;
  background-color: #999;
  -webkit-background-clip: text;
  background-clip: text;
  border-bottom: 1px solid #999;
  padding: 1vw 3vw 1vw 0;
}

.tab-link-tab-1.w--current {
  background-color: #000;
  border-bottom: 1px solid #000;
  padding: 2vw 3vw 2vw 0;
}

.tab-link-tab-2 {
  -webkit-text-fill-color: transparent;
  background-color: #999;
  -webkit-background-clip: text;
  background-clip: text;
  border-bottom: 1px solid #999;
  padding: 2vw 3vw 2vw 0;
}

.tab-link-tab-2.w--current {
  background-color: #000;
  border-bottom-color: #000;
}

.tab-link-tab-3 {
  -webkit-text-fill-color: transparent;
  background-color: #999;
  -webkit-background-clip: text;
  background-clip: text;
  border-bottom: 1px solid #999;
  padding: 2vw 3vw 2vw 0;
}

.tab-link-tab-3.w--current {
  background-color: #000;
  border-bottom-color: #000;
}

.tab-link-tab-4 {
  -webkit-text-fill-color: transparent;
  background-color: #999;
  -webkit-background-clip: text;
  background-clip: text;
  border-bottom: 1px solid #999;
  padding: 2vw 3vw 2vw 0;
}

.tab-link-tab-4.w--current {
  background-color: #000;
  border-bottom-color: #000;
}

.tab-link-tab-5 {
  -webkit-text-fill-color: transparent;
  background-color: #999;
  -webkit-background-clip: text;
  background-clip: text;
  border-bottom: 1px solid #999;
  padding: 2vw 3vw 2vw 0;
}

.tab-link-tab-5.w--current {
  background-color: #000;
  border-bottom-color: #000;
}

.text-block-28, .text-block-29, .text-block-30 {
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 1.8vw;
  line-height: 1.1em;
}

.div-block-32 {
  width: 40%;
}

.section-10 {
  margin-top: 8vw;
  margin-bottom: 8vw;
}

.tabs-content-2 {
  width: 60%;
  margin-top: -20vw;
  padding-left: 3%;
}

.image-22 {
  aspect-ratio: 3 / 2.2;
  object-fit: cover;
  object-position: 0% 50%;
  border-radius: 30px;
}

.div-block-33 {
  flex-flow: column;
  display: flex;
}

.text-block-31 {
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 4vw;
  font-weight: 800;
  line-height: 1em;
}

.div-block-34 {
  margin-top: 2vw;
  display: flex;
}

.text-block-32 {
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 1.4vw;
  line-height: 1em;
}

.div-block-35 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.div-block-36 {
  padding-left: 3%;
}

.paragraph-10 {
  margin-bottom: 0;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 1.25em;
}

.text-block-10-copy {
  color: #333;
  margin-bottom: .75vw;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 1.75vw;
  font-weight: 500;
  line-height: 1em;
}

.heading-4-copy {
  color: #333;
  margin-top: 0;
  margin-bottom: .75vw;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 3.5vw;
  font-weight: 600;
  line-height: 1.1em;
}

.paragraph-7-copy {
  color: #333;
  margin-bottom: 1.5vw;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 1.5vw;
  line-height: 1.25em;
}

.cta-row-copy, .cta-row {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2vw;
  display: flex;
}

.cta-row-home-copy {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-cta-copy2 {
  color: var(--mata1);
  padding: .8vw 0 .8vw 1.7vw;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 1.4vw;
  font-weight: 700;
  line-height: 1.3em;
  text-decoration: none;
  display: block;
}

.cta-button-transparent-extra {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--mata1);
  border-radius: .3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  text-decoration: none;
  display: flex;
}

.cta-section-button-extra {
  background-image: linear-gradient(45deg, var(--mata1), var(--mata2));
  color: var(--text-mata);
  border: 1px #000;
  border-radius: .3em;
  padding: .6em 1.2em;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 1.4vw;
  font-weight: 600;
  line-height: 1.3em;
  text-decoration: none;
  display: block;
}

.div-block-38 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin: 0 2vw 0 0;
  display: flex;
}

.div-block-39 {
  aspect-ratio: 1.2;
  background-color: #d8d8d8;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  padding: 4% 3%;
  display: flex;
}

.div-block-40 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 3vw;
  display: flex;
}

.div-block-41 {
  border: 1px solid #000;
  border-radius: 30px;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: 100%;
  padding: 2% 7.5%;
  display: flex;
}

.text-block-33 {
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 1.3vw;
  font-weight: 500;
}

.text-block-34 {
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 2.5vw;
  font-weight: 400;
  line-height: 1.25em;
}

.div-block-42 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  justify-content: space-between;
  display: flex;
}

.image-23 {
  height: 100%;
}

.image-24 {
  width: 5vw;
  margin-bottom: -1vw;
}

.div-block-28-copy {
  background-image: linear-gradient(0deg, #fff 10%, #fff0);
  height: 25%;
  padding-bottom: 0;
  padding-right: 0;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.link-4 {
  color: #ccc;
  border: 1px #000;
  text-decoration: underline;
}

.image-22-copy {
  aspect-ratio: 3 / 2.2;
  object-fit: cover;
  object-position: 100% 100%;
  border-radius: 30px;
}

.text-field-4 {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--text-mata);
  background-color: #0000;
  margin-bottom: 2vw;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 1.4vw;
  line-height: 1em;
}

.text-field-4::placeholder {
  color: #3e8851;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 1.4vw;
  line-height: 1em;
}

.field-label-4 {
  color: var(--text-mata);
  margin-bottom: .25vw;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 1.4vw;
  font-weight: 500;
  line-height: 1em;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.div-block-43 {
  z-index: 9998;
  filter: drop-shadow(2px 0 5px #00000080);
  position: fixed;
  inset: 57.5% auto auto 0%;
  overflow: hidden;
}

.div-block-44 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 4vw;
  height: 22.25vw;
  display: inline-flex;
}

.socials {
  grid-column-gap: 2.5vw;
  grid-row-gap: 2.5vw;
  text-align: center;
  vertical-align: baseline;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-2 {
  text-align: justify;
  width: 2.5vw;
  position: relative;
}

.image-25 {
  width: 100%;
  display: inline-block;
}

.clone-me {
  z-index: 99999;
  display: none;
  position: fixed;
  inset: auto 20px 20px auto;
}

.button_call {
  color: #fff;
  background-color: #f66a18;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
  box-shadow: 0 10px 30px -10px #00000026;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.div-block-45 {
  margin-top: 2vw;
}

.switcher-4_link {
  color: #000;
  padding: .75rem 1.75rem .75rem .75rem;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.switcher-4_link.w--current {
  color: #000;
}

.switcher-4_link.is-right {
  z-index: 1;
  padding-left: 1.75rem;
  padding-right: .75rem;
  position: relative;
}

.switcher-4_link.is-right.w--current {
  color: #000;
}

.switcher-4_line {
  background-color: #000;
  border-radius: .125rem;
  justify-content: flex-start;
  align-items: center;
  width: 2.5rem;
  height: 3px;
  transition: padding .4s;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
}

.switcher-4_line-inside {
  background-image: linear-gradient(135deg, var(--mata1), var(--mata2));
  width: 100%;
  height: 100%;
  transition: width .2s;
}

.nav-link {
  color: #333;
  padding: 0 15px;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.nav-link.w--current {
  color: #333;
}

.switcher-4-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-left: 0;
  margin-right: 1vw;
  display: flex;
  position: relative;
}

.container-10 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.container-10.nav {
  justify-content: space-between;
  align-items: center;
  max-width: 90%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.nav-menu-left {
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.navbar {
  z-index: 10;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 0%;
  padding-right: 0%;
  position: sticky;
  inset: 0% auto auto;
}

._03-hamburger {
  padding: 0;
  display: none;
}

.brand {
  max-width: 100px;
  padding: 15px 0;
}

.nav-menu {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.switcher-4_text-2 {
  text-transform: uppercase;
  font-weight: 700;
}

.div-block-46 {
  display: none;
}

.nav-wrap {
  z-index: 99;
  filter: drop-shadow(0 0 20px #000000b3);
  position: sticky;
  top: 0;
}

.image-26 {
  height: 2.5rem;
}

.text-block-36 {
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 1em;
}

.div-block-47 {
  background-color: #f5f5f5;
  border: 1px solid #b3b3b3;
  border-radius: 4rem;
  padding: 1vw 2vw;
  display: flex;
}

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

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

.heading-13 {
  font-family: Satoshi Variable, Verdana, sans-serif;
}

.paragraph-11 {
  margin-bottom: 2rem;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5em;
}

.cookie-button {
  background-image: linear-gradient(45deg, var(--mata1), var(--mata2));
  color: var(--text-mata);
  border: 1px #000;
  border-radius: .3em;
  padding: .6em 1.2em;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 1.4vw;
  font-weight: 700;
  line-height: 1.3em;
  text-decoration: none;
  display: block;
}

.div-block-48 {
  display: flex;
}

.div-block-49 {
  position: absolute;
  top: -110px;
}

.section-11 {
  padding-bottom: 5vw;
}

.link-6, .link-8, .link-9 {
  color: var(--text-mata);
}

.switcher-4_line-inside-cz {
  background-image: linear-gradient(135deg, var(--mata1), var(--mata2));
  width: 0%;
  height: 100%;
  transition: width .2s;
}

.form-setup {
  display: none;
}

.success-basic {
  background-color: #0000;
}

.error-basic {
  border: 1px none var(--text-mata);
  background-color: var(--text-mata);
  border-radius: 8px;
}

.success-sticky {
  background-color: #0000;
}

.error-sticky {
  background-color: var(--text-mata);
  border-radius: 8px;
}

.payment_content-box {
  z-index: 4;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7vw;
  padding-bottom: 7vw;
  display: flex;
  position: relative;
}

.payment_text-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.payment_lottie-animation {
  justify-content: center;
  align-items: flex-start;
  width: 150px;
  height: 150px;
  display: flex;
}

.payment_heading {
  color: var(--text-mata);
  text-align: center;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 3.5vw;
  line-height: 1em;
}

.payment_small-text {
  color: var(--text-mata);
  text-align: center;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 1.4vw;
  font-weight: 500;
  line-height: 1.25em;
}

.payment_button {
  z-index: 3;
  background-color: #4fc153;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 190px;
  font-weight: 600;
  transition: all .3s;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #ffffff42;
}

.payment_button:hover {
  box-shadow: 0 0 10px #ffffff78;
}

.payment_button.w--current {
  background-color: var(--text-mata);
  width: 20vw;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 1.4vw;
  line-height: 1.1em;
}

.text-block-37 {
  color: #fff;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 1.3vw;
  font-weight: 500;
  line-height: 1.25em;
}

.button-2 {
  padding: .4vw 0 0;
}

.btn-outer {
  text-align: center;
  border-radius: 8px;
  width: 100%;
  padding: 2px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.glow-border {
  filter: blur(16px);
  background-color: #fff;
  width: 20%;
  height: 80%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.btn-inner {
  border: 1px solid var(--mata1);
  color: #fff;
  background-color: #0000;
  border-radius: 8px;
  padding: .9vw 2.5vw;
  font-weight: 700;
  position: relative;
  overflow: hidden;
}

.btn-text {
  z-index: 1;
  color: var(--mata1);
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 1.4vw;
  font-weight: 600;
  line-height: 1em;
  position: relative;
}

.glow-inner {
  filter: blur(16px);
  background-color: #fff;
  width: 25%;
  height: 60%;
  position: absolute;
  inset: -10% auto auto -10%;
}

.menu-cta {
  padding: .4vw 0 0;
}

.btn-outer-menu {
  text-align: center;
  border-radius: 8px;
  width: 100%;
  padding: 0;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.glow-border-menu {
  filter: blur(16px);
  background-color: #fff;
  width: 20%;
  height: 80%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.btn-inner-cta-2 {
  border: 1px none var(--mata1);
  background-color: #0000;
  background-image: linear-gradient(135deg, var(--mata1), var(--mata2));
  color: #fff;
  border-radius: 8px;
  padding: .9vw 2.5vw;
  font-weight: 700;
  position: relative;
  overflow: hidden;
}

.btn-text-cta-2 {
  z-index: 1;
  color: var(--text-mata);
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1em;
  position: relative;
}

.glow-inner-menu {
  filter: blur(16px);
  background-color: #fff;
  width: 25%;
  height: 60%;
  position: absolute;
  inset: -10% auto auto -10%;
}

.btn-text-cta {
  z-index: 1;
  color: #fff;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 1.4vw;
  font-weight: 600;
  line-height: 1em;
  position: relative;
}

.btn-inner-cta {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: .9vw 2.5vw;
  font-weight: 700;
  position: relative;
  overflow: hidden;
}

.service-card-btn-transparent, .service-btn {
  margin-top: 2vw;
  padding: .4vw 0 0;
}

.btn-inner-menu {
  border: 1px none var(--mata1);
  background-color: #0000;
  background-image: linear-gradient(135deg, var(--mata1), var(--mata2));
  color: #fff;
  border-radius: 8px;
  padding: .6rem 1.8rem;
  font-weight: 700;
  position: relative;
  overflow: hidden;
}

.btn-text-menu {
  z-index: 1;
  color: var(--text-mata);
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1em;
  position: relative;
}

.div-block-50 {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1vw;
  display: flex;
  position: relative;
}

.image-27 {
  height: 3.25vw;
  margin-right: 0;
}

.button-3 {
  padding: .4vw 0 0;
}

.btn-inner-2 {
  color: #fff;
  background-color: #0000;
  border: 1px solid #04ad3a;
  border-radius: 8px;
  padding: .9vw 2.5vw;
  font-weight: 700;
  position: relative;
  overflow: hidden;
}

.btn-text-2 {
  z-index: 1;
  color: #04ad3a;
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 1.4vw;
  font-weight: 600;
  line-height: 1em;
  position: relative;
}

.btn-text-service-card {
  z-index: 1;
  color: var(--text-mata);
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1em;
  position: relative;
}

.btn-text-service-card-2 {
  z-index: 1;
  color: var(--mata1);
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 1.4vw;
  font-weight: 600;
  line-height: 1em;
  position: relative;
}

.cta-row-services {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2vw;
  display: flex;
}

.mg-bottom-0-copy {
  color: #ccc;
  text-align: center;
  margin-bottom: 0;
  font-family: Satoshi Variable, Verdana, sans-serif;
}

.link-10 {
  color: #ccc;
  text-decoration: none;
}

@media screen and (min-width: 1280px) {
  .div-block-3 {
    margin-top: 1vw;
  }

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

  .paragraph-5, .paragraph-6 {
    font-size: 1.25vw;
    line-height: 1.25em;
  }

  .grid-2 {
    grid-template-columns: 55% 45%;
  }

  .image-20 {
    margin-left: 3vw;
  }

  .div-block-30 {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    flex-flow: column;
    display: flex;
  }

  .image-21 {
    aspect-ratio: 1 / 1.15;
  }

  .div-block-44 {
    width: 50px;
    height: 285px;
  }

  .socials {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .link-block-2 {
    width: 85%;
  }

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

  .switcher-4-2 {
    margin-left: -8rem;
    margin-right: 0;
    position: absolute;
  }

  .brand {
    max-width: 120px;
  }

  .div-block-50 {
    margin-top: 1vw;
  }
}

@media screen and (min-width: 1440px) {
  .cta-button {
    border-style: none;
  }

  .heading, .text-block {
    font-size: 4.5vw;
  }

  .image, .image-2 {
    height: 4.5vw;
  }

  .paragraph {
    font-size: 1.5vw;
  }

  .heading-2 {
    font-size: 1.6vw;
  }

  .div-block-3 {
    margin-top: .5vw;
  }

  .image-3 {
    height: 2.75vw;
  }

  .image-4 {
    aspect-ratio: 3;
    object-fit: cover;
    object-position: 50% 5%;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .text-block-2 {
    font-size: 1.6vw;
  }

  .heading-3 {
    font-size: 3.3vw;
  }

  .paragraph-2 {
    font-size: 1.4vw;
  }

  .section {
    margin-top: 7vw;
  }

  .sluzby-grid {
    grid-template-columns: 1.25fr .75fr .75fr;
  }

  .div-block-7, .div-block-8 {
    aspect-ratio: 1.4;
  }

  .div-block-9 {
    aspect-ratio: 2.85;
  }

  .services-woman {
    width: 45%;
    top: -20%;
    left: 5%;
  }

  .text-block-3 {
    font-size: 1.6vw;
  }

  .text-block-4 {
    font-size: 2.4vw;
  }

  .text-block-5 {
    font-size: 1.3vw;
  }

  .image-6, .image-7 {
    width: 2.5vw;
  }

  .text-block-6 {
    font-size: 1.5vw;
  }

  .paragraph-3 {
    font-size: 1.2vw;
  }

  .text-block-7 {
    font-size: 1.4vw;
  }

  .text-block-8 {
    font-size: 1.6vw;
  }

  .text-block-9 {
    font-size: 1.3vw;
  }

  .postup-image {
    aspect-ratio: 1;
  }

  .paragraph-5, .paragraph-6 {
    font-size: 1.3vw;
    line-height: 1.25em;
  }

  .section-3 {
    margin-top: 7vw;
  }

  .image-9 {
    height: 1.1vw;
  }

  .text-block-10 {
    font-size: 1.6vw;
  }

  .heading-4 {
    font-size: 3.3vw;
  }

  .paragraph-7 {
    font-size: 1.4vw;
  }

  .text-weight-semibold {
    font-size: 1.1vw;
  }

  .text-size-medium {
    font-size: 1.3vw;
  }

  .section-4 {
    margin-top: 7vw;
  }

  .reference-heading-top {
    font-size: 1.6vw;
  }

  .reference-heading {
    font-size: 3.3vw;
  }

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

  .div-block-16 {
    margin-top: 4vw;
  }

  .section-5 {
    margin-top: 7vw;
  }

  .cta-heading {
    font-size: 3.3vw;
  }

  .cta-paragraph {
    font-size: 1.4vw;
  }

  .cta-section-button {
    padding-top: .9vw;
    padding-bottom: .9vw;
    font-size: 1.2vw;
  }

  .section-6 {
    margin-top: 7vw;
  }

  .section-7 {
    margin-top: 7vw;
    margin-bottom: 0;
  }

  .section-8 {
    margin-top: 3vw;
  }

  .field-label, .field-label-2 {
    font-size: 1.3vw;
  }

  .text-field, .text-field-2 {
    color: var(--text-mata);
    font-size: 1.3vw;
  }

  .text-field-2::placeholder {
    font-size: 1.3vw;
  }

  .textarea {
    color: var(--text-mata);
    font-size: 1.3vw;
  }

  .textarea::placeholder {
    font-size: 1.3vw;
  }

  .checkbox {
    width: 1.4vw;
    height: 1.4vw;
  }

  .checkbox-label {
    font-size: 1.2vw;
  }

  .field-label-3, .submit-button {
    font-size: 1.3vw;
  }

  .pricing-heading-top {
    font-size: 1.6vw;
  }

  .pricing-heading {
    font-size: 3.3vw;
  }

  .pricing-paragraph {
    font-size: 1.4vw;
  }

  .div-block-21 {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    margin-bottom: 0;
  }

  .text-block-11 {
    font-size: 1.6vw;
  }

  .text-block-12 {
    padding: .4vw 1.5vw;
    font-size: 1.3vw;
  }

  .custom-number-input {
    width: 10vw;
    max-width: 15vw;
  }

  .text-block-13 {
    font-size: 1.6vw;
  }

  .text-block-14 {
    font-size: 2.3vw;
  }

  .paragraph-8 {
    font-size: 1.2vw;
  }

  .text-block-15 {
    font-size: 3.3vw;
  }

  .image-19 {
    width: 2.2vw;
  }

  .text-block-16 {
    font-size: 1.2vw;
  }

  .text-block-17 {
    font-size: 1.1vw;
  }

  .section-8-copy {
    display: none;
  }

  .div-block-19-copy {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .text-block-10-copy-copy {
    font-size: 1.5vw;
  }

  .heading-4-copy-copy {
    font-size: 3vw;
  }

  .paragraph-7-copy-copy {
    margin-bottom: 3vw;
    font-size: 1.3vw;
  }

  .div-block-27 {
    margin-bottom: 2vw;
  }

  .link-block {
    width: 3vh;
    height: 3vh;
  }

  .text-block-20 {
    font-size: 1.1vw;
  }

  .div-block-28 {
    background-image: linear-gradient(0deg, #fff 5%, #fff0);
    height: 25%;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .grid-footer-v1---5-column {
    grid-column-gap: 40px;
    grid-row-gap: 16px;
    grid-template-columns: 2fr 1fr 1fr 1fr auto;
  }

  .text-block-25 {
    font-size: 4vw;
  }

  .image-20 {
    height: 3.5vw;
    margin-left: 1.5vw;
  }

  .image-21 {
    aspect-ratio: auto;
    height: 100%;
  }

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

  .section-9 {
    margin-top: 3vw;
  }

  .tab-link-tab-1.w--current, .tab-link-tab-2, .tab-link-tab-3, .tab-link-tab-4, .tab-link-tab-5 {
    padding-top: 1vw;
    padding-bottom: 1vw;
  }

  .tabs-content-2 {
    margin-top: -17vw;
  }

  .image-22 {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    position: static;
  }

  .text-block-10-copy {
    font-size: 1.6vw;
  }

  .heading-4-copy {
    font-size: 3.3vw;
  }

  .paragraph-7-copy {
    font-size: 1.4vw;
  }

  .button-cta-copy2 {
    padding-top: 1vw;
    padding-bottom: 1vw;
    font-size: 1.4vw;
    line-height: 1.1em;
  }

  .cta-button-transparent-extra {
    border-style: solid;
  }

  .cta-section-button-extra {
    padding-top: .9vw;
    padding-bottom: .9vw;
  }

  .div-block-38 {
    margin-top: 3vw;
  }

  .div-block-39 {
    aspect-ratio: 1.2;
  }

  .div-block-40 {
    height: 2.5vw;
  }

  .text-block-33 {
    font-size: 1.1vw;
  }

  .text-block-34 {
    font-size: 2.2vw;
  }

  .image-24 {
    width: 4vw;
  }

  .div-block-28-copy {
    background-image: linear-gradient(0deg, #fff 5%, #fff0);
    height: 25%;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
  }

  .image-22-copy {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    position: static;
  }

  .text-field-4 {
    color: var(--text-mata);
    font-size: 1.3vw;
  }

  .text-field-4::placeholder, .field-label-4 {
    font-size: 1.3vw;
  }

  .cookie-button {
    padding-top: .9vw;
    padding-bottom: .9vw;
    font-size: 1.2vw;
  }

  .error-basic {
    margin-top: 20px;
  }

  .btn-inner {
    padding-top: .7vw;
    padding-bottom: .7vw;
  }

  .btn-text {
    font-size: 1.3vw;
  }

  .btn-inner-cta-2 {
    padding-top: .7vw;
    padding-bottom: .7vw;
  }

  .btn-text-cta-2 {
    font-size: 1.1rem;
  }

  .btn-text-cta {
    font-size: 1.3vw;
  }

  .btn-inner-cta {
    padding-top: .7vw;
    padding-bottom: .7vw;
  }

  .btn-inner-menu {
    padding-top: .6rem;
    padding-bottom: .6rem;
  }

  .btn-text-menu {
    font-size: 1.1rem;
  }

  .div-block-50 {
    margin-top: .5vw;
  }

  .image-27 {
    height: 2.75vw;
  }

  .btn-inner-2 {
    padding-top: .7vw;
    padding-bottom: .7vw;
  }

  .btn-text-2 {
    font-size: 1.3vw;
  }

  .btn-text-service-card {
    font-size: 1.1rem;
  }

  .btn-text-service-card-2 {
    font-size: 1.3vw;
  }
}

@media screen and (min-width: 1920px) {
  .div-block-3 {
    margin-top: .5vw;
  }

  .image-3 {
    height: 2.75vw;
  }

  .section-2 {
    position: relative;
  }

  .div-block-28 {
    filter: none;
    background-image: linear-gradient(0deg, #fff 5%, #fff0);
    height: 25%;
    position: absolute;
    inset: auto 0% 0%;
  }

  .div-block-38 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: flex-start;
    align-items: stretch;
  }

  .text-block-34 {
    font-size: 2vw;
  }

  .div-block-28-copy {
    filter: none;
    background-image: linear-gradient(0deg, #fff 5%, #fff0);
    height: 25%;
    position: absolute;
    inset: auto 0% 0%;
  }

  .error-basic {
    margin-top: 20px;
  }

  .btn-inner {
    border: 1px solid var(--mata1);
    background-color: #0000;
    padding: .7vw 2vw;
  }

  .btn-text {
    color: var(--mata1);
    background-color: #0000;
    font-family: Satoshi Variable, Verdana, sans-serif;
    font-size: 1.3vw;
    font-weight: 600;
    line-height: 1em;
  }

  .btn-inner-cta-2 {
    border: 1px solid var(--mata1);
    background-color: #0000;
    padding: .7vw 2vw;
  }

  .btn-text-cta-2 {
    color: var(--text-mata);
    background-color: #0000;
    font-family: Satoshi Variable, Verdana, sans-serif;
    font-size: 1.3vw;
    font-weight: 600;
    line-height: 1em;
  }

  .btn-text-cta {
    color: #fff;
    background-color: #0000;
    font-family: Satoshi Variable, Verdana, sans-serif;
    font-size: 1.3vw;
    font-weight: 600;
    line-height: 1em;
  }

  .btn-inner-cta {
    background-color: #0000;
    border: 1px solid #fff;
    padding: .7vw 2vw;
  }

  .btn-inner-menu {
    border: 1px solid var(--mata1);
    background-color: #0000;
    padding: .6rem 1.8rem;
  }

  .btn-text-menu {
    color: var(--text-mata);
    background-color: #0000;
    font-family: Satoshi Variable, Verdana, sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1em;
  }

  .div-block-50 {
    margin-top: .5vw;
  }

  .image-27 {
    height: 2.75vw;
  }

  .btn-inner-2 {
    background-color: #0000;
    border: 1px solid #04ad3a;
    padding: .7vw 2vw;
  }

  .btn-text-2 {
    color: #04ad3a;
    background-color: #0000;
    font-family: Satoshi Variable, Verdana, sans-serif;
    font-size: 1.3vw;
    font-weight: 600;
    line-height: 1em;
  }

  .btn-text-service-card {
    color: var(--text-mata);
    background-color: #0000;
    font-family: Satoshi Variable, Verdana, sans-serif;
    font-size: 1.3vw;
    font-weight: 600;
    line-height: 1em;
  }

  .btn-text-service-card-2 {
    color: var(--mata1);
    background-color: #0000;
    font-family: Satoshi Variable, Verdana, sans-serif;
    font-size: 1.3vw;
    font-weight: 600;
    line-height: 1em;
  }
}

@media screen and (max-width: 991px) {
  .cta-button {
    border-style: none;
    margin-top: 1rem;
  }

  .heading, .text-block {
    font-size: 5.5vw;
  }

  .div-block {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    grid-template-rows: auto auto auto;
  }

  .image, .image-2 {
    height: 5.5vw;
  }

  .paragraph, .heading-2 {
    font-size: 1.8vw;
  }

  .div-block-3 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .image-3 {
    height: 4.5vw;
  }

  .text-block-2 {
    font-size: 2.25vw;
  }

  .heading-3 {
    font-size: 4.3vw;
  }

  .paragraph-2 {
    font-size: 2vw;
  }

  .section-2 {
    margin-top: 4vw;
  }

  .sluzby-grid {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    grid-template-columns: 1.5fr 1fr 1fr;
    font-size: 143.44px;
  }

  .div-block-7, .div-block-8 {
    aspect-ratio: 1 / 1.1;
  }

  .div-block-9 {
    aspect-ratio: auto;
    object-fit: fill;
  }

  .services-woman {
    width: 65%;
    top: -7.5%;
    left: 5%;
  }

  .text-block-3 {
    font-size: 2.3vw;
  }

  .text-block-4 {
    font-size: 4vw;
  }

  .text-block-5 {
    font-size: 1.8vw;
  }

  .image-6, .image-7 {
    width: 4.5vw;
  }

  .text-block-6 {
    font-size: 2.2vw;
  }

  .paragraph-3 {
    font-size: 1.8vw;
  }

  .text-block-7 {
    font-size: 2vw;
  }

  .text-block-8 {
    font-size: 2.2vw;
  }

  .text-block-9 {
    font-size: 1.8vw;
  }

  .div-block-13 {
    aspect-ratio: auto;
  }

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

  .postup-image {
    aspect-ratio: 3 / 2;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .paragraph-6 {
    font-size: 2vw;
    line-height: 1.25em;
  }

  .postup {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    margin-top: 7vw;
  }

  .postup-right {
    display: none;
  }

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

  .text-block-10 {
    text-align: center;
    font-size: 2.25vw;
  }

  .heading-4 {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 4.3vw;
  }

  .paragraph-7 {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 2vw;
  }

  .text-weight-semibold {
    font-size: 1.6vw;
  }

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

  .testimonial_list {
    column-count: 2;
  }

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

  .text-size-medium {
    font-size: 2vw;
    line-height: 1.25em;
  }

  .reference-heading-top {
    font-size: 2.2vw;
  }

  .reference-heading {
    font-size: 4.3vw;
  }

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

  .cta-heading {
    margin-bottom: 1vw;
  }

  .cta-paragraph {
    margin-bottom: 3vw;
    font-size: 2vw;
  }

  .div-block-17 {
    width: 50%;
  }

  .cta-section-button {
    padding: 1.3vw 2vw;
    font-size: 1.7vw;
    font-weight: 700;
  }

  .button-cta-2 {
    padding-top: 1vw;
    padding-bottom: 1vw;
    padding-left: 2vw;
    font-size: 1.8vw;
  }

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

  .div-block-19 {
    padding: 10% 7.5%;
  }

  .text-block-10-copy {
    margin-bottom: 2vw;
    font-size: 2vw;
  }

  .heading-4-copy {
    margin-bottom: .5vw;
    font-size: 3.75vw;
  }

  .paragraph-7-copy {
    margin-bottom: 3vw;
    font-size: 1.8vw;
  }

  .field-label, .field-label-2 {
    font-size: 2.3vw;
  }

  .text-field, .text-field-2 {
    margin-bottom: 4vw;
    font-size: 2.3vw;
  }

  .text-field-2::placeholder {
    font-size: 2.3vw;
  }

  .textarea {
    margin-bottom: 5vw;
    font-size: 2.3vw;
  }

  .textarea::placeholder {
    font-size: 2.3vw;
  }

  .checkbox {
    width: 2.5vw;
    height: 2.5vw;
  }

  .checkbox-label {
    font-size: 2vw;
  }

  .field-label-3 {
    font-size: 2.3vw;
  }

  .submit-button {
    margin-top: 3vw;
    font-size: 2.2vw;
  }

  .pricing-paragraph {
    font-size: 2vw;
  }

  .text-block-11 {
    font-size: 1.9vw;
  }

  .text-block-12, .custom-number-input {
    font-size: 1.8vw;
  }

  .text-block-13 {
    font-size: 1.9vw;
  }

  .div-block-24 {
    padding: 10% 7.5%;
  }

  .text-block-14 {
    font-size: 2.7vw;
  }

  .paragraph-8 {
    font-size: 1.8vw;
  }

  .text-block-15 {
    font-size: 4.5vw;
  }

  .image-19 {
    width: 3vw;
  }

  .text-block-16 {
    font-size: 1.7vw;
  }

  .div-block-24-mid {
    padding: 10% 7.5%;
  }

  .text-block-17 {
    font-size: 1.6vw;
  }

  .service-button {
    padding: 1vw 1.5vw;
    font-size: 1.3em;
  }

  .button-service {
    padding-top: 1vw;
    padding-bottom: 1vw;
    font-size: 1.3em;
  }

  .faq-answer-text {
    font-size: 1.8vw;
  }

  .faq-q-text {
    font-size: 2.5vw;
  }

  .faq-question {
    height: 10vw;
  }

  .pricing-h1.faq-h2 {
    font-size: 4.3vw;
  }

  .section-8-copy, .div-block-18-copy {
    display: none;
  }

  .div-block-19-copy {
    padding: 5% 20%;
  }

  .text-block-10-copy-copy {
    font-size: 2.3vw;
  }

  .heading-4-copy-copy {
    font-size: 4.5vw;
  }

  .paragraph-7-copy-copy {
    font-size: 2.2vw;
  }

  .link-block {
    width: 3vh;
    height: 3vh;
  }

  .text-block-18, .text-block-19, .text-block-20, .text-block-21, .text-block-22, .text-block-23 {
    font-size: 1.6vw;
  }

  .grid-footer-v1---5-column {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .horizontal-flex.end.tablet-start {
    justify-content: flex-start;
  }

  .footer-top {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .grid-footer-v1---2-columns.grid-center {
    grid-template-columns: .6fr;
  }

  .grid-footer-v1---2-columns.grid-center.bottom {
    grid-column-gap: 80px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-bottom {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .text-300.bold.footer-title {
    margin-bottom: 24px;
  }

  .text-block-25 {
    font-size: 6vw;
  }

  .image-20 {
    height: 5.5vw;
  }

  .image-21 {
    aspect-ratio: 1 / 1.4;
  }

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

  .section-9 {
    margin-top: 4vw;
  }

  .text-block-26, .text-block-27 {
    font-size: 2.4vw;
  }

  .tab-link-tab-1.w--current, .tab-link-tab-2, .tab-link-tab-3, .tab-link-tab-4, .tab-link-tab-5 {
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
  }

  .text-block-28, .text-block-29, .text-block-30 {
    font-size: 2.4vw;
  }

  .tabs-content-2 {
    margin-top: -23vw;
  }

  .text-block-31 {
    font-size: 5vw;
  }

  .text-block-32, .paragraph-10 {
    font-size: 1.8vw;
  }

  .text-block-10-copy {
    text-align: left;
    margin-bottom: 1vw;
    font-size: 2vw;
  }

  .heading-4-copy {
    text-align: left;
    margin-bottom: .75vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 3.5vw;
  }

  .paragraph-7-copy {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.8vw;
  }

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

  .cta-row {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .cta-row-home-copy {
    justify-content: center;
    align-items: center;
  }

  .button-cta-copy2 {
    padding-top: 1vw;
    padding-bottom: 1vw;
    padding-left: 1.2vw;
    font-size: 1.8vw;
  }

  .cta-button-transparent-extra {
    border-style: solid;
  }

  .cta-section-button-extra {
    padding: 1.3vw 2vw;
    font-size: 1.7vw;
    font-weight: 700;
  }

  .text-field-4 {
    margin-bottom: 4vw;
    font-size: 2.3vw;
  }

  .text-field-4::placeholder, .field-label-4 {
    font-size: 2.3vw;
  }

  .div-block-43 {
    display: none;
  }

  .clone-me {
    z-index: 99;
    display: block;
  }

  .button_call {
    background-color: #0000;
    background-image: linear-gradient(135deg, var(--mata1), var(--mata2));
    box-shadow: 2px 2px 10px #00000026;
  }

  .div-block-45 {
    margin-top: 0;
  }

  .nav-link {
    color: #000;
    text-align: center;
    padding: 10px 0;
    font-size: 1rem;
  }

  .switcher-4-2 {
    flex-flow: row;
    margin: 1rem auto 0;
    position: relative;
  }

  .container-10.nav {
    justify-content: space-between;
  }

  .nav-menu-left {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  ._03-hamburger {
    color: #272d4e;
    border-radius: 5px;
    display: none;
  }

  ._03-hamburger.w--open {
    color: #fff;
    background-color: #272d4e;
  }

  .nav-menu {
    color: #fff;
    background-color: #fff;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 30px 5% 40px;
  }

  .nav__icon {
    font-size: 32px;
  }

  .div-block-46 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 2rem;
    padding-top: 10px;
    padding-bottom: 0;
    display: flex;
  }

  .text-block-36 {
    font-size: 1.8vw;
  }

  .div-block-47 {
    padding: 1.5vw 3vw;
  }

  .cookie-button {
    padding: 1.3vw 2vw;
    font-size: 1.7vw;
    font-weight: 700;
  }

  .error-basic {
    margin-top: 30px;
  }

  .payment_heading {
    font-size: 4vw;
  }

  .payment_small-text {
    font-size: 1.4vw;
  }

  .payment_button.w--current {
    width: 25vw;
    font-size: 1.5vw;
  }

  .text-block-37 {
    font-size: 1.8vw;
  }

  .button-2 {
    padding-top: .6vw;
  }

  .btn-inner {
    border-radius: 6px;
    padding: 1.3vw 2.8vw;
  }

  .btn-text {
    font-size: 1.7vw;
  }

  .menu-cta {
    padding-top: .6vw;
  }

  .btn-inner-cta-2 {
    border-radius: 6px;
    padding: 1.3vw 2.8vw;
  }

  .btn-text-cta-2, .btn-text-cta {
    font-size: 1.7vw;
  }

  .btn-inner-cta {
    border-radius: 6px;
    padding: 1.3vw 2.8vw;
  }

  .service-card-btn-transparent, .service-btn {
    padding-top: .6vw;
  }

  .btn-inner-menu {
    border-radius: 6px;
    padding: .6rem 1.8rem;
  }

  .btn-text-menu {
    font-size: 1rem;
  }

  .div-block-50 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .image-27 {
    height: 4.5vw;
  }

  .button-3 {
    padding-top: .6vw;
  }

  .btn-inner-2 {
    border-radius: 6px;
    padding: 1.3vw 2.8vw;
  }

  .btn-text-2 {
    font-size: 1.7vw;
  }

  .btn-text-service-card, .btn-text-service-card-2 {
    font-size: 2vw;
  }

  .cta-row-services {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-51 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hero-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .heading, .text-block {
    font-size: 6vw;
  }

  .div-block {
    grid-template-rows: auto;
    margin-bottom: 2vw;
  }

  .header-row {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .image, .image-2 {
    height: 6vw;
  }

  .div-block-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .paragraph {
    text-align: center;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.5vw;
  }

  .heading-2 {
    text-align: center;
    margin-bottom: 3vw;
    font-size: 3vw;
    display: none;
  }

  .div-block-3 {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-right: 0%;
    display: flex;
  }

  .image-3 {
    height: 6.1vw;
    margin-left: 0;
  }

  .text-block-2 {
    font-size: 3vw;
  }

  .heading-3 {
    font-size: 6.5vw;
  }

  .paragraph-2 {
    font-size: 2.7vw;
  }

  .section {
    margin-top: 8vw;
  }

  .section-2 {
    margin-top: 5vw;
  }

  .sluzby-grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 5vw;
  }

  .div-block-7 {
    aspect-ratio: 1.1;
    padding: 7.5%;
  }

  .div-block-8 {
    aspect-ratio: 1.1;
  }

  .services-woman {
    width: 70%;
    top: -2.5%;
  }

  .text-block-3 {
    font-size: 3vw;
  }

  .text-block-4 {
    font-size: 5vw;
  }

  .text-block-5 {
    font-size: 2.5vw;
  }

  .image-6, .image-7 {
    width: 5vw;
  }

  .text-block-6 {
    font-size: 3vw;
  }

  .paragraph-3 {
    font-size: 2.5vw;
  }

  .div-block-12 {
    object-fit: cover;
    object-position: 50% 100%;
  }

  .text-block-7 {
    font-size: 2.7vw;
  }

  .text-block-8 {
    font-size: 3vw;
  }

  .text-block-9 {
    font-size: 2.5vw;
  }

  .div-block-13 {
    object-fit: fill;
    object-position: 50% 50%;
    padding-top: 10%;
    padding-bottom: 10%;
  }

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

  .heading-style-h4 {
    font-size: 5.5vw;
    line-height: 1.4;
  }

  .paragraph-5 {
    font-size: 2.5vw;
    line-height: 1.25em;
  }

  .paragraph-6 {
    font-size: 2.5vw;
  }

  .postup {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .postup-link {
    padding-left: 1.5rem;
  }

  .section-3 {
    margin-top: 8vw;
  }

  .postup-right {
    display: none;
  }

  .image-9 {
    height: 2.5vw;
    padding-right: 1.25vw;
  }

  .text-block-10 {
    text-align: center;
    font-size: 3vw;
  }

  .heading-4 {
    text-align: center;
    font-size: 6.5vw;
  }

  .paragraph-7 {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.7vw;
  }

  .text-weight-semibold {
    font-size: 2.5vw;
  }

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

  .testimonial_list {
    column-count: 1;
  }

  .testimonial_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial_card {
    padding: 1.5rem;
    display: inline-block;
  }

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

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

  .icon-embed-xsmall {
    width: 3vw;
    height: 3vw;
  }

  .section-4 {
    margin-top: 8vw;
  }

  .reference-heading-top {
    font-size: 3vw;
  }

  .reference-heading {
    font-size: 6.5vw;
  }

  .reference-paragraph {
    width: 80%;
    font-size: 2.7vw;
  }

  .div-block-15 {
    display: none;
  }

  .container-3 {
    aspect-ratio: 1.4;
  }

  .section-5 {
    margin-top: 8vw;
  }

  .cta-heading {
    text-align: center;
    font-size: 6.5vw;
  }

  .cta-paragraph {
    text-align: center;
    margin-bottom: 5vw;
    font-size: 2.7vw;
  }

  .div-block-17 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-section-button {
    font-size: 2.7vw;
  }

  .cta-button-2 {
    margin-left: 4vw;
  }

  .button-cta-2 {
    font-size: 2.7vw;
  }

  .image-18 {
    height: 2.7vw;
  }

  .section-6, .section-7 {
    margin-top: 8vw;
  }

  .grid {
    grid-template-columns: 50% 1fr;
  }

  .div-block-18 {
    display: none;
  }

  .heading-4-copy {
    text-align: center;
    font-size: 6vw;
  }

  .paragraph-7-copy {
    text-align: center;
    margin-bottom: 8vw;
    font-size: 3vw;
  }

  .field-label, .field-label-2, .text-field, .text-field-2, .text-field-2::placeholder, .textarea, .textarea::placeholder {
    font-size: 3.5vw;
  }

  .checkbox {
    width: 4vw;
    height: 4vw;
  }

  .checkbox-label {
    margin-left: 2vw;
    font-size: 2.8vw;
  }

  .field-label-3 {
    font-size: 3.5vw;
  }

  .submit-button {
    margin-top: 5vw;
    font-size: 3.5vw;
  }

  .pricing-heading-top {
    font-size: 3vw;
  }

  .pricing-heading {
    font-size: 6.5vw;
  }

  .pricing-paragraph {
    width: 80%;
    font-size: 2.7vw;
  }

  .div-block-21 {
    margin-bottom: 2vw;
  }

  .text-block-11 {
    font-size: 2.7vw;
  }

  .text-block-12 {
    font-size: 2.2vw;
  }

  .custom-number-input {
    width: 20vw;
    max-width: 20vw;
    padding: 0;
    font-size: 2.5vw;
  }

  .text-block-13 {
    font-size: 2.7vw;
  }

  .services-flex-container {
    grid-template-columns: 1fr;
  }

  .div-block-24 {
    padding: 5%;
  }

  .text-block-14 {
    font-size: 5vw;
  }

  .paragraph-8 {
    font-size: 2.7vw;
  }

  .text-block-15 {
    margin-bottom: 1.5vw;
    font-size: 8vw;
  }

  .image-19 {
    width: 5vw;
  }

  .text-block-16 {
    font-size: 2.7vw;
    line-height: 1em;
  }

  .div-block-24-mid {
    padding: 5%;
  }

  .text-block-17 {
    margin-bottom: 2.5vw;
    font-size: 2.3vw;
  }

  .services-flex-container-firma {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .container-7.faq-container {
    padding-top: 4vw;
    padding-bottom: 5vw;
  }

  .faq-answer-text {
    font-size: 2.5vw;
  }

  .faq-q-text {
    font-size: 3.5vw;
    line-height: 1em;
  }

  .faq-question {
    height: 15vw;
  }

  .pricing-h1 {
    font-size: 34px;
    line-height: 44px;
  }

  .pricing-h1.faq-h2 {
    font-size: 6.5vw;
  }

  .section-8-copy {
    display: none;
  }

  .div-block-19-copy {
    padding-left: 10%;
    padding-right: 10%;
  }

  .text-block-10-copy-copy {
    font-size: 3.2vw;
  }

  .heading-4-copy-copy {
    font-size: 6vw;
  }

  .paragraph-7-copy-copy {
    font-size: 2.7vw;
  }

  .link-block {
    width: 3vh;
  }

  .text-block-18, .text-block-19, .text-block-20, .text-block-21, .text-block-22, .text-block-23 {
    font-size: 2.5vw;
  }

  .text-block-24 {
    text-align: center;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    font-family: Satoshi Variable, Verdana, sans-serif;
    font-size: 6.5vw;
    font-weight: 700;
    line-height: 1.2em;
    display: block;
  }

  .footer-list-item {
    margin-bottom: 10px;
  }

  .mg-bottom-40px {
    margin-bottom: 24px;
  }

  .grid-footer-v1---5-column {
    grid-template-columns: 1fr 1fr;
  }

  .footer-top {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .grid-footer-v1---2-columns.grid-center {
    grid-template-columns: .8fr;
  }

  .grid-footer-v1---2-columns.grid-center.bottom {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-300 {
    font-size: 18px;
    line-height: 20px;
  }

  .text-300.bold.footer-title {
    margin-bottom: 24px;
  }

  .image-21 {
    aspect-ratio: 1 / 1.22;
  }

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

  .section-9 {
    margin-top: 5vw;
  }

  .tabs-menu {
    width: 35%;
  }

  .text-block-26, .text-block-27, .text-block-28, .text-block-29, .text-block-30 {
    font-size: 3.5vw;
  }

  .div-block-32 {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .tabs-content-2 {
    width: 65%;
    margin-top: 0;
    padding-left: 5%;
  }

  .text-block-31 {
    font-size: 6vw;
  }

  .text-block-32 {
    font-size: 2.3vw;
  }

  .paragraph-10 {
    font-size: 2.4vw;
  }

  .text-block-10-copy {
    text-align: center;
    margin-bottom: 2vw;
    font-size: 3vw;
  }

  .heading-4-copy {
    text-align: center;
    margin-bottom: 1.5vw;
    font-size: 6.5vw;
  }

  .paragraph-7-copy {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.7vw;
  }

  .cta-row-copy {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    justify-content: flex-start;
    align-items: center;
    padding-right: 10%;
  }

  .cta-row {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10vw;
    padding-right: 5%;
  }

  .button-cta-copy2 {
    padding-left: 1.6vw;
    font-size: 3vw;
  }

  .cta-button-transparent-extra {
    margin-left: 2vw;
  }

  .cta-section-button-extra {
    font-size: 2.7vw;
  }

  .div-block-38 {
    display: none;
  }

  .text-field-4, .text-field-4::placeholder, .field-label-4 {
    font-size: 3.5vw;
  }

  .clone-me {
    display: block;
  }

  .navbar {
    background-color: #fff;
  }

  .text-block-36 {
    font-size: 2.5vw;
  }

  .div-block-47 {
    padding: 2vw 4vw;
  }

  .cookie-button {
    font-size: 2.7vw;
  }

  .payment_heading {
    font-size: 7vw;
  }

  .payment_small-text {
    font-size: 2.5vw;
  }

  .payment_button.w--current {
    width: 50vw;
    font-size: 3vw;
  }

  .text-block-37 {
    font-size: 3vw;
  }

  .button-2 {
    padding-top: .8vw;
  }

  .btn-inner {
    padding: 1.7vw 4vw;
  }

  .btn-text {
    font-size: 2.5vw;
  }

  .menu-cta {
    padding-top: .8vw;
  }

  .btn-inner-cta-2 {
    padding: 1.7vw 4vw;
  }

  .btn-text-cta-2, .btn-text-cta {
    font-size: 2.5vw;
  }

  .btn-inner-cta {
    padding: 1.7vw 4vw;
  }

  .service-card-btn-transparent, .service-btn {
    padding-top: .8vw;
  }

  .btn-inner-menu {
    padding: .6rem 1.8rem;
  }

  .btn-text-menu {
    font-size: 1rem;
  }

  .div-block-50 {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-right: 0%;
    display: flex;
  }

  .image-27 {
    height: 6.1vw;
    margin-left: 0;
  }

  .button-3 {
    padding-top: .8vw;
  }

  .btn-inner-2 {
    padding: 1.7vw 4vw;
  }

  .btn-text-2 {
    font-size: 2.5vw;
  }

  .btn-text-service-card, .btn-text-service-card-2 {
    font-size: 3vw;
  }

  .cta-row-services {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    justify-content: flex-start;
    align-items: center;
    margin-top: 1vw;
    padding-right: 5%;
  }
}

@media screen and (max-width: 479px) {
  .paragraph {
    margin-bottom: 5vw;
    font-size: 4vw;
  }

  .heading-2 {
    font-size: 5vw;
    display: none;
  }

  .div-block-3 {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 2vw;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0%;
  }

  .image-3 {
    height: 8vw;
  }

  .div-block-5 {
    margin-top: 12vw;
  }

  .image-4 {
    aspect-ratio: 3 / 2;
    object-fit: cover;
  }

  .text-block-2 {
    margin-bottom: 1vw;
    font-size: 4.5vw;
  }

  .heading-3 {
    margin-bottom: 2vw;
    font-size: 7.5vw;
  }

  .paragraph-2 {
    font-size: 4vw;
  }

  .section {
    margin-top: 12vw;
  }

  .section-2 {
    margin-top: 8vw;
    padding-top: 20px;
  }

  .sluzby-grid {
    grid-template-columns: 100%;
    margin-top: 10vw;
  }

  .services-main-box {
    aspect-ratio: 3 / 2.3;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .div-block-7 {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    aspect-ratio: 3 / 2.3;
    padding: 5% 6%;
  }

  .div-block-8 {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    aspect-ratio: 3 / 2.3;
  }

  .div-block-9 {
    aspect-ratio: 3 / 2.3;
    grid-template-columns: 1fr 1fr;
  }

  .services-woman {
    width: 30%;
    display: none;
    top: -10%;
    left: auto;
  }

  .text-block-3 {
    margin-bottom: 4vw;
    font-size: 4.5vw;
  }

  .text-block-4 {
    margin-bottom: 2vw;
    font-size: 6vw;
  }

  .text-block-5 {
    font-size: 4.5vw;
  }

  .div-block-11 {
    align-self: center;
  }

  .image-6, .image-7 {
    width: 10vw;
  }

  .text-block-6 {
    margin-bottom: 2vw;
    font-size: 6vw;
  }

  .paragraph-3 {
    font-size: 4.5vw;
  }

  .div-block-12 {
    display: none;
  }

  .text-block-7 {
    margin-bottom: 4vw;
    font-size: 4.5vw;
  }

  .text-block-8 {
    margin-bottom: 2vw;
    font-size: 6vw;
  }

  .text-block-9 {
    font-size: 4.5vw;
  }

  .div-block-13 {
    padding-top: 5%;
    padding-bottom: 5%;
  }

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

  .heading-style-h4 {
    font-size: 7vw;
  }

  .paragraph-5, .paragraph-6 {
    font-size: 4vw;
  }

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

  .section-3 {
    margin-top: 12vw;
  }

  .image-9 {
    height: 4.5vw;
    padding-right: 1.5vw;
  }

  .text-block-10 {
    margin-bottom: 1vw;
    font-size: 4.5vw;
  }

  .heading-4 {
    margin-bottom: 2vw;
    font-size: 7.5vw;
  }

  .paragraph-7 {
    margin-bottom: 4vw;
    font-size: 4vw;
  }

  .text-weight-semibold {
    font-size: 4.5vw;
  }

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

  .testimonial_list {
    max-width: 90%;
  }

  .testimonial_client {
    margin-top: 5vw;
  }

  .testimonial_card {
    filter: none;
  }

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

  .text-size-medium {
    margin: 5vw 3vw 3vw 0;
    font-size: 1rem;
  }

  .icon-embed-xsmall {
    width: 7vw;
    height: 7vw;
  }

  .section-4 {
    margin-top: 12vw;
  }

  .reference-heading-top {
    margin-bottom: 1vw;
    font-size: 4.5vw;
  }

  .reference-heading {
    margin-bottom: 2vw;
    font-size: 7.5vw;
  }

  .reference-paragraph {
    margin-bottom: 4vw;
    font-size: 4vw;
  }

  .container-3 {
    box-sizing: border-box;
    aspect-ratio: 2 / 3;
    object-fit: cover;
    object-position: 50% 50%;
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/Card.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section-5 {
    margin-top: 12vw;
  }

  .cta-heading {
    font-size: 7.5vw;
  }

  .cta-paragraph {
    font-size: 4vw;
  }

  .div-block-17 {
    width: 90%;
  }

  .cta-section-button {
    padding: 2vw 3vw;
    font-size: 4vw;
    line-height: 1.3em;
  }

  .cta-button-2 {
    display: none;
  }

  .button-cta-2 {
    padding: .6em 1.2em;
    font-size: 4vw;
    line-height: 1.3em;
  }

  .section-6, .section-7 {
    margin-top: 12vw;
  }

  .field-label, .field-label-2, .text-field, .text-field-2, .text-field-2::placeholder, .textarea, .textarea::placeholder {
    font-size: 4.5vw;
  }

  .checkbox {
    width: 5vw;
    height: 5vw;
  }

  .checkbox-label {
    font-size: 3.5vw;
  }

  .field-label-3 {
    font-size: 4.5vw;
  }

  .submit-button {
    width: 100%;
    font-size: 4.5vw;
  }

  .pricing-heading-top {
    font-size: 4.5vw;
  }

  .pricing-heading {
    font-size: 7.5vw;
  }

  .pricing-paragraph {
    width: 90%;
    font-size: 4vw;
  }

  .div-block-21 {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    flex-flow: column;
    display: flex;
  }

  .text-block-11, .text-block-12 {
    font-size: 4vw;
  }

  .custom-number-input {
    width: 30vw;
    max-width: 30vw;
    font-size: 4vw;
  }

  .text-block-13 {
    font-size: 4vw;
  }

  .div-block-24 {
    padding: 9% 7.5%;
  }

  .text-block-14 {
    font-size: 7vw;
  }

  .paragraph-8 {
    font-size: 4vw;
  }

  .text-block-15 {
    font-size: 12vw;
  }

  .image-19 {
    width: 7vw;
  }

  .text-block-16 {
    font-size: 4vw;
  }

  .div-block-24-mid {
    padding: 9% 7.5%;
  }

  .text-block-17 {
    font-size: 4vw;
  }

  .service-button {
    margin-top: 4vw;
    padding: .6em 1.2em;
    font-size: 4vw;
    line-height: 1.3em;
  }

  .service-button-transparent {
    margin-top: 4vw;
  }

  .button-service {
    padding: .6em 1.2em;
    font-size: 4vw;
    line-height: 1.3em;
  }

  .faq-plus {
    width: 75%;
    height: 4px;
  }

  .faq-answer-text {
    font-size: 4vw;
  }

  .faq-q-text {
    font-size: 5vw;
  }

  .faq-plus-l {
    width: 4px;
    height: 75%;
  }

  .faq-question {
    height: 25vw;
  }

  .pricing-h1.faq-h2 {
    font-size: 7.5vw;
  }

  .section-8-copy {
    display: none;
  }

  .text-block-10-copy-copy {
    font-size: 5vw;
  }

  .heading-4-copy-copy {
    text-align: center;
    font-size: 8vw;
  }

  .paragraph-7-copy-copy {
    text-align: center;
    margin-bottom: 10vw;
    font-size: 4vw;
  }

  .div-block-27 {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10vw;
  }

  .link-block {
    width: 4vh;
    height: 4vh;
  }

  .text-block-18, .text-block-19, .text-block-20, .text-block-21, .text-block-22, .text-block-23 {
    font-size: 4.5vw;
  }

  .text-block-24 {
    width: 90%;
    font-size: 7.5vw;
  }

  .footer-logo---brix {
    width: 60%;
    max-width: 240px;
  }

  .grid-footer-v1---5-column {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .footer-top {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .social-media-grid-top {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .grid-footer-v1---2-columns.grid-center {
    grid-template-columns: 1fr;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
  }

  .text-block-25 {
    font-size: 9vw;
  }

  .div-block-29 {
    justify-content: center;
    align-items: center;
  }

  .image-20 {
    height: 7.5vw;
    display: none;
  }

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

  .image-21 {
    aspect-ratio: 3 / 2;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .paragraph-9 {
    text-align: center;
    width: 85%;
    margin-top: 3vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 4vw;
    font-weight: 500;
  }

  .section-9 {
    margin-top: 8vw;
  }

  .tabs {
    flex-flow: column;
  }

  .tabs-menu {
    width: 100%;
    margin-bottom: 4vw;
  }

  .text-block-26, .text-block-27 {
    font-size: 5vw;
  }

  .tab-link-tab-1.w--current, .tab-link-tab-2, .tab-link-tab-3 {
    padding-top: 3vw;
    padding-bottom: 3vw;
  }

  .tab-link-tab-4 {
    padding-top: 3vw;
    padding-bottom: 2vw;
  }

  .tab-link-tab-5 {
    padding-top: 2vw;
    padding-bottom: 2vw;
  }

  .text-block-28, .text-block-29, .text-block-30 {
    font-size: 5vw;
  }

  .tabs-content-2 {
    width: 100%;
    margin-top: 4vw;
    padding-left: 0%;
    padding-right: 0%;
  }

  .text-block-31 {
    font-size: 8vw;
  }

  .div-block-34 {
    margin-top: 4vw;
  }

  .text-block-32 {
    font-size: 3vw;
  }

  .div-block-35 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .paragraph-10 {
    font-size: 3.5vw;
    line-height: 1.3em;
  }

  .text-block-10-copy {
    margin-bottom: 1vw;
    font-size: 4.5vw;
  }

  .heading-4-copy {
    margin-bottom: 2vw;
    font-size: 8vw;
  }

  .paragraph-7-copy {
    width: 85%;
    margin-bottom: 4vw;
    font-size: 4vw;
  }

  .div-block-37 {
    margin-top: 6vw;
    position: relative;
  }

  .cta-row-copy {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    margin-top: 1vw;
    padding-right: 0%;
  }

  .cta-row {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 5vw;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0%;
  }

  .cta-row-home-copy {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .button-cta-copy2 {
    padding: 2vw 2.5vw;
    font-size: 4vw;
    line-height: 1.3em;
  }

  .cta-button-transparent-extra {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    margin-left: 0;
  }

  .cta-section-button-extra {
    padding: 2vw 3vw;
    font-size: 4vw;
    line-height: 1.3em;
    display: none;
  }

  .div-block-28-copy {
    display: block;
  }

  .text-field-4, .text-field-4::placeholder, .field-label-4 {
    font-size: 4.5vw;
  }

  .text-block-36 {
    font-size: 4vw;
  }

  .div-block-47 {
    padding: 3vw 5vw;
  }

  .cookie-button {
    padding: 2vw 3vw;
    font-size: 4vw;
    line-height: 1.3em;
  }

  .payment_content-box {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .payment_heading {
    font-size: 9vw;
  }

  .payment_small-text {
    font-size: 4vw;
  }

  .payment_button.w--current {
    width: 70vw;
    font-size: 4vw;
  }

  .text-block-37 {
    font-size: 4vw;
  }

  .button-2 {
    padding-top: 1vw;
  }

  .btn-inner {
    padding: 2vw 5vw;
  }

  .btn-text {
    font-size: 3.5vw;
  }

  .menu-cta {
    padding-top: 1vw;
  }

  .btn-inner-cta-2 {
    padding: 2vw 5vw;
  }

  .btn-text-cta-2, .btn-text-cta {
    font-size: 3.5vw;
  }

  .btn-inner-cta {
    padding: 2vw 5vw;
  }

  .service-card-btn-transparent, .service-btn {
    padding-top: 1vw;
  }

  .btn-inner-menu {
    padding: .6rem 1.8rem;
  }

  .btn-text-menu {
    font-size: 1rem;
  }

  .div-block-50 {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 2vw;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0%;
  }

  .image-27 {
    height: 8vw;
  }

  .button-3 {
    padding-top: 1vw;
  }

  .btn-inner-2 {
    padding: 2vw 5vw;
  }

  .btn-text-2 {
    font-size: 3.5vw;
  }

  .btn-text-service-card, .btn-text-service-card-2 {
    font-size: 4.5vw;
  }

  .cta-row-services {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 3vw;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0%;
  }
}

#w-node-_8eb17b16-2be8-df1a-c98d-2d368095bd6e-991e46a3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_62762c27-15b0-a2a4-9a89-a625e70ddb5e-991e46a3 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e15228b2-29b6-4201-e319-728c97619a5d-991e46a3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0b04829b-6ebe-5a7a-6e97-967705fea261-991e46a3 {
  align-self: center;
}

#w-node-_086f8533-98ab-6c78-a2ec-4791eea24aef-991e46a3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-de353718-3f56-a0a1-b0a9-1073636a8579-991e46a3 {
  align-self: center;
}

#w-node-_34ba7f94-ef2d-bc10-5481-8d29ab1eddb9-991e46a3, #w-node-b1499703-1623-0b8e-9c51-cf1db57868b4-991e46a3, #w-node-_34ba7f94-ef2d-bc10-5481-8d29ab1eddc0-991e46a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ba80df4a-5326-745a-27c3-ccab29672c8c-2edfc166 {
  align-self: center;
}

#w-node-_12e81bab-56f5-6aaf-8b73-702641a54047-2edfc166, #w-node-_12e81bab-56f5-6aaf-8b73-702641a5404a-2edfc166, #w-node-_12e81bab-56f5-6aaf-8b73-702641a5404e-2edfc166, #w-node-c1a3339a-e878-c3fd-b82c-bf15d97288f1-db05033c, #w-node-c1a3339a-e878-c3fd-b82c-bf15d97288f4-db05033c, #w-node-c1a3339a-e878-c3fd-b82c-bf15d97288f8-db05033c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8eb17b16-2be8-df1a-c98d-2d368095bd6e-d11666ed {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_62762c27-15b0-a2a4-9a89-a625e70ddb5e-d11666ed {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e15228b2-29b6-4201-e319-728c97619a5d-d11666ed {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0b04829b-6ebe-5a7a-6e97-967705fea261-d11666ed {
  align-self: center;
}

#w-node-_086f8533-98ab-6c78-a2ec-4791eea24aef-d11666ed {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0f79c5e0-7173-958e-3e38-be8199f85b99-d11666ed {
  align-self: center;
}

#w-node-_21eb87a5-9a0d-531e-ec5d-8b236a293aa0-d11666ed, #w-node-_21eb87a5-9a0d-531e-ec5d-8b236a293aa3-d11666ed, #w-node-_21eb87a5-9a0d-531e-ec5d-8b236a293aa7-d11666ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd63950f-8fef-e371-b288-2422dd08827c-617e82ea {
  align-self: center;
}

#w-node-_6e18bcf8-c352-76c6-69eb-d4ed247410f2-617e82ea, #w-node-_6e18bcf8-c352-76c6-69eb-d4ed247410f5-617e82ea, #w-node-_6e18bcf8-c352-76c6-69eb-d4ed247410f9-617e82ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-b337b315-d0fb-ffc6-f0d0-005bf337dd68-991e46a3, #w-node-de353718-3f56-a0a1-b0a9-1073636a8579-991e46a3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_34ba7f94-ef2d-bc10-5481-8d29ab1edd59-991e46a3 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-ba80df4a-5326-745a-27c3-ccab29672c8c-2edfc166 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c4e653f2-6e06-4847-6a96-debfbc07c478-2edfc166, #w-node-d62f1b73-f044-1ec8-60e4-2522446b9f99-db05033c {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-b337b315-d0fb-ffc6-f0d0-005bf337dd68-d11666ed, #w-node-_0f79c5e0-7173-958e-3e38-be8199f85b99-d11666ed {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_34ba7f94-ef2d-bc10-5481-8d29ab1edd59-d11666ed {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-dd63950f-8fef-e371-b288-2422dd08827c-617e82ea {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_90ac2b18-a736-6ee4-706b-d6e0fd0519f6-617e82ea {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ea2d6850-f1ba-60ef-a766-a4282844e336-991e46a3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8eb17b16-2be8-df1a-c98d-2d368095bd6e-991e46a3 {
    grid-column: span 1 / span 1;
  }

  #w-node-b337b315-d0fb-ffc6-f0d0-005bf337dd68-991e46a3, #w-node-_4847d41d-ac64-99ad-022b-59557b2b137e-991e46a3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_34ba7f94-ef2d-bc10-5481-8d29ab1edd59-991e46a3 {
    grid-column: span 2 / span 2;
  }

  #w-node-_7da01dac-2961-7422-a94d-605cf1694133-2edfc166 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c4e653f2-6e06-4847-6a96-debfbc07c478-2edfc166, #w-node-d62f1b73-f044-1ec8-60e4-2522446b9f99-db05033c {
    grid-column: span 2 / span 2;
  }

  #w-node-ea2d6850-f1ba-60ef-a766-a4282844e336-d11666ed {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8eb17b16-2be8-df1a-c98d-2d368095bd6e-d11666ed {
    grid-column: span 1 / span 1;
  }

  #w-node-b337b315-d0fb-ffc6-f0d0-005bf337dd68-d11666ed, #w-node-e2b1c729-ebec-a6c5-2683-2e8e3f80ce6b-d11666ed {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_34ba7f94-ef2d-bc10-5481-8d29ab1edd59-d11666ed {
    grid-column: span 2 / span 2;
  }

  #w-node-_39bd6fa2-e948-df69-34cc-08a07d280f3b-617e82ea {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_90ac2b18-a736-6ee4-706b-d6e0fd0519f6-617e82ea {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_62762c27-15b0-a2a4-9a89-a625e70ddb5e-991e46a3 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-e15228b2-29b6-4201-e319-728c97619a5d-991e46a3 {
    grid-column: span 1 / span 1;
  }

  #w-node-_0b04829b-6ebe-5a7a-6e97-967705fea261-991e46a3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_34ba7f94-ef2d-bc10-5481-8d29ab1edd59-991e46a3, #w-node-c4e653f2-6e06-4847-6a96-debfbc07c478-2edfc166, #w-node-d62f1b73-f044-1ec8-60e4-2522446b9f99-db05033c {
    grid-column: span 1 / span 1;
  }

  #w-node-_62762c27-15b0-a2a4-9a89-a625e70ddb5e-d11666ed {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-e15228b2-29b6-4201-e319-728c97619a5d-d11666ed {
    grid-column: span 1 / span 1;
  }

  #w-node-_0b04829b-6ebe-5a7a-6e97-967705fea261-d11666ed {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_34ba7f94-ef2d-bc10-5481-8d29ab1edd59-d11666ed, #w-node-_90ac2b18-a736-6ee4-706b-d6e0fd0519f6-617e82ea {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Satoshi Variable';
  src: url('../fonts/Satoshi-Variable.woff2') format('woff2');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}