:root {
  --main: #ffcb03;
}

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

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

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

.number-component {
  background-color: #fff;
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/warsaw-city_1warsaw-city.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 2px 5px #0003;
}

.lega-text {
  font-size: 10px;
  font-weight: 400;
  line-height: 1rem;
}

.lega-text.white {
  color: #f4f4f6;
}

.style-guide-field-wrapper {
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.style-guide-menu {
  grid-row-gap: 2.5rem;
  background-color: #0e0f11;
  border-radius: .75rem;
  flex-direction: column;
  padding: 1.875rem 2.5rem;
  display: flex;
  position: sticky;
  top: 8rem;
}

.navbar {
  background-color: #0e0f11;
  padding: 1.125rem 1.5rem;
  position: static;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #acacac33;
}

.process-component {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: column;
  display: flex;
}

.slide-nav {
  bottom: -15%;
}

.why-us-top-content {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  display: flex;
}

.nav-contact-number {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #fff;
  background-image: url('../images/Contact-Number-Image.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  padding: .5625rem 1rem .5625rem 2.875rem;
  text-decoration: none;
  display: flex;
}

.nav-contact-number.hide-tablet {
  background-color: #ffcb03;
  background-image: none;
  border-radius: 6px;
}

.nav-contact-number.hide-tablet.left {
  border-radius: 6px;
  padding-left: 1rem;
}

.nav-contact-number.hide-tablet.green {
  background-color: #ffcb03;
  padding-left: 1rem;
}

.nav-contact-number.show-tablet {
  display: none;
}

.yellow-highlight {
  color: #ffcb03;
}

.faq-accordion {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #dfe0e2;
  border-radius: .75rem;
}

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

.text-size-regular {
  color: #333;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.text-size-regular.text-color-white-300 {
  color: #dfe0e2;
}

.text-size-regular.text-color-white-200, .text-size-regular.text-color-white {
  color: #f4f4f6;
}

.text-size-regular.mid {
  text-align: center;
}

.submit-button {
  background-color: #ffcb03;
  border-radius: 6px;
  width: 100%;
}

.list-item-arrow {
  width: 18px;
  min-width: 18px;
}

.div-block-59 {
  position: absolute;
  inset: 3% 5% auto auto;
}

.service-collection-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.heading-style-h4.blue {
  color: #ffcb03;
}

.why-us-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #f4f4f6;
  border-radius: .75rem;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 24.75rem;
  padding: 1.5rem;
  display: flex;
}

.form-2 {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 23px;
  display: flex;
}

.paragraph-27 {
  text-align: left;
  font-size: 15px;
}

.testimonial-component {
  max-width: 65.25rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

._43-right-bottom {
  grid-column-gap: 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.why-us-card-content {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-header {
  background-color: #f4f4f6;
  background-image: linear-gradient(#ffffffd9, #ffffffd9), url('../images/aparment-warsaw_1aparment-warsaw.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 7rem;
  padding-bottom: 6.25rem;
}

.testimonial-top-content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 5% 10%;
  display: flex;
}

.menu-list-item {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  color: #6e7488;
  letter-spacing: -.03em;
  white-space: normal;
  border-top: 1px #f3f6fc;
  border-bottom: 1px solid #f3f6fc;
  grid-template-rows: auto;
  grid-template-columns: auto .5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding: 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25em;
  text-decoration: none;
  transition: padding .4s cubic-bezier(.25, .46, .45, .94), color .4s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.menu-list-item:hover {
  color: #090b19;
}

.menu-list-item.w--current {
  color: #090b19;
  padding-left: 36px;
}

.text-block-6 {
  text-align: right;
  padding-left: 4rem;
}

._43-text-block-2 {
  color: #666;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 500;
  line-height: 115%;
}

.faq-top-content {
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-txt {
  font-weight: 500;
}

.caption-title-wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: #ffcb03;
  background-color: #fff;
  border: 1px solid #dfe0e2;
  border-radius: .25rem;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.25rem;
  display: flex;
}

.caption-title-wrapper.is-why-us, .caption-title-wrapper.is-process {
  background-color: #f4f4f6;
}

.padding-bottom {
  padding: 0;
}

.padding-bottom.padding-small {
  width: 100%;
  padding-bottom: 1.875rem;
}

.padding-bottom.padding-large {
  padding-bottom: 3.125rem;
}

.padding-bottom.padding-medium {
  width: 100%;
  padding-bottom: 2.5rem;
}

.padding-bottom.padding-xxlarge {
  padding-bottom: 6.25rem;
}

.padding-section-large {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.padding.padding-small {
  padding: 0 1.875rem 1.25rem;
}

.features-card-img {
  border-radius: 10px;
  margin-bottom: 30px;
}

.container-large-copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-background {
  z-index: 1;
  background-color: #ffde4b99;
  border-radius: 8px;
  width: 90%;
  height: 95%;
  position: absolute;
  inset: auto 6% -2% auto;
}

.image-background._2 {
  bottom: -5%;
  right: 3%;
}

.faq-left-content {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  text-align: center;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-question-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem 1.875rem 1.2rem;
  display: flex;
}

.testimonial-image {
  border-radius: 20px;
}

.testimonial-image.phone {
  display: none;
}

.testimonial-image.desk {
  display: block;
}

.red-highlight {
  color: red;
  padding-right: 2px;
}

.cta-input {
  color: #575c6b;
  background-color: #fff;
  border-radius: .25rem;
  height: 2.625rem;
  margin-bottom: 0;
  padding: .625rem 1.5rem;
  line-height: 1rem;
}

.cta-input:focus-visible, .cta-input[data-wf-focus-visible] {
  color: #222;
}

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

.header-component.mid {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
}

.number-card {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #fff;
  border: 1px solid #dfe0e2;
  border-radius: .75rem;
  flex-flow: column;
  padding: 1.5rem;
  display: flex;
}

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

.why-us-left-content {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 26.625rem;
  display: flex;
}

.error-message {
  color: #fff;
  background-color: #ff3f4e;
  margin-top: 1.25rem;
  padding: 1.25rem;
}

.form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 24.0625rem;
  display: flex;
  position: relative;
}

.faq-icon {
  background-color: #030139;
  width: 14px;
  height: 2px;
}

.faq-icon.vertical {
  background-color: #ffcb03;
  height: 3px;
  position: absolute;
  transform: rotate(90deg);
}

.faq-icon.horizontal {
  background-color: #ffcb03;
  height: 3px;
}

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

.text-size-medium {
  color: #0e0f11;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 1rem;
}

.text-size-medium.text-color-black-500 {
  color: #8e8e8e;
}

.social-link {
  background-color: #333;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: .6875rem;
  display: flex;
}

.divider {
  background-color: #0000;
  border: 1px solid #dbdcdd;
  width: 100%;
}

.footer-grid {
  grid-column-gap: 7.6875rem;
  grid-row-gap: 7.6875rem;
  grid-template-rows: auto;
  grid-template-columns: 3.5fr 1.25fr 1.25fr;
}

.features-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.heading-style-h2 {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 3rem;
}

.heading-style-h2.text-color-white {
  color: #fff;
}

.heading-style-h2.mid {
  text-align: center;
}

.stars-wrapper {
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.header-right-image-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 37.5rem;
  display: flex;
  position: static;
}

.header-right-image-wrapper.mid {
  justify-content: center;
  align-items: center;
}

.features-card {
  transform-origin: 50% 0;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 15px;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  display: flex;
  position: sticky;
  top: 150px;
}

.features-card.fourth {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  flex-flow: row;
  top: 195px;
}

.features-card.third {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  flex-flow: row;
  margin-bottom: 15px;
  top: 180px;
}

.features-card.second {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  flex-flow: row;
  margin-bottom: 30px;
  top: 165px;
}

.features-card.first {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  flex-flow: row;
  margin-bottom: 45px;
  box-shadow: 0 2px 9px 5px #c0c0c033;
}

.features-card-title {
  text-align: left;
  letter-spacing: -1px;
  margin-bottom: 12px;
  font-size: 23px;
  font-weight: 600;
  line-height: 32px;
}

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

.list-item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  display: flex;
}

.service-top-content {
  justify-content: center;
  align-items: center;
  display: flex;
}

.why-us-icon-wrapper {
  background-color: #fff;
  border: 1px solid #dfe0e2;
  border-radius: .25rem;
  padding: .625rem;
}

.features-right {
  grid-row-gap: 200px;
  flex-direction: column;
  width: 60%;
  display: flex;
  position: relative;
}

.text-size-small {
  color: #0e0f11;
  margin-bottom: 0;
  margin-left: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.375rem;
}

.text-size-small.white {
  color: #fff;
}

.service-menu-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #f3f6fc;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-why-us {
  background-color: #fff;
}

.wrapper {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  padding-top: 2rem;
  padding-bottom: 6rem;
  display: flex;
}

.why-us-card-content-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
  overflow: hidden;
}

.service-card {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  background-color: #fff;
  border: 1px solid #dfe0e2;
  border-radius: .75rem;
  flex-flow: column;
  height: 100%;
  padding: 1.275rem;
  text-decoration: none;
  display: flex;
}

.service-card:hover {
  transform: scale(1.03);
}

.button-arrow-wrapper {
  background-color: #fff;
  border-radius: .25rem;
  margin: 3px;
  padding: .875rem 1rem;
  position: absolute;
  inset: 0%;
}

.footer-top-content {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.faq-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
}

.cta-component {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 62.7rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-right {
  border-radius: 10px;
  width: 50%;
}

.footer-link-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.padding-global {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

._43-right {
  color: #625077;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 0 0 20px;
  font-weight: 600;
  line-height: 140%;
}

.success-message-2 {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
}

.heading-style-h6.white {
  color: #fff;
}

.section-footer {
  background-color: #222;
}

.footer-bottom-content {
  text-align: center;
  border-top: 1px solid #333;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.faq-icon-wrapper {
  border-radius: 3px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.footer-social-link-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.section-cta {
  background-color: #222;
}

.section {
  padding-left: 3%;
  padding-right: 3%;
  overflow: visible;
}

.section.mid {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-number {
  background-color: #f4f4f6;
}

.header-title-content-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.button {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #fff;
  text-align: center;
  background-color: #ffcb03;
  border-radius: .25rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  height: 46px;
  margin-bottom: 0;
  margin-left: 0;
  padding: .0625rem 1.5rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: .875rem;
  text-decoration: none;
  transition: color .3s, border-color .4s, background-color .4s;
  display: flex;
  position: relative;
}

._43-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 182px;
  height: 51px;
  margin: 19px 35px 18px;
  display: flex;
}

.style-guide-top-content {
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.style-guide-content-layout {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 21.6875rem repeat(auto-fit, 46.25rem);
  grid-auto-columns: 1fr;
  display: grid;
}

.stars-2 {
  margin-top: 0;
}

.service-card-content {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

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

.name-bar {
  z-index: 3;
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  width: 60%;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 5% 5%;
  overflow: visible;
}

.nav-link {
  color: #fff;
  border-radius: .25rem;
  padding: .625rem .75rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: .875rem;
  text-decoration: none;
}

.nav-link.w--current {
  color: #ffcb03;
  background-color: #f4f4f6;
}

.success-message {
  background-color: #78e98b;
  padding: 1.25rem;
}

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

.block-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.why-us-component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.button-arrow {
  width: 13px;
  height: 12px;
}

.section-faq {
  background-color: #f4f4f6;
}

.field-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  flex: 1;
  width: 100%;
  display: flex;
}

.field-block.full {
  grid-column-gap: 1.2px;
  grid-row-gap: 1.2px;
  width: 100%;
}

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

.client-image-category {
  grid-column-gap: 2.375rem;
  grid-row-gap: 2.375rem;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  place-items: center;
  margin-right: 38px;
}

.lable-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #fff;
  border: 1px solid #dfe0e2;
  border-radius: .75rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 70%;
  height: auto;
  padding: 4rem 1.5rem 6rem;
  display: flex;
  position: absolute;
  bottom: 3.75rem;
  right: 3.75rem;
}

.service-icon {
  background-color: #f4f4f6;
  border-radius: .25rem;
  padding: .5rem;
}

.section-process {
  background-color: #fff;
}

.features-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  max-width: 450px;
  display: flex;
  position: sticky;
  top: 150px;
}

.client-main-block {
  display: flex;
}

.hero-form-wrapper {
  background-color: #fff;
  border-radius: 3%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 34.25rem;
  height: auto;
  display: flex;
  position: static;
  box-shadow: 0 2px 5px #0003;
}

.cta-right-content-wrapper {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: column;
  display: flex;
}

.checkbox {
  width: 16px;
  height: 16px;
}

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

.checklist-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

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

.paragraph-28 {
  margin-top: 10px;
  font-size: 16px;
}

.footer-link {
  color: #dfe0e2;
  font-size: .875rem;
  line-height: 1.375rem;
  text-decoration: none;
}

.footer-link.w--current {
  color: #fff;
}

.padding-global-copy {
  justify-content: space-between;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.contact-field-label {
  color: #0e0f11;
  margin-bottom: 0;
  font-size: .8rem;
  font-weight: 400;
}

.contact-field-label.white {
  color: #f4f4f6;
}

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

.slider-testimonial {
  background-color: #ddd0;
  width: 100%;
}

.image-75 {
  filter: invert();
}

.div-block-61 {
  background-color: #fff;
}

.field-wrapper {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
}

.rigt-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  padding: 29px 20px;
  display: flex;
}

.right-arrow {
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.faq-list {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.image-76 {
  height: 600px;
}

.container-large {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

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

.header-left-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 35.4375rem;
  display: flex;
  overflow: hidden;
}

.testimonial-icon {
  filter: grayscale();
}

.image-wrapper {
  position: relative;
}

.cta-left-content {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: column;
  max-width: 28.5rem;
  display: flex;
}

.client {
  padding-top: 70px;
  padding-bottom: 70px;
  overflow: hidden;
}

.client.bg-sky-blue {
  background-color: #fff;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-vertical {
  z-index: 2;
  border-radius: 10px;
  max-width: 90%;
  position: relative;
}

.quote-grey {
  filter: grayscale();
  position: absolute;
  inset: 0% 0% auto auto;
}

.btn-cta {
  color: #fff;
  cursor: pointer;
  background-color: #0e0f11;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 45px;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  display: flex;
}

.btn-cta:hover {
  background-color: #ffcb03;
}

.brand-logo {
  max-width: 90%;
}

.arrow-icon {
  background-color: #76b142;
  border-radius: 5px;
  font-size: 2rem;
}

.arrow-icon.left {
  background-color: #ffcb03;
  inset: 0% auto 0% 0%;
}

.arrow-icon.right {
  background-color: #ffcb03;
  inset: 0% 0% 0% auto;
}

.buttons-nav-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.txt-hero {
  color: #ffcb03;
  font-size: .75rem;
  line-height: 1.2rem;
}

.lega-link {
  color: #333;
  font-weight: 500;
  text-decoration: none;
}

.faq-answer {
  overflow: hidden;
}

.footer-left-content {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: column;
  display: flex;
}

.service-left-content-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 36.25rem;
  display: flex;
}

.heading-style-h1 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 3.2rem;
}

.form-main {
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.input {
  color: #575c6b;
  background-color: #fff;
  border: 1px solid #dfe0e2;
  border-radius: .25rem;
  height: 3rem;
  margin-bottom: 0;
  padding: .625rem 1.5rem .625rem 1.25rem;
}

.input:focus-visible, .input[data-wf-focus-visible] {
  color: #222;
}

.text-block-5 {
  color: #ffcb03;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 35px;
}

.section-about {
  background-color: #fff;
}

.div-block-62 {
  position: absolute;
  inset: 3% 5% auto auto;
}

.form-3 {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 23px;
  display: flex;
}

.text-block-7 {
  text-align: right;
  padding-left: 4rem;
}

.success-message-3 {
  background-color: #78e98b;
  padding: 1.25rem;
}

.paragraph-29 {
  margin-top: 10px;
  font-size: 16px;
}

.div-block-63 {
  background-color: #fff;
}

.image-77 {
  height: 600px;
}

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

.submit-button-2 {
  background-color: var(--main);
  border-radius: 5px;
  width: 100%;
  height: 45px;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.heading-60 {
  font-family: Montserrat, sans-serif;
}

.success-message-4 {
  background-color: #ddd0;
  min-height: auto;
}

.title-block {
  margin-bottom: 25px;
}

.div-block-79 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.field-label {
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.div-block-73 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.succes-text {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}

.text-span-106 {
  color: #e50071;
}

.title-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  display: flex;
}

.field-wrapper-2 {
  flex-flow: column;
  width: 50%;
  display: flex;
}

.form-bock {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  padding: 30px;
}

.checkbox-2 {
  width: 15px;
  height: 15px;
}

.uploader {
  background-color: #fff;
  border: 1px dashed #bdbdbd;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  max-width: 60%;
  margin-bottom: 10px;
  padding: 10px;
}

.form-field-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.text-field {
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  height: 50px;
  font-size: 13px;
}

.zgody-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 15px;
  display: flex;
}

.form-field-wrapper-verti {
  flex-flow: column;
  width: 100%;
  margin-bottom: 12px;
  display: flex;
}

.klauzula {
  max-width: 70%;
  padding-top: 30px;
  padding-bottom: 0;
}

.heading-62 {
  color: #101828;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.body-copy {
  color: #000;
  background-color: #1f0a5c;
  background-image: url('../images/ID-2-1_1ID-2 (1).webp'), url('../images/ID-2-1_1ID-2 (1).webp');
  background-position: 120% 120%, -20% -10%;
  background-repeat: no-repeat, no-repeat;
  background-size: 350px, 350px;
  font-family: Montserrat, sans-serif;
}

.body-copy.first-section-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #1f0a5c;
  background-image: url('../images/ID-2-1_1ID-2 (1).webp'), url('../images/ID-2-1_1ID-2 (1).webp');
  background-position: -20% -10%, 120% 120%;
  background-repeat: no-repeat, no-repeat;
  background-size: 350px, 350px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 80vh;
  padding-top: 120px;
  padding-bottom: 100px;
  display: flex;
}

.checkbox-label-2 {
  color: #838383;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 18px;
}

.text-block-30 {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.div-block-80 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block-81 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.field-wrapper-3 {
  flex-flow: column;
  width: 50%;
  display: flex;
}

.checkbox-3 {
  width: 15px;
  height: 15px;
}

.text-block-31 {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.image-78 {
  z-index: 2147483647;
  width: 80px;
  position: absolute;
  inset: 2% auto auto 2%;
}

.div-block-82 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.section-2 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.rigt-block-copy {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: row;
  padding: 29px 20px;
  display: flex;
}

.code-embed {
  width: 100%;
  margin-top: 5rem;
}

.padding-global-copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.body {
  padding: 0;
}

.div-block-83 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .image-76, .image-77 {
    height: auto;
  }

  .heading-60 {
    font-size: 26px;
    line-height: 33px;
  }

  .field-label {
    font-size: 16px;
  }

  .form-bock {
    width: 100%;
  }

  .text-field {
    height: 60px;
    font-size: 15px;
  }

  .heading-62 {
    font-size: 3.5rem;
    line-height: 4rem;
  }

  .body-copy {
    background-size: 400px, 400px;
  }

  .checkbox-label-2 {
    font-size: 13px;
  }
}

@media screen and (min-width: 1440px) {
  .style-guide-content-layout {
    grid-template-columns: 21.6875rem repeat(auto-fit, 52.5rem);
  }

  .client-main-block {
    display: flex;
  }

  .text-field {
    height: 55px;
  }

  .heading-62 {
    font-size: 44px;
  }
}

@media screen and (max-width: 991px) {
  .style-guide-menu {
    padding: 2rem 3rem;
    position: static;
  }

  .slide-nav {
    inset: auto 0% -9%;
  }

  .why-us-top-content {
    flex-flow: column;
  }

  .nav-contact-number.hide-tablet {
    display: none;
  }

  .nav-contact-number.show-tablet {
    background-color: #ffcb03;
    background-image: none;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    max-width: 400px;
    display: flex;
  }

  .text-size-regular {
    font-size: .9375rem;
    line-height: 1.4375rem;
  }

  .text-size-regular.text-color-white-200.left {
    text-align: left;
    text-align: left;
  }

  .service-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .cta-benefit-list {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .section-header {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .testimonial-top-content-wrapper {
    padding-left: 15%;
    padding-right: 15%;
  }

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

  .nav-menu-button {
    padding: 0;
  }

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

  .client-all-image-box {
    width: 100%;
    max-width: 250px;
  }

  .padding-bottom.padding-xxlarge {
    padding-bottom: 5rem;
  }

  .padding-section-large {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

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

  .header-component {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    flex-flow: column;
  }

  .why-us-left-content {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .nav-menu-line {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .form-block {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .footer-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 4.3rem;
    grid-template-columns: 1.25fr 1fr 1fr 1fr;
  }

  .heading-style-h2 {
    padding-bottom: 0;
  }

  .header-right-image-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .service-top-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .text-size-small {
    white-space: normal;
  }

  .wrapper {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .why-us-card-content-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .cta-component {
    grid-column-gap: 3.3rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    max-width: none;
  }

  .image-right {
    object-fit: cover;
    position: static;
  }

  .padding-global {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .button {
    font-size: .875rem;
  }

  .style-guide-content-layout {
    grid-template-columns: 1fr;
  }

  .nav-link {
    margin-bottom: .5rem;
  }

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

  .why-us-component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .testimonial-card {
    padding-bottom: 3rem;
    bottom: -3.05rem;
    right: .85rem;
  }

  .cta-right-content-wrapper {
    width: 100%;
  }

  .nav-menu-line-wrapper {
    grid-row-gap: 6px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-menu {
    background-color: #0e0f11;
    padding: 1.5rem;
  }

  .padding-global-copy {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .contact-field-label {
    color: #222;
    font-weight: 500;
  }

  .image-76 {
    height: auto;
  }

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

  .div-block-60 {
    width: 80%;
  }

  .header-left-content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    max-width: none;
  }

  .cta-left-content {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
  }

  .client {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .service-left-content-wrapper {
    justify-content: center;
    align-items: center;
  }

  .image-77 {
    height: auto;
  }

  .div-block-64 {
    width: 80%;
  }

  .form-bock {
    width: 100%;
  }

  .heading-62 {
    font-size: 35px;
  }

  .body-copy {
    background-position: 125% 120%, -30% -10%;
    background-size: 300px, 300px;
  }

  .body-copy.first-section-copy {
    background-size: 200px, 200px, 120%;
  }

  .padding-global-copy {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .style-guide-menu {
    padding: 1.5rem 2.5rem;
  }

  .nav-contact-number.show-tablet {
    max-width: 260px;
  }

  .text-size-regular {
    font-size: .875rem;
  }

  .list-item-arrow {
    width: 14px;
    min-width: 14px;
  }

  .why-us-card {
    max-width: none;
  }

  .section-header {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .testimonial-top-content-wrapper {
    padding-left: 10%;
    padding-right: 10%;
  }

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

  .menu-list-item {
    grid-template-columns: auto 1fr;
  }

  .padding-bottom.padding-large {
    padding-bottom: 2.5rem;
  }

  .padding-section-large {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .faq-question-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .testimonial-image.phone {
    display: block;
  }

  .testimonial-image.desk {
    display: none;
    overflow: visible;
  }

  .header-component {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

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

  .features-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .features-right {
    width: 100%;
  }

  .wrapper {
    flex-flow: column;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .why-us-card-content-wrapper {
    grid-template-columns: 1fr;
  }

  .service-card {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .image-right {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: 50% 20%;
    width: 100%;
  }

  .padding-global {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .button {
    margin-left: 0;
  }

  .block-wrapper {
    width: 100%;
  }

  .testimonial-card {
    max-width: none;
    position: relative;
    bottom: 0;
    right: -.15rem;
  }

  .features-left {
    width: 100%;
    padding-bottom: 50px;
  }

  .header-left-content {
    grid-column-gap: 2.7rem;
    grid-row-gap: 2.7rem;
  }

  .footer-left-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .form-bock {
    width: 100%;
  }

  .form-field-wrapper {
    flex-flow: column;
  }

  .heading-62 {
    font-size: 33px;
    line-height: 38px;
  }

  .body-copy {
    background-position: 135% 120%, -30% -10%;
    background-size: 250px, 250px;
  }

  .field-wrapper-3 {
    width: 100%;
  }

  .rigt-block-copy {
    flex-flow: column;
  }

  .padding-global-copy {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .style-guide-menu {
    border-radius: .65rem;
  }

  .navbar {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .process-component {
    grid-row-gap: 2rem;
  }

  .slide-nav {
    bottom: -50%;
  }

  .why-us-top-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .text-size-regular {
    font-size: .85rem;
  }

  .service-collection-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .why-us-card {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .form-2 {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-27 {
    font-size: 14px;
  }

  .section-header {
    padding-top: 3rem;
    padding-bottom: 2.5rem;
  }

  .testimonial-top-content-wrapper {
    padding-left: 12%;
    padding-right: 12%;
  }

  .menu-list-item {
    grid-template-columns: auto 1fr;
    padding-left: 18px;
    padding-right: 18px;
  }

  ._43-text-block-2 {
    font-size: 10px;
  }

  .btn-txt {
    font-size: .8rem;
  }

  .client-all-image-box {
    max-width: 120px;
  }

  .padding-bottom.padding-large, .padding-bottom.padding-medium {
    padding-bottom: 2rem;
  }

  .padding-bottom.padding-xxlarge {
    padding-bottom: 4rem;
  }

  .padding-section-large {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .padding.padding-small {
    padding: 1rem;
  }

  .container-large-copy {
    width: 100%;
  }

  .faq-question-wrapper {
    padding: 1rem;
  }

  .testimonial-image {
    display: block;
  }

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

  .text-size-medium.text-color-black-500 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-grid {
    grid-column-gap: 2.2rem;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .section-testimonial {
    height: auto;
  }

  .heading-style-h2 {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .stars-wrapper {
    top: 10%;
  }

  .header-right-image-wrapper {
    height: auto;
  }

  .features-card.fourth, .features-card.third, .features-card.second, .features-card.first {
    flex-flow: column;
    padding: 15px;
  }

  .features-card-title {
    font-size: 1.2rem;
  }

  .service-top-content {
    grid-column-gap: 1.8rem;
    grid-row-gap: 1.8rem;
  }

  .text-size-small {
    font-size: .9rem;
  }

  .service-menu-list {
    grid-auto-rows: 1fr;
  }

  .wrapper {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .why-us-card-content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .service-card {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cta-component {
    grid-column-gap: 2.1rem;
    grid-row-gap: 2.1rem;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer-bottom-content {
    flex-flow: column;
    display: flex;
  }

  .faq-icon-wrapper {
    display: flex;
  }

  .button {
    text-align: center;
    margin-left: 0;
    font-size: .875rem;
  }

  .nav-link {
    margin-bottom: .4rem;
  }

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

  .block-wrapper {
    order: -1;
  }

  .block-wrapper._2 {
    order: -9999;
  }

  .field-block {
    width: 100%;
  }

  .testimonial-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    min-height: 600px;
    padding: 6rem 1rem;
    bottom: 0;
  }

  .features-left {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-form-wrapper {
    width: auto;
    height: auto;
  }

  .cta-right-content-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .nav-menu {
    padding: 1rem;
  }

  .field-wrapper {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    flex-flow: column;
  }

  .faq-list {
    grid-row-gap: 1rem;
  }

  .div-block-60 {
    width: 100%;
  }

  .header-left-content {
    grid-column-gap: 1.9rem;
    grid-row-gap: 1.9rem;
  }

  .btn-cta.w--current {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-left-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .service-left-content-wrapper {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
  }

  .heading-style-h1 {
    font-size: 1.7rem;
    line-height: 2.5rem;
  }

  .form-3 {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-64 {
    width: 100%;
  }

  .submit-button-2 {
    cursor: pointer;
  }

  .submit-button-2:hover {
    background-color: #1f0a5c;
  }

  .success-message-4 {
    padding: 0;
  }

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

  .text-span-105 {
    color: #e50071;
  }

  .form-bock {
    width: 100%;
  }

  .form-field-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .klauzula {
    max-width: 90%;
    font-size: 12px;
    line-height: 18px;
  }

  .heading-62 {
    font-size: 30px;
    line-height: 36px;
  }

  .body-copy {
    background-image: url('../images/ID-2-1_1ID-2 (1).webp'), url('../images/ID-2-1_1ID-2 (1).webp');
    background-position: 135% 110%, -35% -10%;
    background-repeat: no-repeat, no-repeat;
    background-size: 180px, 180px;
  }

  .body-copy.first-section-copy {
    background-size: 150px, 150px, cover;
  }

  .padding-global-copy {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_2ff39bb4-ec0e-ccbb-3f0e-12a17bceaacc-b761f873 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2ff39bb4-ec0e-ccbb-3f0e-12a17bceaacc-b761f873 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


