/*  Variables For Font Weight */
/* Variables for colors */
/* linear-gradient */
/* Variables for mobile first media query */
/* only used for some spacing */
/* only used for container */
/* used for header only */
/* wordpress breakpoints */
/* wordpress breakpoints */
:root {
  /* Heading 1 */
  --heading1: 3.5rem;
  /* Heading 2 */
  --heading2: 3rem;
  /* Heading 3 */
  --heading3: 2.6rem;
  /* Heading 4 */
  --heading4: 2rem;
  /* Heading 5 */
  --heading5: 1.8rem;
  /* Heading 6 */
  --heading6: 1.6rem;
  /* Paragraph */
  --paragraph: 1.4rem;
  /* Small */
  --small: 1.2rem;
}
@media (min-width: 768px) {
  :root {
    --heading1: 4rem;
  }
}
@media (min-width: 992px) {
  :root {
    --heading1: 5rem;
  }
}
@media (min-width: 1699px) {
  :root {
    --heading1: 7rem;
  }
}
:root .has-heading-1-font-size {
  line-height: 1.172;
}
@media (min-width: 768px) {
  :root {
    --heading2: 3.5rem;
  }
}
@media (min-width: 992px) {
  :root {
    --heading2: 4.2rem;
  }
}
@media (min-width: 1699px) {
  :root {
    --heading2: 5.4rem;
  }
}
:root .has-heading-2-font-size {
  line-height: 1.22;
}
@media (min-width: 768px) {
  :root {
    --heading3: 3rem;
  }
}
@media (min-width: 992px) {
  :root {
    --heading3: 3.5rem;
  }
}
@media (min-width: 1699px) {
  :root {
    --heading3: 4.2rem;
  }
}
:root .has-heading-3-font-size {
  line-height: 1.29;
}
@media (min-width: 768px) {
  :root {
    --heading4: 2.4rem;
  }
}
@media (min-width: 992px) {
  :root {
    --heading4: 2.9rem;
  }
}
@media (min-width: 1699px) {
  :root {
    --heading4: 3.2rem;
  }
}
:root .has-heading-4-font-size {
  line-height: 1.313;
}
@media (min-width: 768px) {
  :root {
    --heading5: 2.1rem;
  }
}
@media (min-width: 992px) {
  :root {
    --heading5: 2.4rem;
  }
}
:root .has-heading-5-font-size {
  line-height: 1.34;
}
@media (min-width: 992px) {
  :root {
    --heading6: 2rem;
  }
}
:root .has-heading-6-font-size {
  line-height: 1.4;
}
@media (min-width: 768px) {
  :root {
    --paragraph: 1.8rem;
  }
}
:root .has-paragraph-font-size {
  line-height: 1.371;
}
@media (min-width: 768px) {
  :root {
    --small: 1.6rem;
  }
}
:root .has-small-font-size {
  line-height: 1.375;
}

.business-setup {
  padding: 5rem 0;
  background: #005F83;
  position: relative;
}
@media (min-width: 992px) {
  .business-setup {
    padding: 6rem 0;
  }
}
@media (min-width: 1499px) {
  .business-setup {
    padding: 7rem 0;
  }
}
@media (min-width: 1699px) {
  .business-setup {
    padding: 8rem 0;
  }
}
.business-setup--left-design {
  position: absolute;
  left: 0;
  top: 2rem;
  z-index: 1;
  aspect-ratio: 0.665;
  opacity: 0.6;
  width: 27%;
}
@media (min-width: 768px) {
  .business-setup--left-design {
    bottom: 0;
    top: unset;
    height: 514px;
    width: 16%;
  }
}
.business-setup--left-design img,
.business-setup--left-design svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 0.665;
}
.business-setup--right-design {
  position: absolute;
  bottom: 8rem;
  right: 0;
  z-index: 1;
  aspect-ratio: 0.665;
  opacity: 0.6;
  width: 27%;
}
@media (min-width: 768px) {
  .business-setup--right-design {
    width: 15%;
  }
}
.business-setup--right-design img,
.business-setup--right-design svg {
  width: 100%;
  height: 100%;
  aspect-ratio: 0.665;
  -o-object-fit: cover;
     object-fit: cover;
}
.business-setup .row {
  align-items: center;
}
.business-setup .row:first-child {
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .business-setup .row:first-child {
    margin-bottom: 5rem;
  }
}
@media (min-width: 1380px) {
  .business-setup .row:first-child {
    margin-bottom: 7rem;
  }
}
@media (min-width: 1699px) {
  .business-setup .row:first-child {
    margin-bottom: 8rem;
  }
}
.business-setup .row:first-child h2 {
  margin-bottom: 0;
  max-width: 500px;
  color: #fff;
  z-index: 10;
  position: relative;
}
.business-setup .row:first-child h6 {
  margin-top: 2rem;
  margin-bottom: 0;
  color: #fff;
  font-weight: 300;
}
@media (min-width: 768px) {
  .business-setup .row:first-child h6 {
    margin-top: 0;
  }
}
.business-setup .row:last-child .col-md-6.col-12:first-child {
  padding-right: 1.5rem;
}
@media (min-width: 768px) {
  .business-setup .row:last-child .col-md-6.col-12:first-child {
    padding-right: 2.5rem;
  }
}
.business-setup .row:last-child iframe {
  aspect-ratio: 1.527;
  width: 100%;
  height: auto;
  max-height: 406px;
  border-radius: 10px;
  z-index: 10;
  position: relative;
}
.business-setup .row:last-child h4 {
  color: #fff;
  margin-bottom: 2rem;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .business-setup .row:last-child h4 {
    margin-top: 0;
    margin-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .business-setup .row:last-child h4 {
    margin-bottom: 4rem;
  }
}
.business-setup .row:last-child ul li {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 300;
  z-index: 3;
  margin: 0 0 1rem 2.6rem;
}
.business-setup .row:last-child ul li::before {
  top: 15%;
}
@media (min-width: 768px) {
  .business-setup .row:last-child ul li {
    font-size: 2.1rem;
  }
}
@media (min-width: 992px) {
  .business-setup .row:last-child ul li {
    font-size: 2.4rem;
  }
}
