:root {
  --p-800: #00296c;
  --p-50: #f4f8ff;
  --p-600: #0060fc;
  --n-600: #818eb0;
  --shades-white: white;
  --n-200: #d7dbe6;
  --n-50: #f5f6f9;
  --n-700: #546286;
  --n-500: #9ca6c1;
  --p-100: #deeaff;
  --p-300: #9bc1ff;
  --n-300: #c9cedd;
  --n-100: #e6e9f0;
  --n-400: #bac1d4;
  --p-900: #ff8914;
  --n-800: #323b50;
  --p-200: #bcd6ff;
  --p-700: #0045b4;
  --shades-black: black;
  --p-400: #7aadff;
  --p-500: #2196f3;
  --s-500: #f42c38;
  --s-50: #fef4f5;
  --s-100: #fddfe1;
  --s-200: #fcc0c3;
  --s-300: #faa0a5;
  --s-400: #f88088;
  --s-600: #f00c1a;
  --s-700: #ab0913;
  --s-800: #67050b;
  --s-900: #220204;
  --n-900: #11141b;
}

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

@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 {
  color: var(--p-800);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
}

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

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  color: var(--p-800);
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
}

blockquote {
  background-color: var(--p-50);
  color: var(--p-800);
  border-left: 0 solid #e2e2e2;
  margin-bottom: 10px;
  padding: 32px 20px;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 22px;
}

.sg-section {
  background-color: var(--p-50);
  padding: 100px 5%;
}

.sg-container {
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
}

.sg-main-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.company-logo {
  width: 200px;
}

.color-title {
  color: var(--p-800);
  font-family: Manrope, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
}

.p-600 {
  background-color: var(--p-600);
}

.n-600 {
  background-color: var(--n-600);
}

.shades-white {
  background-color: var(--shades-white);
}

.sg-color-plate-blocks {
  grid-column-gap: 0px;
  justify-content: space-between;
  display: flex;
}

.sg-color-plate-blocks.flex {
  grid-column-gap: 32px;
  justify-content: flex-start;
}

.sg-color-main-container {
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
}

.n-200 {
  background-color: var(--n-200);
}

.sg-color {
  padding: 100px 5%;
}

.n-50 {
  background-color: var(--n-50);
}

.n-700 {
  background-color: var(--n-700);
}

.n-500 {
  background-color: var(--n-500);
}

.p-100 {
  background-color: var(--p-100);
}

.p-300 {
  background-color: var(--p-300);
}

.p-50 {
  background-color: var(--p-50);
}

.sg-color-main-div {
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.sg-color-div {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.n-300 {
  background-color: var(--n-300);
}

.n-100 {
  background-color: var(--n-100);
}

.p-800 {
  background-color: var(--p-800);
}

.n-400 {
  background-color: var(--n-400);
}

.p-900 {
  background-color: var(--p-900);
}

.n-800 {
  background-color: var(--n-800);
}

.p-200 {
  background-color: var(--p-200);
}

.p-700 {
  background-color: var(--p-700);
}

.shades-black {
  background-color: var(--shades-black);
}

.p-400 {
  background-color: var(--p-400);
}

.color-name {
  color: var(--p-500);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.color-name.color-for-shades {
  color: var(--shades-black);
  font-family: Inter, sans-serif;
}

.color-name.color {
  color: #9ca6c1;
  font-family: Inter, sans-serif;
}

.color-name.color.secondary-color {
  color: var(--s-500);
  font-family: Inter, sans-serif;
}

.n-900 {
  background-color: #11141b;
}

.p-500 {
  background-color: var(--p-500);
}

.sg-color-name-div {
  grid-row-gap: 14px;
  flex-direction: column;
  display: flex;
}

.s-50 {
  background-color: var(--s-50);
}

.s-100 {
  background-color: var(--s-100);
}

.s-200 {
  background-color: var(--s-200);
}

.s-300 {
  background-color: var(--s-300);
}

.s-400 {
  background-color: var(--s-400);
}

.s-500 {
  background-color: var(--s-500);
}

.s-600 {
  background-color: var(--s-600);
}

.s-700 {
  background-color: var(--s-700);
}

.s-800 {
  background-color: var(--s-800);
}

.s-900 {
  background-color: var(--s-900);
}

.sg-typeface {
  background-color: var(--shades-white);
  padding: 100px 5%;
}

.sgt-main-container {
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
}

.sg-title-headline {
  grid-column-gap: 40px;
  align-items: flex-start;
  margin-bottom: 100px;
  display: flex;
}

.text-logo {
  background-color: #0000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0;
  display: flex;
}

.text-block-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #33b8a9;
  text-align: center;
  flex-direction: column;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  display: flex;
}

.headline {
  color: var(--p-800);
  text-align: left;
  font-family: Manrope, sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 94px;
}

.sub-title {
  color: var(--n-700);
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
}

.sg-tf-details {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: flex;
}

.sg-d1-typeface-main-div {
  grid-column-gap: 60px;
  flex-direction: row;
  display: flex;
}

.sg-title {
  color: var(--p-800);
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}

.sg-tf-main-div {
  grid-column-gap: 16px;
  grid-row-gap: 100px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.sg-tf-all-div {
  flex-direction: column;
  display: flex;
}

.heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 72px;
}

.heading.h2-s-bold {
  color: var(--p-800);
  letter-spacing: -.02em;
  font-family: Manrope, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.heading.h2-s-bold.stat-head-color {
  color: var(--p-900);
}

.heading.h2-s-bold.stat-head-icon-color {
  color: var(--p-500);
}

.heading.h2-s-bold.v2-stat-head-color, .heading.h2-s-bold.v2-stat-head-icon-color, .heading.h2-s-bold.v3-job-h-color {
  color: var(--shades-white);
}

.heading.h1-semi-bold {
  color: var(--p-800);
  letter-spacing: -.02em;
  font-family: Manrope, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
}

.heading.h1-semi-bold.gap {
  margin-bottom: 20px;
}

.heading.h1-bold {
  color: var(--p-800);
  letter-spacing: -.02em;
  font-family: Manrope, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
}

.heading.h1-bold.fc-heading-color {
  color: var(--shades-white);
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.heading.h1-bold.pricing-color {
  color: var(--p-500);
}

.heading.h1-bold.v2-h-color {
  color: var(--shades-white);
}

.heading.h1-bold.v2-h-color.align {
  text-align: center;
}

.heading.h1-bold.v3-h-color {
  color: var(--shades-white);
}

.heading.h1-bold.v3-pricing-color, .heading.h1-bold.v3-m-pricing-color {
  color: var(--p-800);
}

.heading.h1-bold.sub-page-heading-color {
  color: var(--shades-white);
}

.heading.h1-bold.sub-page-heading-color.align {
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.heading.h1-bold.so-heading-color {
  color: var(--p-500);
}

.heading.h5-bold.f-info-h-color {
  color: var(--shades-white);
  text-transform: uppercase;
}

.heading.h5-bold.sub-page-text-color, .heading.h5-bold.promo-sub-heading-color {
  color: var(--shades-white);
}

.heading.h2-bold {
  color: var(--p-800);
  letter-spacing: -.02em;
  font-family: Manrope, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
}

.heading.h2-bold.stat-heading-color {
  color: var(--p-500);
}

.heading.h2-bold.v2-stat-heading-color {
  color: var(--shades-white);
}

.heading.h1-s-semi-bold {
  color: #333;
  letter-spacing: -.02em;
  font-family: Manrope, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
  display: none;
}

.heading.h1-s-semi-bold.center {
  text-align: center;
  font-weight: 700;
}

.heading.h1-s-semi-bold.center.vt {
  display: block;
}

.heading.h1-s-semi-bold.autospa {
  display: none;
}

.heading.h1-s-semi-bold.little {
  color: #ac172c;
  display: none;
}

.heading.h5-bold {
  letter-spacing: -.02em;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.heading.h2-s-semi-bold {
  color: var(--p-800);
  letter-spacing: -.02em;
  font-family: Manrope, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.heading.h2-s-semi-bold.f-info-news-text-color {
  color: var(--shades-white);
}

.heading.h3-seni-bold {
  color: var(--p-800);
  letter-spacing: -.02em;
  font-family: Manrope, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
}

.heading.h3-seni-bold.v2-client-name-color {
  color: var(--p-500);
}

.heading.h3-bold {
  letter-spacing: -.02em;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}

.heading.h3-bold.au-owner-name-color {
  color: var(--p-900);
}

.heading.h3-bold.pricing-v2-heading-color {
  color: var(--shades-white);
}

.heading.h4-semi-bold {
  color: var(--p-800);
  letter-spacing: -.02em;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  position: static;
}

.heading.h2-s-bold {
  letter-spacing: -.02em;
  font-size: 36px;
  font-weight: 700;
  line-height: 47px;
}

.heading.h4-bold {
  color: var(--p-800);
  letter-spacing: -.02em;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.heading.h4-bold.gallery-title-color {
  color: var(--shades-white);
}

.heading.h4-bold.v3-h-padding {
  padding-left: 20px;
  padding-right: 20px;
}

.heading.h4-bold.location-heading-color {
  color: var(--shades-white);
}

.heading.h4-bold.v2-c-location-heading-color {
  color: var(--p-800);
}

.heading.h4-bold.so-sub-h-align.promo-heading-color {
  color: var(--shades-white);
}

.heading.h3-ex-bold {
  color: var(--p-800);
  letter-spacing: -.02em;
  font-family: Manrope, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 34px;
}

.heading.h3-bold {
  color: var(--p-800);
  letter-spacing: -.02em;
  font-family: Manrope, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
}

.heading.h4-ex-bold {
  color: var(--p-800);
  letter-spacing: -.02em;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
}

.heading.h5-regular.w--current {
  text-decoration: none;
}

.heading.h5-regular.link-color {
  color: var(--shades-white);
  font-weight: 400;
  text-decoration: none;
}

.heading.h5-regular.link-color.highlight {
  font-weight: 700;
}

.heading.h2-semi-bold {
  color: var(--p-800);
  letter-spacing: -.02em;
  font-family: Manrope, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
}

.heading.h1-s-bold {
  color: #333;
  letter-spacing: -.02em;
  font-family: Manrope, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.heading.h1-s-bold.width {
  text-align: center;
  width: 50%;
}

.heading.h1-s-bold.pricing-v2-heading-color {
  color: var(--shades-white);
}

.heading.h1-ex-bold {
  color: var(--p-800);
  letter-spacing: -.02em;
  font-family: Manrope, sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 58px;
}

.heading.h1-ex-bold.hero-sec-title-color {
  color: var(--shades-white);
}

.heading.h1-s-ex-bold {
  color: var(--p-800);
  letter-spacing: -.02em;
  font-family: Manrope, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 48px;
}

.heading.h2-ex-bold {
  color: var(--p-800);
  letter-spacing: -.02em;
  font-family: Manrope, sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 44px;
}

.heading.h2-s-ex-blod {
  color: var(--p-800);
  letter-spacing: -.02em;
  font-family: Manrope, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 40px;
}

.heading.h4-s-regular {
  color: var(--p-800);
  letter-spacing: -.02em;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  transition: all .2s;
  position: static;
}

.heading.h4-s-semi-bold {
  color: var(--p-800);
  letter-spacing: -.02em;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.heading.h4-s-semi-bold.sub-title-color {
  color: var(--p-500);
}

.heading.h4-s-semi-bold.v3-cl-heading-color {
  color: var(--shades-white);
}

.heading.h4-s-bold {
  color: var(--p-800);
  letter-spacing: -.02em;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.heading.h4-s-bold.service-box-h-text-color {
  color: var(--n-900);
}

.heading.h5-ex-bold {
  color: var(--p-800);
  letter-spacing: -.02em;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 23px;
}

.heading.h5-semi-bold {
  color: var(--p-800);
  letter-spacing: -.02em;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
}

.heading.h5-semi-bold.sub-title-color {
  color: var(--p-900);
}

.heading.h5-semi-bold.ov-content-title-color {
  color: var(--n-900);
  justify-content: center;
  align-items: stretch;
  font-size: 23px;
  line-height: 30px;
  display: flex;
}

.heading.h5-regular {
  color: var(--p-800);
  letter-spacing: -.02em;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
}

.heading.h5-bold {
  color: var(--p-800);
  letter-spacing: -.02em;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
}

.heading.h5-s-semi-bold {
  color: var(--p-800);
  letter-spacing: -.02em;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.heading.h5-s-bold {
  color: var(--p-800);
  letter-spacing: -.02em;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.heading.h5-s-bold.v3-c-heading-color {
  color: var(--shades-white);
}

.heading.h5-s-ex-bold {
  color: var(--p-800);
  letter-spacing: -.02em;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.heading.d2-bold {
  letter-spacing: -.02em;
  font-size: 72px;
  font-weight: 600;
  line-height: 94px;
}

.heading.d2-bold.gap {
  color: var(--p-800);
  margin-bottom: 100px;
  font-family: Manrope, sans-serif;
  font-weight: 600;
}

.heading._404-text {
  color: var(--p-500);
  font-family: Manrope, sans-serif;
  font-size: 220px;
  line-height: 240px;
}

.sg-details {
  color: var(--n-700);
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
}

.paragraph {
  color: var(--n-800);
  text-align: justify;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 27px;
  text-decoration: none;
}

.paragraph.p1-bold {
  color: var(--p-800);
  letter-spacing: -.02em;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
}

.paragraph.p1-bold.f-e-text-color {
  color: var(--shades-white);
}

.paragraph.p1-bold.gap {
  margin-bottom: 8px;
}

.paragraph.p1-bold.gap.v3-para-color, .paragraph.p1-bold.gap.v3-m-para-color {
  color: var(--p-800);
}

.paragraph.p1-bold.lm-v2-color {
  color: var(--p-500);
}

.paragraph.p1-bold.rje-btn-text-color {
  color: var(--shades-white);
  font-size: 16px;
  font-weight: 600;
}

.paragraph.p1-bold.link-deco-color, .paragraph.p1-bold.contact-us-btn-color {
  color: var(--shades-white);
}

.paragraph.p2-bold {
  color: var(--p-800);
  letter-spacing: -.02em;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.paragraph.p2-bold.schedule-btn-text-color {
  color: var(--shades-white);
  letter-spacing: .5px;
  margin-bottom: 0;
  font-size: 17px;
}

.paragraph.p2-bold.schedule-btn-text-color.bt {
  margin-top: 0;
}

.paragraph.p2-bold.schedule-btn-text-color-for-hover {
  color: var(--p-800);
}

.paragraph.p2-bold.read-more-text-color-for-hover {
  color: var(--p-500);
}

.paragraph.p2-bold.request-a-job-estimate-text-color, .paragraph.p2-bold.pricing-plans-text-color, .paragraph.p2-bold.more-about-us-text-color, .paragraph.p2-bold.nav-call-btn-color {
  color: var(--shades-white);
}

.paragraph.p1-regular {
  color: #001412;
  text-align: left;
  letter-spacing: -.02em;
  font-size: 24px;
  font-weight: 400;
  line-height: 31px;
}

.paragraph.p1-regular.hero-sec-para-color {
  color: var(--shades-white);
}

.paragraph.p1-regular.hero-sec-para-color.align {
  text-align: left;
}

.paragraph.p1-regular.hero-sec-para-color.home-v2-align {
  text-align: center;
}

.paragraph.p1-regular.width {
  text-align: center;
  width: 70%;
}

.paragraph.p1-regular.padding {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.paragraph.p1-regular.au-owner-designation {
  color: var(--n-900);
}

.paragraph.p1-regular.v3-cl-para-color {
  color: var(--shades-white);
}

.paragraph.p1-regular.v3-cl-para-color.c {
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph.p1-regular.v3-faq-align {
  text-align: center;
}

.paragraph.p1-regular.pricing-v2-para-title-color {
  color: var(--shades-white);
}

.paragraph.p1-regular.pricing-v2-para-title-color.pp-width {
  text-align: center;
  width: 50%;
}

.paragraph.p4-semi-bold {
  color: var(--p-800);
  letter-spacing: -.02em;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
}

.paragraph.p4-semi-bold.nav-working-time-text-color {
  color: var(--shades-white);
  letter-spacing: .5px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 23px;
}

.paragraph.p4-semi-bold.nav-work-time-color {
  color: var(--shades-white);
}

.paragraph.p3-bold.h-v1-read-more-btn-color {
  color: var(--p-500);
}

.paragraph.p4-regular {
  color: var(--p-800);
  letter-spacing: -.02em;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

.paragraph.p4-regular.f-btm-info-para-color {
  color: var(--shades-white);
}

.paragraph.p4-regular.f-btm-info-para-color.shape {
  letter-spacing: .5px;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 27px;
}

.paragraph.p4-regular.f-btm-info-para-color.shape.ft {
  font-size: 14px;
}

.paragraph.p4-regular.recent-blog-date-color {
  color: var(--n-600);
}

.paragraph.p3-regular.f-loc-text-color {
  color: var(--shades-white);
  letter-spacing: .5px;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 300;
  line-height: 27px;
}

.paragraph.p3-regular.f-loc-text-color.n {
  margin-top: 0;
}

.paragraph.p3-regular.f-info-para-color {
  color: var(--shades-white);
}

.paragraph.p3-regular.f-info-para-color.link, .paragraph.p3-regular.f-info-para-color.link.w--current {
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph.p3-regular.form-title-color {
  color: var(--n-500);
}

.paragraph.p3-regular.align {
  text-align: center;
}

.paragraph.p3-regular.v3-form-title-color {
  color: var(--shades-white);
}

.paragraph.p3-regular.blog-tag-date-color {
  color: var(--n-600);
}

.paragraph.p3-regular.blog-tag-color {
  color: var(--shades-white);
  text-transform: uppercase;
  font-size: 12px;
}

.paragraph.p3-regular.prormo-para-color {
  color: var(--shades-white);
}

.paragraph.p2-regular {
  color: var(--p-800);
  text-align: left;
  letter-spacing: -.02em;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.paragraph.p2-regular.tm-para-color {
  color: var(--n-500);
}

.paragraph.p2-regular.v1-c-l-para-color {
  color: var(--shades-white);
}

.paragraph.p2-regular.v2-c-l-para-color {
  color: var(--p-800);
}

.paragraph.p2-regular.align {
  text-align: center;
}

.paragraph.p2-regular.padding {
  margin-top: 20px;
  margin-bottom: 20px;
}

.paragraph.p2-regular.faq-para-color {
  color: var(--n-700);
}

.paragraph.p1-regular, .paragraph.p1-regular-italic {
  color: var(--p-800);
  letter-spacing: -.02em;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
}

.paragraph.p1-semi-bold {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
}

.paragraph.p1-semi-bold.f-emergency-text-color {
  color: var(--shades-white);
}

.paragraph.p2-underline {
  color: var(--p-800);
  letter-spacing: -.02em;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: underline;
}

.paragraph.p2-sime-bold {
  color: var(--p-800);
  letter-spacing: -.02em;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.paragraph.p2-sime-bold.v2-stat-para-color, .paragraph.p2-sime-bold.promo-date-color {
  color: var(--shades-white);
}

.paragraph.p2-sime-bold.more-about-us-text-color {
  color: var(--p-50);
}

.paragraph.p2-sime-bold.more-about-us-text-color.bt {
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph.p2-ex-bold {
  color: var(--p-800);
  letter-spacing: -.02em;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
}

.paragraph.p3-regular {
  color: var(--p-800);
  letter-spacing: -.02em;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.paragraph.p3-semi-bold {
  color: var(--p-800);
  letter-spacing: -.02em;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.paragraph.p3-semi-bold.g-para-color {
  color: var(--shades-white);
}

.paragraph.p3-semi-bold.h-v1-blog-date-color {
  color: var(--p-500);
}

.paragraph.p3-bold {
  color: var(--p-800);
  letter-spacing: -.02em;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.paragraph.p3-ex-bold {
  color: var(--p-800);
  letter-spacing: -.02em;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 18px;
}

.paragraph.p3-underline {
  color: var(--p-800);
  letter-spacing: -.02em;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: underline;
}

.paragraph.p4-cap {
  color: var(--p-800);
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
}

.paragraph.p4-cap.h-v1-blog-tt-color {
  color: var(--shades-white);
}

.paragraph.p4-cap.tag-text-color {
  color: var(--shades-white);
  letter-spacing: .08em;
}

.paragraph.p3-bold {
  color: var(--p-800);
  letter-spacing: -.02em;
  letter-spacing: -.02em;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.paragraph._1 {
  text-align: center;
  letter-spacing: .5px;
  font-size: 17px;
  line-height: 27px;
}

.paragraph._1.profile {
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph.l {
  margin-top: 0;
}

.paragraph.vision {
  margin-top: 0;
  margin-bottom: 0;
}

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

.sg-typeface-paragraph {
  padding: 100px 80px;
}

.sg-typeface-paragraph.bg-color {
  background-color: #fff;
  padding-left: 5%;
  padding-right: 5%;
}

.sub-title-2 {
  color: #fff;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
}

.sub-title-2.paragraph-color {
  color: var(--n-700);
}

.sg-title-2 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}

.sg-title-2.paragraph-color {
  color: var(--p-800);
  font-family: Manrope, sans-serif;
  font-weight: 700;
}

.text-logo-paragraph {
  background-color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0;
  display: flex;
}

.sg-typeface-main-container {
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
}

.text-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #33b8a9;
  text-align: center;
  flex-direction: column;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  display: flex;
}

.headline-2 {
  color: #fff;
  text-align: left;
  font-size: 72px;
  font-weight: 600;
  line-height: 94px;
}

.headline-2.paragraph-color {
  color: var(--p-800);
  font-family: Manrope, sans-serif;
}

.sg-title-headline-2 {
  grid-column-gap: 40px;
  align-items: flex-start;
  margin-bottom: 100px;
  display: flex;
}

.sg-details-2 {
  color: var(--n-700);
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
}

.schedule-btn {
  color: var(--shades-white);
  background-color: #ff8914;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.schedule-btn:hover {
  background-color: #f28606;
}

.schedule-btn.onrbtn, .schedule-btn.onrbtn.w--current {
  display: none;
}

.sg-button {
  background-color: var(--p-50);
  padding: 100px 80px;
}

.sg-btn-main-container {
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
}

.sg-btn-main-div {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.sg-btn-div {
  grid-row-gap: 14px;
  flex-direction: column;
  display: flex;
}

.request-a-job-estimate-btn {
  background-color: var(--p-500);
  color: var(--shades-white);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding: 14px 32px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.request-a-job-estimate-btn:hover {
  background-color: var(--p-600);
}

.pricing-plans-btn {
  border: 1px solid var(--p-500);
  color: var(--shades-white);
  background-color: #0000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 60px;
  padding: 14px 12px;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.pricing-plans-btn:hover {
  background-color: var(--p-600);
  color: var(--shades-white);
}

.more-about-us-btn {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--shades-white);
  background-color: #ff8914;
  border-radius: 5px;
  justify-content: space-around;
  align-items: center;
  width: 220px;
  padding: 20px 28px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.more-about-us-btn:hover {
  background-color: #f28606;
}

.more-about-us-btn.little {
  background-color: #ac172c;
}

.more-about-us-btn.sp {
  background-color: #1e3384;
}

.ma-link-icon {
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.contact-us-btn {
  background-color: var(--p-900);
  color: var(--shades-white);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.contact-us-btn.cu-width {
  width: 176px;
}

.subscribe-now-btn {
  background-color: var(--p-500);
  color: var(--shades-white);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.subscribe-now-btn:hover {
  background-color: var(--p-600);
}

.learn-more-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px none var(--p-500);
  opacity: 1;
  color: var(--shades-white);
  background-color: #0000;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.learn-more-btn:hover {
  background-color: #0000;
  border-style: none;
}

.lm-link-btn {
  align-items: center;
  width: 50px;
  display: flex;
  position: relative;
}

.lm-link-icon {
  z-index: 2;
  display: block;
  position: absolute;
}

.lm-link-icon-2 {
  z-index: 2;
  position: relative;
}

.read-more-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-style: none none solid;
  border-width: 1px 1px 3px;
  border-color: var(--p-500);
  color: var(--shades-white);
  background-color: #0000;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 4px;
  text-decoration: none;
  display: flex;
}

.read-more-btn:hover {
  background-color: #0000;
  border-style: none;
}

.read-more-btn.width {
  border-bottom-width: 2px;
  border-radius: 0;
  align-items: flex-end;
  width: 82px;
  padding-bottom: 0;
}

.read-more-btn.width:hover {
  border-bottom-style: solid;
  border-radius: 0;
}

.rm-link-btn {
  width: 16px;
  display: flex;
  position: static;
}

.rm-link-icon {
  z-index: 2;
  position: static;
}

.footer {
  background-color: var(--n-900);
  background-image: linear-gradient(#00000080, #00000080), url('../images/footer-right-shape.png'), url('../images/footer-left-shape.png');
  background-position: 0 0, 100% 0, 0 0;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto;
  padding: 50px 20px;
}

.container-default {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.container-default.v3-faq-mx-width {
  max-width: 764px;
}

.f-contant-btn {
  border-bottom: 1px solid var(--n-800);
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 40px;
  display: flex;
}

.f-info-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--n-800);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 40px;
  display: grid;
}

.f-info-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.f-info-box.gap-for-nl {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.f-info-box.gap-for-nl.hide {
  display: none;
}

.f-info-box.left {
  padding-left: 50px;
}

.f-location-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.f-loc-icon-box {
  width: 20px;
}

.f-mail-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.f-mail-icon-box {
  width: 20px;
}

.f-phone-number-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.f-phone-icon-box {
  width: 20px;
}

.f-emergency-call-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.f-e-phone-icon-box {
  width: 32px;
}

.f-navbar-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.f-social-media-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: none;
}

.f-social-media-icon.icoons {
  display: flex;
}

.f-sm-link {
  width: 32px;
}

.f-sm-link.t {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 32px;
  display: flex;
}

.f-sm-link.t._1 {
  background-color: #a38f44;
}

.f-nl-mail-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid var(--p-500);
  border-radius: 4px;
  height: 56px;
  margin-bottom: 0;
  padding: 14px 16px;
  transition: all .25s;
}

.text-field:focus {
  border: 1px solid var(--p-600);
}

.text-field:focus-visible, .text-field[data-wf-focus-visible] {
  box-shadow: 0 0 4px 0 var(--p-600);
}

.text-field::placeholder {
  color: var(--n-500);
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.text-field.v3-div-color {
  border-color: var(--shades-white);
  background-color: #0000;
}

.text-field.v3-div-color:focus {
  box-shadow: 0 0 4px 1px #fff9;
}

.text-field.v3-div-color:focus-visible, .text-field.v3-div-color[data-wf-focus-visible], .text-field.v3-div-color::placeholder {
  color: var(--shades-white);
}

.submit-button {
  border-radius: 4px;
  width: 100%;
  height: 48px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: all .2s;
}

.submit-button:hover {
  background-color: var(--p-600);
}

.f-btm-info {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.f-btm-info-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.f-btn-link {
  text-decoration: none;
}

.navbar {
  background-color: var(--shades-white);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding: 10px 0;
  display: block;
  position: relative;
}

.navbar-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 6rem 1fr max-content;
  justify-content: space-between;
  place-items: center stretch;
  width: 100%;
  max-width: 1300px;
  padding-left: 0%;
  padding-right: 0%;
}

.navbar-logo-link.w--current {
  width: 100px;
}

.navbar-menu {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.navbar-link {
  padding: .5rem 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  transition: all .2s;
}

.navbar-link:hover {
  color: var(--p-900);
}

.navbar-link.w--current {
  color: #ff8914;
  background-color: #f1fdff;
  border: 1px solid #e3e3e3;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
}

.navbar-link.w--current:hover {
  color: var(--p-900);
}

.navbar-link.hide, .navbar-link.one {
  display: none;
}

.navbar-link._1.w--current {
  display: block;
}

.navbar-link.l.blog-v1-social-link-read-more-btn.w--current, .navbar-link._1one.no.w--current, .navbar-link.bt.l {
  display: none;
}

.navbar-menu-dropdown {
  padding-top: .5rem;
  padding-bottom: .5rem;
  position: static;
}

.navbar-dropdown-toggle {
  padding: 0 20px 0 0;
  transition: all .2s;
}

.navbar-dropdown-toggle:hover {
  color: var(--p-500);
}

.icon {
  margin-right: 0;
}

.navbar-dropdown-list {
  display: none;
}

.navbar-dropdown-list.w--open {
  background-color: var(--shades-white);
  width: 100vw;
  max-width: 100%;
  padding: 2rem 5%;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.navbar-1-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-dropdown-coontent {
  width: 100%;
  display: flex;
}

.navbar-content-left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.navbar-dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.navbar-dropdown-link {
  color: var(--p-900);
  margin-left: 0;
  margin-right: 0;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 18px;
  transition: all .2s;
}

.navbar-dropdown-link:hover {
  background-color: var(--p-600);
  color: var(--shades-white);
}

.nav-title-box {
  padding: 10px 20px;
}

.dropdown-title {
  color: var(--p-900);
  font-family: Inter, sans-serif;
  font-weight: 600;
  transition: all .25s;
}

.dropdown-title:hover {
  color: var(--p-500);
}

.nav-call-to-action-btn {
  background-color: var(--p-900);
  justify-content: space-between;
  width: 100%;
  margin-bottom: 1rem;
  padding: 8px 5%;
  display: none;
}

.nav-call-mail-link {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.nav-mail-icon-div {
  width: 20px;
}

.nav-mail {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav-phone {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav-call-icon-div {
  width: 20px;
}

.nav-social-media-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.nav-sm-icon {
  width: 20px;
}

.nav-cab-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.section {
  background-color: var(--p-50);
  height: auto;
  padding: 100px 20px;
  overflow: hidden;
}

.section.bg-color {
  background-color: var(--p-50);
}

.section.bg-color.v2-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.bg-color.v2-padding.bg-image-v2-stat {
  background-image: url('../images/07---Statistics.png');
  background-position: 50%;
  background-size: cover;
}

.section.vh {
  background-image: url('../images/Hero-Image.png');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
}

.section.vh.padding {
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 160px;
  display: block;
}

.section.padding {
  padding-left: 0;
  position: relative;
}

.section.padding.vh {
  background-image: none;
  height: auto;
  padding-left: 5%;
}

.section.v2-bg-color {
  background-color: var(--p-50);
}

.section.v3-bg-image {
  background-image: url('../images/V3-Hero-Section.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section.sv1-section-bg-image {
  background-image: url('../images/Category-Hero-Section.jpg');
  background-position: 50%;
  background-size: cover;
}

.section.sub-page-sec-bg {
  background-image: linear-gradient(#000000e8, #000000e8), url('../images/SSR-Web-banner.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.au-sec-bg {
  background-image: linear-gradient(#ffffffeb, #ffffffeb), url('../images/SL-072622-51930-14.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, contain;
}

.section.v2-c-bg-color {
  background-color: var(--p-50);
}

.section.v3-c-bg-color {
  background-color: var(--shades-white);
}

.section.v3-c-bg-color.cl {
  background-color: var(--p-50);
  padding-top: 0;
}

.section.v1-faq-section-bg-image {
  background-image: url('../images/Blog-Hero-Section.jpg');
  background-position: 50%;
  background-size: cover;
}

.section.blog-v3-bg {
  background-color: var(--p-50);
}

.section.contact-bg {
  background-image: url('../images/Contract-Hero-Section.jpg');
  background-position: 50%;
  background-size: cover;
}

.section.contact-bg.blog-v1-box {
  display: none;
}

.section.service-v1-bg {
  background-image: url('../images/SV1-Hero-Section.png');
  background-position: 50%;
  background-size: cover;
}

.section.our-pricing-v1-bg {
  background-image: url('../images/Pricing-Hero-Section.jpg');
  background-position: 50%;
  background-size: cover;
}

.section.faq-bg {
  background-image: url('../images/FAQ-Hero-Section.jpg');
  background-position: 50%;
  background-size: cover;
}

.section.hero-bg-image {
  background-image: url('../images/SSR-Web-banner---Final-copy-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 580px;
  padding: 0;
  overflow: hidden;
}

.section.hero-v2-bg-image {
  background-image: url('../images/Hero-Image.jpg');
  background-position: 50%;
  background-size: cover;
  height: 688px;
}

.section.hero-v2-bg-image.hero-v2-flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.h-v1-blog-bg-color {
  background-color: var(--p-50);
}

.section.blog-v1-bg-image {
  background-image: url('../images/Blog-Hero-Section.jpg');
  background-position: 50%;
  background-size: cover;
}

.section.about-us-bg-image {
  background-image: url('../images/About-Us-Cover.png');
  background-position: 50%;
  background-size: cover;
}

.section.our-team-bg-image {
  background-image: url('../images/Our-Team-Hero-Section.jpg');
  background-position: 50%;
  background-size: cover;
}

.section.pricing-v2-bg-color, .section.v2-pricing-bg-color {
  background-color: var(--p-900);
}

.section.license-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section._1 {
  display: none;
}

.section.sec {
  background-color: var(--shades-white);
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.c1 {
  background-color: var(--shades-white);
}

.hero-sec-contant-div {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.hero-left-div {
  grid-row-gap: 40px;
  flex-direction: column;
  width: 54%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 80px;
  display: none;
}

.hero-right-div {
  object-fit: fill;
  width: 40%;
  height: auto;
}

.hero-request-and-price-btn {
  grid-column-gap: 32px;
  justify-content: space-between;
  align-self: auto;
  display: flex;
}

.hero-request-and-price-btn.home-v-1 {
  justify-content: flex-start;
}

.sub-title-div {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.sub-title-div.flex {
  justify-content: flex-start;
}

.sub-title-div.au-flex {
  justify-content: flex-start;
  margin-bottom: 0;
}

.sub-title-div.sth-flex {
  justify-content: center;
}

.title-icon {
  width: 60px;
}

.title-heading {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.title-heading.flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.title-heading.width {
  text-align: center;
  width: 54%;
}

.title-heading.v2-flex {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

.title-heading.v2-flex.license-div {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
}

.title-heading.th-flex {
  justify-content: center;
}

.service-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-box {
  flex-direction: column;
  display: flex;
}

.service-image-container {
  overflow: hidden;
}

.service-text-box {
  grid-row-gap: 20px;
  border-bottom: 6px solid var(--p-300);
  background-color: var(--p-50);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  flex-direction: column;
  padding: 20px;
  display: flex;
}

.sv-icon-div {
  width: 36px;
  position: relative;
}

.s-icon {
  position: absolute;
}

.s-icon-2 {
  position: relative;
}

.about-us-main-div {
  grid-column-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.au-left-div {
  width: 500px;
  height: 446px;
  position: relative;
}

.au-photo-bg {
  background-color: var(--p-900);
  border-radius: 5px;
  width: auto;
  height: auto;
  position: absolute;
  inset: 4% 0% 0% 4%;
}

.au-photo-bg.l {
  background-color: #ac172c;
}

.au-photo-bg.sp {
  background-color: #3d4c5e;
}

.au-photo-bg.v {
  background-color: #e04727;
}

.au-photo-bg.sif {
  background-color: #a38f44;
}

.au-right-div {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  width: 55%;
  display: block;
}

.au-photo-container {
  z-index: 2;
  background-color: var(--p-500);
  filter: drop-shadow(0 2px 5px #000000b3);
  background-image: url('../images/MOP_0027-min.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  width: auto;
  height: auto;
  position: absolute;
  inset: 0% 4% 4% 0%;
}

.au-photo-container.autospa {
  filter: drop-shadow(0 2px 5px #000000b3);
  background-image: url('../images/autospa.png');
}

.au-photo-container.suhavi {
  filter: drop-shadow(0 2px 5px #000000b3);
  background-image: url('../images/Stay-connected.jpg');
  background-size: cover;
}

.au-photo-container.suhavi.t {
  background-image: url('../images/banner-copy.jpg');
  width: auto;
  height: auto;
}

.au-photo-container.little {
  filter: drop-shadow(0 2px 5px #000000b3);
  background-image: url('../images/little.png');
  background-position: 0%;
  background-size: cover;
}

.au-bullet-point {
  grid-column-gap: 60px;
  grid-row-gap: 10px;
  flex-direction: column;
  margin-bottom: 20px;
  display: flex;
}

.au-point {
  grid-column-gap: 12px;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.au-bullet-icon {
  filter: hue-rotate(180deg);
}

.au-bullet-icon.l {
  filter: none;
}

.pricing-switch {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.pricing-switch.v3-gap {
  margin-bottom: 60px;
}

.switch {
  background-color: var(--n-200);
  cursor: pointer;
  border-radius: 100px;
  align-self: auto;
  align-items: center;
  width: 40px;
  height: 20px;
  padding: 2px 4px;
  display: flex;
}

.btn {
  background-color: var(--shades-white);
  border-radius: 100px;
  width: 14px;
  height: 14px;
}

.price-rate-box {
  grid-column-gap: 32px;
  justify-content: center;
  display: flex;
}

.pricing-block {
  grid-row-gap: 40px;
  border-top: 6px solid var(--shades-white);
  border-bottom: 6px solid var(--shades-white);
  background-color: var(--shades-white);
  border-radius: 4px;
  flex-direction: column;
  padding: 40px 20px;
  display: flex;
}

.pricing-rate {
  align-items: flex-end;
  display: flex;
  position: relative;
}

.pricing-rate.v3-pricing-div-padding {
  background-color: var(--n-100);
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.pp-bullet-point-div {
  grid-row-gap: 26px;
  flex-direction: column;
  display: flex;
}

.pp-bullet-point-div.v3-ppb-div-padding {
  padding-left: 20px;
  padding-right: 20px;
}

.pp-bullet-point {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.photo-gallery {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.gallery {
  border-radius: 4px;
  position: relative;
}

.tabs {
  padding-bottom: 0;
}

.tabs-menu {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.tab-link {
  border-bottom: 2px solid var(--shades-white);
  background-color: var(--shades-white);
  padding-top: 12px;
  padding-bottom: 12px;
}

.tab-link.w--current {
  border-bottom: 2px solid var(--shades-white);
  background-color: var(--shades-white);
  padding-top: 12px;
  padding-bottom: 12px;
  transition: all .25s;
}

.tab-link.w--current:focus {
  border-bottom-color: var(--p-500);
}

.photo-overlay {
  background-color: #11141b4d;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.gallery-title-div {
  grid-row-gap: 4px;
  border-bottom: 2px none var(--shades-white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.g-title {
  border-bottom: 2px solid var(--shades-white);
  padding-bottom: 6px;
}

.stat-title {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.stat-contant-box {
  grid-column-gap: 32px;
  justify-content: center;
  display: flex;
}

.stat {
  grid-column-gap: 4px;
  display: flex;
}

.stat-text-box {
  flex-direction: column;
  display: flex;
}

.stat-head {
  display: flex;
}

.ct-slider {
  background-color: var(--shades-white);
  height: 100%;
  display: block;
}

.ct-mask {
  width: 95%;
  padding-left: 60px;
  padding-right: 60px;
}

.ct-content-div {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.ct-content {
  grid-row-gap: 20px;
  border-bottom: 4px solid var(--p-500);
  background-color: var(--p-50);
  flex-direction: column;
  padding: 40px 24px 32px;
  display: flex;
}

.client-rating {
  grid-column-gap: 6px;
  display: flex;
}

.client-details {
  grid-column-gap: 16px;
  display: flex;
}

.client-avatar {
  width: 60px;
}

.div-block {
  grid-row-gap: 6px;
  flex-direction: column;
  display: flex;
}

.slide {
  width: 330px;
  margin-right: 32px;
}

.arrow-color {
  display: none;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
  left: -7%;
}

.slide-nav {
  display: none;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
  right: -7%;
}

.icon-3 {
  display: none;
}

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

.p-logo {
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: all .25s;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.p-logo:hover {
  box-shadow: 3px 3px 8px -2px #0003;
}

.p-logo.sp {
  background-color: #050e2b;
  border-radius: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.p-logo.sifti {
  background-color: #060606;
}

.main-image {
  width: 210px;
  position: relative;
}

.main-image.lbs {
  width: 100px;
}

.main-image.lbs.sifti {
  width: 100%;
}

.main-image._1 {
  filter: hue-rotate(180deg);
  width: auto;
}

.hover-image {
  position: absolute;
}

.get-started-btn {
  border: 1px solid var(--p-500);
  color: var(--shades-white);
  background-color: #0000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 160px;
  padding: 16px 12px;
  text-decoration: none;
  display: flex;
}

.get-started-btn:hover {
  background-color: var(--shades-white);
  color: var(--shades-white);
}

.stat-col {
  grid-column-gap: 32px;
  display: flex;
}

.home-v2-box {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.v2-title-heading {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.home-v2-main-div {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-main-div {
  grid-column-gap: 60px;
  justify-content: flex-end;
  display: flex;
}

.section-main-div.flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.job-esmt-left-div {
  background-image: url('../images/Job-Stemate-Photo.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.job-esmt-right-div {
  grid-row-gap: 40px;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.name-div {
  grid-column-gap: 16px;
  flex-direction: row;
  display: flex;
}

.name-div.v1-c-flex {
  grid-row-gap: 16px;
  flex-direction: column;
}

.name-div.v1-c-flex.contact-v2-flex {
  display: flex;
}

.name-div.contact-v2-flex {
  flex-direction: row;
}

.first-name, .last-name {
  grid-row-gap: 8px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.form {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.phone-and-email-div {
  grid-column-gap: 16px;
  flex-direction: row;
  display: flex;
}

.phone-and-email-div.v1-c-flex {
  grid-row-gap: 16px;
  flex-direction: column;
}

.phone-div, .email-div {
  grid-row-gap: 8px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.address-div {
  grid-column-gap: 16px;
  display: flex;
}

.address {
  grid-row-gap: 8px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.message-div {
  grid-column-gap: 16px;
  display: flex;
}

.message {
  grid-row-gap: 8px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.message-text-area {
  border: 1px solid var(--p-500);
  border-radius: 4px;
  min-height: 160px;
  transition: all .25s;
}

.message-text-area:focus {
  border-color: var(--p-600);
}

.message-text-area:focus-visible, .message-text-area[data-wf-focus-visible] {
  box-shadow: 0 0 4px 0 var(--p-600);
}

.message-text-area::placeholder {
  color: var(--n-500);
  font-family: Inter, sans-serif;
  line-height: 18px;
}

.message-text-area.v3-div-color {
  border-color: var(--shades-white);
  background-color: #0000;
}

.message-text-area.v3-div-color:focus {
  box-shadow: 0 0 4px 1px #fff9;
}

.message-text-area.v3-div-color::placeholder {
  color: var(--shades-white);
}

.success-message {
  background-color: var(--p-500);
}

.spacing {
  width: 50%;
}

.what-we-do-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wwd-box {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 12px;
  display: flex;
  box-shadow: 3px 3px 8px 1px #000e241a;
}

.wwd-icon {
  position: relative;
}

.learn-more-btn-v2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px none var(--p-500);
  opacity: 1;
  color: var(--shades-white);
  background-color: #0000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.learn-more-btn-v2:hover {
  background-color: #0000;
  border-style: none;
}

.lm-link-btn-v2 {
  align-items: center;
  width: 50px;
  display: flex;
  position: relative;
}

.pricing-block-v2 {
  grid-row-gap: 40px;
  border: 1px solid var(--p-500);
  background-color: var(--shades-white);
  border-radius: 4px;
  flex-direction: column;
  padding: 40px 20px;
  display: flex;
}

.get-started-btn-v2 {
  border: 1px solid var(--p-500);
  color: var(--shades-white);
  background-color: #0000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 160px;
  padding: 16px 12px;
  text-decoration: none;
  display: flex;
}

.get-started-btn-v2:hover {
  background-color: var(--shades-white);
  color: var(--shades-white);
}

.v2-pp-b-icon {
  position: relative;
}

.hover-div {
  align-items: flex-end;
  display: flex;
  position: absolute;
}

.main-div {
  align-items: flex-end;
  display: flex;
}

.tab-slider {
  background-color: var(--shades-white);
  height: auto;
}

.tab-mask {
  padding-left: 80px;
  padding-right: 80px;
}

.tab-slide {
  width: 330px;
  margin-right: 32px;
}

.slide-nav-3 {
  display: none;
}

.tab-left-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.icon-4 {
  display: none;
}

.tab-right-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-5 {
  display: none;
}

.v2-tab-link {
  border: 1px solid var(--p-500);
  background-color: var(--shades-white);
  color: var(--p-800);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 25%;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  display: flex;
}

.v2-tab-link.w--current {
  border: 1px solid var(--p-500);
  background-color: var(--shades-white);
  color: var(--p-800);
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  transition: all .25s;
}

.v2-tab-link.w--current:focus {
  border-bottom-style: none;
  border-bottom-color: var(--p-500);
  background-color: var(--p-500);
  color: var(--shades-white);
}

.v2-tab-link.w--current:visited {
  color: var(--shades-white);
}

.v2-client-image {
  grid-column-gap: 6px;
  width: 30%;
  display: flex;
}

.v2-ct-content {
  grid-column-gap: 60px;
  grid-row-gap: 20px;
  border-bottom: 4px none var(--p-500);
  background-color: var(--shades-white);
  flex-direction: row;
  justify-content: flex-start;
  padding: 0;
  display: flex;
}

.v2-ct-slider {
  background-color: var(--shades-white);
  height: 100%;
  display: block;
}

.v2-ct-mask {
  padding-left: 60px;
  padding-right: 60px;
}

.v2-slide {
  width: 100%;
  margin-right: 60px;
}

.v2-ct-content-div {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.v2-ct-text-div {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.v2-ct-quote-icon {
  width: 74px;
}

.v2-left-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
  left: -4%;
}

.v2-right-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
  right: -4%;
}

.arrow-circle {
  border: 1px solid var(--p-500);
  background-color: var(--shades-white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.arrow-circle.our-recent-work-arrow-left, .arrow-circle.our-recent-work-arrow-right {
  background-color: #2196f333;
  border-style: none;
}

.title-para {
  width: 50%;
}

.title-para.gap {
  width: 100%;
  margin-bottom: 40px;
}

.faq-main-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq-left-div, .faq-left-div-copy {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.faq-block {
  grid-row-gap: 0px;
  border: 1px solid var(--n-200);
  background-color: var(--shades-white);
  border-radius: 4px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
  box-shadow: 0 4px 8px #0000001a;
}

.faq-title-and-icon {
  border-bottom: 1px solid var(--n-200);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.faq-ans {
  border-top: 1px none var(--n-200);
  padding: 0 20px;
  overflow: hidden;
}

.faq-qsn-box {
  grid-column-gap: 16px;
  background-color: var(--p-50);
  border-radius: 4px;
  justify-content: space-between;
  padding: 24px 15px;
  display: flex;
}

.faq-qsn-ans {
  grid-row-gap: 16px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.submit-btn {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 150px;
  display: flex;
}

.button {
  border-bottom: 2px solid var(--p-500);
  color: var(--p-500);
  background-color: #0000;
  align-items: center;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  display: block;
}

.newsletter-title-heading {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.newsletter-form {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.nl-sub-title {
  margin-bottom: 20px;
}

.nl-form-block {
  width: 30%;
}

.nl-form {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.nl-input-div {
  border: 1px solid var(--p-500);
  border-radius: 4px;
  height: 54px;
  padding: 14px 20px;
}

.nl-input-div:focus {
  border-color: var(--p-600);
  box-shadow: 0 0 3px 0 var(--p-600);
}

.nl-input-div::placeholder {
  color: var(--n-500);
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 23px;
}

.nl-subscribe-btn {
  border-radius: 4px;
  width: 200px;
  height: 54px;
  padding: 14px 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  transition: all .25s;
}

.nl-subscribe-btn:hover {
  background-color: var(--p-600);
}

.nl-subscribe-btn.v3-faq-width, .nl-subscribe-btn.pricing-v2-btn {
  width: 100%;
}

.job-submit-btn {
  border-radius: 4px;
  height: 56px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  transition: all .25s;
}

.job-submit-btn:hover {
  background-color: var(--p-600);
}

.hero-sec-left-div {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.v3-hero-sec-main-div {
  grid-column-gap: 40px;
  display: flex;
}

.v3-hero-sec-right-div {
  grid-row-gap: 20px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #ffffff4d;
  border-radius: 4px;
  flex-direction: column;
  width: 50%;
  padding: 40px 32px;
  display: flex;
}

.v3-pricing-block {
  grid-row-gap: 40px;
  border: 1px solid var(--p-500);
  background-color: var(--shades-white);
  border-radius: 4px;
  flex-direction: column;
  padding: 40px 0;
  display: flex;
}

.v3-get-started-btn {
  border: 1px solid var(--p-500);
  color: var(--shades-white);
  background-color: #0000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 140px;
  margin-left: 20px;
  padding: 16px 12px;
  text-decoration: none;
  display: flex;
}

.v3-get-started-btn:hover {
  background-color: var(--shades-white);
  color: var(--shades-white);
}

.v1-photo-gallery {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.our-team-block {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.our-team-block.custom-flex {
  grid-template-columns: 1fr 1fr 1fr;
}

.team-m-box {
  border-radius: 4px;
  transition: all .25s;
  box-shadow: 3px 3px 10px #0003;
}

.team-m-box:hover {
  box-shadow: 0 4px 10px #0003;
}

.team-m-box.hide {
  display: none;
}

.team-m-text-block {
  grid-row-gap: 20px;
  flex-direction: column;
  padding: 10px 10px 20px 20px;
  display: flex;
}

.tm-social-media-link {
  grid-column-gap: 12px;
  display: flex;
}

.homepage-link {
  grid-column-gap: 8px;
  margin-bottom: 16px;
  display: flex;
}

.home-link, .current-page-link {
  text-decoration: none;
}

.sub-page-heading {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.sub-title-block {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.sub-page-headline {
  justify-content: center;
  align-items: center;
  width: 70%;
  display: block;
}

.our-vision-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.our-vision-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ov-content-box {
  grid-row-gap: 20px;
  background-color: var(--shades-white);
  border: 2px dashed #ff9841;
  border-radius: 75px;
  flex-direction: column;
  padding: 24px;
  display: flex;
}

.ov-content-box._1 {
  border-width: 2px;
  border-radius: 75px;
}

.ov-icon {
  position: relative;
}

.v1-faq-main-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  display: grid;
}

.v1-faq-left-div, .v1-faq-right-div {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.v1-faq-div {
  width: 50%;
}

.v1-faq-main-block {
  grid-column-gap: 32px;
  display: flex;
}

.au-main-div {
  grid-column-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.au-owner-image {
  border-radius: 100%;
  width: 35%;
}

.au-owner-speach {
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-top: 50px;
  display: flex;
}

.au-quote-icon {
  width: 55px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

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

.about-us-main-div-2 {
  grid-column-gap: 40px;
  justify-content: space-between;
  display: flex;
}

.au-right-div-2 {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.au-p-div {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.au-bullet-point-v2 {
  grid-column-gap: 60px;
  grid-row-gap: 10px;
  flex-direction: row;
  display: flex;
}

.v2-about-us-photo {
  width: 50%;
}

.v1-contact-main-div {
  grid-column-gap: 0px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.v1-contact-left-div {
  background-color: var(--p-900);
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  width: 50%;
  min-height: 55rem;
  padding: 20px 30px;
  display: flex;
}

.v1-c-info {
  grid-row-gap: 14px;
  flex-direction: column;
  display: flex;
}

.v1-c-l-icon {
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  display: flex;
}

.v1-c-social-media-icon {
  grid-column-gap: 16px;
  display: flex;
}

.v1-c-icon {
  width: 41px;
  height: 41px;
}

.v1-c-icon.twitter {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 41px;
  display: flex;
}

.v1-contact-block {
  grid-row-gap: 40px;
  background-color: var(--p-50);
  flex-direction: column;
  justify-content: center;
  width: 50%;
  height: auto;
  min-height: auto;
  padding: 100px 40px;
  display: flex;
}

.v1-c-form {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.v2-c-location-div {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.v2-c-info-div {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.v2-c-heading {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.v2-contact-main-div {
  grid-column-gap: 0px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.v2-contact-left-div {
  grid-row-gap: 60px;
  background-color: var(--p-900);
  flex-direction: column;
  width: 50%;
  padding: 60px 30px;
  display: flex;
}

.v2-contact-left-div.v2-c-l-bg-color {
  background-color: var(--p-50);
}

.v2-contact-block {
  grid-row-gap: 40px;
  background-color: var(--p-50);
  flex-direction: column;
  justify-content: center;
  width: 50%;
  height: auto;
  padding: 100px 40px;
  display: flex;
}

.v2-contact-block.v2-c-box-color {
  background-color: var(--shades-white);
}

.v2-c-info {
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.v2-contact-form.fr {
  display: none;
}

.v2-c-form {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.v3-contact-main-div {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.v3-c-content-box {
  grid-row-gap: 10px;
  background-color: var(--p-900);
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  padding: 40px 20px;
  display: flex;
}

.v3-contact-main-box {
  grid-column-gap: 0px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.v3-contact-block {
  grid-row-gap: 40px;
  background-color: var(--p-50);
  flex-direction: column;
  justify-content: center;
  width: 50%;
  height: auto;
  padding: 100px 40px;
  display: flex;
}

.v3-contact-block.v3-c-box-color {
  background-color: var(--p-50);
  width: 100%;
}

.faq-nl-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.faq-nl-form-block {
  width: 50%;
}

.v3-faq-main-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-v1-main-box {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: static;
}

.blog-v1-left-div {
  width: 70%;
}

.tag-collection-list {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tag-title {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.blog-post-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-tag-main-div {
  border-radius: 0;
}

.blog-tag-image {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  height: 292px;
}

.blog-tag-title {
  grid-row-gap: 20px;
  border: 1px solid var(--n-400);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  flex-direction: column;
  padding: 24px 20px;
  display: flex;
}

.blog-tga-date-time-tag {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog-tag {
  background-color: var(--p-500);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  display: flex;
}

.blog-tag-link {
  text-decoration: none;
}

.image-2 {
  object-fit: cover;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  width: 100%;
  height: 100%;
}

.blog-title-link {
  text-decoration: none;
}

.category-collection-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.catg-text-div {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 20px;
  display: flex;
}

.blog-collection-list {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-title-div {
  grid-row-gap: 16px;
  border: 1px solid var(--n-400);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  flex-direction: column;
  padding: 24px 20px;
  display: flex;
}

.image-3 {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.blog-single-post-div {
  grid-column-gap: 40px;
  display: flex;
  position: static;
}

.bs-left-div {
  border-bottom: 1px solid var(--n-600);
  width: 80%;
  padding-bottom: 32px;
  position: static;
}

.bs-right-div {
  grid-row-gap: 32px;
  flex-direction: column;
  width: 30%;
  display: flex;
  position: static;
  top: auto;
}

.bs-main-image-div {
  margin-bottom: 32px;
}

.blog-date-div {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.dot {
  background-color: var(--n-600);
  border-radius: 100px;
  width: 8px;
  height: 8px;
}

.dot.hide {
  display: none;
}

.blog-date-tag {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.blog-date-tag.no-margin {
  margin-bottom: 0;
}

.blog-heading, .blog-body-text {
  margin-bottom: 20px;
}

.blog-quate-div {
  background-color: var(--p-50);
  border-radius: 0;
  margin-bottom: 20px;
  padding: 32px 20px;
}

.blog-inside-heading {
  margin-bottom: 20px;
}

.blog-quate-2 {
  border-left: 4px solid var(--p-600);
  margin-bottom: 20px;
  padding: 32px 20px;
}

.blog-social-link {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.b-sm-link {
  grid-column-gap: 10px;
  display: flex;
}

.utility-page-wrap {
  background-color: var(--p-50);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 60px;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.search-bar {
  align-items: center;
  margin-bottom: 0;
  transition: all .25s;
  display: flex;
}

.search-input {
  border: 1px solid var(--p-500);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  transition: all .25s;
}

.search-input:focus {
  border-width: 1px;
  border-color: var(--p-600);
}

.search-input::placeholder {
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.search-btn {
  background-color: var(--p-500);
  letter-spacing: .02em;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 48px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.recent-blog {
  grid-row-gap: 20px;
  background-color: var(--p-50);
  border-radius: 4px;
  flex-direction: column;
  padding: 60px 16px;
  display: flex;
}

.recent-blog-heading {
  border-bottom: 1px solid var(--p-200);
  justify-content: space-between;
  padding-bottom: 16px;
  display: flex;
}

.recent-blog-link, .recent-blog-link.w--current {
  grid-column-gap: 16px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.recent-blog-title {
  grid-row-gap: 4px;
  flex-direction: column;
  width: 90%;
  display: flex;
}

.recent-blog-image {
  width: 50%;
}

.collection-list {
  grid-column-gap: 32px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.current-category-div {
  background-color: var(--p-500);
  border-radius: 100px;
  padding: 4px 12px;
  text-decoration: none;
}

.category-link-div {
  grid-row-gap: 20px;
  background-color: var(--p-50);
  border-radius: 4px;
  flex-direction: column;
  padding: 20px 16px;
  display: flex;
}

.category-link-collection-list {
  grid-column-gap: 32px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.recent-post-div {
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.related-collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.related-post-main-div {
  grid-column-gap: 0px;
  display: flex;
}

.related-post-image {
  width: 30%;
}

.related-post-text-div {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 50%;
  padding: 20px;
  display: flex;
}

.blog-v1-collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-v1-image-div {
  margin-bottom: 0;
}

.blog-v1-date-tag {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.blog-v1-sub-title {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.blog-v1-social-link-read-more-btn {
  flex-direction: row;
  order: 0;
  justify-content: space-between;
  display: flex;
}

.blog-v1-box {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.pagination {
  margin-top: 60px;
}

.pagination.hide {
  display: none;
}

.next-btn {
  background-color: var(--p-500);
  color: var(--shades-white);
  border-style: none;
  border-radius: 4px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 23px;
  transition: all .2s;
}

.next-btn:hover {
  background-color: var(--p-600);
}

.previous-btn {
  background-color: var(--p-500);
  color: var(--shades-white);
  border-style: none;
  border-radius: 4px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 23px;
  transition: all .2s;
}

.previous-btn:hover {
  background-color: var(--p-600);
}

.blog-v2-collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-v2-box {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.blog-v3-collection-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-v3-title-div {
  grid-row-gap: 16px;
  border: 1px none var(--n-400);
  background-color: var(--shades-white);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  flex-direction: column;
  padding: 24px 20px;
  display: flex;
}

.blog-v4-main-box {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: static;
}

.blog-v4-left-div {
  grid-row-gap: 100px;
  flex-direction: column;
  width: 70%;
  display: flex;
}

.blog-v4-collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-v4-box {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.blog-v4-a-collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-v4-main-div {
  grid-column-gap: 0px;
  display: flex;
}

.blog-v4-image-div {
  width: 60%;
}

.blog-v4-title-box {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 50%;
  padding: 20px;
  display: flex;
}

._404-text-div {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

._404-heading {
  border-right: 1px solid var(--p-200);
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 600px;
  display: flex;
}

._404-home-btn {
  background-color: var(--p-500);
  border-radius: 4px;
  padding: 20px 32px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  transition: all .25s;
}

._404-home-btn:hover {
  background-color: var(--p-600);
}

.schedule-btn-for-tab {
  background-color: var(--p-500);
  color: var(--shades-white);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.schedule-btn-for-tab:hover {
  background-color: var(--p-600);
}

.schedule-btn-for-tab.margin {
  display: none;
}

.home-v1-blog-list {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.h-v1-blog-main-div {
  display: flex;
}

.h-v1-blog-image {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 50%;
  position: relative;
}

.h-v1-blog-text-block {
  grid-row-gap: 16px;
  background-color: var(--shades-white);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  flex-direction: column;
  width: 50%;
  padding: 20px;
  display: flex;
}

.h-v1-blog-date {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.h-v1-blog-calende-icon {
  align-items: center;
  display: flex;
}

.h-v1-read-more-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-style: none;
  border-width: 1px 1px 3px;
  border-color: var(--p-500);
  color: var(--shades-white);
  background-color: #0000;
  border-radius: 4px;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  padding: 0 0 4px;
  text-decoration: none;
  display: flex;
}

.h-v1-read-more-btn:hover {
  background-color: #0000;
  border-style: none;
}

.image-4 {
  object-fit: cover;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  min-height: 100%;
}

.blog-tips-tricks-div {
  background-color: var(--p-500);
  border-bottom-left-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 8px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.see-more-blog-btn {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.special-offer-content-block {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.so-main-box {
  flex-direction: column;
  display: block;
}

.so-image-container {
  overflow: hidden;
}

.so-text-div {
  grid-row-gap: 20px;
  border-bottom: 4px solid var(--p-300);
  background-color: var(--p-50);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  flex-direction: column;
  padding: 20px;
  display: flex;
}

.blog-v1-date-tme-box {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.para-title {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.promo-text-div {
  grid-row-gap: 20px;
  border-bottom: 4px none var(--p-300);
  background-color: var(--p-800);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  flex-direction: column;
  padding: 40px 20px;
  display: flex;
}

.promo-main-box {
  flex-direction: column;
  display: block;
}

.image-6, .image-7, .nav-menu {
  display: none;
}

.nav-action-links {
  background-color: var(--p-900);
  padding-top: 8px;
  padding-bottom: 8px;
}

.nav-action-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-mail-call-btn {
  grid-column-gap: 32px;
  align-items: center;
  display: flex;
}

.nav-mail-link {
  grid-column-gap: 10px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav-mail-icon {
  width: 24px;
}

.nav-mail-text {
  color: var(--shades-white);
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
}

.nav-phone-link {
  grid-column-gap: 10px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav-phone-icon {
  width: 24px;
}

.nav-social-media-link {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.nav-social-link {
  width: 20px;
}

.nav-logo-menu-and-btn {
  background-color: var(--shades-white);
  padding-top: 16px;
  padding-bottom: 16px;
}

.nav-logo-menu-and-btn-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-logo-home-link.w--current {
  width: 150px;
}

.nav-menu-and-btn {
  grid-column-gap: 20px;
  display: flex;
}

.nav-menu-links {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--p-800);
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
}

.nav-dropdown-btn {
  position: static;
}

.dropdown-toggle {
  padding: 0;
}

.nav-dropdown-text {
  color: var(--p-800);
  margin-right: 20px;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.icon-6 {
  margin-right: 0;
}

.nav-dropdown-container.w--open {
  background-color: var(--shades-white);
  padding-top: 40px;
  padding-bottom: 40px;
  inset: 25% 0% auto;
}

.nav-dropdown-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-dropdown-box {
  width: 100%;
  display: flex;
}

.nav-dropdown-div {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.nav-dropdown-col {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.nav-link-name-text {
  color: var(--p-800);
  padding-left: 20px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 18px;
}

.dropdown-link {
  color: var(--p-800);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 18px;
}

.nav-ham-menu {
  display: none;
  position: relative;
}

.bar-title {
  color: var(--shades-black);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.btn-name {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
}

.pricing-v2-newsletter-div {
  grid-column-gap: 60px;
  background-color: var(--p-700);
  border-radius: 4px;
  padding: 20px 64px;
  display: flex;
}

.pricing-v2-newsletter-title-heading {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.pricing-v2-nl-sub-title {
  margin-bottom: 0;
}

.pricing-v2-nl-form-block {
  width: 30%;
  margin-bottom: 0;
}

.pricing-v2-nl-heading {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.button-div {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.rich-text {
  font-family: Inter, sans-serif;
}

.rich-text h1 {
  font-family: Manrope, sans-serif;
}

.rich-text h2 {
  color: var(--p-800);
}

.rich-text h3 {
  color: var(--p-800);
  font-family: Manrope, sans-serif;
}

.rich-text h4 {
  color: var(--p-800);
}

.rich-text h5 {
  color: var(--p-800);
  font-family: Manrope, sans-serif;
}

.rich-text h2 {
  font-family: Manrope, sans-serif;
}

.rich-text blockquote {
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}

.rich-text h6 {
  font-family: Manrope, sans-serif;
  font-weight: 700;
}

.buttons-title {
  margin-bottom: 40px;
}

.tag-link-block {
  text-decoration: none;
}

.client-image {
  object-fit: cover;
}

.image-8 {
  width: 100%;
}

.link {
  color: var(--n-50);
  text-decoration: none;
}

.link-2 {
  color: var(--s-50);
  text-decoration: none;
}

.image-14 {
  width: 23px;
}

.image-14._1 {
  filter: invert();
}

.image-15, .image-16 {
  width: 23px;
}

.image-16.blog-v1-box {
  filter: invert();
}

.image-17 {
  filter: drop-shadow(0 2px 5px #000000b3);
  border-radius: 100%;
  width: 100%;
}

.image-18 {
  filter: hue-rotate(180deg);
}

.link-3, .link-4 {
  color: var(--n-800);
  text-decoration: none;
}

.link-5, .link-6, .link-7, .link-8, .link-9 {
  color: var(--n-900);
  text-decoration: none;
}

.link-block {
  width: 100px;
}

.div-block-2 {
  width: 100%;
  height: 100%;
}

.twitter {
  width: 30px;
}

.link-10, .link-11, .link-12 {
  color: var(--shades-white);
  text-decoration: none;
}

.link-12.ft {
  font-size: 14px;
}

.div-block-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-19 {
  padding-left: 0;
}

.section-2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.marquee-wrap {
  display: flex;
}

.loop-track {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.white-gradiant-overlay-div {
  z-index: 5;
  background-image: linear-gradient(to right, #fff, #fff0);
  min-width: 14rem;
  min-height: 5rem;
  position: absolute;
  inset: -16px auto 0% 0%;
}

.white-gradiant-overlay-div._1 {
  background-image: linear-gradient(260deg, #fff, #fff0);
  left: auto;
  right: 0%;
}

.loop-collection {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  display: flex;
}

.layout {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.swiper-slide.logo-slide {
  justify-content: center;
  align-items: center;
  width: 12rem;
  display: flex;
}

.logo-image {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}

.swiper.swiper-marquee {
  -webkit-mask-image: linear-gradient(to right, #0000 0%, #f0f0f0 10% 90%, #0000 100%);
  mask-image: linear-gradient(to right, #0000 0%, #f0f0f0 10% 90%, #0000 100%);
}

.main {
  display: none;
}

.swiper-wrapper {
  justify-content: flex-start;
  align-items: center;
}

.swiper-wrapper.swiper-marquee {
  transition: transform .2s linear;
}

.layout-2 {
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.copy-this-entire-section {
  text-transform: uppercase;
  border-top: 1px #383b38;
  border-bottom: 1px #383b38;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  overflow: hidden;
}

.main-container {
  max-width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  line-height: 21px;
  overflow: hidden;
}

.brand-logo-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.client-logo-slider-wrapper {
  flex: none;
  width: 100%;
  display: flex;
}

.client-logo-slider {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: none;
  display: flex;
}

.items {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.item {
  width: 230px;
}

.css-code {
  padding-bottom: 0;
}

.code-embed {
  display: none;
}

.whatsapp-wrapper-2 {
  background-color: #455643;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.image-32771 {
  filter: contrast(0%);
}

.chat-bolt-div {
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 200px;
  height: 80px;
  margin-left: auto;
  padding: 9px;
  display: flex;
  position: fixed;
  inset: auto 2% 10% auto;
  box-shadow: 0 0 12px -4px #b1b1b1;
}

.div-block-81 {
  justify-content: center;
  width: 80%;
  display: flex;
}

.link-block-71 {
  text-decoration: none;
}

.fixed-chat-bolt.hide {
  z-index: 9999;
  background-color: #0000;
  justify-content: flex-end;
  display: flex;
  position: fixed;
  inset: auto 2% 2% auto;
}

.text-block-65 {
  color: #16215c;
  text-align: center;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  position: relative;
}

.div-block-914 {
  border: 1px solid #000;
  border-radius: 100px;
  padding: 3px;
}

.xbutton {
  cursor: pointer;
  position: absolute;
  inset: 9% 5% auto auto;
}

.div-block-915 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.text-span {
  color: #ff8914;
  letter-spacing: 10px;
}

.text-span-2 {
  letter-spacing: 10px;
}

.image-32772, .image-32773, .image-32774 {
  width: 23px;
}

.div-block-916 {
  width: 140px;
}

.div-block-916.sp {
  background-color: #1e3384;
  border-radius: 5px;
  width: 210px;
}

.div-block-916.su {
  width: 210px;
}

.div-block-916.lt {
  background-color: #9b1528;
}

.div-block-916.lt.sft {
  background-color: #9b152800;
}

.div-block-916.st {
  width: 210px;
}

.image-32775 {
  border-radius: 5px;
  width: 100%;
}

.image-32775._123 {
  width: 10%;
  padding-bottom: 20px;
}

.image-32775._123._321, .image-32775._123._852, .image-32775._123._741 {
  width: 15%;
}

.kbhb {
  display: none;
}

.kbhb._963 {
  justify-content: flex-end;
  align-items: center;
  display: none;
}

@media screen and (min-width: 1440px) {
  .section.hero-bg-image {
    background-size: contain;
    height: 700px;
  }

  .main-container {
    padding-left: 0;
    padding-right: 0;
  }

  .chat-bolt-div {
    z-index: 999;
    height: 80px;
  }
}

@media screen and (min-width: 1920px) {
  .heading.h2-s-bold {
    letter-spacing: -.02em;
  }

  .heading.h1-semi-bold {
    letter-spacing: -.02em;
    display: block;
  }

  .heading.h1-bold, .heading.h5-bold, .heading.h2-bold {
    letter-spacing: -.02em;
  }

  .heading.h1-s-semi-bold {
    letter-spacing: -.02em;
    font-size: 40px;
    line-height: 52px;
  }

  .heading.h5-bold, .heading.h2-s-semi-bold {
    letter-spacing: -.02em;
  }

  .heading.h3-seni-bold {
    letter-spacing: -.02em;
    font-size: 48px;
    line-height: 62px;
  }

  .heading.h3-bold, .heading.h4-semi-bold, .heading.h2-s-bold, .heading.h4-bold, .heading.h3-ex-bold, .heading.h3-bold, .heading.h4-ex-bold, .heading.h5-regular, .heading.h2-semi-bold, .heading.h1-s-bold, .heading.h1-ex-bold, .heading.h1-s-ex-bold, .heading.h2-ex-bold, .heading.h2-s-ex-blod, .heading.h4-s-regular, .heading.h4-s-semi-bold, .heading.h4-s-bold, .heading.h5-ex-bold, .heading.h5-semi-bold, .heading.h5-regular, .heading.h5-bold, .heading.h5-s-semi-bold, .heading.h5-s-bold, .heading.h5-s-ex-bold, .heading.d2-bold, .paragraph.p1-bold, .paragraph.p1-regular, .paragraph.p2-regular, .paragraph.p1-regular, .paragraph.p1-regular-italic, .paragraph.p1-semi-bold, .paragraph.p2-underline, .sg-typeface-paragraph.bg-color {
    letter-spacing: -.02em;
  }

  .section.hero-bg-image {
    background-size: cover;
    height: 750px;
  }

  .hero-right-div {
    width: 40%;
  }

  ._404-text-div {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 40%;
  }

  ._404-heading {
    justify-content: flex-end;
    width: 40%;
    padding-right: 60px;
  }

  .copy-this-entire-section {
    margin-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .sg-color-plate-blocks {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .sg-color {
    padding-left: 5%;
    padding-right: 5%;
  }

  .sg-title-headline {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .heading.h1-semi-bold {
    text-align: center;
    font-size: 40px;
    line-height: 48px;
  }

  .heading.h1-bold {
    font-size: 36px;
    line-height: 44px;
  }

  .heading.h1-bold.fc-heading-color {
    font-size: 30px;
  }

  .heading.h1-bold.v3-h-color, .heading.h2-bold.stat-heading-color, .heading.h2-bold.v2-stat-heading-color {
    text-align: center;
  }

  .heading.h1-s-semi-bold {
    font-size: 36px;
    line-height: 44px;
  }

  .heading.h4-bold.v3-h-padding.pricing-v3-sub-h-align, .heading.h4-bold.so-sub-h-align, .heading.h4-bold.blog-v3-heading-align, .heading.h4-bold.tag-heading-align {
    text-align: left;
  }

  .heading.h1-s-bold {
    text-align: center;
  }

  .heading.h1-s-bold.width {
    width: 100%;
  }

  .heading.h1-ex-bold.hero-sec-title-color {
    text-align: center;
    font-size: 40px;
    line-height: 48px;
  }

  .heading.h4-s-regular {
    font-size: 16px;
    line-height: 18px;
  }

  .heading._404-text {
    font-size: 220px;
  }

  .paragraph {
    margin-top: 0;
  }

  .paragraph.p1-regular.hero-sec-para-color {
    text-align: left;
  }

  .paragraph.p1-regular.hero-sec-para-color.align, .paragraph.p1-regular.hero-sec-para-color.home-v2-align {
    text-align: center;
  }

  .paragraph.p1-regular.v3-cl-para-color {
    text-align: left;
  }

  .paragraph.p1-regular.pricing-v2-para-title-color.pp-width {
    width: 100%;
  }

  .sg-typeface-paragraph.bg-color {
    padding-left: 5%;
    padding-right: 5%;
  }

  .sg-title-headline-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .schedule-btn {
    display: none;
  }

  .schedule-btn.onrbtn, .schedule-btn.onrbtn.w--current {
    width: 140px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .sg-button {
    padding-left: 5%;
    padding-right: 5%;
  }

  .sg-btn-main-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .request-a-job-estimate-btn {
    height: 60px;
  }

  .contact-us-btn {
    width: 166px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .learn-more-btn {
    width: 60%;
  }

  .footer {
    background-image: linear-gradient(#0000, #0000), url('../images/footer-left-shape.png');
    background-position: 0 0, 100% 100%;
    padding-bottom: 20px;
  }

  .f-contant-btn {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
  }

  .f-info-block {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         "Area"
                         "Area-2"
                         "Area-3";
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .f-info-box.gap-for-nl {
    display: none;
  }

  .f-info-box.left {
    padding-left: 0;
  }

  .f-location-box, .f-mail-box {
    padding-bottom: 0;
  }

  .f-btm-info {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .f-btm-info-box {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
  }

  .navbar-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 6rem 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .navbar-container.mobile {
    display: block;
  }

  .navbar-logo-link {
    width: 100px;
  }

  .navbar-menu {
    grid-row-gap: 60px;
    background-color: var(--shades-white);
    white-space: normal;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding: 20px;
  }

  .navbar-link {
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 17px;
    line-height: 36px;
  }

  .navbar-link.w--current {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 36px;
  }

  .navbar-link.hide {
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .navbar-link.one {
    display: block;
  }

  .navbar-link._1 {
    padding-top: 0;
    font-size: 17px;
    display: block;
  }

  .navbar-link.l {
    font-size: 17px;
  }

  .navbar-link.l.blog-v1-social-link-read-more-btn {
    display: flex;
  }

  .navbar-link._1one {
    font-size: 17px;
  }

  .navbar-link._1one.no {
    display: block;
  }

  .navbar-link.bt {
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-link.bt.l {
    display: block;
  }

  .navbar-menu-dropdown {
    justify-content: flex-start;
    margin-bottom: 20px;
    display: block;
  }

  .navbar-dropdown-toggle {
    padding-right: 0;
  }

  .navbar-content-left {
    grid-template-columns: 1fr 1fr;
  }

  .dropdown-title {
    color: var(--p-900);
    font-size: 28px;
    line-height: 36px;
  }

  .nav-call-to-action-btn {
    padding-left: 5%;
    padding-right: 5%;
  }

  .nav-cab-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
  }

  .menu-button {
    z-index: 0;
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    margin-top: 23px;
    padding: 0;
  }

  .menu-button.w--open {
    padding-right: 10px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.padding.vh {
    padding-bottom: 60px;
  }

  .section.v3-bg-image {
    height: auto;
    padding-top: 12em;
  }

  .section.hero-bg-image {
    background-position: 50% 0;
    background-size: contain;
    align-items: center;
    height: 300px;
    padding-top: 0;
  }

  .section.sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .hero-sec-contant-div {
    grid-row-gap: 60px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .hero-left-div {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-right-div {
    width: 50%;
  }

  .hero-request-and-price-btn {
    justify-content: center;
    align-items: center;
  }

  .hero-request-and-price-btn.home-v-1 {
    align-self: center;
  }

  .title-heading.flex {
    align-items: center;
  }

  .title-heading.width {
    width: 100%;
  }

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

  .about-us-main-div {
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: space-between;
  }

  .about-us-main-div.view {
    flex-flow: row-reverse wrap-reverse;
  }

  .au-left-div {
    margin-left: auto;
    margin-right: auto;
  }

  .au-right-div {
    width: 100%;
  }

  .price-rate-box {
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .pricing-block {
    align-items: flex-start;
  }

  .photo-gallery {
    grid-template-columns: 1fr 1fr;
  }

  .tab-link {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
  }

  .stat-contant-box {
    grid-column-gap: 60px;
    justify-content: center;
  }

  .ct-mask {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .left-arrow {
    left: -8%;
  }

  .slide-nav {
    display: none;
  }

  .right-arrow {
    right: -8%;
  }

  .p-logo {
    padding-left: 10px;
    padding-right: 10px;
  }

  .stat-col {
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .home-v2-box {
    width: 100%;
  }

  .section-main-div {
    flex-direction: column;
    padding-top: 0;
  }

  .section-main-div.pad {
    padding-top: 160px;
  }

  .job-esmt-left-div {
    width: 100%;
    height: 276px;
    position: absolute;
  }

  .job-esmt-right-div {
    width: 100%;
  }

  .spacing {
    display: none;
  }

  .what-we-do-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .learn-more-btn-v2 {
    justify-content: center;
    width: 100%;
  }

  .tab-mask {
    padding-left: 0;
    padding-right: 0;
  }

  .tab-left-arrow, .tab-right-arrow {
    display: none;
  }

  .v2-tab-link {
    height: 88px;
  }

  .v2-client-image {
    width: 100%;
  }

  .v2-ct-mask {
    padding-left: 0;
    padding-right: 0;
  }

  .v2-ct-text-div {
    width: 100%;
  }

  .v2-left-arrow, .v2-right-arrow {
    display: none;
  }

  .faq-main-div {
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .nl-form-block {
    width: 50%;
  }

  .nl-subscribe-btn {
    width: 200px;
  }

  .nl-subscribe-btn.v2-faq-width {
    width: 70%;
  }

  .hero-sec-left-div {
    align-items: center;
    width: 70%;
  }

  .v3-hero-sec-main-div {
    grid-row-gap: 60px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .v3-hero-sec-right-div {
    width: 100%;
  }

  .v3-pricing-block {
    align-items: flex-start;
  }

  .v1-photo-gallery, .our-team-block {
    grid-template-columns: 1fr 1fr;
  }

  .f-nl-block {
    grid-row-gap: 16px;
    flex-direction: column;
    display: flex;
  }

  .sub-page-headline {
    width: 100%;
  }

  .our-vision-content {
    grid-template-columns: 1fr 1fr;
  }

  .v1-faq-main-div {
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .v1-faq-div {
    width: 100%;
  }

  .v1-faq-main-block {
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .au-main-div {
    grid-row-gap: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .au-owner-image {
    width: 50%;
  }

  .au-owner-speach {
    width: 100%;
    padding-top: 0;
  }

  .about-us-main-div-2 {
    grid-row-gap: 60px;
    flex-direction: column;
    justify-content: flex-start;
  }

  .au-right-div-2, .v2-about-us-photo {
    width: 100%;
  }

  .v1-contact-main-div {
    grid-row-gap: 32px;
    flex-direction: column-reverse;
  }

  .v1-contact-left-div {
    width: 100%;
  }

  .v1-c-info {
    align-items: flex-start;
  }

  .v1-contact-block {
    width: 100%;
  }

  .v2-contact-main-div {
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .v2-contact-left-div, .v2-contact-block {
    width: 100%;
  }

  .v3-contact-main-div {
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .v3-c-content-box {
    width: 48%;
  }

  .v3-contact-main-box {
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .v3-contact-block {
    width: 100%;
  }

  .v3-contact-block.v3-c-box-color {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-nl-form {
    flex-direction: row;
  }

  .faq-nl-form-block {
    width: 100%;
  }

  .v3-faq-main-div {
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .blog-v1-main-box {
    grid-row-gap: 60px;
    flex-direction: column-reverse;
    display: flex;
  }

  .blog-v1-left-div {
    width: 100%;
  }

  .tag-collection-list {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .blog-post-list, .category-collection-list, .blog-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .blog-single-post-div {
    grid-row-gap: 60px;
    flex-direction: column-reverse;
  }

  .bs-left-div, .bs-right-div {
    width: 100%;
  }

  .utility-page-content {
    flex-direction: column;
  }

  .recent-blog-image {
    width: 20%;
  }

  .category-link-collection-list {
    grid-column-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 100px .25fr .25fr .25fr;
    display: flex;
  }

  .related-collection-list {
    grid-row-gap: 32px;
  }

  .related-post-image {
    width: 40%;
  }

  .related-post-text-div {
    width: 60%;
  }

  .blog-v3-collection-list {
    grid-template-columns: 1fr;
  }

  .blog-v4-main-box {
    grid-row-gap: 60px;
    flex-direction: column-reverse;
  }

  .blog-v4-left-div {
    width: 100%;
  }

  .blog-v4-main-div {
    flex-direction: column;
  }

  .blog-v4-image-div, .blog-v4-title-box {
    width: 100%;
  }

  ._404-text-div {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    align-items: center;
    width: 60%;
  }

  ._404-heading {
    border-right-width: 0;
    height: 400px;
  }

  ._404-home-btn {
    width: 100%;
  }

  .schedule-btn-for-tab {
    width: 40%;
    display: flex;
  }

  .schedule-btn-for-tab.margin {
    margin-bottom: 40px;
  }

  .hover-close {
    background-color: var(--p-50);
    position: absolute;
  }

  .home-v1-blog-list {
    grid-template-columns: 1fr;
  }

  .h-v1-blog-image {
    width: 50%;
  }

  .h-v1-blog-text-block {
    justify-content: center;
    width: 80%;
  }

  .special-offer-content-block {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .image-5 {
    min-height: 100%;
  }

  .nav-menu {
    display: none;
  }

  .nav-action-links {
    padding-left: 5%;
    padding-right: 5%;
  }

  .nav-action-container {
    grid-column-gap: 12px;
  }

  .nav-mail-call-btn {
    grid-column-gap: 10px;
  }

  .nav-mail-icon, .nav-phone-icon {
    width: 20px;
  }

  .nav-logo-menu-and-btn {
    padding-left: 5%;
    padding-right: 5%;
  }

  .nav-menu-and-btn {
    display: none;
  }

  .nav-dropdown-div {
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .nav-ham-menu {
    display: block;
  }

  .nav-menu-icon {
    background-color: #0000;
    border: 1px solid #ff8914;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    display: flex;
  }

  .nav-menu-line-top {
    background-color: var(--shades-black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-menu-line-middle {
    background-color: var(--shades-black);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    display: flex;
  }

  .menu-icon-line-middle-inner {
    width: 4px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-menu-line-bottom {
    background-color: var(--shades-black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .pricing-v2-newsletter-div {
    grid-row-gap: 40px;
    flex-direction: column;
    padding-left: 32px;
    padding-right: 32px;
  }

  .pricing-v2-nl-form-block {
    width: 50%;
  }

  .image-13 {
    width: 100%;
  }

  .white-gradiant-overlay-div {
    background-image: linear-gradient(99deg, #fff, #fff0);
  }

  .white-gradiant-overlay-div._1 {
    background-image: linear-gradient(264deg, #fff, #fff0);
  }

  .copy-this-entire-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .main-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .item {
    width: 200px;
  }

  .chat-bolt-div {
    justify-content: center;
    height: 100px;
    position: fixed;
    bottom: 10%;
  }

  .image-32775.qwerty.d {
    display: none;
  }

  .image-32775._123 {
    width: 20%;
  }

  .image-32775._123._321 {
    width: 26%;
  }

  .image-32775._123._852 {
    width: 27%;
  }

  .image-32775._123._741 {
    width: 25%;
  }

  .image-32775.d {
    display: none;
  }

  .kbhb {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .kbhb._963 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .sg-color-plate-blocks {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .sg-d1-typeface-main-div {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .heading.h1-semi-bold {
    text-align: center;
    font-size: 40px;
    line-height: 48px;
  }

  .heading.h1-s-semi-bold {
    font-size: 36px;
    line-height: 44px;
  }

  .heading.h1-ex-bold.hero-sec-title-color {
    font-size: 32px;
    line-height: 40px;
  }

  .heading._404-text {
    font-size: 140px;
  }

  .paragraph.p1-regular.hero-sec-para-color.align {
    font-size: 16px;
    line-height: 21px;
  }

  .paragraph.p4-regular.f-btm-info-para-color.shape {
    text-align: center;
  }

  .learn-more-btn {
    width: 100%;
  }

  .f-contant-btn {
    flex-flow: column;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .f-btm-info {
    flex-direction: column;
  }

  .navbar {
    padding-top: 1rem;
  }

  .navbar-container {
    padding-left: 0%;
    padding-right: 0%;
  }

  .navbar-logo-link {
    width: 120px;
  }

  .nav-call-to-action-btn {
    display: none;
  }

  .section.v3-bg-image {
    padding-top: 10em;
  }

  .section.hero-bg-image {
    height: 230px;
  }

  .hero-right-div {
    width: 60%;
  }

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

  .au-left-div {
    width: 100%;
    height: 480px;
  }

  .what-we-do-content {
    grid-template-columns: 1fr;
  }

  .learn-more-btn-v2 {
    width: auto;
  }

  .v2-ct-content {
    flex-direction: column;
  }

  .submit-btn {
    width: 50%;
  }

  .nl-form-block, .nl-subscribe-btn, .hero-sec-left-div {
    width: 100%;
  }

  .v1-photo-gallery {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .v3-contact-main-div {
    grid-column-gap: 16px;
  }

  .category-link-collection-list {
    grid-template-columns: 80px 100px 100px 100px;
    display: flex;
  }

  .related-post-main-div {
    flex-direction: column;
  }

  .related-post-image, .related-post-text-div {
    width: 100%;
  }

  ._404-text-div {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  ._404-heading {
    height: 200px;
  }

  ._404-home-btn {
    width: 100%;
  }

  .blog-tips-tricks-div {
    width: 54%;
  }

  .pricing-v2-nl-form-block {
    width: 100%;
  }

  .image-12 {
    padding-top: 20px;
  }

  .link-10, .link-11 {
    font-size: 17px;
  }

  .section-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .white-gradiant-overlay-div {
    display: none;
  }

  .copy-this-entire-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .brand-logo-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .items {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .item {
    width: 200px;
  }

  .chat-bolt-div {
    height: 100px;
    bottom: 10%;
  }

  .fixed-chat-bolt {
    bottom: 16%;
    right: 38%;
  }

  .image-32775._123 {
    width: 25%;
  }

  .image-32775._123._321 {
    width: 30%;
  }

  .image-32775._123._852, .image-32775._123._741 {
    width: 32%;
  }
}

@media screen and (max-width: 479px) {
  .headline {
    font-family: Manrope, sans-serif;
    font-size: 40px;
    line-height: 52px;
  }

  .heading.h2-s-bold.v3-job-h-color {
    font-size: 28px;
    line-height: 34px;
  }

  .heading.h1-semi-bold {
    text-align: left;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
  }

  .heading.h1-semi-bold.about-us-align {
    text-align: center;
  }

  .heading.h1-bold {
    text-align: center;
    font-size: 32px;
    line-height: 40px;
  }

  .heading.h1-bold.fc-heading-color {
    text-align: left;
    font-size: 23px;
    line-height: 30px;
  }

  .heading.h1-bold.v2-h-color.align {
    font-size: 36px;
    line-height: 44px;
  }

  .heading.h1-bold.v3-h-color {
    font-size: 40px;
    line-height: 48px;
  }

  .heading.h1-bold.sub-page-heading-color {
    text-align: left;
  }

  .heading.h1-bold.sub-page-heading-color.align {
    font-size: 30px;
  }

  .heading.h1-bold.so-heading-color {
    text-align: left;
  }

  .heading.h2-bold {
    font-size: 28px;
    line-height: 34px;
  }

  .heading.h2-bold.stat-heading-color, .heading.h2-bold.v2-stat-heading-color {
    font-size: 32px;
    line-height: 40px;
  }

  .heading.h1-s-semi-bold {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
  }

  .heading.h2-s-semi-bold {
    font-size: 28px;
    line-height: 42px;
  }

  .heading.h3-seni-bold {
    font-size: 24px;
    line-height: 31px;
  }

  .heading.h3-bold.au-owner-name-color {
    text-align: center;
  }

  .heading.h3-bold.pricing-v2-heading-color {
    font-size: 24px;
    line-height: 30px;
  }

  .heading.h4-bold {
    font-size: 20px;
    line-height: 26px;
  }

  .heading.h2-semi-bold {
    font-size: 36px;
    line-height: 47px;
  }

  .heading.h1-s-bold {
    text-align: center;
    font-size: 32px;
    line-height: 40px;
  }

  .heading.h1-ex-bold.hero-sec-title-color {
    font-size: 32px;
    line-height: 40px;
  }

  .heading.h4-s-semi-bold {
    font-size: 20px;
    line-height: 26px;
  }

  .heading.d2-bold.gap {
    font-family: Manrope, sans-serif;
    font-size: 40px;
  }

  .heading._404-text {
    font-size: 120px;
  }

  .paragraph.p1-regular, .paragraph.p1-regular.hero-sec-para-color {
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph.p1-regular.au-owner-designation {
    text-align: center;
  }

  .paragraph.p1-regular.v3-cl-para-color {
    text-align: left;
  }

  .paragraph.p4-regular.f-btm-info-para-color.shape {
    text-align: center;
  }

  .paragraph.p3-regular {
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
  }

  .paragraph.p2-regular {
    font-size: 14px;
    line-height: 18px;
  }

  .paragraph.p3-semi-bold {
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
  }

  .headline-2.paragraph-color {
    font-family: Manrope, sans-serif;
    font-size: 40px;
    line-height: 52px;
  }

  .learn-more-btn {
    width: 80%;
  }

  .read-more-btn.width {
    border-bottom-width: 2px;
    padding-bottom: 2px;
  }

  .footer {
    background-image: linear-gradient(#0000, #0000), url('../images/footer-left-shape.png');
    background-position: 0 0, 100% 100%;
  }

  .f-btm-info {
    flex-direction: column;
    justify-content: space-between;
  }

  .f-btm-info-box {
    justify-content: space-between;
    width: 100%;
  }

  .navbar {
    padding-top: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-container {
    grid-template-columns: 8rem 1fr;
    align-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-logo-link {
    width: 128px;
    display: block;
  }

  .navbar-link, .navbar-link.hide, .navbar-link._1 {
    font-size: 17px;
  }

  .nav-call-to-action-btn {
    display: none;
  }

  .navbar-content {
    justify-content: center;
  }

  .menu-button.w--open {
    padding-right: 10px;
  }

  .section {
    padding-top: 10px;
    padding-bottom: 50px;
  }

  .section.padding.vh {
    height: auto;
  }

  .section.v3-bg-image {
    padding-top: 8em;
  }

  .section.hide {
    display: none;
  }

  .section.v3-c-bg-color {
    padding-left: 0;
    padding-right: 0;
  }

  .section.hero-bg-image {
    height: 145px;
    padding-top: 60px;
  }

  .section.sec {
    padding-top: 20px;
  }

  .hero-right-div {
    width: 100%;
  }

  .hero-request-and-price-btn {
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .sub-title-div, .title-heading.th-flex {
    justify-content: flex-start;
  }

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

  .au-left-div, .au-photo-bg, .au-photo-container, .au-photo-container.suhavi.t {
    width: 266px;
    height: 274px;
  }

  .pp-bullet-point {
    align-items: flex-start;
  }

  .photo-gallery {
    grid-template-columns: 1fr;
  }

  .tabs-menu {
    flex-direction: column;
    align-items: flex-start;
  }

  .tab-link, .tab-link.w--current {
    padding-left: 0;
    padding-right: 0;
  }

  .stat-contant-box {
    grid-row-gap: 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .stat-text-box {
    align-items: flex-start;
  }

  .slide {
    width: 300px;
    margin-right: 22px;
  }

  .left-arrow, .slide-nav, .right-arrow {
    display: none;
  }

  .partner-logo {
    grid-template-columns: 1fr 1fr;
  }

  .main-image.lbs {
    width: 70px;
  }

  .name-div {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .name-div.v1-c-flex, .name-div.contact-v2-flex {
    flex-direction: column;
  }

  .phone-and-email-div {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .phone-and-email-div.v1-c-flex {
    flex-direction: column;
  }

  .what-we-do-content {
    grid-template-columns: 1fr;
  }

  .learn-more-btn-v2 {
    width: auto;
  }

  .tab-mask {
    overflow: hidden;
  }

  .tab-slide {
    width: 240px;
    margin-right: 16px;
  }

  .v2-tab-link {
    width: 100%;
  }

  .v2-ct-content {
    flex-direction: column;
  }

  .v2-slide {
    width: auto;
    margin-right: 0;
  }

  .v2-left-arrow, .v2-right-arrow {
    display: none;
  }

  .title-para.gap {
    width: 100%;
  }

  .faq-qsn-box {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .submit-btn {
    align-items: flex-start;
    width: 50%;
  }

  .nl-form-block, .nl-subscribe-btn, .nl-subscribe-btn.v2-faq-width, .hero-sec-left-div {
    width: 100%;
  }

  .v3-hero-sec-right-div {
    padding-left: 16px;
    padding-right: 16px;
  }

  .v1-photo-gallery, .our-team-block, .our-team-block.custom-flex {
    grid-template-columns: 1fr;
  }

  .team-m-box.hide {
    display: block;
  }

  .our-vision-content {
    grid-template-columns: 1fr;
  }

  .au-owner-image {
    width: 100%;
  }

  .au-p-div {
    grid-row-gap: 28px;
  }

  .au-bullet-point-v2 {
    grid-row-gap: 28px;
    flex-direction: column;
  }

  .v1-contact-left-div {
    padding-left: 12px;
    padding-right: 12px;
  }

  .v1-contact-block {
    padding: 60px 20px;
  }

  .v2-contact-left-div {
    padding-left: 12px;
    padding-right: 12px;
  }

  .v2-contact-left-div.v2-c-l-bg-color {
    padding-top: 0;
  }

  .v2-contact-block {
    padding: 60px 20px;
  }

  .v3-contact-main-div {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .v3-c-content-box {
    width: 100%;
    height: auto;
  }

  .v3-contact-block {
    padding: 60px 20px;
  }

  .v3-contact-block.v3-c-box-color {
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq-nl-form {
    flex-direction: column;
  }

  .faq-nl-form-block {
    width: 100%;
  }

  .tag-collection-list, .blog-post-list, .category-collection-list, .blog-collection-list {
    grid-template-columns: 1fr;
  }

  .dot {
    display: block;
  }

  .dot.hide {
    display: none;
  }

  .recent-blog {
    padding-top: 40px;
  }

  .recent-blog-link {
    align-items: flex-start;
  }

  .recent-blog-image {
    width: 30%;
  }

  .current-category-div {
    flex-direction: row;
  }

  .category-link-collection-list {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 100px 100px;
    justify-content: stretch;
    display: flex;
  }

  .blog-v1-date-tag {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-v1-date-tag.blog-v4-date-and-time-flex {
    flex-direction: row;
    align-items: center;
  }

  .blog-v1-social-link-read-more-btn {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  ._404-text-div {
    width: 100%;
  }

  .h-v1-blog-main-div {
    flex-direction: column;
  }

  .h-v1-blog-image {
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
    width: 100%;
  }

  .h-v1-blog-text-block {
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    width: 100%;
  }

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

  .blog-tips-tricks-div {
    border-bottom-left-radius: 0;
  }

  .pricing-v2-newsletter-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-v2-nl-form-block {
    width: 100%;
  }

  .items {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
  }

  .item {
    width: 200px;
  }

  .chat-bolt-div {
    z-index: 2;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 80px;
    padding: 11px;
    position: fixed;
    inset: auto 5% 10% auto;
  }

  .div-block-81 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .fixed-chat-bolt.hide {
    bottom: 2%;
  }

  .text-block-65 {
    margin-top: 10px;
  }

  .xbutton {
    position: absolute;
    inset: 5% 6% auto auto;
  }

  .div-block-915 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .text-span, .text-span-2 {
    letter-spacing: 10px;
  }

  .image-32775._123 {
    width: 50%;
  }

  .image-32775._123._321, .image-32775._123._852, .image-32775._123._741 {
    width: 60%;
  }
}

#w-node-_8a2b7bc3-1082-b8d0-1771-97d7fe2583be-d9fd84ad, #w-node-f4fe7691-9214-15aa-76e9-9f0b18560f82-d9fd84ad, #w-node-e54f3018-98c1-d29b-557f-ef7f76e5b3c1-d9fd84ad, #w-node-_4e19134f-2afa-a814-525b-3ea1a7a2b1bd-d9fd84ad, #w-node-b8ddea5b-bbfd-e2da-37f0-129a745c6006-d9fd84ad, #w-node-c2f9cd58-704a-834b-c975-4d49c410f5d6-d9fd84ad, #w-node-_1379fe16-0bc3-fcf7-bfe2-a0a82a2fed8e-d9fd84ad, #w-node-_7cb13bdc-5ac7-81f3-4b5f-b251a4bb9d36-d9fd84ad, #w-node-_22772981-1781-7d75-5db6-2f876fae7c52-d9fd84ad, #w-node-e3592dc9-4659-8b5f-d6f5-a75fab302dc5-d9fd84ad, #w-node-_7a93b710-9dc6-42ea-abd9-49b48c2dcc9e-d9fd84ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b9ed526-6a7d-b0ac-8c1d-73f24d46cf25-d9fd84ad, #w-node-_0b9ed526-6a7d-b0ac-8c1d-73f24d46cf2a-d9fd84ad {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-df612d49-a2d2-66be-4941-bcbce091b730-d9fd84ad, #w-node-_85abfcc8-1387-781a-1418-21b4dadb16d4-d9fd84ad, #w-node-eea32d6f-6c4d-7909-7bad-a43e8480acf7-d9fd84ad, #w-node-_163bb65a-3954-2b09-e141-8e1174710533-d9fd84ad, #w-node-_3d13e626-28b6-bad0-0350-dfdd5ce73ecf-d9fd84ad, #w-node-_5d98fc2b-46d4-1262-9ced-02aaee51f481-ee51f478, #w-node-_5d98fc2b-46d4-1262-9ced-02aaee51f491-ee51f478, #w-node-_5d98fc2b-46d4-1262-9ced-02aaee51f4b3-ee51f478, #w-node-caafb09d-9099-f8d5-643b-9671b9b25bba-ee51f478 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1901160a-02a9-6c3c-7bd6-7ac84ec4f78e-4ec4f772 {
  justify-self: auto;
}

#w-node-_1901160a-02a9-6c3c-7bd6-7ac84ec4f790-4ec4f772 {
  justify-self: end;
}

#w-node-_1ec27388-07b6-b56f-fb60-6ebe83bd9264-d9fd84f4, #w-node-_1ec27388-07b6-b56f-fb60-6ebe83bd9278-d9fd84f4, #w-node-_1ec27388-07b6-b56f-fb60-6ebe83bd928c-d9fd84f4, #w-node-_1ec27388-07b6-b56f-fb60-6ebe83bd92a0-d9fd84f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e6148db8-c126-addd-db66-4ab1adeeac40-d9fd84f4, #w-node-e6148db8-c126-addd-db66-4ab1adeeac48-d9fd84f4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2f015859-0d4c-f06a-8077-b0ff40bb106d-d9fd84f4, #w-node-_2f015859-0d4c-f06a-8077-b0ff40bb106f-d9fd84f4, #w-node-_2f015859-0d4c-f06a-8077-b0ff40bb1071-d9fd84f4, #w-node-_2f015859-0d4c-f06a-8077-b0ff40bb1073-d9fd84f4, #w-node-_2f015859-0d4c-f06a-8077-b0ff40bb1075-d9fd84f4, #w-node-c2377088-d3c7-3d3e-218a-e12600f78c87-d9fd853a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_5d98fc2b-46d4-1262-9ced-02aaee51f481-ee51f478 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1901160a-02a9-6c3c-7bd6-7ac84ec4f78e-4ec4f772 {
    justify-self: auto;
  }
}


