:root {
  --primary-white: white;
  --primay-black: #000;
  --black-900: #0c0407;
  --_base-collection-2---black-900: #0c0407;
  --_base-collection-2---primary-white: #fff;
  --_base-collection-2---primary-black: #000;
  --_base-collection-2---black-button-hover: #353535;
  --_base-collection-2---black-100: #e5e5e5;
  --black-500: grey;
  --_base-collection-2---black-50-2: #f9f9f9;
  --black-800: #333;
  --black-700: #4c4c4c;
  --black-600: #666;
  --black-400: #999;
  --black-300: #b3b3b3;
  --black-200: #ccc;
  --black-100: #e5e5e5;
  --black-50: #f9f9f9;
  --black-button-hover: #353535;
  --button-border: #e0e0e0;
  --horizontal-line: #e0e0e0;
  --form-input-border: #e5e5e5;
  --_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---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-family: Inter, sans-serif;
  font-weight: 400;
}

a {
  letter-spacing: -.14px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

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

.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: #0c0407;
  letter-spacing: -7.68px;
  font-family: Poppins, sans-serif;
  font-size: 128px;
  font-weight: 500;
  line-height: 120px;
}

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

.about-us.section-margin {
  display: block;
}

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

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

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

.footer-profile-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;
  text-align: center;
  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 {
  margin-top: 100px;
  margin-bottom: 50px;
}

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

.review-logo {
  color: #a52626;
  max-width: 100%;
}

.navbar {
  background-color: #fff;
}

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

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

.span-link:hover, .licenses-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);
}

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

.section-headline-text {
  display: inline-block;
}

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

.section-headline-text.text-3xl.text-weight-semibold.text-color-black-900 {
  padding-bottom: 20px;
}

.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-headline-wrapper {
  grid-column-gap: 20px;
  align-items: center;
  max-width: 1100px;
  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 {
  width: 101px;
}

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

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

.logo-image-2 {
  width: 160%;
  max-width: 200%;
}

.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;
  background-color: var(--_base-collection-2---primary-black);
  border-radius: 6px;
  align-items: center;
  padding: 10px 12px;
  text-decoration: none;
  display: inline-flex;
}

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

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

.paragraph {
  color: #4c4c4c;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}

.image {
  background-image: url('../images/Generated-Image-September-22-2025---11_08AM.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 24px;
}

.paragraph-2 {
  font-weight: 600;
}

.paragraph-3 {
  padding-top: 20px;
  padding-bottom: 8px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.paragraph-3.eee {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.div-block-2 {
  padding-bottom: 20px;
}

.book-a-free-call {
  margin-bottom: 150px;
}

.link {
  color: #000;
}

.link:hover {
  color: #4b3fcf;
}

.feature-text {
  color: #848199;
  font-size: 15px;
}

.feature-text.white-text {
  color: #fff;
}

.pricing-features {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 22px;
  margin-bottom: 32px;
}

.container {
  font-size: 66px;
}

.price-card-base {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.price-card {
  padding: 32px 34px;
}

.pricing-base {
  background-color: #fff;
  border-radius: 35px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 250px;
  margin-top: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-block-2 {
  color: #848199;
  font-size: 20px;
  font-weight: 400;
}

.pricing-card-featured {
  background-color: #5243c2;
  background-image: url('../images/Lines.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 30px;
  width: 105%;
  height: 100%;
  padding: 32px 22px;
  position: relative;
  top: -35px;
  box-shadow: 2px 44px 42px #5243c24d;
}

.check-wrap {
  align-items: center;
  display: flex;
}

.section-large {
  background-color: var(--_base-collection-2---black-50-2);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 140px 3%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.price-type {
  color: #231d4f;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 42px;
}

.price-type.white-text {
  color: #fff;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 42px;
}

.length-text {
  color: #848199;
  font-size: 22px;
}

.length-text.white-text {
  color: #d4d3db;
}

.button {
  color: #f496d1;
  background-color: #fef5fb;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  min-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.button.button-white {
  color: #5243c2;
  background-color: #f496d1;
}

.title-wrap {
  color: #7b88a8;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.pricing-text {
  color: #848199;
  margin-bottom: 39px;
  font-size: 15px;
}

.pricing-text.white-text, .pricing-text.s {
  color: #fff;
}

.pricing.white-text {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}

.pricing-grid {
  grid-column-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.check {
  width: 24px;
  margin-right: 16px;
}

.content-h1 {
  z-index: 2;
  color: #231d4f;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 55px;
  line-height: 1.1;
  position: relative;
}

.heading-2 {
  font-size: 40px;
}

.container-2 {
  max-width: 1170px;
}

.sss {
  font-size: 40px;
  font-weight: 700;
}

.button-2 {
  color: #fff;
  background-color: #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  min-height: 50px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

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

.button-2.sssss {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
}

.pricing-card-featured-2 {
  background-color: #000;
  background-image: url('../images/Lines.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 30px;
  width: 105%;
  height: 100%;
  padding: 32px 22px;
  position: relative;
  top: -35px;
  box-shadow: 2px 44px 42px #5243c24d;
}

.bold-text {
  font-size: 40px;
}

.container-3, .container-4 {
  max-width: 1170px;
}

.section {
  padding: 120px 3%;
}

.container-5 {
  max-width: 1170px;
}

.div-block-3 {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-5 {
  letter-spacing: -1px;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}

.image-2 {
  border-radius: 12px;
}

.paragraph-4 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.section-2 {
  margin-top: 120px;
  margin-bottom: 120px;
}

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

.heading-6 {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.section-3 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.container-6 {
  max-width: 1170px;
}

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

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

  .footer-link-content-block {
    justify-content: center;
  }

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

  .heading {
    font-family: Poppins, sans-serif;
    font-size: 128px;
    font-weight: 500;
    line-height: 120px;
  }

  .heading.h1 {
    color: #0c0407;
    letter-spacing: -7.68px;
  }

  .feature-text {
    line-height: 24px;
  }

  .price-card-base {
    box-shadow: none;
  }

  .pricing-card-featured {
    background-color: var(--primay-black);
    box-shadow: none;
  }

  .section-large {
    line-height: 1.1px;
  }

  .price-type {
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
  }

  .length-text {
    font-weight: 500;
  }

  .button {
    color: #fff;
    background-color: #000;
    margin-top: 20px;
  }

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

  .button.button-white:hover {
    background-color: #eeedee;
  }

  .button.button-white.s {
    border: 1px solid var(--primary-white);
    color: #fff;
    background-color: #0000;
    margin-top: 20px;
  }

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

  .button.sssss {
    color: #000;
    background-color: #0000;
    border: 1px solid #000;
  }

  .button.sssss:hover {
    color: #fff;
    background-color: #000;
  }

  .pricing-text {
    margin-bottom: 39px;
    font-size: 16px;
    line-height: 24px;
  }

  .pricing-text.white-text {
    margin-bottom: 20px;
    line-height: 24px;
  }

  .pricing-text.s {
    color: #fff;
  }

  .pricing {
    font-size: 40px;
    font-weight: 400;
  }

  .pricing.white-text {
    font-weight: 700;
  }

  .pricing-grid {
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }

  .content-h1 {
    max-width: 1020px;
  }

  .container-2 {
    max-width: 1170px;
  }

  .heading-3, ._11 {
    font-size: 40px;
  }

  .heading-4 {
    font-weight: 700;
  }

  .sss {
    font-size: 40px;
    font-weight: 700;
  }

  .button-2 {
    color: #fff;
    background-color: #000;
    margin-top: 20px;
  }

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

  .button-2.button-white:hover {
    background-color: #eeedee;
  }

  .button-2.button-white.s {
    color: #fff;
    background-color: #0000;
    border: 1px solid #fff;
    margin-top: 20px;
  }

  .button-2.button-white.s:hover {
    color: #000;
    background-color: #fff;
  }

  .button-2.sssss {
    color: #000;
    background-color: #0000;
    border: 1px solid #000;
  }

  .button-2.sssss:hover {
    color: #fff;
    background-color: #000;
  }

  .pricing-card-featured-2 {
    box-shadow: none;
    background-color: #000;
  }
}

@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: 100px;
    line-height: 106px;
  }

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

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

  .footer-profile-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: 80px;
    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-headline-wrapper {
    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;
  }

  .price-card {
    position: relative;
  }

  .pricing-card-featured {
    top: 0;
  }

  .pricing-grid {
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-card-featured-2 {
    top: 0;
  }
}

@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 {
    letter-spacing: -6px;
    font-size: 80px;
    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;
  }

  .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: 80px;
    margin-bottom: 0;
  }

  .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-headline-wrapper {
    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;
  }

  .price-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .content-h1 {
    font-size: 55px;
  }
}

@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 {
    letter-spacing: -3px;
    font-size: 48px;
    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%;
  }

  .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-headline-wrapper {
    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;
  }

  .pricing-card-featured {
    width: 100%;
  }

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

  .content-h1 {
    text-align: center;
    font-size: 42px;
  }

  .pricing-card-featured-2 {
    width: 100%;
  }
}

#w-node-d0543c37-b2df-a11f-d7fa-90180717fabf-7db5ce21 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e75ad-7db5ce21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e75ae-7db5ce21 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e75b2-7db5ce21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e75b3-7db5ce21 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e75b7-7db5ce21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e75b8-7db5ce21 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e75bc-7db5ce21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e75bd-7db5ce21 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e75c7-7db5ce21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e75c8-7db5ce21 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e75cc-7db5ce21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e75cd-7db5ce21 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e75d7-7db5ce21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e75d8-7db5ce21 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e75dc-7db5ce21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e75dd-7db5ce21 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e75e1-7db5ce21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e75e2-7db5ce21 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e75e6-7db5ce21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e75e7-7db5ce21 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e75eb-7db5ce21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e75ec-7db5ce21 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e75f0-7db5ce21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e75f1-7db5ce21 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e75f5-7db5ce21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e75f6-7db5ce21 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e75fa-7db5ce21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e75fb-7db5ce21 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e75ff-7db5ce21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7600-7db5ce21 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7604-7db5ce21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7605-7db5ce21 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e760f-7db5ce21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7610-7db5ce21 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7614-7db5ce21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7615-7db5ce21 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7619-7db5ce21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e761a-7db5ce21 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e761e-7db5ce21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e761f-7db5ce21 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7623-7db5ce21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7624-7db5ce21 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e762f-7db5ce21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7630-7db5ce21 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7634-7db5ce21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7635-7db5ce21 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7639-7db5ce21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e763a-7db5ce21 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e763e-7db5ce21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e763f-7db5ce21 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7643-7db5ce21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7644-7db5ce21 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7648-7db5ce21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7649-7db5ce21 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7653-7db5ce21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7654-7db5ce21 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7658-7db5ce21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7659-7db5ce21 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e765d-7db5ce21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e765e-7db5ce21 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e768b-7db5ce21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e768c-7db5ce21 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7691-7db5ce21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7692-7db5ce21 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7697-7db5ce21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7698-7db5ce21 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e769c-7db5ce21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e769d-7db5ce21 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e76a1-7db5ce21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e76a2-7db5ce21 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e76a6-7db5ce21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e76a7-7db5ce21 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e76ab-7db5ce21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e76ac-7db5ce21 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e76b0-7db5ce21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e76b1-7db5ce21 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e76b5-7db5ce21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e76b6-7db5ce21 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e76ba-7db5ce21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e76bb-7db5ce21 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e76bf-7db5ce21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e76c0-7db5ce21 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e76c4-7db5ce21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e76c5-7db5ce21 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e76ce-7db5ce21, #w-node-_31905c22-4a29-0f6d-66a5-0b3f180e76cf-7db5ce21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e76d0-7db5ce21 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e76d6-7db5ce21, #w-node-_31905c22-4a29-0f6d-66a5-0b3f180e76d7-7db5ce21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e76d8-7db5ce21 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e76e5-7db5ce21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e76e6-7db5ce21 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e76ef-7db5ce21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e76f0-7db5ce21 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e76f9-7db5ce21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e76fa-7db5ce21 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7707-7db5ce21, #w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7708-7db5ce21, #w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7709-7db5ce21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e770a-7db5ce21 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e770c-7db5ce21, #w-node-_31905c22-4a29-0f6d-66a5-0b3f180e770f-7db5ce21, #w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7713-7db5ce21, #w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7714-7db5ce21, #w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7715-7db5ce21, #w-node-_31905c22-4a29-0f6d-66a5-0b3f180e771e-7db5ce21, #w-node-_31905c22-4a29-0f6d-66a5-0b3f180e771f-7db5ce21, #w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7720-7db5ce21, #w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7732-7db5ce21, #w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7733-7db5ce21, #w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7734-7db5ce21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7735-7db5ce21 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7738-7db5ce21, #w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7739-7db5ce21, #w-node-_31905c22-4a29-0f6d-66a5-0b3f180e773a-7db5ce21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e773b-7db5ce21 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e773e-7db5ce21, #w-node-_31905c22-4a29-0f6d-66a5-0b3f180e773f-7db5ce21, #w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7740-7db5ce21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7741-7db5ce21 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7747-7db5ce21, #w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7748-7db5ce21, #w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7749-7db5ce21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e774a-7db5ce21 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e774d-7db5ce21, #w-node-_31905c22-4a29-0f6d-66a5-0b3f180e774e-7db5ce21, #w-node-_31905c22-4a29-0f6d-66a5-0b3f180e774f-7db5ce21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7750-7db5ce21 {
  justify-self: start;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7753-7db5ce21, #w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7754-7db5ce21, #w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7755-7db5ce21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31905c22-4a29-0f6d-66a5-0b3f180e7756-7db5ce21 {
  justify-self: start;
}


