:root {
  --primary-white: white;
  --primay-black: #000;
  --black-900: #0c0407;
  --_base-collection-2---black-900: #0c0407;
  --_base-collection-2---primary-white: #fff;
  --black-100: #e5e5e5;
  --_base-collection-2---black-100: #e5e5e5;
  --black-500: grey;
  --black-800: #333;
  --black-700: #4c4c4c;
  --black-600: #666;
  --black-400: #999;
  --black-300: #b3b3b3;
  --black-200: #ccc;
  --black-50: #f9f9f9;
  --black-button-hover: #353535;
  --button-border: #e0e0e0;
  --horizontal-line: #e0e0e0;
  --form-input-border: #e5e5e5;
  --_base-collection-2---primary-black: #000;
  --_base-collection-2---black-800: #333;
  --_base-collection-2---black-700: #4c4c4c;
  --_base-collection-2---black-600: #666;
  --_base-collection-2---black-500: grey;
  --_base-collection-2---black-400: #999;
  --_base-collection-2---black-300: #b3b3b3;
  --_base-collection-2---black-200: #ccc;
  --_base-collection-2---black-50-2: #f9f9f9;
  --_base-collection-2---black-button-hover: #353535;
  --_base-collection-2---button-border: #e0e0e0;
  --_base-collection-2---horizontal-line: #e0e0e0;
  --_base-collection-2---form-input-border: #e5e5e5;
}

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

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

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

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 80px;
}

h2 {
  letter-spacing: -1.8px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 68px;
}

h3 {
  letter-spacing: -1.44px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 52.8px;
}

h4 {
  letter-spacing: -1.08px;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
}

p {
  letter-spacing: -.14px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

a {
  color: #b5a147;
  letter-spacing: -.14px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

li {
  margin-bottom: 5px;
}

.display-block {
  display: block;
}

.text-base {
  letter-spacing: -.16px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.text-sm-1 {
  letter-spacing: -.28px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.social-link-text {
  color: #0c0407;
  letter-spacing: -.32px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.hero-section-headline-margin {
  margin-bottom: 60px;
}

.text-xs {
  letter-spacing: -.36px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

.text-color-black-700 {
  color: #4c4c4c;
}

.style-guide-main-wrapper {
  max-width: 1155px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.social-link {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: inline-flex;
}

.text-color-white {
  color: var(--primary-white);
}

.text-lg {
  letter-spacing: -.6px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.styleguide-item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  color: #000;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.styleguide-item-row.background-color-black {
  background-color: #0000;
}

.styleguide_grid-colours {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.text-style-uppercase {
  text-transform: uppercase;
}

.text-sm {
  letter-spacing: -.14px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.text-color-black-300 {
  color: #b3b3b3;
}

.button-small-white-arrow-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-weight-bold {
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.text-align-left {
  text-align: left;
}

.text-color-black-800 {
  color: #333;
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.text-color-black-100 {
  color: #e5e5e5;
}

.section-headline-margin {
  margin-bottom: 40px;
}

.form-field-wrapper {
  flex: 1;
  position: relative;
}

.global-wrapper {
  width: 100%;
  max-width: 1240px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.global-wrapper.on-hero {
  background-color: #fff;
  border-radius: 20px;
}

.global-wrapper.on-promo-details-hero {
  border-radius: 20px;
}

.button-small-white-wrapper {
  grid-column-gap: 4px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 6px;
  align-items: center;
  padding: 8px 12px;
  text-decoration: none;
  display: inline-flex;
}

.button-small-white-arrow-image-black {
  object-fit: cover;
  width: 12px;
  height: 12px;
  position: absolute;
  inset: 2.81px auto auto 2.67px;
}

.styleguide-subheading {
  z-index: 3;
  color: #fff;
  background-color: #000;
  padding: .25rem .5rem;
  position: sticky;
  top: 2rem;
}

.text-2xl {
  letter-spacing: -1.08px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
}

.display-none {
  display: none;
}

.text-color-black {
  color: var(--primay-black);
}

.text-color-black-400 {
  color: #999;
}

.text-color-black-500 {
  color: gray;
}

.text-color-black-900 {
  color: var(--black-900);
}

.text-weight-normal {
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.button-small-white-arrow-image-white {
  object-fit: cover;
  width: 12px;
  height: 12px;
  display: none;
  position: absolute;
  inset: 2.81px auto auto 2.67px;
}

.styleguide_label {
  color: #fff;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #3977ff;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.styleguide_label.is-html-tag {
  background-color: #be4aa5;
}

.text-color-black-50 {
  color: #f9f9f9;
}

.text-style-link {
  text-decoration: none;
}

.text-style-link:hover {
  text-decoration: underline;
}

.background-color-black-50 {
  background-color: #f9f9f9;
}

.section-margin {
  margin-bottom: 150px;
}

.text-style-no_wrap {
  white-space: nowrap;
}

.text-xl {
  letter-spacing: -.96px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
}

.text-weight-semibold {
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.background-color-black {
  background-color: #000;
}

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-normal-black-arrow-image-white {
  object-fit: cover;
  width: 12px;
  height: 12px;
  position: absolute;
  inset: 2.81px auto auto 2.67px;
}

.social-link-underline {
  background-color: #000;
  width: 100%;
  height: 1px;
  margin-top: -4px;
}

.styleguide-typography-heading {
  z-index: 4;
  color: #000;
  padding: .25rem .5rem;
  position: sticky;
  top: 0;
}

.nav-footer-link-block {
  height: 20px;
  text-decoration: none;
  overflow: hidden;
}

.text-align-right {
  text-align: right;
}

.button-normal-black-wrapper {
  grid-column-gap: 4px;
  background-color: #000;
  border-radius: 6px;
  align-items: center;
  padding: 10px 12px;
  text-decoration: none;
  display: inline-flex;
}

.button-normal-black-wrapper:hover {
  background-color: #353535;
}

.styleguide_color {
  padding-bottom: 8rem;
}

.styleguide_color.is-white {
  background-color: #fff;
}

.styleguide_color.is-white.border-black {
  background-color: #fff;
  border: 1px solid #000;
}

.styleguide_color.is-black {
  background-color: #000;
}

.styleguide_color.is-black-50 {
  background-color: #f9f9f9;
}

.text-weight-xbold {
  font-family: Inter, sans-serif;
  font-weight: 800;
}

.field-label {
  color: #4c4c4c;
  letter-spacing: -.4px;
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.text-color-black-600 {
  color: #666;
}

.text-3xl {
  letter-spacing: -1.2px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
}

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

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

.styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.button-normal-black-arrow-image-black {
  object-fit: cover;
  width: 12px;
  height: 12px;
  display: none;
  position: absolute;
  inset: 2.81px auto auto 2.67px;
}

.styleguide-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.button-white-arrow-image-black {
  object-fit: cover;
  width: 12px;
  height: 12px;
  position: absolute;
  inset: 2.81px auto auto 2.67px;
}

.text-style-italic {
  letter-spacing: -.32px;
  font-family: Inter, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.text-style-lowercase {
  text-transform: lowercase;
}

.button-white-arrow-image-white {
  object-fit: cover;
  width: 12px;
  height: 12px;
  display: none;
  position: absolute;
  inset: 2.81px auto auto 2.67px;
}

.text-block {
  color: #ccc;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.text-style-quote {
  letter-spacing: -.5px;
  border-left: 4px solid #000;
  padding: 40px 110px 40px 40px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.overflow-hidden {
  overflow: hidden;
}

.form-input {
  color: #0c0407;
  letter-spacing: -.16px;
  background-color: #fff;
  border: 1px #000;
  border-bottom: 1px solid #e5e5e5;
  height: auto;
  min-height: 50px;
  margin-bottom: 0;
  padding: 0 0 24px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.form-input:focus {
  border-color: #000;
}

.form-input::placeholder {
  color: #4c4c4c;
  letter-spacing: -.16px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.form-input.is-select-input {
  color: #4c4c4c;
  letter-spacing: -.16px;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: none;
  background-position: 99% 20%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  border-color: #d1d6d4;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.form-input.is-select-input:focus {
  border-color: #000;
}

.form-input.is-text-area {
  height: auto;
  min-height: 120px;
  padding: 0 0 24px;
  overflow: auto;
}

.form-input.is-text-area::placeholder {
  color: #4c4c4c;
  letter-spacing: -.33px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.button-normal-white-arrow-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-weight-medium {
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.button-normal-white-wrapper {
  grid-column-gap: 4px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  align-items: center;
  padding: 10px 12px;
  text-decoration: none;
  display: inline-flex;
}

.background-color-white {
  color: #000;
  background-color: #fff;
}

.background-color-white.border-black {
  border: 1px solid #000;
}

.styleguide-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.styleguide-heading-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.styleguide-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 72px;
  line-height: 86px;
}

.text-xl-2 {
  letter-spacing: -.96px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.375rem;
}

.text-lg-2 {
  letter-spacing: -.6px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.why-choose-me-headline {
  display: inline-block;
}

.horizontal-line-40 {
  background-color: #e5e5e5;
  max-width: 690px;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-main-block {
  margin-bottom: 120px;
}

.home-services-type-wrapper {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.about-text-block {
  width: 100%;
  max-width: 754px;
}

.working-process-content-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-hero-image-card-wrapper-01 {
  background-color: #59330e;
  border-radius: 28px;
  flex-flow: column;
  align-items: center;
  max-width: 356px;
  padding-bottom: 12px;
  display: flex;
  transform: rotate(-10deg);
}

.home-hero-images-wrapper {
  max-width: 1063px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-services-headline {
  display: inline-block;
}

.home-hero-headline-text {
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 54px;
  font-weight: 500;
  line-height: 60px;
}

.home-hero-headline-text.on-details {
  color: #000;
  text-align: center;
  font-size: 35px;
  line-height: 45px;
}

.working-proces-step-wrapper {
  cursor: default;
  width: 100%;
  text-decoration: none;
  overflow: hidden;
}

.review-main-content-block {
  grid-column-gap: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  display: flex;
}

.working-process-underline {
  background-color: #0c0407;
  width: 100%;
  height: 1px;
  margin-top: -1px;
}

.why-choose-me-card-text-block {
  width: 100%;
  max-width: 250px;
}

.experience-card-text-block {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 541px;
  display: flex;
}

.reviewer-info-block-m {
  grid-column-gap: 16px;
  align-items: center;
  width: 100%;
  min-width: 180px;
  max-width: 237px;
  display: flex;
}

.footer-headline-text.text-3xl.text-weight-semibold {
  font-weight: 600;
}

.faq-item-header-text {
  max-width: 597px;
}

.footer-headline-block {
  justify-content: space-between;
  margin-bottom: 81px;
  display: flex;
}

.about-section-wrapper {
  justify-content: space-between;
  display: flex;
}

.home-services-card-text-block {
  grid-column-gap: 2rem;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 62.5%;
  display: flex;
}

.why-choose-me-horizonta-line {
  background-color: #e5e5e5;
  height: 1px;
}

.home-hero-image-card-02-headine-text {
  color: #fff;
  letter-spacing: -1.2px;
  max-width: 100%;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.working-process-text-content-block {
  grid-row-gap: 4px;
  flex-flow: column;
  width: 100%;
  max-width: 361px;
  display: flex;
}

.form-submit-button {
  height: 47px;
  position: relative;
}

.home-services-card-headline-text.text-lg.text-weight-semibold.text-color-black-900.display-none-services-m {
  display: none;
}

.submit-button {
  color: #fff;
  letter-spacing: -.24px;
  background-color: #000;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
}

.submit-button:hover {
  background-color: #353535;
}

.review-star-wrapper {
  grid-column-gap: 8.39px;
  align-items: center;
  display: flex;
}

.faq-nav-block {
  margin-right: 10px;
  position: relative;
}

.home-hero-image-card-wrapper-02 {
  background-color: #080705;
  border-radius: 28px;
  flex-flow: column;
  align-items: center;
  max-width: 356px;
  padding-bottom: 12px;
  display: flex;
  transform: rotate(10deg);
}

.home-hero-section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/bg-promo.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  display: flex;
}

.home-hero-section.promo-details {
  background-image: url('../images/bg-promo-2.webp');
  background-position: 50%;
  background-size: cover;
}

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

.footer-link-content-block {
  justify-content: space-between;
  display: flex;
}

.footer-legal-link-content-block {
  grid-column-gap: 13px;
  align-items: center;
  display: inline-flex;
}

.faq-nav-sign {
  background-color: #000;
  width: 17px;
  height: 3px;
}

.why-choose-me-card-wrapper {
  border-radius: 12px;
  width: 100%;
  text-decoration: none;
}

.why-choose-me-card-wrapper.background-color-black-50.w--current {
  cursor: default;
}

.why-choose-me-card-number-block {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
}

.working-process-step-card-wrapper {
  border-bottom: 1px solid #e5e5e5;
  justify-content: space-between;
  padding-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.number-card {
  grid-column-gap: 20px;
  width: 100%;
  max-width: 217px;
}

.footer-headline-content-block {
  max-width: 639px;
}

.footer-info-content-block {
  grid-row-gap: 32px;
  flex-flow: column;
  max-width: 272px;
  display: flex;
}

.why-choose-me-card {
  max-width: 690px;
}

.footer-name-text {
  color: #0c0407;
  letter-spacing: -6.42px;
  font-family: Inter, sans-serif;
  font-size: 184px;
  font-weight: 700;
  line-height: 120%;
}

.home-hero-card-image-block {
  height: 378px;
  margin-left: 12px;
  margin-right: 12px;
  overflow: hidden;
}

.experience-section-contact-button {
  display: inline-block;
}

.why-choose-me-card-text-content-block {
  grid-column-gap: 16px;
  justify-content: space-between;
  padding: 40px 36px 38px 24px;
  display: flex;
}

.footer-info-card-block {
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.home-section-contact-button {
  display: inline-block;
}

.faq-item-header-block {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.working-process-step-card {
  max-width: 690px;
}

.download-arrow {
  width: 8px;
  height: 8px;
}

.vertical-line {
  background-color: #4c4c4c;
  width: 1px;
  height: 11px;
}

.footer-headline-text-block {
  max-width: 540px;
  margin-bottom: 40px;
}

.form-input-block {
  margin-bottom: 40px;
}

.hi-emoji {
  width: 80px;
  height: 80px;
}

.experience-card-number-block {
  grid-column-gap: 335px;
  align-items: center;
  display: flex;
}

.footer-profile-link-hr-line {
  background-color: #000;
  width: 1.5px;
  height: 16px;
}

.review-card-content-wrapper {
  background-color: #f9f9f9;
  border-radius: 12px;
}

.why-choose-me-content-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-headline-block {
  display: inline-block;
}

.home-hero-wrapper {
  background-color: #292929;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.home-hero-wrapper.promo-details-wrap {
  background-color: #f5f5f5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: flex;
}

.experience-card-content-wrapper {
  grid-column-gap: 1.5rem;
  border-bottom: 1px solid #e5e5e5;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 29px;
  display: flex;
}

.home-hero-image-card-01-headine-text {
  color: #ede3d9;
  letter-spacing: -1.2px;
  max-width: 178px;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.numbers-section-content-wrapper {
  grid-column-gap: 20px;
  display: flex;
}

.review-section-content-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.why-choose-me-button-wrappe {
  display: inline-block;
}

.home-services-card-content-wrapper {
  border-bottom: 1px solid #e5e5e5;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 29px;
  display: flex;
}

.why-choose-me-card-headline-text.text-xl-2.text-weight-semibold {
  font-weight: 600;
}

.faq-nav-sign-vertical {
  background-color: #000;
  width: 17px;
  height: 3px;
  position: absolute;
  inset: 0 0% 0% auto;
}

.home-services-headlne-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-hero-card-image {
  border-radius: 20px;
  width: 332px;
  height: 378px;
}

.home-hero-image-card-wrapper-03 {
  background-color: #b4b186;
  border-radius: 28px;
  flex-flow: column;
  align-items: center;
  max-width: 356px;
  padding-bottom: 12px;
  display: flex;
}

.review-text-block {
  max-width: 320px;
}

.faq-content-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.number-card-headline-text.text-3xl.text-weight-semibold {
  font-weight: 600;
}

.black-border {
  background-color: #0c0407;
  width: 100%;
  height: 1px;
  margin-top: -1px;
}

.review-card-logo-content-block {
  grid-column-gap: 144px;
  border-bottom: 1px solid #e5e5e5;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
}

.footer-name-block {
  position: relative;
}

.faq-item-wrapper {
  max-width: 590px;
}

.download-full-template-blcok {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.download-full-template-blcok:hover {
  text-underline-position: under;
  text-decoration: underline;
}

.download-full-template-blcok.display-none {
  display: none;
}

.home-hero-image-card-headline-block {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 32px;
  padding-left: 40px;
}

.reviewer-info-block {
  grid-column-gap: 16px;
  align-items: center;
  width: 100%;
  min-width: 180px;
  max-width: 237px;
  display: flex;
}

.navbar {
  background-color: #f5f5f5;
}

.footer-form-block {
  width: 100%;
  max-width: 690px;
}

.span-link {
  color: #0c0407;
}

.span-link:hover {
  color: #4c4c4c;
}

.legal-link-text.text-sm-1.text-color-black-900 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.legal-link-text.text-sm-1.text-color-black-900:hover {
  color: #4c4c4c;
}

.review-star-wrapper-mobile {
  grid-column-gap: 8.39px;
  align-items: center;
  display: none;
}

.footer-image {
  border-radius: 20px;
  width: 227.17px;
  height: 258.65px;
  position: absolute;
  inset: 0% auto 0% 277px;
  transform: rotate(10deg);
}

.footer {
  background-color: #f5f5f5;
}

.table-card-content-wrapper {
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.footer-info-content-block-m {
  grid-row-gap: 32px;
  flex-flow: column;
  max-width: 272px;
  display: none;
}

.reiew-logo-wrapper {
  width: 100%;
  max-width: 137px;
}

.copyright-text.text-sm.text-color-black-900 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.section-headline-text {
  margin-bottom: 20px;
  font-size: 22px;
  display: inline-block;
}

.section-headline-text.text-3xl.text-weight-semibold {
  font-weight: 600;
}

.faq-item-block {
  grid-row-gap: 12px;
  flex-flow: column;
  width: 100%;
  min-width: 590px;
  max-width: 590px;
  display: flex;
}

.reviewer-image {
  border-radius: 100px;
  width: 44px;
  height: 44px;
}

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

.experience-headline {
  display: inline-block;
}

.faq-item-text-block {
  max-width: 522px;
}

.home-services-card-wrapper {
  cursor: default;
  width: 100%;
  text-decoration: none;
  overflow: hidden;
}

.home-services-card-wrapper.w--current {
  cursor: default;
  width: 100%;
}

.review-card {
  width: 100%;
  max-width: 590px;
}

.home-hero-wrapper-inner {
  grid-column-gap: 20px;
  align-items: center;
  max-width: 80%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.review-card-logo-wrapper {
  grid-column-gap: 108px;
  align-items: center;
  display: flex;
}

.home-hero-image-card-03-headine-text {
  color: #5d5b33;
  letter-spacing: -1.2px;
  max-width: 178px;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.number-card-content-wrapper {
  grid-row-gap: 80px;
  background-color: #f9f9f9;
  border-radius: 12px;
  flex-flow: column;
  width: 100%;
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 28px;
  text-decoration: none;
  display: inline-flex;
}

.submit-button-arrow {
  position: absolute;
  inset: 17px auto auto 389px;
}

.why-choose-me--headline-content-wrapper {
  justify-content: space-between;
  display: flex;
}

.about-text.text-xl.text-weight-medium {
  font-weight: 500;
}

.global-padding-2 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.logo-link {
  max-width: 200px;
}

.logo-link.w--current {
  padding-left: 0;
}

.menu-wrapper {
  grid-column-gap: 40px;
  display: flex;
}

.logo-image-2 {
  width: 100%;
  height: 100%;
}

.nav-menu {
  grid-column-gap: 250px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.nav-footer-link-block-2 {
  height: 20px;
  text-decoration: none;
  overflow: hidden;
}

.text-style-no_wrap-2 {
  white-space: nowrap;
}

.text-color-black-900-2 {
  color: var(--_base-collection-2---black-900);
}

.text-sm-3 {
  letter-spacing: -.14px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.text-color-white-2 {
  color: var(--_base-collection-2---primary-white);
}

.button-normal-white-arrow-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-weight-medium-2 {
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.button-normal-black-wrapper-2 {
  grid-column-gap: 4px;
  color: #000;
  background-color: #b5a147;
  border-radius: 6px;
  align-items: center;
  padding: 10px 12px;
  text-decoration: none;
  display: inline-flex;
}

.button-normal-black-wrapper-2:hover {
  background-color: var(--black-100);
}

.button-normal-black-wrapper-2.in-page {
  text-transform: uppercase;
  align-self: flex-start;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}

.button-normal-black-wrapper-2.in-page.details {
  align-self: auto;
}

.button-normal-black-text-2.text-sm.text-weight-medium-2.text-style-no_wrap {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.button-normal-black-text-2.text-sm.text-weight-medium-2.text-style-no_wrap.in-page-btn {
  font-size: 16px;
}

.button-normal-black-arrow-image-black-2 {
  object-fit: cover;
  width: 12px;
  height: 12px;
  display: none;
  position: absolute;
  inset: 2.81px auto auto 2.67px;
}

.button-normal-black-arrow-image-white-2 {
  filter: invert();
  object-fit: cover;
  width: 12px;
  height: 12px;
  position: absolute;
  inset: 2.81px auto auto 2.67px;
}

.button-normal-white-wrapper-2 {
  grid-column-gap: 4px;
  border: 1px solid var(--_base-collection-2---black-100);
  border-radius: 6px;
  align-items: center;
  padding: 10px 12px;
  text-decoration: none;
  display: inline-flex;
}

.button-white-arrow-image-black-2 {
  object-fit: cover;
  width: 12px;
  height: 12px;
  position: absolute;
  inset: 2.81px auto auto 2.67px;
}

.button-white-arrow-image-white-2 {
  object-fit: cover;
  width: 12px;
  height: 12px;
  display: none;
  position: absolute;
  inset: 2.81px auto auto 2.67px;
}

.chanagelog-headline-block {
  justify-content: center;
  margin-bottom: 100px;
  display: flex;
}

.changelog-section-wrapper {
  margin-top: 100px;
}

.global-wrapper-02 {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.changelog-item-block {
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.hero-headline-text {
  color: #0c0407;
  text-align: center;
  letter-spacing: -8px;
  font-family: Poppins, sans-serif;
  font-size: 128px;
  font-weight: 500;
  line-height: 120px;
  display: inline-block;
}

.chnagelog-text-element-block {
  margin-top: 120px;
  padding-left: 24px;
}

.licenses-block-title {
  color: #0c0407;
  text-align: center;
  letter-spacing: -1.08px;
  margin-bottom: 42px;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.licenses-element-block {
  margin-top: 100px;
}

.licences-font-text-block {
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.font-license-link {
  color: #0c0407;
  font-weight: 700;
}

.font-license-link:hover {
  color: #0c0407;
}

.licences-font-headline-block {
  margin-bottom: 40px;
}

.licenses-font-text.text-sm.text-weight-medium.text-align-center.black-666666 {
  color: #666;
}

.licenses-headline-subtext {
  max-width: 640px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.licenses-text-element-block {
  grid-row-gap: 100px;
  flex-flow: column;
  padding-left: 0;
  display: flex;
}

.licenses-headline-block {
  grid-row-gap: 20px;
  flex-flow: column;
  margin-bottom: 60px;
  display: flex;
}

.security-form-wrapper-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 194px;
  display: flex;
}

.security-form {
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.security-form-wrapper {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  background-color: #f8f8f8;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 600px;
  padding: 28px 24px;
  display: flex;
}

.security-form-input {
  letter-spacing: -.16px;
  border: 1px solid #d1d6d4;
  border-radius: 6px;
  min-height: 55px;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 20px;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.security-form-input::placeholder {
  color: var(--black-500);
}

.security-form-button {
  background-color: var(--primay-black);
  color: var(--primary-white);
  letter-spacing: -.14px;
  border-radius: 8px;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.security-headline-block {
  justify-content: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.social-link-underline-2 {
  background-color: #000;
  width: 100%;
  height: .09375rem;
  margin-top: -4px;
}

.no-found_headline-text {
  color: #0c0407;
  text-align: center;
  letter-spacing: -6px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 18.75rem;
  font-weight: 600;
  line-height: 110%;
}

.section_404 {
  flex-flow: column;
  justify-content: space-between;
  height: 100vh;
  padding-bottom: 2.5rem;
  display: flex;
}

.not_found-element-wrapper {
  margin-top: 100px;
}

.not_found-headline-block {
  margin-bottom: 40px;
}

.social-link-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: inline-flex;
}

.social-link-2:hover {
  text-decoration: none;
}

.not_found-text {
  color: gray;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

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

.not-founf_wrapper {
  ---mode--collection-c4aa88e8-739c-5054-eb68-0c71f8a654da: base;
  width: 100%;
  max-width: 77.5625rem;
  margin-left: auto;
  margin-right: auto;
}

.not-found-button-text {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25rem;
}

.not_found-text-headline {
  color: #0c0407;
  font-family: Inter, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.375rem;
}

.social-element-block {
  grid-column-gap: 40px;
  display: inline-flex;
}

.not_found-text-headline-block {
  margin-bottom: 12px;
}

.social-element-wapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.not_found-button-block {
  background-color: #000;
  border-radius: .75rem;
  justify-content: center;
  margin-top: 48px;
  padding: .75rem 1.25rem;
  text-decoration: none;
  display: inline-flex;
}

.not_found-button-block:hover {
  background-color: #333;
}

.social-link-text-2 {
  color: #0c0407;
  letter-spacing: -.32px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.legal-section {
  background-color: #f5f5f5;
  padding: 50px 5px;
}

.heading {
  margin-bottom: 40px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.container {
  text-align: center;
}

.hero-grid {
  grid-template-rows: auto;
  width: 100%;
}

.hero-grid.on-promo {
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: .5fr 1fr;
  padding: 20px 10px;
}

.promo-image {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 100%;
  height: 100%;
}

.promo-image.details-page {
  border-top-right-radius: 20px;
  border-bottom-left-radius: 0;
  width: 600px;
  height: 300px;
}

.grid-inner-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.grid-inner-container.on-promo {
  background-color: #b5a147;
}

.paragraph {
  margin-bottom: 20px;
  font-size: 14px;
}

.paragraph-2 {
  color: #bdbdbd;
}

.footer-content-block {
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

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

.promo-bonus-text {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

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

.promo-bonus-terms {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.list {
  padding-left: 20px;
}

@media screen and (min-width: 1440px) {
  .global-wrapper {
    max-width: 1440px;
  }

  .review-main-content-block {
    justify-content: flex-start;
  }

  .footer-name-text {
    font-size: 213px;
  }

  .faq-item-wrapper {
    max-width: 690px;
  }

  .faq-item-block {
    min-width: 690px;
    max-width: 690px;
  }

  .review-card {
    max-width: 690px;
  }

  .nav-menu {
    grid-column-gap: 366px;
  }
}

@media screen and (max-width: 991px) {
  .text-sm-1, .text-sm {
    font-size: 14px;
  }

  .section-headline-margin {
    margin-bottom: 40px;
  }

  .section-margin {
    margin-bottom: 100px;
  }

  .text-xl {
    font-size: 28px;
  }

  .global-padding {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-xl-2 {
    font-size: 1.75rem;
  }

  .text-lg-2 {
    grid-row-gap: 20px;
    flex-flow: wrap;
    font-size: 1.1rem;
  }

  .faq-item-text {
    max-width: 636px;
  }

  .working-process-content-wrapper {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-items: center;
    display: flex;
  }

  .home-hero-image-card-wrapper-01 {
    max-width: 226px;
  }

  .home-hero-images-wrapper {
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: center;
  }

  .home-hero-images-wrapper.section-margin {
    flex-flow: row;
    justify-content: center;
  }

  .home-hero-headline-text {
    font-size: 50px;
    line-height: 106px;
  }

  .home-hero-headline-text.on-details {
    line-height: 45px;
  }

  .working-proces-step-wrapper.w--current {
    display: block;
  }

  .experience-card-text-block {
    width: 100%;
    max-width: 100%;
  }

  .faq-section-wrapper {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .footer-headline-block {
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .about-section-wrapper {
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .home-hero-image-card-02-headine-text {
    font-size: 30px;
    line-height: 38px;
  }

  .home-services-card-headline-text.text-lg.text-weight-semibold.text-color-black-900.display-none-services-pc {
    display: none;
  }

  .home-services-card-headline-text.text-lg.text-weight-semibold.text-color-black-900.display-none-services-m {
    display: block;
  }

  .home-hero-image-card-wrapper-02 {
    z-index: 1;
    max-width: 226px;
    position: relative;
    transform: translate(0, -25px)rotate(0);
  }

  .home-hero-section {
    min-height: 100vh;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-link-content-block {
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: center;
  }

  .footer-legal-link-content-block {
    order: 1;
    margin-right: 0;
  }

  .working-process-step-card-wrapper {
    width: 100%;
  }

  .footer-headline-content-block {
    max-width: 100%;
    display: flex;
  }

  .footer-name-text {
    letter-spacing: -5px;
    font-size: 114px;
    line-height: 160px;
  }

  .home-hero-card-image-block {
    height: 100%;
  }

  .why-choose-me-card-text-content-block {
    grid-row-gap: 11px;
    flex-flow: column;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .working-process-step-card {
    max-width: 100%;
  }

  .experience-card-number-block {
    grid-column-gap: 80px;
    align-items: center;
    display: flex;
  }

  .home-hero-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .experience-card-content-wrapper {
    grid-row-gap: 16px;
    flex-flow: column;
    align-items: flex-start;
  }

  .home-hero-image-card-01-headine-text {
    font-size: 30px;
    line-height: 38px;
  }

  .numbers-section-content-wrapper {
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .review-section-content-wrapper {
    flex-flow: wrap;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
    width: 100%;
  }

  .home-services-card-content-wrapper {
    grid-row-gap: 16px;
    flex-flow: column;
    align-items: flex-start;
  }

  .home-hero-card-image {
    object-fit: cover;
    width: 312px;
    height: 200px;
  }

  .home-hero-image-card-wrapper-03 {
    max-width: 226px;
    transform: rotate(10deg);
  }

  .faq-content-block {
    justify-content: center;
  }

  .faq-item-wrapper {
    width: 100%;
    max-width: 730px;
  }

  .download-full-template-blcok {
    grid-row-gap: 20px;
    order: -1;
    margin-right: 0;
  }

  .home-services-card-number-block {
    grid-column-gap: 48px;
    align-items: center;
    display: flex;
  }

  .home-hero-image-card-headline-block {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .footer-form-block {
    max-width: 100%;
  }

  .review-section-wrapper {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .footer-image {
    border-radius: 16px;
    width: 170px;
    height: 200px;
    left: 168px;
  }

  .table-card-content-wrapper {
    grid-row-gap: 38px;
  }

  .faq-item-block {
    width: 100%;
    max-width: 720px;
  }

  .section-headlne-content-wrapper {
    width: 100%;
  }

  .review-card {
    max-width: 730px;
  }

  .home-hero-wrapper-inner {
    justify-content: center;
    margin-bottom: 80px;
  }

  .review-card-logo-wrapper {
    justify-content: space-between;
    padding-right: 2rem;
  }

  .home-hero-image-card-03-headine-text {
    font-size: 30px;
    line-height: 38px;
  }

  .submit-button-arrow {
    left: 405px;
  }

  .global-padding-2 {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-wrapper {
    grid-row-gap: 20px;
    flex-flow: column;
    margin-bottom: 20px;
  }

  .nav-menu {
    background-color: #fff;
    border-top: 1px solid #000;
    border-bottom: 1px #000;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .icon-2 {
    color: #000;
    font-size: 36px;
    line-height: 42px;
  }

  .nav-wrapper {
    grid-column-gap: 0px;
    justify-content: space-between;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #fff;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-sm-3 {
    font-size: 14px;
  }

  .chanagelog-headline-block {
    margin-bottom: 80px;
  }

  .changelog-section-wrapper {
    margin-top: 80px;
  }

  .hero-headline-text {
    letter-spacing: -7px;
    font-size: 94px;
    line-height: 106px;
  }

  .licenses-element-block {
    margin-top: 80px;
  }

  .security-headline-block {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .no-found_headline-text {
    letter-spacing: -5px;
    font-size: 14rem;
    line-height: 100%;
  }

  .not-founf_wrapper {
    ---mode--collection-c4aa88e8-739c-5054-eb68-0c71f8a654da: mode-7f42e7cc-75c9-9328-b494-d197575077eb;
    max-width: 77.5625rem;
  }

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

  .promo-image {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
  }

  .footer-content-block {
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .hero-section-headline-margin {
    margin-bottom: 40px;
  }

  .text-lg {
    font-size: 16px;
    line-height: 24px;
  }

  .section-headline-margin {
    margin-bottom: 40px;
  }

  .global-wrapper {
    max-width: 100%;
  }

  .button-small-white-wrapper {
    display: inline-flex;
  }

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

  .section-margin {
    margin-bottom: 80px;
  }

  .text-xl {
    font-size: 24px;
    line-height: 28px;
  }

  .button-normal-black-wrapper {
    display: inline-flex;
  }

  .text-3xl {
    font-size: 1.125rem;
  }

  .global-padding {
    padding-left: 14px;
    padding-right: 14px;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

  .button-normal-white-wrapper {
    display: inline-flex;
  }

  .text-xl-2 {
    font-size: 1.7rem;
    line-height: 120%;
  }

  .faq-item-text {
    max-width: 440px;
  }

  .working-process-content-wrapper {
    grid-row-gap: 40px;
  }

  .home-hero-image-card-wrapper-01 {
    order: 1;
    max-width: 356px;
    transform: none;
  }

  .home-hero-images-wrapper.section-margin {
    flex-flow: column;
  }

  .home-hero-headline-text {
    font-size: 40px;
    line-height: 86px;
  }

  .review-main-content-block {
    flex-flow: column-reverse;
    padding-top: 28px;
    padding-bottom: 16px;
    padding-left: 16px;
  }

  .footer-headline-text.text-3xl {
    font-size: 40px;
  }

  .about-section-wrapper {
    grid-row-gap: 20px;
  }

  .home-hero-image-card-02-headine-text {
    font-size: 40px;
    line-height: 48px;
  }

  .section-headline-contact-button-block, .review-star-wrapper {
    display: none;
  }

  .faq-nav-block {
    margin-right: 5px;
  }

  .home-hero-image-card-wrapper-02 {
    order: -1;
    max-width: 356px;
    position: static;
    transform: none;
  }

  .home-hero-section {
    min-height: 80vh;
  }

  .working-process-step-card-wrapper {
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .footer-info-content-block {
    display: none;
  }

  .why-choose-me-card {
    max-width: 100%;
  }

  .footer-name-text {
    letter-spacing: -4px;
    font-size: 85px;
    line-height: 120px;
  }

  .experience-section-contact-button, .home-section-contact-button {
    display: none;
  }

  .hi-emoji {
    width: 80px;
    height: 80px;
  }

  .experience-card-number-block {
    grid-column-gap: 20px;
  }

  .why-choose-me-content-wrapper {
    grid-template-columns: 1fr;
  }

  .home-hero-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .home-hero-image-card-01-headine-text {
    font-size: 40px;
    line-height: 48px;
  }

  .numbers-section-content-wrapper {
    justify-content: center;
  }

  .why-choose-me-button-wrappe {
    display: none;
  }

  .home-hero-card-image {
    object-fit: cover;
    height: 350px;
  }

  .home-hero-image-card-wrapper-03 {
    max-width: 356px;
    transform: none;
  }

  .review-text-block {
    margin-bottom: 40px;
  }

  .number-card-headline-text.text-3xl {
    font-size: 40px;
  }

  .review-card-logo-content-block {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
  }

  .faq-item-wrapper {
    max-width: 100%;
  }

  .home-services-card-number-block {
    grid-column-gap: 20px;
  }

  .home-hero-image-card-headline-block {
    padding-top: 40px;
    padding-bottom: 32px;
    padding-left: 40px;
  }

  .review-star-wrapper-mobile {
    margin-bottom: 20px;
    display: flex;
  }

  .footer-image {
    border-radius: 8px;
    width: 121px;
    height: 137px;
    left: 189px;
  }

  .contact-form-wrapper {
    margin-bottom: 80px;
  }

  .footer-info-content-block-m {
    max-width: 100%;
    display: block;
  }

  .section-headline-text.text-3xl {
    font-family: Inter, sans-serif;
    font-size: 40px;
    font-weight: 400;
  }

  .section-headline-text.text-3xl.text-weight-semibold {
    font-weight: 600;
  }

  .faq-item-block {
    align-items: stretch;
    width: 100%;
    min-width: 0;
  }

  .home-hero-wrapper-inner {
    margin-bottom: 40px;
  }

  .home-hero-image-card-03-headine-text {
    font-size: 40px;
    line-height: 48px;
  }

  .submit-button-arrow {
    left: 312px;
  }

  .global-padding-2 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .nav-wrapper {
    grid-column-gap: 0px;
    justify-content: space-between;
  }

  .button-normal-black-wrapper-2, .button-normal-white-wrapper-2 {
    display: inline-flex;
  }

  .chanagelog-headline-block {
    margin-bottom: 60px;
  }

  .changelog-section-wrapper {
    margin-top: 60px;
  }

  .global-wrapper-02 {
    max-width: 100%;
  }

  .hero-headline-text {
    letter-spacing: -6px;
    font-size: 80px;
    line-height: 70px;
  }

  .chnagelog-text-element-block {
    padding-left: 0;
  }

  .licenses-element-block {
    margin-top: 60px;
  }

  .licenses-text-element-block {
    padding-left: 0;
  }

  .security-form-wrapper {
    width: 450px;
  }

  .security-headline-block {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .no-found_headline-text {
    letter-spacing: -2px;
    font-size: 10rem;
  }

  .not-founf_wrapper {
    ---mode--collection-c4aa88e8-739c-5054-eb68-0c71f8a654da: mode-9033e288-2473-52c3-6dd3-bfca09429b3b;
    max-width: 77.5625rem;
  }

  .social-element-block {
    flex-flow: wrap;
    justify-content: center;
  }

  .grid-inner-container.on-promo {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media screen and (max-width: 479px) {
  .styleguide-item-row {
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-auto-flow: row dense;
    display: flex;
  }

  .styleguide_grid-colours {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

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

  .section-margin {
    margin-bottom: 100px;
  }

  .global-padding {
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-input.is-select-input, .form-input.is-text-area::placeholder {
    color: #4c4c4c;
  }

  .styleguide-header {
    text-align: center;
  }

  .styleguide-heading {
    line-height: 120%;
  }

  .text-xl-2 {
    font-size: 1.4rem;
  }

  .text-lg-2 {
    letter-spacing: -.16px;
    font-size: 1rem;
    line-height: 120%;
  }

  .faq-item-text {
    max-width: 268px;
  }

  .home-services-type-wrapper {
    grid-column-gap: .35rem;
    flex-flow: wrap;
  }

  .home-hero-image-card-wrapper-01 {
    max-height: 539px;
  }

  .home-hero-headline-text {
    font-size: 32px;
    line-height: 56px;
  }

  .footer-headline-text.text-3xl {
    letter-spacing: -1.2px;
    font-size: 32px;
    line-height: 40px;
  }

  .faq-item-header-text {
    width: 86%;
  }

  .home-services-card-text-block {
    max-width: 100%;
  }

  .home-hero-section.promo-details {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-link-content-block {
    grid-row-gap: 8px;
  }

  .number-card {
    max-width: 140px;
    height: 100%;
  }

  .footer-name-text {
    letter-spacing: -1px;
    font-size: 45px;
    line-height: 65px;
  }

  .home-services-card-type-text.text-sm {
    font-size: 13px;
  }

  .hi-emoji {
    width: 50px;
    height: 50px;
  }

  .home-hero-card-image {
    object-fit: cover;
    height: 100%;
  }

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

  .faq-item-wrapper {
    width: 100%;
  }

  .download-full-template-blcok {
    flex-flow: wrap;
    justify-content: center;
    margin-bottom: 20px;
  }

  .copyright-text-block {
    text-align: center;
    order: 1;
  }

  .footer-image {
    width: 101px;
    height: 117px;
    inset: -32px auto 0% 25%;
  }

  .faq-item-block {
    width: 100%;
  }

  .home-hero-wrapper-inner {
    grid-column-gap: 8px;
    margin-bottom: 40px;
  }

  .number-card-content-wrapper {
    grid-row-gap: 50px;
  }

  .number-card-content-wrapper.w--current {
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
    padding-left: 16px;
  }

  .submit-button-arrow {
    display: none;
    left: 190px;
  }

  .global-padding-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-wrapper {
    grid-column-gap: 0px;
  }

  .chanagelog-headline-block {
    margin-bottom: 40px;
  }

  .changelog-section-wrapper {
    margin-top: 40px;
  }

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

  .hero-headline-text {
    letter-spacing: -2px;
    font-size: 42px;
    line-height: 48px;
  }

  .licenses-element-block {
    margin-top: 40px;
  }

  .security-form-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 310px;
    padding: 16px;
  }

  .security-headline-block {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .no-found_headline-text {
    letter-spacing: -1px;
    text-transform: uppercase;
    font-size: 8rem;
  }

  .not_found-element-wrapper {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

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

  .not-founf_wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    ---mode--collection-c4aa88e8-739c-5054-eb68-0c71f8a654da: mode-eb2f77ed-a273-a80d-efc3-4e968f1b1401;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .not_found-text-headline {
    text-align: center;
  }

  .social-element-block {
    grid-row-gap: 10px;
  }

  .paragraph-2 {
    font-size: 16px;
  }

  .footer-content-block {
    grid-row-gap: 8px;
  }
}


