:root {
  --white: white;
  --primary-color: #272e35;
  --black: black;
}

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

body {
  color: #333;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

a {
  text-decoration: none;
}

.navbar {
  text-align: center;
  padding-top: 36px;
  padding-bottom: 20px;
}

.hero-block {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 45px;
  display: flex;
}

.hero-heading {
  color: var(--white);
  letter-spacing: -2.5px;
  max-width: 15ch;
  font-family: Inter, sans-serif;
  font-size: 63px;
  font-weight: 600;
  line-height: 73px;
}

.hero-heading.full-width {
  max-width: none;
}

.hero-text {
  color: var(--white);
  max-width: 40ch;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 38px;
}

.hero-text.increse-width {
  max-width: 62ch;
}

.large-space {
  min-height: 72px;
}

.footer-block {
  z-index: 999;
  background-color: #0d6efd;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.preview-button {
  background-color: var(--white);
  color: #282828;
  text-align: center;
  letter-spacing: -.2px;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  display: flex;
}

.preview-button.icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.invoice-content-block {
  background-color: #fff;
  border-radius: 4px;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, .2), 0 1px 4px rgba(0, 0, 0, .1);
}

.ignore-form-block {
  margin-bottom: 0;
}

.invoice-top-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.input-lebel {
  color: var(--primary-color);
  letter-spacing: .2px;
  margin-bottom: 8px;
  font-weight: 500;
  line-height: 24px;
}

.input-field {
  color: var(--primary-color);
  border: 1px solid #cfd6dd;
  border-radius: 6px;
  min-height: 40px;
  margin-bottom: 0;
  padding-left: 16px;
  font-weight: 500;
  line-height: 24px;
}

.input-field.date {
  color: var(--primary-color);
  background-image: url('../images/Date-Picker--Icon.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
  font-weight: 500;
  line-height: 24px;
}

.input-field.date::placeholder {
  color: #272e35;
  letter-spacing: .2px;
  font-weight: 500;
  line-height: 24px;
}

.input-field.eext-area {
  min-height: 128px;
}

.input-field.qty {
  max-width: 46px;
  padding-left: 10px;
  padding-right: 10px;
}

.field-group {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.dropdown-wrap {
  border: 1px solid #cfd6dd;
  border-radius: 6px;
  justify-content: space-between;
  width: 100px;
  height: 40px;
  display: flex;
}

.dropdown-wrap:focus {
  box-shadow: inset 0 0 0 2px #6792f4;
}

.dropdown-toggle {
  color: #272e35;
  letter-spacing: .2px;
  justify-content: space-between;
  align-items: center;
  width: 100px;
  height: 37px;
  padding: 1px 4px 0 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.dropdown-icon {
  margin-top: 0;
  margin-bottom: 0;
}

.dropdown-short-list {
  background-color: #fff;
  border: 1px solid rgba(16, 40, 72, .09);
  border-radius: 6px;
  min-width: 180px;
  margin-top: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  box-shadow: 0 2px 2px -1px rgba(27, 35, 44, .04), 0 8px 16px -2px rgba(27, 36, 44, .12);
}

.dropdown-list-item {
  color: #272e35;
  letter-spacing: .2px;
  justify-content: flex-start;
  align-items: center;
  height: 36px;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.block-divider {
  background-color: #e9ecef;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.company-details-block {
  grid-column-gap: 31px;
  grid-row-gap: 31px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.input-single-item {
  margin-bottom: 15px;
}

.input-single-item.margin-none {
  margin-bottom: 0;
}

.section-tittle {
  color: var(--black);
  letter-spacing: .1px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

.main {
  padding-bottom: 176px;
}

.main.padding-none {
  padding-bottom: 140px;
}

.option-text {
  color: #7e8b99;
  letter-spacing: .2px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.drag-_drop-area {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  background-image: url('../images/Drag--Drop-Area.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  min-height: 250px;
  display: flex;
}

.uploader-content-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.primary-text {
  color: #272e35;
  text-align: center;
  letter-spacing: .2px;
  max-width: 23ch;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.primary-text.light {
  color: #555f6d;
  max-width: none;
  font-size: 12px;
  line-height: 20px;
}

.choose-file {
  color: #3062d4;
}

.more-vertical-icon {
  cursor: pointer;
  align-self: center;
  margin-bottom: 5px;
  margin-right: 5px;
  display: inline-block;
  position: absolute;
  top: 45px;
  left: -24px;
}

.single-cart {
  flex: none;
}

.unit-price-field {
  color: #272e35;
  letter-spacing: .2px;
  background-image: url('../images/Euro.svg');
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #cfd6dd;
  border-radius: 6px;
  width: 112px;
  min-height: 40px;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-left: 40px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: box-shadow .3s, border .3s;
}

.unit-price-field:hover {
  border-color: #6792f4;
}

.unit-price-field:focus {
  box-shadow: inset 0 0 0 2px #6792f4;
}

.unit-price-field::placeholder {
  color: #272e35;
  letter-spacing: .2px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.vat-select-field {
  color: #272e35;
  background-color: #fff;
  border: 0 #000;
  border-radius: 4px;
  height: 37px;
  margin-bottom: 0;
  margin-left: 1px;
  padding-top: 9px;
  padding-left: 16px;
  line-height: 24px;
}

.vat-select-field::placeholder {
  color: #7e8b99;
  letter-spacing: .2px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.description-field {
  color: #272e35;
  letter-spacing: .2px;
  border: 1px solid #cfd6dd;
  border-radius: 6px;
  min-width: 398px;
  min-height: 40px;
  margin-bottom: 0;
  padding-left: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: box-shadow .3s, border .3s;
}

.description-field:hover {
  border-color: #6792f4;
}

.description-field:focus {
  box-shadow: inset 0 0 0 2px #6792f4;
}

.description-field::placeholder {
  color: #7e8b99;
  letter-spacing: .2px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.close-block {
  margin-bottom: 10px;
  margin-left: 7px;
  position: absolute;
  bottom: 38px;
  right: -24px;
}

.total-price-field {
  color: #272e35;
  letter-spacing: .2px;
  background-image: url('../images/Euro.svg');
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #cfd6dd;
  border-radius: 6px;
  width: 112px;
  min-height: 40px;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-left: 40px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: box-shadow .3s, border .3s;
}

.total-price-field:hover {
  border-color: #6792f4;
}

.total-price-field:focus {
  box-shadow: inset 0 0 0 2px #6792f4;
}

.total-price-field::placeholder {
  color: #272e35;
  letter-spacing: .2px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.cart-block {
  grid-column-gap: 5px;
  background-color: #f4fbf7;
  border-radius: 6px;
  align-items: flex-end;
  margin-bottom: 20px;
  padding: 22px 20px;
  display: flex;
  position: relative;
}

.vat-single-block {
  color: #272e35;
  letter-spacing: .2px;
  background-color: #fff;
  border: 1px solid #cfd6dd;
  border-radius: 6px;
  width: 112px;
  height: 40px;
  margin-bottom: 0;
  padding-right: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: box-shadow .3s, border .3s;
}

.vat-single-block:hover {
  border-color: #6792f4;
}

.vat-single-block:focus {
  box-shadow: inset 0 0 0 2px #6792f4;
}

.vat-single-block::placeholder {
  color: #7e8b99;
  letter-spacing: .2px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.add-button-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.add-button {
  grid-column-gap: 8px;
  color: #fff;
  letter-spacing: -.2px;
  background-color: #3062d4;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-width: 180px;
  min-height: 40px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(27, 36, 44, .12);
}

.add-button:hover {
  background-color: #1e50c0;
}

.payment-amount {
  background-color: #f5f8ff;
  border: 1px solid #cdddff;
  border-radius: 6px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  min-width: 207px;
  min-height: 140px;
  padding-right: 40px;
  display: flex;
}

.amout-content-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  display: grid;
}

.cart-summary-block {
  justify-content: space-between;
  display: flex;
}

.summary-right {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  flex: none;
  align-items: flex-end;
  display: flex;
}

.field-toggle {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #3062d4;
  letter-spacing: .2px;
  cursor: pointer;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.field-body {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
}

.field-body.margin-none {
  margin-bottom: 0;
}

.additional-field-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.accordion-icon-block {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.plus-line {
  background-color: #3062d4;
  width: 2px;
  height: 14px;
  position: absolute;
}

.mainus-line {
  background-color: #3062d4;
  width: 14px;
  height: 2px;
}

.page-wrapper {
  background-image: linear-gradient(#2044ff, #fff);
  min-height: 100vh;
}

.button-group {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.download-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--white);
  text-align: center;
  letter-spacing: -.2px;
  background-color: #38383f;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  display: flex;
}

.download-button.large {
  min-width: 300px;
}

.adjust-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--white);
  color: #282828;
  text-align: center;
  letter-spacing: -.2px;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  display: flex;
}

.total-paid {
  justify-content: flex-end;
  padding-top: 14px;
  display: flex;
}

.invoice-heading {
  color: #5e6470;
  letter-spacing: .4px;
  text-transform: uppercase;
  margin-bottom: 2px;
  font-size: 10px;
  font-weight: 600;
  line-height: 18.68px;
}

.invoice-heading.price {
  text-align: right;
}

.invoice-footer-block {
  margin-top: auto;
}

.invoice-header {
  justify-content: space-between;
  display: flex;
}

.total-single-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.invoice-logo {
  color: #b2b7c2;
  letter-spacing: -.3px;
  font-size: 33.36px;
  font-weight: 600;
  line-height: 53.38px;
}

.invoice-total-wrap {
  border-bottom: 1px solid #d7dae0;
  justify-content: flex-end;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.footer-text {
  color: #5e6470;
  letter-spacing: .4px;
  font-size: 8px;
  font-weight: 600;
  line-height: 12px;
}

.footer-text.bold {
  color: #1a1c21;
  letter-spacing: .1px;
  font-weight: 500;
}

.details-single-block.right {
  text-align: right;
}

.invoice-text {
  color: #38383f;
  margin-bottom: 2px;
  font-size: 16px;
  line-height: 18.68px;
}

.invoice-text.price {
  color: #5e6470;
  text-align: right;
  font-size: 13px;
}

.invoice-text.bold {
  color: #1a1c21;
  font-size: 13px;
  font-weight: 600;
}

.invoice-text.small {
  color: #5e6470;
  font-size: 13px;
}

.invoice-details-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  display: flex;
}

.total-paid-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-gap {
  min-height: 86px;
}

.syon-a4-invoice {
  background-color: #fff;
  flex-flow: column;
  width: 794px;
  height: 1123px;
  margin-left: auto;
  margin-right: auto;
  padding: 42px 54px 36px;
  display: flex;
}

.billing-top {
  flex: 1;
}

.small-space {
  min-height: 48px;
}

.invoice-content-body {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-bottom: 1px solid #d7dae0;
  grid-template-rows: auto;
  grid-template-columns: minmax(18px, 1fr) minmax(360px, 1fr) minmax(65px, 1fr) 1fr minmax(60px, 1fr);
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 12px;
  display: flex;
}

.invoice-field-block {
  margin-bottom: 10px;
}

.invoice-field-block.margin-none {
  margin-bottom: 0;
}

.footer-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.footer-content-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.alert-block {
  z-index: 99;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  min-height: 70px;
  display: none;
  position: fixed;
  top: auto;
  bottom: 80px;
  left: 0%;
  right: 0%;
}

.close-sticky-block {
  cursor: pointer;
  background-color: #f5f7f9;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  top: 15px;
  bottom: 0%;
  left: auto;
  right: 18px;
}

.logo-resize-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.progess-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.banner-tittle {
  color: #282828;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.progress-gray-line {
  background-color: #f0f3f5;
  border-radius: 2px;
  min-width: 320px;
  height: 4px;
}

.active-line {
  background-color: #3062d4;
  border-radius: 2px;
  width: 157px;
  height: 4px;
  position: relative;
}

.active-circle {
  background-color: #3062d4;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  position: absolute;
  top: -4px;
  left: auto;
  right: 0%;
}

.primary-button {
  background-color: #282828;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 40px;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
}

.download-banner {
  z-index: 99;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  min-height: 70px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 80px;
  left: 0%;
  right: 0%;
}

.download-banner.is-contact {
  display: none;
}

.banner-content-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  display: flex;
}

.banner-small-text {
  color: #5f6980;
  font-size: 12px;
  line-height: 16px;
}

.banner-small-text.small {
  margin-bottom: 0;
  font-size: 11px;
  line-height: 20px;
}

.banner-form-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.banner-input-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.download-form-field {
  border: 1px solid #d0d5dd;
  border-radius: 40px;
  flex: none;
  width: 100%;
  min-width: 340px;
  height: 40px;
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
}

.price-text {
  color: var(--black);
  text-align: right;
  letter-spacing: .2px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.price-text.text-light {
  color: #4a545e;
}

.price-text.text-bold {
  color: var(--black);
  letter-spacing: .1px;
  font-weight: 600;
}

.price-text.total {
  color: #333;
  letter-spacing: .1px;
  font-weight: 600;
}

.invoice-counter-card {
  color: var(--white);
  background-image: url('../images/Tringle-Shaoe.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: flex-end;
  align-items: flex-start;
  width: 166px;
  height: 166px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.invoice-counter-text {
  letter-spacing: -.5px;
  font-weight: 600;
  transform: translate(12px, 10px)rotate(45deg);
}

.text-small {
  letter-spacing: -.5px;
  font-size: 13px;
  line-height: 15.73px;
}

.generated-icon {
  font-size: 15px;
  line-height: 26px;
}

.invoice-counter-number {
  font-size: 22px;
  line-height: 26px;
}

.invoice-contact-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.invoice-contact-wrap.vat {
  min-width: 32px;
}

.contact-card-block {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.contact-content-card {
  z-index: 20;
  background-color: var(--white);
  background-image: url('../images/Mask-group.png'), url('../images/Dowlader-BG-Elipse.png');
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  border-radius: 24px;
  width: 430px;
  margin-left: auto;
  margin-right: auto;
  padding: 36px;
}

.downloader-icon-layer {
  cursor: pointer;
  background-image: url('../images/Content-layer.svg');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 85px;
  margin-bottom: 16px;
  display: flex;
}

.downloader-icon-layer.margin-none {
  margin-bottom: 0;
}

.download-icon-block {
  background-color: var(--white);
  border: 1px solid #ededed;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.section-heading-block {
  text-align: center;
  margin-bottom: 32px;
}

.section-heading-block.margin-none {
  margin-bottom: 0;
}

.section-text {
  color: #161619;
  max-width: 32ch;
  font-size: 18px;
  line-height: 21.78px;
}

.section-text.small {
  color: #38383f;
  max-width: 40ch;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.contact-content-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-field-label {
  color: #9d9fa1;
  margin-bottom: 8px;
  font-weight: 400;
  line-height: 26px;
}

.contact-input-field {
  color: #161619;
  border: 0 solid #000;
  border-bottom: 1px solid #bdbdbd;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 10px;
  padding-left: 0;
  font-size: 16px;
  line-height: 26px;
}

.contact-input-field::placeholder {
  color: #161619;
  font-size: 16px;
  line-height: 26px;
}

.contact-input-field.is-message {
  min-height: 160px;
}

.single-form-field {
  margin-bottom: 10px;
  padding-top: 10px;
}

.single-form-field.margin-bottom {
  margin-bottom: 30px;
}

.send-button {
  color: #fff;
  letter-spacing: -.2px;
  background-color: #0d6efd;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  display: flex;
}

.small-card {
  background-color: rgba(255, 255, 255, .3);
  border-radius: 32px;
  width: 504px;
  height: 91%;
  position: absolute;
  top: 40px;
  box-shadow: 0 6.01px 60.05px rgba(0, 0, 0, .05);
}

.medium-card {
  background-color: rgba(255, 255, 255, .3);
  border-radius: 32px;
  width: 471px;
  height: 96%;
  position: absolute;
  top: 16px;
  box-shadow: 0 6.01px 60.05px rgba(0, 0, 0, .05);
}

.invoice-generator-text {
  display: none;
}

.preview-mail-button {
  color: #0d6efd;
  text-align: center;
  letter-spacing: .2px;
  background-color: #f0f0f0;
  border-radius: 40px;
  width: 100%;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

.download-invoice-card {
  z-index: 20;
  background-color: var(--white);
  background-image: url('../images/Mask-group.png'), url('../images/Dowlader-BG-Elipse.png');
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 430px;
  min-height: 455px;
  margin-left: auto;
  margin-right: auto;
  padding: 36px;
  display: flex;
}

.download-sub-text {
  color: #161619;
  max-width: 25ch;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.78px;
}

.modal-wrapper {
  z-index: 9999;
  background-color: #2044ff;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.email-preview-modal {
  width: 100%;
  max-width: 600px;
  display: none;
}

.invoice-embed {
  display: none;
}

.modal-white-bg {
  background-color: #fff;
  border-radius: 24px;
  padding: 30px;
}

.modal-icon-wrap {
  cursor: pointer;
  background-image: url('../images/Content-layer.svg');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 85px;
  display: flex;
}

.modal-top-block {
  z-index: 20;
  background-color: var(--white);
  background-image: url('../images/Mask-group.png'), url('../images/Dowlader-BG-Elipse.png');
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  min-height: 250px;
  display: flex;
}

.modal-content-block {
  text-align: center;
  padding-top: 20px;
}

.modal-title {
  color: var(--black);
  letter-spacing: .1px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.78px;
}

.content-single-block {
  margin-bottom: 10px;
}

.content-single-block.morgin-none {
  margin-bottom: 0;
}

.modal-content-divider {
  background-color: #e9ecef;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.modal-message-tittle {
  color: #a0a1a5;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
}

.preview-paragraph {
  color: #38383f;
  max-width: 50ch;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.modal-bottom-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.invoice-link {
  color: #5f6980;
  text-decoration: underline;
}

.secondary-text {
  color: #161619;
  line-height: 17px;
}

.modal-footer-block {
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
}

.modal-footer-text {
  color: var(--white);
  line-height: 16.8px;
}

.invoice-heading-block.description {
  min-width: 360px;
}

.invoice-heading-block.qty {
  width: 60px;
}

.invoice-heading-block.price {
  min-width: 60px;
}

.invoice-heading-block.vat {
  min-width: 32px;
}

.invoice-content-wrap.description {
  width: 364px;
}

.invoice-content-wrap.qty, .invoice-content-wrap.price {
  width: 60px;
}

.invoice-heading-flex {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-bottom: 1px solid #d7dae0;
  grid-template-rows: auto;
  grid-template-columns: minmax(18px, 1fr) minmax(360px, 1fr) minmax(65px, 1fr) 1fr minmax(60px, 1fr);
  justify-content: space-between;
  padding-bottom: 8px;
  display: flex;
}

.invoice-heading-left {
  display: flex;
}

.invoice-heading-right {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.invoice-content-left {
  display: flex;
}

.invoice-content-right {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.invoice-total-block {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  flex: 0 auto;
  width: 190px;
  display: flex;
}

.page-main-block {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 79vh;
  display: flex;
}

.page-main-block.padding-none {
  padding-bottom: 140px;
}

.content-center-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.create-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--white);
  text-align: center;
  letter-spacing: -.2px;
  background-color: #38383f;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  height: 56px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  display: flex;
}

.create-button.large {
  min-width: 300px;
}

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

@media screen and (max-width: 991px) {
  .hero-heading {
    font-size: 56px;
    line-height: 64px;
  }

  .hero-text {
    font-size: 20px;
    line-height: 34px;
  }

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

  .preview-button.icon {
    min-width: 256px;
  }

  .preview-button.icon.w--current {
    min-width: 210px;
  }

  .invoice-top-block {
    grid-template-columns: 1fr 1fr;
  }

  .input-field.date.set-width {
    width: 70%;
  }

  .input-field.qty {
    max-width: none;
  }

  .dropdown-wrap, .dropdown-toggle {
    flex: 1;
  }

  .company-details-block {
    grid-template-columns: 1fr 1fr;
  }

  .main {
    padding-bottom: 240px;
  }

  .main.padding-none {
    justify-content: center;
    align-items: center;
    padding-bottom: 140px;
    display: flex;
  }

  .main.is-home {
    padding-bottom: 60px;
  }

  .drag-_drop-area {
    max-width: none;
  }

  .unit-price-field {
    width: 100%;
  }

  .description-field {
    min-width: auto;
  }

  .close-block {
    top: 45px;
    bottom: auto;
  }

  .total-price-field {
    width: 100%;
  }

  .cart-block {
    grid-column-gap: 5px;
    grid-row-gap: 12px;
    grid-template-rows: auto;
    grid-template-columns: minmax(46px, 60px) 40px 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .vat-single-block {
    width: 100%;
  }

  .cart-summary-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .summary-right {
    justify-content: flex-end;
    align-items: center;
  }

  .page-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-group {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    overflow: auto;
  }

  .button-group.contact {
    display: flex;
  }

  .download-button {
    min-width: 256px;
  }

  .adjust-button {
    min-width: 258px;
  }

  .invoice-text.bold {
    word-break: break-all;
  }

  .syon-a4-invoice {
    transform: scale(.95);
  }

  .alert-block {
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
    bottom: 100px;
  }

  .logo-resize-wrap {
    justify-content: center;
    align-items: center;
  }

  .download-banner {
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
    bottom: 148px;
  }

  .download-banner.is-contact {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    bottom: 82px;
  }

  .banner-content-block {
    flex-flow: column;
  }

  .download-form-field {
    flex: none;
  }

  .banner-tittle-block {
    text-align: center;
  }

  .modal-wrapper {
    padding: 24px;
  }

  .page-main-block.padding-none {
    justify-content: center;
    align-items: center;
    padding-bottom: 140px;
    display: flex;
  }

  .page-main-block.is-home {
    padding-bottom: 60px;
  }

  .create-button {
    min-width: 256px;
  }
}

@media screen and (max-width: 767px) {
  .hero-block {
    padding-top: 36px;
  }

  .hero-heading {
    margin-bottom: 10px;
    font-size: 48px;
    line-height: 54px;
  }

  .hero-text {
    font-size: 18px;
    line-height: 28px;
  }

  .large-space {
    min-height: 60px;
  }

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

  .preview-button.icon {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    min-width: 111px;
    height: 53px;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .preview-button.icon.w--current {
    min-width: 111px;
    font-size: 14px;
    line-height: 20px;
  }

  .invoice-content-block {
    padding: 32px;
  }

  .input-field.date.set-width {
    width: 65%;
  }

  .company-details-block {
    grid-template-columns: 1fr;
  }

  .main.padding-none {
    max-height: 770px;
    padding-bottom: 0;
  }

  .drag-_drop-area {
    min-height: 220px;
  }

  .single-cart {
    flex: 0 auto;
  }

  .cart-block {
    grid-template-columns: minmax(46px, 60px) 40px 1fr 1fr;
    padding: 20px;
  }

  .vat-single-block {
    min-width: 110px;
  }

  .payment-amount {
    flex-flow: row;
    padding: 10px 20px;
  }

  .cart-summary-block {
    flex-flow: column;
  }

  .summary-right {
    display: block;
  }

  .button-group {
    grid-auto-columns: 1fr;
  }

  .download-button {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: column;
    min-width: 111px;
    height: 53px;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .download-button.download {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    padding-left: 40px;
    padding-right: 40px;
  }

  .adjust-button {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-width: 111px;
    height: 53px;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .invoice-details-block {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .syon-a4-invoice {
    max-height: 980px;
    margin-top: -160px;
    padding-left: 40px;
    padding-right: 40px;
    transform: scale(.62);
  }

  .alert-block {
    display: none;
    bottom: 92px;
  }

  .close-sticky-block {
    top: 20px;
    right: 12px;
  }

  .logo-resize-wrap {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .progess-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .banner-tittle {
    font-size: 14px;
  }

  .progress-gray-line {
    min-width: 180px;
  }

  .active-line {
    width: 85px;
  }

  .download-banner {
    padding-left: 16px;
    padding-right: 16px;
    bottom: 92px;
  }

  .download-banner.is-contact {
    bottom: 92px;
  }

  .banner-content-block {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex: 1;
  }

  .banner-form-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: center;
  }

  .banner-input-block {
    justify-content: space-between;
  }

  .download-form-field {
    min-width: 100%;
  }

  .text-small {
    font-size: 12px;
  }

  .invoice-counter-number {
    font-size: 18px;
  }

  .contact-content-card {
    width: 380px;
    padding: 32px;
  }

  .section-text {
    font-size: 17px;
  }

  .small-card {
    width: 440px;
  }

  .medium-card {
    width: 410px;
  }

  .span-text {
    display: none;
  }

  .banner-tittle-block {
    text-align: center;
  }

  .download-invoice-card {
    width: 380px;
    min-height: 400px;
    padding: 32px;
  }

  .download-sub-text {
    font-size: 17px;
  }

  .modal-top-block {
    min-height: 170px;
  }

  .page-main-block {
    min-height: 78vh;
  }

  .page-main-block.padding-none {
    max-height: 770px;
    padding-bottom: 0;
  }

  .create-button {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: column;
    min-width: 111px;
    height: 53px;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .create-button.download {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-top: 48px;
  }

  .hero-block {
    padding-top: 24px;
  }

  .hero-heading {
    font-size: 45px;
    line-height: 53px;
  }

  .hero-text.increse-width {
    font-size: 16px;
    line-height: 24px;
  }

  .large-space {
    min-height: 60px;
  }

  .footer-block {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .company-details-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .main {
    padding-bottom: 220px;
  }

  .main.padding-none {
    max-height: 632px;
    padding-bottom: 0;
  }

  .main.is-home {
    padding-bottom: 60px;
  }

  .single-cart {
    flex: 0 auto;
  }

  .description-field {
    min-width: auto;
  }

  .cart-block {
    grid-template-rows: auto auto auto;
  }

  .additional-field-wrap {
    width: 100%;
  }

  .page-wrapper {
    overflow: hidden;
  }

  .button-group {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .download-button.large {
    min-width: 160px;
    height: 42px;
  }

  .syon-a4-invoice {
    max-height: 980px;
    margin-top: -160px;
    transform: scale(.48);
  }

  .alert-block {
    display: none;
    bottom: 82px;
  }

  .close-sticky-block {
    top: 6px;
  }

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

  .primary-button.is-grow {
    width: 100%;
  }

  .download-banner {
    display: none;
    bottom: 82px;
  }

  .download-banner.is-contact {
    padding-left: 15px;
    padding-right: 15px;
    bottom: 80px;
  }

  .banner-form-block, .banner-input-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .invoice-counter-card {
    background-color: var(--black);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: 34px;
  }

  .invoice-counter-text {
    line-height: 16px;
    display: none;
    transform: none;
  }

  .text-small {
    font-size: 11px;
    line-height: 12px;
  }

  .invoice-counter-number {
    font-size: 16px;
    line-height: 18px;
  }

  .contact-content-card {
    width: auto;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section-text.small {
    font-size: 13px;
    line-height: 20px;
  }

  .contact-input-field.is-message {
    min-height: 140px;
  }

  .small-card, .medium-card {
    width: auto;
    min-width: 380px;
  }

  .primary-logo {
    width: 240px;
  }

  .invoice-generator-text {
    letter-spacing: -.5px;
    font-size: 15px;
    line-height: 18.1px;
    display: block;
  }

  .download-invoice-card {
    width: auto;
    min-height: 370px;
    padding: 24px;
  }

  .modal-icon-wrap {
    background-position: 50%;
    background-size: cover;
    width: 65px;
    height: 65px;
  }

  .modal-top-block {
    width: auto;
    min-height: 148px;
  }

  .modal-content-block {
    padding-top: 16px;
  }

  .modal-content-divider {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .preview-paragraph {
    font-size: 13px;
  }

  .page-main-block.padding-none {
    max-height: 632px;
    padding-bottom: 0;
  }

  .page-main-block.is-home {
    padding-bottom: 60px;
  }

  .create-button.large {
    min-width: 160px;
    height: 42px;
  }

  .content-top-block {
    margin-bottom: 32px;
  }
}

#w-node-_823f379a-a1c9-31e1-0523-c188231a02f7-71743209 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5a0486e5-d86b-0464-2684-6688007fa890-674aaacf, #w-node-_68f5d9fe-01ef-8329-93b8-575311baf594-674aaacf, #w-node-_5a0486e5-d86b-0464-2684-6688007fa892-674aaacf, #w-node-_5a0486e5-d86b-0464-2684-6688007fa894-674aaacf, #w-node-_5a0486e5-d86b-0464-2684-6688007fa896-674aaacf, #w-node-_5a0486e5-d86b-0464-2684-6688007fa898-674aaacf, #w-node-_5a0486e5-d86b-0464-2684-6688007fa89b-674aaacf, #w-node-_5a0486e5-d86b-0464-2684-6688007fa89d-674aaacf, #w-node-_5a0486e5-d86b-0464-2684-6688007fa89f-674aaacf, #w-node-_5a0486e5-d86b-0464-2684-6688007fa8a1-674aaacf, #w-node-_5a0486e5-d86b-0464-2684-6688007fa8a3-674aaacf, #w-node-_28f1761f-aaeb-f5fe-d810-6369c7a1208d-674aaacf, #w-node-_28f1761f-aaeb-f5fe-d810-6369c7a12090-674aaacf, #w-node-_28f1761f-aaeb-f5fe-d810-6369c7a12094-674aaacf, #w-node-_28f1761f-aaeb-f5fe-d810-6369c7a12097-674aaacf, #w-node-_28f1761f-aaeb-f5fe-d810-6369c7a1209a-674aaacf, #w-node-_1e0b9998-40eb-d488-71d4-e954a6434860-cc4ccd92, #w-node-_1e0b9998-40eb-d488-71d4-e954a6434862-cc4ccd92, #w-node-_1e0b9998-40eb-d488-71d4-e954a6434863-cc4ccd92, #w-node-_1e0b9998-40eb-d488-71d4-e954a6434868-cc4ccd92, #w-node-_1e0b9998-40eb-d488-71d4-e954a643486b-cc4ccd92, #w-node-_1e0b9998-40eb-d488-71d4-e954a643486e-cc4ccd92, #w-node-_1e0b9998-40eb-d488-71d4-e954a6434873-cc4ccd92, #w-node-_1e0b9998-40eb-d488-71d4-e954a6434876-cc4ccd92, #w-node-_1e0b9998-40eb-d488-71d4-e954a643487a-cc4ccd92, #w-node-_1e0b9998-40eb-d488-71d4-e954a643487d-cc4ccd92, #w-node-_1e0b9998-40eb-d488-71d4-e954a6434880-cc4ccd92, #w-node-_1e0b9998-40eb-d488-71d4-e954a6434885-cc4ccd92, #w-node-_1e0b9998-40eb-d488-71d4-e954a6434888-cc4ccd92, #w-node-_1e0b9998-40eb-d488-71d4-e954a643488c-cc4ccd92, #w-node-_1e0b9998-40eb-d488-71d4-e954a643488f-cc4ccd92, #w-node-_1e0b9998-40eb-d488-71d4-e954a6434892-cc4ccd92 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-f3e4f901-9d1d-7cce-dc07-cc34a237fd86-71743209, #w-node-_9edaf426-cb40-ff32-c96d-818adb151342-71743209 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-eac42f6b-d3cc-5969-d029-6f0a1df49748-71743209 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-eac42f6b-d3cc-5969-d029-6f0a1df4974c-71743209 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-eac42f6b-d3cc-5969-d029-6f0a1df49750-71743209 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-eac42f6b-d3cc-5969-d029-6f0a1df49754-71743209 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-eac42f6b-d3cc-5969-d029-6f0a1df4975d-71743209, #w-node-_5a0486e5-d86b-0464-2684-6688007fa896-674aaacf, #w-node-_1e0b9998-40eb-d488-71d4-e954a643486b-cc4ccd92 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_27542f61-0d31-3677-e554-5f6698f32838-71743209, #w-node-e51ecf2e-cf56-57ee-997e-61b030679dee-71743209 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-eac42f6b-d3cc-5969-d029-6f0a1df4974c-71743209 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-eac42f6b-d3cc-5969-d029-6f0a1df49750-71743209 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-eac42f6b-d3cc-5969-d029-6f0a1df49754-71743209, #w-node-eac42f6b-d3cc-5969-d029-6f0a1df4975d-71743209 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5a0486e5-d86b-0464-2684-6688007fa881-674aaacf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3b3ee255-957a-e0cf-d182-db4ec9be0270-674aaacf, #w-node-_6babaa64-045d-a11e-3933-e949c2d89ae2-2292d34c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1e0b9998-40eb-d488-71d4-e954a643484f-cc4ccd92 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-eac42f6b-d3cc-5969-d029-6f0a1df4974c-71743209 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-eac42f6b-d3cc-5969-d029-6f0a1df49750-71743209, #w-node-eac42f6b-d3cc-5969-d029-6f0a1df49754-71743209, #w-node-eac42f6b-d3cc-5969-d029-6f0a1df4975d-71743209 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-fc53787e-abd9-8e4b-6d81-c2bccf160430-71743209, #w-node-_974626f4-c307-3406-4c13-550b44f46df8-71743209, #w-node-_36a34133-bbf2-a435-8aba-3f4afb99c90e-71743209, #w-node-eccfeec0-db61-41db-cb2d-e1207b6c5871-71743209, #w-node-_180bb6aa-5b98-53ca-c7ed-17f55175e6bd-71743209, #w-node-_36a34133-bbf2-a435-8aba-3f4afb99c912-71743209, #w-node-_5305b918-fbff-bf61-e52e-ead4e66e0799-674aaacf, #w-node-_9a13e1bb-3cc6-92d0-d313-9792963f5570-674aaacf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


