.promo-section {
  height: auto;
  position: relative;
  padding-top: var(--dl-space-space-halfunit);
  padding-bottom: var(--dl-space-space-halfunit);
  background-color: #181717;
}
.promo-max-width {
  padding: var(--dl-space-space-halfunit);
  align-items: stretch;
}
.promo-container {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.promo-text {
  color: rgb(251, 251, 251);
  font-size: 28px;
  align-self: center;
  font-style: normal;
  text-align: center;
  font-family: Urbanist;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: var(--dl-space-space-unit);
}
.promo-content {
  width: 100%;
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  margin-right: 0px;
  flex-direction: column;
  justify-content: center;
}
.promo-text03 {
  font-size: 38px;
  margin-top: var(--dl-space-space-unit);
  text-align: center;
  font-family: Urbanist;
  line-height: 1.5;
  margin-bottom: var(--dl-space-space-unit);
}
.promo-text04 {
  color: #ffffff;
}
.promo-text05 {
  color: #c5b358;
}
.promo-text06 {
  color: #ffffff;
}
.promo-text07 {
  color: #c5b358;
}
.promo-text08 {
  color: #ffffff;
}
.promo-text09 {
  color: #c5b358;
}
.promo-text10 {
  color: #ffffff;
}
.promo-text11 {
  color: #ffffff;
}
.promo-text13 {
  color: rgb(197, 179, 88);
  font-size: 42px;
  font-style: normal;
  text-align: left;
  font-family: Urbanist;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: var(--dl-space-space-unit);
}
.promo-container1 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.promo-text16 {
  color: rgb(241, 241, 241);
  font-size: 1.7em;
  font-style: normal;
  font-family: Urbanist;
  font-weight: 700;
}
.promo-container2 {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-end;
  padding-top: var(--dl-space-space-unit);
  padding-left: var(--dl-space-space-halfunit);
  padding-right: var(--dl-space-space-twounits);
  padding-bottom: var(--dl-space-space-unit);
  justify-content: center;
}
.promo-text17 {
  color: rgb(255, 255, 255);
  font-size: 1.8em;
  font-style: normal;
  font-weight: 700;
  margin-left: var(--dl-space-space-unit);
}
.promo-text18 {
  color: #afafaf;
  font-size: 1em;
  font-style: normal;
  font-weight: 700;
  margin-left: 4px;
}
.promo-text19 {
  color: rgb(255, 255, 255);
  font-size: 1.8em;
}
.promo-text20 {
  color: #afafaf;
  font-size: 1em;
  font-style: normal;
  font-weight: 700;
  margin-left: 4px;
}
.promo-text21 {
  color: rgb(255, 255, 255);
  font-size: 1.8em;
}
.promo-text22 {
  color: #afafaf;
  font-size: 1em;
  font-style: normal;
  font-weight: 700;
  margin-left: 4px;
}
.promo-text23 {
  color: rgb(255, 255, 255);
  font-size: 1.8em;
  font-style: normal;
  font-weight: 700;
  padding-left: var(--dl-space-space-unit);
}
.promo-text24 {
  color: #afafaf;
  font-size: 1em;
  font-style: normal;
  font-weight: 700;
  margin-left: 4px;
}




@media(max-width: 991px) {
  .promo-max-width {
    flex-direction: row;
  }
  .promo-text {
    width: 100%;
  }
  .promo-content {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .promo-text03 {
    width: 100%;
    font-size: 20px;
    text-align: center;
  }
}
@media(max-width: 767px) {
  .promo-max-width {
    flex-direction: column;
  }
  .promo-text {
    width: 100%;
    text-align: center;
  }
  .promo-text03 {
    font-size: 25px;
    text-align: center;
    font-family: Urbanist;
    line-height: 1.5;
  }
  .promo-text12 {
    color: #ffffff;
  }
  .promo-text13 {
    text-align: center;
  }
}
@media(max-width: 479px) {
  .promo-section {
    display: flex;
  }
  .promo-text03 {
    text-align: center;
  }
  .promo-text13 {
    font-size: 2em;
  }
  .promo-text17 {
    font-size: 1.3em;
    padding-left: 0px;
  }
  .promo-text18 {
    margin-left: 4px;
    margin-right: 4px;
  }
  .promo-text19 {
    font-size: 1.3em;
    padding-left: 0px;
  }
  .promo-text20 {
    margin-left: 4px;
    margin-right: 4px;
  }
  .promo-text21 {
    font-size: 1.3em;
    padding-left: 0px;
  }
  .promo-text22 {
    margin-left: 4px;
    margin-right: 4px;
  }
  .promo-text23 {
    font-size: 1.3em;
    padding-left: 0px;
  }
  .promo-text24 {
    margin-left: 4px;
    margin-right: 4px;
  }
}

.portfolio-max-width {
  position: relative;
  align-items: stretch;
  padding-top: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
}
.portfolio-text {
  color: #171717;
  font-size: 3em;
  font-style: normal;
  text-align: center;
  font-family: Urbanist;
  font-weight: 700;
  padding-top: var(--dl-space-space-halfunit);
}
.portfolio-container {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  align-self: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.portfolio-hero-image1 {
  width: 100%;
  height: auto;
  margin-top: var(--dl-space-space-sixunits);
  object-fit: contain;
  border-radius: 48px;
}
.portfolio-hero-image2 {
  width: 100%;
  height: auto;
  margin-top: var(--dl-space-space-sixunits);
  object-fit: contain;
  border-radius: 48px;
}


@media(max-width: 767px) {
  .portfolio-max-width {
    padding-top: var(--dl-space-space-threeunits);
  }
  .portfolio-text {
    text-align: center;
  }
  .portfolio-hero-image1 {
    margin-top: var(--dl-space-space-threeunits);
  }
  .portfolio-hero-image2 {
    margin-top: var(--dl-space-space-threeunits);
  }
}
@media(max-width: 479px) {
  .portfolio-max-width {
    padding-top: var(--dl-space-space-twounits);
  }
  .portfolio-text {
    font-size: 2.5em;
  }
  .portfolio-hero-image1 {
    height: auto;
    margin-top: var(--dl-space-space-twounits);
    margin-bottom: var(--dl-space-space-twounits);
    padding-bottom: 3px;
  }
  .portfolio-hero-image2 {
    height: auto;
    margin-top: var(--dl-space-space-twounits);
    margin-bottom: var(--dl-space-space-twounits);
    padding-bottom: 3px;
  }
}

.footer-footer {
  width: 100%;
  display: flex;
  position: relative;
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-threeunits);
  padding-right: var(--dl-space-space-threeunits);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: space-between;
}
.footer-links-container {
  width: 100%;
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.footer-container {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer-text {
  width: 100%;
  text-align: center;
  font-weight: bold;
}




.smartbiz-container {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-color: #ffffff;
}
.smartbiz-logo {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  align-self: center;
  align-items: center;
  padding-top: var(--dl-space-space-unit);
  padding-bottom: var(--dl-space-space-unit);
  justify-content: center;
}
.smartbiz-navlink {
  display: contents;
}
.smartbiz-image {
  width: 125px;
  object-fit: cover;
  text-decoration: none;
}
.smartbiz-section {
  height: auto;
  position: relative;
  padding-top: var(--dl-space-space-halfunit);
  padding-bottom: var(--dl-space-space-halfunit);
  background-color: #181717;
}
.smartbiz-container1 {
  flex: 0 0 auto;
  width: 100%;
  height: 100px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
.smartbiz-link {
  color: rgb(0, 0, 0);
  width: 100%;
  height: auto;
  font-size: 32px;
  max-width: var(--dl-size-size-maxwidth);
  font-style: normal;
  text-align: center;
  font-family: Urbanist;
  font-weight: 800;
  border-color: #ffffff;
  text-decoration: none;
  background-color: rgb(255, 255, 255);
}
.smartbiz-section1 {
  height: auto;
  padding-top: var(--dl-space-space-unit);
  margin-bottom: var(--dl-space-space-unit);
  padding-bottom: var(--dl-space-space-unit);
  background-color: #fbfafa;
}
.smartbiz-text {
  color: rgb(23, 23, 23);
  padding: var(--dl-space-space-unit);
  font-size: 32px;
  font-style: normal;
  font-family: Urbanist;
  font-weight: 700;
  padding-top: var(--dl-space-space-unit);
}
.smartbiz-section2 {
  padding-top: var(--dl-space-space-unit);
  padding-bottom: var(--dl-space-space-unit);
  background-color: #f8f9f8;
}
.smartbiz-max-width {
  align-items: stretch;
}
.smartbiz-step {
  width: 100%;
  display: flex;
  margin-left: 0px;
  margin-right: 0px;
  flex-direction: row;
}
.smartbiz-number {
  flex: 0 0 auto;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  margin-right: var(--dl-space-space-twounits);
  border-radius: var(--dl-radius-radius-radius16);
  flex-direction: column;
  justify-content: center;
  background-color: #060606;
}
.smartbiz-text01 {
  color: #f3f3f3;
  font-size: 28px;
  font-style: normal;
  font-family: Urbanist;
  font-weight: 700;
  line-height: 1.5;
}
.smartbiz-container2 {
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.smartbiz-title {
  color: rgb(24, 24, 24);
  font-size: 28px;
  align-self: stretch;
  font-style: normal;
  font-family: Urbanist;
  font-weight: 700;
}
.smartbiz-text05 {
  color: rgb(26, 26, 26);
  font-size: 26px;
  align-self: stretch;
  line-height: 1.7em;
}
.smartbiz-image1 {
  flex: 0 0 auto;
  width: 30%;
  height: 100%;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.smartbiz-hero-image {
  width: 100%;
  height: 173px;
  align-self: center;
  object-fit: cover;
  border-radius: 48px;
}
.smartbiz-section3 {
  padding-top: var(--dl-space-space-unit);
  padding-bottom: var(--dl-space-space-unit);
  background-color: #f8f9f8;
}
.smartbiz-max-width1 {
  fill: flex;
  align-items: flex-start;
}
.smartbiz-image2 {
  flex: 0 0 auto;
  width: 50%;
  display: none;
  align-items: center;
  justify-content: center;
}
.smartbiz-hero-image1 {
  width: 100%;
  object-fit: cover;
  border-radius: 48px;
}
.smartbiz-step1 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.smartbiz-number1 {
  flex: 0 0 auto;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  margin-right: var(--dl-space-space-twounits);
  border-radius: var(--dl-radius-radius-radius16);
  flex-direction: column;
  justify-content: center;
  background-color: #060606;
}
.smartbiz-text12 {
  color: rgb(243, 243, 243);
  font-size: 28px;
  font-style: normal;
  font-family: Urbanist;
  font-weight: 700;
  line-height: 1.5;
}
.smartbiz-container3 {
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.smartbiz-title1 {
  color: rgb(24, 24, 24);
  font-size: 28px;
  align-self: stretch;
  font-style: normal;
  font-family: Urbanist;
  font-weight: 700;
}
.smartbiz-text15 {
  color: rgb(26, 26, 26);
  font-size: 26px;
  align-self: stretch;
  line-height: 1.7em;
}
.smartbiz-image3 {
  flex: 0 0 auto;
  width: 30%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.smartbiz-hero-image2 {
  width: 100%;
  height: 182px;
  align-self: center;
  object-fit: cover;
  border-radius: 48px;
}
.smartbiz-section4 {
  padding-top: var(--dl-space-space-unit);
  padding-bottom: var(--dl-space-space-unit);
  background-color: #f8f9f8;
}
.smartbiz-max-width2 {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.smartbiz-step2 {
  width: 100%;
  display: flex;
  padding: 0px;
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-start;
}
.smartbiz-number2 {
  flex: 0 0 auto;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  margin-right: var(--dl-space-space-twounits);
  border-radius: var(--dl-radius-radius-radius16);
  flex-direction: column;
  justify-content: center;
  background-color: #060606;
}
.smartbiz-text22 {
  color: rgb(243, 243, 243);
  font-size: 28px;
  font-style: normal;
  font-family: Urbanist;
  font-weight: 700;
  line-height: 1.5;
}
.smartbiz-container4 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.smartbiz-title2 {
  color: rgb(24, 24, 24);
  font-size: 28px;
  font-style: normal;
  font-family: Urbanist;
  font-weight: 700;
}
.smartbiz-text25 {
  color: rgb(26, 26, 26);
  font-size: 26px;
  line-height: 1.5;
}
.smartbiz-image4 {
  flex: 0 0 auto;
  width: 30%;
  height: 100%;
  display: flex;
  align-items: flex-start;
}
.smartbiz-hero-image3 {
  width: 100%;
  height: 202px;
  align-self: center;
  object-fit: cover;
  border-radius: 48px;
}
.smartbiz-section5 {
  padding-top: var(--dl-space-space-unit);
  padding-bottom: var(--dl-space-space-unit);
  background-color: #f8f9f8;
}
.smartbiz-max-width3 {
  display: flex;
  align-items: flex-start;
}
.smartbiz-image5 {
  flex: 0 0 auto;
  width: 50%;
  display: none;
  align-items: center;
}
.smartbiz-hero-image4 {
  width: 100%;
  object-fit: cover;
  border-radius: 48px;
}
.smartbiz-step3 {
  width: 100%;
  display: flex;
  padding-top: var(--dl-space-space-unit);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-unit);
}
.smartbiz-number3 {
  flex: 0 0 auto;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  margin-right: var(--dl-space-space-twounits);
  border-radius: var(--dl-radius-radius-radius16);
  flex-direction: column;
  justify-content: center;
  background-color: #060606;
}
.smartbiz-text34 {
  color: rgb(243, 243, 243);
  font-size: 28px;
  font-style: normal;
  font-family: Urbanist;
  font-weight: 700;
  line-height: 1.5;
}
.smartbiz-container5 {
  display: flex;
  align-self: stretch;
  flex-direction: column;
}
.smartbiz-title3 {
  color: rgb(24, 24, 24);
  font-size: 28px;
  font-style: normal;
  font-family: Urbanist;
  font-weight: 700;
}
.smartbiz-text37 {
  color: rgb(26, 26, 26);
  font-size: 26px;
  line-height: 1.7em;
}
.smartbiz-image6 {
  flex: 0 0 auto;
  width: 30%;
  height: 100%;
  display: flex;
  align-items: center;
}
.smartbiz-hero-image5 {
  width: 364px;
  height: 161px;
  align-self: center;
  object-fit: cover;
  border-radius: 48px;
}
.smartbiz-container6 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  margin: var(--dl-space-space-halfunit);
  display: flex;
  position: relative;
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  padding-top: var(--dl-space-space-unit);
  padding-left: var(--dl-space-space-fourunits);
  padding-right: var(--dl-space-space-fourunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-threeunits);
  justify-content: center;
}
.smartbiz-text44 {
  font-size: 32px;
  text-align: center;
  margin-left: var(--dl-space-space-halfunit);
  padding-top: var(--dl-space-space-unit);
  margin-right: var(--dl-space-space-halfunit);
  padding-left: var(--dl-space-space-twounits);
  padding-bottom: var(--dl-space-space-unit);
}
.smartbiz-text46 {
  color: rgba(77, 94, 0, 0.83);
}
.smartbiz-text48 {
  color: rgba(77, 94, 0, 0.83);
}
.smartbiz-text50 {
  color: rgba(77, 94, 0, 0.83);
}
.smartbiz-text52 {
  color: rgba(77, 94, 0, 0.83);
}
.smartbiz-link1 {
  color: #ffffff;
  width: 100%;
  height: auto;
  font-size: 32px;
  max-width: var(--dl-size-size-maxwidth);
  font-style: normal;
  text-align: center;
  font-family: Urbanist;
  font-weight: 800;
  padding-top: var(--dl-space-space-unit);
  border-color: #ffffff;
  padding-bottom: var(--dl-space-space-unit);
  text-decoration: none;
  background-color: #85850c;
}
.smartbiz-section6 {
  padding-top: 0px;
  padding-bottom: var(--dl-space-space-halfunit);
}
.smartbiz-banner {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-unit);
  align-items: center;
  flex-direction: column;
  background-color: #151515;
}
.smartbiz-text54 {
  color: var(--dl-color-scheme-white);
  font-size: 2.5em;
  font-style: normal;
  text-align: center;
  font-family: Urbanist;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: var(--dl-space-space-halfunit);
}
.smartbiz-btns {
  flex: 0 0 auto;
  display: flex;
  align-items: stretch;
  flex-direction: row;
}
.smartbiz-link2 {
  font-size: 1.5em;
  padding-top: 12px;
  margin-right: var(--dl-space-space-unit);
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 12px;
  text-decoration: none;
}
@media(max-width: 1200px) {
  .smartbiz-link1 {
    margin-left: var(--dl-space-space-sixunits);
    margin-right: var(--dl-space-space-sixunits);
  }
}
@media(max-width: 991px) {
  .smartbiz-logo {
    padding-top: var(--dl-space-space-halfunit);
    padding-bottom: var(--dl-space-space-halfunit);
  }
  .smartbiz-image {
    width: 75px;
  }
  .smartbiz-link {
    width: 80%;
  }
  .smartbiz-link1 {
    width: 80%;
  }
}
@media(max-width: 767px) {
  .smartbiz-text {
    text-align: center;
  }
  .smartbiz-section2 {
    height: auto;
    margin-bottom: var(--dl-space-space-halfunit);
  }
  .smartbiz-max-width {
    flex-wrap: wrap;
  }
  .smartbiz-step {
    width: 100%;
    align-items: stretch;
    flex-direction: row;
    justify-content: center;
  }
  .smartbiz-image1 {
    width: 100%;
  }
  .smartbiz-hero-image {
    display: none;
  }
  .smartbiz-max-width1 {
    flex-wrap: wrap;
  }
  .smartbiz-image2 {
    width: 100%;
    display: flex;
  }
  .smartbiz-hero-image1 {
    display: none;
  }
  .smartbiz-step1 {
    width: 100%;
  }
  .smartbiz-image3 {
    display: none;
  }
  .smartbiz-max-width2 {
    flex-wrap: wrap;
  }
  .smartbiz-image4 {
    width: 100%;
  }
  .smartbiz-hero-image3 {
    display: none;
  }
  .smartbiz-max-width3 {
    flex-wrap: wrap;
  }
  .smartbiz-image5 {
    width: 100%;
    display: flex;
  }
  .smartbiz-hero-image4 {
    display: none;
  }
  .smartbiz-step3 {
    width: 100%;
  }
  .smartbiz-image6 {
    display: none;
  }
}
@media(max-width: 479px) {
  .smartbiz-logo {
    padding-top: var(--dl-space-space-halfunit);
    padding-bottom: var(--dl-space-space-halfunit);
  }
  .smartbiz-section {
    display: flex;
  }
  .smartbiz-link {
    font-size: 16px;
    margin-left: var(--dl-space-space-twounits);
    margin-right: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-threeunits);
    padding-right: var(--dl-space-space-threeunits);
  }
  .smartbiz-section1 {
    padding-bottom: var(--dl-space-space-unit);
  }
  .smartbiz-text {
    font-size: 2em;
  }
  .smartbiz-step {
    padding: 0px;
  }
  .smartbiz-title {
    color: rgb(24, 24, 24);
    font-size: 15px;
    font-style: normal;
    font-family: Urbanist;
    font-weight: 700;
  }
  .smartbiz-text05 {
    font-size: 13px;
  }
  .smartbiz-max-width1 {
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .smartbiz-step1 {
    padding: 0px;
  }
  .smartbiz-title1 {
    color: rgb(24, 24, 24);
    font-size: 15px;
    font-style: normal;
    font-family: Urbanist;
    font-weight: 700;
  }
  .smartbiz-text15 {
    font-size: 13px;
  }
  .smartbiz-step2 {
    padding: 0px;
  }
  .smartbiz-title2 {
    font-size: 15px;
  }
  .smartbiz-text25 {
    font-size: 13px;
  }
  .smartbiz-step3 {
    padding: 0px;
  }
  .smartbiz-title3 {
    font-size: 15px;
  }
  .smartbiz-text37 {
    font-size: 13px;
  }
  .smartbiz-container6 {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .smartbiz-text44 {
    font-size: 1.5em;
    padding-left: var(--dl-space-space-halfunit);
  }
  .smartbiz-link1 {
    padding: var(--dl-space-space-unit);
    font-size: 1.2em;
    margin-left: 0px;
    margin-right: 0px;
  }
  .smartbiz-text54 {
    font-size: 24px;
  }
  .smartbiz-link2 {
    font-size: 12px;
  }
}
