:root {
  --body-text-light-color: #727f90;
  --text-color-black: #161c24;
  --text-color-blue: #068fff;
  --vert-fonce: #12332a;
  --white-color: white;
  --vert-claire: #ade37b;
  --bg-light-color: #f3f9ff;
  --light-grey: lightgrey;
  --bg-text-dark-color: #98a4b5;
  --video-section-width: 1290px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.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-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--body-text-light-color);
  letter-spacing: -.18px;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

h1 {
  color: var(--text-color-black);
  letter-spacing: -.6px;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Outfit, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 70px;
}

h2 {
  color: var(--text-color-black);
  letter-spacing: -.4px;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Outfit, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

h3 {
  color: var(--text-color-black);
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Outfit, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

h4 {
  color: var(--text-color-black);
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

h5 {
  color: var(--text-color-black);
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Outfit, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}

h6 {
  color: var(--text-color-black);
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--body-text-light-color);
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  text-decoration: none;
}

ol {
  color: var(--text-color-black);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 30px;
  font-size: 20px;
  font-weight: 500;
}

li {
  margin-bottom: 10px;
}

img {
  object-fit: cover;
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 0;
  font-weight: 400;
  display: block;
}

blockquote {
  border-left: 3px solid var(--text-color-blue);
  color: var(--text-color-black);
  margin-bottom: 10px;
  padding: 10px 20px 10px 40px;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}

.heading-style-h6 {
  color: var(--vert-fonce);
  letter-spacing: 0;
  text-transform: none;
  font-family: Funnel Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.heading-style-h6.text-color-white.offer-bottom-text-width {
  max-width: 206px;
}

.heading-style-h6.letter-spacing {
  letter-spacing: 0;
}

.heading-style-h6.newsletter-heading {
  margin-top: 50px;
  margin-bottom: 30px;
}

.heading-style-h6.margin-bottom-ten {
  margin-bottom: 10px;
}

.heading-style-h6.innerpage-text {
  max-width: 191px;
}

.footer-top-social-links {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.form-main-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
}

.work-two-image-wrapper {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  margin-top: 8px;
  display: flex;
}

.about-right-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  max-width: none;
  display: flex;
}

.about-right-box.none {
  display: none;
}

.service-card-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.work-right-text-wrapper {
  flex-flow: column;
  flex: 1;
  max-width: 520px;
  margin-left: 20%;
  display: flex;
}

.home-one-about-right {
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 524px;
}

.main-wrap {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.video-bg-image {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 750px;
  display: flex;
  position: relative;
}

.home-service-text {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 584px;
}

.footer-link {
  color: var(--text-color-black);
  font-family: Funnel Sans, sans-serif;
  font-weight: 400;
  transition: color .2s;
}

.footer-link:hover {
  color: var(--vert-fonce);
}

.footer-link.text-light-color {
  color: #727f90;
}

.footer-link.margin-bottom-ten {
  margin-bottom: 10px;
}

.form-input-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}

.form-input-wrapper.margin-bottom-ten {
  margin-bottom: 10px;
}

.text-color-white {
  color: var(--white-color);
  font-family: Funnel Sans, sans-serif;
}

.text-color-white.margin-bottom-twenty.about-counter-heading-width {
  max-width: 514px;
}

.text-color-white.margin-bottom-twenty.hero-heading-one {
  text-transform: none;
}

.text-color-white.margin-bottom-thirty {
  margin-bottom: 30px;
}

.text-color-white.margin-bottom-fourty {
  margin-bottom: 40px;
}

.text-color-white.margin-bottom-fourty.service-two-heading {
  max-width: 660px;
}

.text-color-white.margin-bottom-fourty.mobile-margin-twenty {
  font-family: Funnel Sans, sans-serif;
}

.text-color-white.no-margin.experience-description-text {
  max-width: 405px;
}

.text-color-white.solution-heading-width {
  text-align: center;
  max-width: 609px;
  margin-top: 0;
  margin-bottom: 40px;
}

.text-color-white.blog-one-heading-width {
  max-width: 539px;
}

.text-color-white.blog-three-hero-text-width {
  max-width: 736px;
}

.text-color-white.blog-details-heading {
  max-width: 962px;
}

.text-color-white.font-weight-medium {
  font-weight: 500;
}

.text-color-white.no-margin-bottom {
  text-transform: none;
}

.text-color-white.hero-description-two.margin-bottom-thirty {
  font-family: Funnel Sans, sans-serif;
}

.text-color-white.hero-heading-two {
  margin-bottom: 20px;
}

.text-color-white.hero-heading-two.margin-bottom-twenty {
  text-transform: none;
  font-family: Funnel Sans, sans-serif;
  font-weight: 400;
}

.work-image-wrapper {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  display: flex;
}

.border-bottom {
  opacity: .2;
  background-color: #161c24;
  width: 100%;
  height: 1px;
}

.border-bottom.border-bottom-top-gap {
  margin-top: 40px;
}

.border-bottom.border-bottom-top-gap.margin-top-zero, .border-bottom.border-bottom-top-gap.margin-bottom-zero {
  margin-top: 0;
}

.heading-style-h4 {
  color: var(--text-color-black);
  letter-spacing: 0;
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.41667;
}

.heading-style-h4.text-color-white {
  text-transform: none;
}

.heading-style-h4.text-color-white.team-card-name {
  background-color: var(--text-color-black);
  padding: 6px 20px;
}

.heading-style-h4.text-color-light {
  color: var(--body-text-light-color);
}

.heading-style-h4.text-color-light.text-decoration-stikethrough {
  text-decoration: line-through;
}

.heading-style-h4.margin-bottom-ten {
  color: var(--vert-fonce);
  font-family: Funnel Sans, sans-serif;
}

.heading-style-h4.blog-one-card-content {
  max-width: 383px;
}

.heading-style-h4.blog-author {
  max-width: 358px;
}

.home-one-about-main {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.work-heading-with-icon {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.counter-left {
  height: 65px;
  overflow: hidden;
}

.counter-left.counter-text-big-box {
  height: 110px;
}

.counter-left.counter-text-big-box.none {
  display: none;
}

.counter-left.h1-counter {
  flex: none;
  height: 70px;
}

.counter-left.no-shirk {
  flex: none;
}

.service-card-image-one {
  width: 100%;
  height: 450px;
}

.checkbox {
  border: 1px solid #c4c4c4;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-right: 10px;
}

.checkbox.w--redirected-checked {
  background-color: var(--text-color-blue);
}

.checkbox.no-margin-left {
  margin-left: 0;
}

.submit-button-two {
  background-color: var(--text-color-blue);
  background-image: url('../images/white-send-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  height: 55px;
  padding-left: 25px;
  padding-right: 25px;
}

.home-one-form-right {
  background-color: #fff;
  flex: 1;
  max-width: 615px;
  padding: 30px 40px 40px;
}

.about-image-left {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: flex-end;
  margin-top: 105px;
}

.no-margin {
  margin: 0;
  font-family: Funnel Sans, sans-serif;
}

.no-margin.flip-card-description {
  color: var(--text-color-black);
  max-width: 324px;
}

.no-margin.text-align-center.about-two-testimonial-heading {
  max-width: 425px;
}

.no-margin.text-align-center.text-color-white.service-slider-heading {
  max-width: 610px;
}

.no-margin.blog-details {
  max-width: 412px;
}

.tab-image-full-width {
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 100%;
}

.tab-image-full-width.solutions-image {
  object-position: 100% 50%;
  margin-left: auto;
}

.tab-image-full-width.cover-modifie {
  object-position: 50% 100%;
}

.tab-image-full-width.taille-image-realisation {
  width: 310px;
  height: 400px;
}

.work-heading {
  max-width: 485px;
}

.work-heading.margin-bottom-twenty {
  color: var(--vert-fonce);
  text-transform: none;
  font-family: Funnel Sans, sans-serif;
}

.work-heading.margin-bottom-twenty.max-width-none {
  color: var(--vert-fonce);
  max-width: none;
  font-family: Funnel Sans, sans-serif;
}

.home-one-form-left {
  flex: 1;
  max-width: 542px;
}

.container {
  max-width: 1320px;
  padding-left: 15px;
  padding-right: 15px;
}

.container.hero-container {
  z-index: 4;
  position: relative;
}

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

.container.bg-color-white.hero-bottom {
  z-index: 2;
  position: relative;
  box-shadow: 0 27px 30px #0003;
}

.container.container-gap {
  padding-bottom: 110px;
}

.container.none {
  display: none;
}

.work-bottom-box-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: center;
}

.work-text-wrapper {
  max-width: 109px;
}

.overflow-none {
  overflow: hidden;
}

.overflow-none.landing-cms-heading {
  text-align: center;
  max-width: 589px;
}

.footer-input-wrapper {
  max-width: 316px;
}

.footer-top-main {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

.marquee-train {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  padding-right: 60px;
}

.select {
  color: var(--text-color-black);
  background-color: #fff;
  border: 1px solid #fff;
  border-bottom-color: #c4c4c4;
  height: 42px;
  padding-top: 0;
  padding-bottom: 10px;
  padding-left: 0;
  font-size: 18px;
  font-weight: 400;
}

.select:active {
  color: var(--text-color-black);
  padding-bottom: 23px;
  padding-left: 0;
  font-size: 18px;
  font-weight: 400;
}

.select:focus {
  border-top-style: none;
  border-bottom-color: #c4c4c4;
  border-left-style: none;
  border-right-style: none;
}

.marquee-icon {
  opacity: .1;
}

.underline {
  text-underline-offset: -3px;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--vert-claire);
  text-decoration-color: var(--vert-claire);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 6px;
}

.text-color-black {
  color: var(--text-color-black);
  margin-bottom: 20px;
  font-family: Funnel Sans, sans-serif;
}

.text-color-black.text-regular {
  font-weight: 400;
}

.text-color-black.margin-bottom-fourty.text-color-white {
  font-family: Funnel Sans, sans-serif;
}

.text-color-black.margin-bottom-twenty.text-color-white {
  font-size: 38px;
}

.text-color-black.font-weight-medium {
  font-weight: 500;
}

.text-color-black.font-weight-medium.margin-bottom-ten {
  margin-bottom: 10px;
}

.video-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.home-one-about-left {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 630px;
}

.service-card {
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  position: relative;
  overflow: hidden;
}

.small-heading {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Outfit, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.42857;
}

.small-heading.text-color-blue {
  color: var(--text-color-blue);
}

.small-heading.text-color-white {
  color: var(--white-color);
  font-family: Funnel Sans, sans-serif;
}

.small-heading.text-color-blue {
  color: var(--vert-fonce);
  margin-top: 1px;
  font-family: Funnel Sans, sans-serif;
}

.small-heading.text-color-green {
  color: var(--vert-fonce);
  font-family: Funnel Sans, sans-serif;
}

.small-heading.text-color-green-2 {
  color: var(--vert-claire);
}

.service-card-overlay {
  opacity: 0;
  pointer-events: none;
  background-color: #161c24b3;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.marquee {
  overflow: hidden;
}

.input-field-two {
  color: var(--body-text-light-color);
  background-color: #f7f7ff;
  border: 1px #0000;
  height: 55px;
  margin-bottom: 0;
  padding-left: 14px;
  padding-right: 14px;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.input-field-two:focus {
  border-style: solid;
  border-top-color: #0000;
  border-bottom-color: #0000;
  border-left-color: #0000;
  padding-left: 14px;
  padding-right: 14px;
}

.input-field-two::placeholder {
  font-size: 18px;
}

.input-field-two.input-color-change {
  color: var(--white-color);
  background-color: #313131;
}

.input-field-two.margin-bottom-twenty.input-field-dark {
  background-color: #ffffff1a;
}

.button-font {
  color: var(--white-color);
  letter-spacing: 0;
  text-transform: none;
  font-family: Funnel Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.42857;
}

.button-font.form-button {
  background-color: var(--text-color-blue);
  height: 50px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.button-font.form-button.margin-top-ten {
  border: 1px solid var(--vert-claire);
  background-color: var(--vert-fonce);
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-top: 10px;
}

.button-font.form-button.full-width-button {
  width: 100%;
}

.button-font.text-color-white {
  color: var(--white-color);
}

.button-font.text-color-black {
  color: var(--text-color-black);
}

.button-font.text-color-black.view-blog-width {
  text-align: center;
  max-width: 72px;
}

.button-font.button-text-out {
  position: absolute;
  transform: translate(0, 100%);
}

.radial-effect {
  pointer-events: none;
  background-image: radial-gradient(circle, #0000 49%, #161c24);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.service-card-description {
  max-width: 324px;
  overflow: hidden;
}

.video-bg-icon {
  position: absolute;
  top: 10%;
  left: 0;
}

.home-one-work-main-wrap {
  background-color: var(--bg-light-color);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center start;
  display: grid;
}

.work-right-image-wrapper {
  position: relative;
}

.service-card-text {
  z-index: 5;
  justify-content: flex-start;
  align-items: flex-end;
  font-family: Outfit, sans-serif;
  position: absolute;
  inset: 0%;
}

.home-service-main {
  justify-content: center;
  align-items: center;
}

.background-star {
  position: absolute;
  top: 134px;
  left: 127px;
}

.counter-text {
  color: var(--white-color);
  letter-spacing: 2px;
  font-size: 55px;
  font-weight: 500;
  line-height: 1.18182;
}

.counter-text.counter-text-big {
  font-size: 100px;
}

.counter-text.counter-text-big.none {
  display: none;
}

.marquee-text {
  color: #13277a1a;
  text-transform: uppercase;
  font-size: 100px;
  font-weight: 700;
  line-height: 1.07692;
}

.marquee-text.text-color-black {
  color: var(--vert-fonce);
}

.marquee-text.text-color-black.opacity-change {
  opacity: .1;
}

.marquee-text.marquee-text-color-change {
  color: #fff3;
  font-family: Funnel Sans, sans-serif;
}

.checkbox-field {
  justify-content: center;
  align-items: center;
  display: flex;
}

.checkbox-field.padding-left-zero {
  padding-left: 0;
}

.work-left-text-wrapper {
  max-width: 530px;
  margin-right: 20%;
}

.social-icon-wrapper {
  border: 1px solid #161c2426;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
  position: relative;
}

.social-icon-wrapper.border-color-white {
  border-color: #ffffff26;
}

.social-icon-wrapper.none {
  display: none;
}

.input-field {
  color: var(--text-color-black);
  border: 1px solid #fff;
  border-bottom-color: #c4c4c4;
  height: 42px;
  padding-top: 0;
  padding-bottom: 24px;
  padding-left: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.input-field:focus {
  background-color: #fff;
  border-top-style: none;
  border-bottom-color: #c4c4c4;
  border-left-style: none;
  border-right-style: none;
  padding-top: 0;
  padding-left: 0;
}

.input-field::placeholder {
  color: var(--text-color-black);
  font-size: 18px;
  font-weight: 400;
}

.footer-cell-two {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  max-width: 215px;
}

.footer-cell-two.footer-three-cell {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
}

.service-card-linear {
  z-index: 3;
  pointer-events: none;
  background-image: linear-gradient(#161c2400 17%, #161c24cc);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.work-bottom-box-main {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  justify-content: flex-start;
  margin-top: 45px;
}

.footer-bottom-right-text {
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-card-text-wrapper {
  padding-right: 40px;
  position: absolute;
  bottom: 40px;
  left: 40px;
}

.work-two-description-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.border-middle {
  background-color: #fff;
  width: 1px;
  height: 84px;
}

.heading-style-h5 {
  color: var(--text-color-black);
  letter-spacing: 0;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.45455;
}

.heading-style-h5.text-color-light {
  color: var(--body-text-light-color);
}

.heading-style-h5.blog-details-name {
  margin-bottom: 15px;
}

.work-text-wrapper-two {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 1;
  max-width: 398px;
  display: flex;
}

.home-one-about {
  padding-top: 100px;
  padding-bottom: 120px;
}

.home-one-work {
  background-color: #f3f9ff;
  padding-top: 120px;
  padding-bottom: 120px;
}

.work-bottom-description-two {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 30px;
}

.work-description {
  margin-top: 36px;
}

.form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}

.home-one-service {
  padding-top: 120px;
  padding-bottom: 95px;
  position: relative;
}

.about-right-box-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 35px;
  display: block;
}

.form-counter-main {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.margin-bottom-fourty {
  color: var(--vert-fonce);
  text-transform: none;
  margin-bottom: 40px;
}

.margin-bottom-fourty.professioinal-text {
  max-width: 477px;
}

.margin-bottom-fourty.tab-margin-bottom-twenty {
  font-family: Funnel Sans, sans-serif;
}

.margin-bottom-twenty {
  color: var(--vert-fonce);
  text-transform: none;
  margin-bottom: 20px;
  font-family: Funnel Sans, sans-serif;
}

.home-video-heading {
  max-width: 684px;
}

.footer-middle {
  justify-content: space-between;
  padding-top: 60px;
  padding-bottom: 120px;
}

.footer-one {
  background-image: url('../images/Vector-16.svg');
  background-position: 80% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 120px;
}

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

.text-color-white.margin-top-ten {
  margin-top: 10px;
}

.text-color-white.margin-top-ten.margin-bottom-off {
  text-transform: none;
  margin-bottom: 0;
}

.text-color-white.service-card-gap {
  margin-bottom: 0;
  padding-top: 15px;
}

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

.text-align-center.margin-bottom-fourty {
  font-family: Funnel Sans, sans-serif;
}

.text-align-center.change-line-height {
  line-height: 1.5;
}

.home-video-main {
  justify-content: center;
  align-items: center;
}

.home-one-video {
  padding-top: 110px;
  padding-bottom: 100px;
  display: none;
  position: relative;
  overflow: hidden;
}

.footer-links-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.small-heading-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  font-family: Funnel Sans, sans-serif;
}

.small-heading-wrapper.margin-bottom-ten {
  margin-bottom: 10px;
}

.footer-bottom-text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  padding-top: 28px;
  padding-bottom: 28px;
}

.home-one-form {
  background-image: linear-gradient(#161c24b3, #161c24b3), url('../images/form-bg.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 120px;
  padding-bottom: 120px;
}

.home-one-form.none {
  display: none;
}

.footer-cell-one {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 279px;
  display: flex;
}

.home-one-text-marquee {
  text-align: center;
  padding-bottom: 100px;
  overflow: hidden;
}

.home-one-text-marquee.none {
  display: none;
}

.text-color-blue {
  color: var(--text-color-blue);
}

.text-color-blue.text-underline {
  text-decoration: underline;
}

.text-color-blue.font-weight-semi-bold {
  font-weight: 600;
}

.text-color-blue.font-weight-normal {
  font-weight: 400;
}

.counter-train {
  flex: none;
  justify-content: flex-start;
  align-items: flex-end;
}

.counter {
  justify-content: flex-start;
  align-items: flex-end;
}

.counter.none {
  display: none;
}

.play-pause {
  background-color: var(--text-color-blue);
  border-radius: 100%;
  width: 80px;
  height: 80px;
  position: static;
}

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

.pause {
  justify-content: center;
  align-items: center;
  padding-left: 3px;
  display: flex;
}

.display-none {
  display: none;
}

.home-one-hero {
  padding-top: 350px;
  padding-bottom: 260px;
  position: relative;
  overflow: hidden;
}

.social-icon.icon-white {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.home-one-hero-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
}

.home-one-hero-left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 1;
  max-width: 570px;
}

.home-one-hero-left.hero-text-two {
  opacity: 0;
  position: absolute;
}

.font-weight-medium {
  font-weight: 400;
}

.home-one-right {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 550px;
  display: grid;
}

.hometwo-hero-main {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
}

.home-one-service-main {
  justify-content: center;
  align-items: center;
}

.work-border-bottom {
  background-color: var(--text-color-black);
  opacity: .2;
  width: 100%;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 30px;
}

.professional-cleaning-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.professional-cleaning-bold-text {
  color: #fff;
  margin-top: -21px;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.1875;
}

.work-two-box-icon-wrapper {
  background-color: #f3f9ff;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  display: flex;
}

.home-two-marquee {
  padding-bottom: 100px;
  overflow: hidden;
}

.service-one-card-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  margin-top: 45px;
}

.home-two-button-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.professional-cleaning-right {
  flex: 1;
  max-width: 632px;
}

.experience-border-bottom {
  background-color: #fff3;
  width: 100%;
  height: 1px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.white-circle {
  background-color: var(--white-color);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 85px;
  padding-left: 3px;
  display: flex;
}

.home-two-service {
  background-image: radial-gradient(circle at 71% 71%, #068fff1a, #0000 20%), radial-gradient(circle closest-side at 30%, #068fff1a, #0000);
  padding-top: 93px;
  padding-bottom: 120px;
}

.home-two-video-main {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 220px;
  padding-bottom: 220px;
  position: relative;
}

.home-two-work-two-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
}

.footer {
  padding-top: 105px;
}

.footer.bg-color-black {
  background-color: var(--text-color-black);
  background-image: url('../images/footer-two-bg-image.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 995px;
  padding-top: 120px;
}

.home-two-hero-left {
  flex: 1;
  max-width: 550px;
}

.work-two-right-heading-width {
  max-width: 502px;
  padding-top: 15px;
}

.work-two-left {
  max-width: 520px;
}

.service-heading {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 571px;
  display: flex;
}

.professional-cleaning-left {
  flex: 1;
  max-width: 519px;
  position: relative;
}

.home-two-text-main {
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
}

.heading-style-h3 {
  color: var(--text-color-black);
  letter-spacing: 0;
  text-transform: capitalize;
  font-family: Outfit, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.33333;
}

.heading-style-h3.margin-bottom-ten {
  margin-bottom: 10px;
}

.heading-style-h3.margin-bottom-thirty.mobile-margin-ten {
  color: var(--vert-fonce);
  text-transform: none;
  font-family: Funnel Sans, sans-serif;
}

.heading-style-h3.text-color-white {
  color: var(--white-color);
  text-transform: none;
  font-family: Funnel Sans, sans-serif;
}

.heading-style-h3.text-color-white.service-card-title {
  max-width: 310px;
}

.heading-style-h3.margin-bottom-ninety {
  margin-bottom: 90px;
}

.heading-style-h3.margin-bottom-ninety.mobile-margin-ten {
  color: var(--vert-fonce);
}

.heading-style-h3.text-color-white-2 {
  color: #fff;
}

.heading-style-h3.team-details-bio-text-width {
  max-width: 860px;
}

.work-two-right {
  flex: 1;
  max-width: 629px;
}

.work-two-bottom-box-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: center;
}

.professional-bottom-image-wrapper {
  justify-content: center;
  align-items: flex-end;
}

.footer-two-border-bottom {
  background-color: #89898980;
  height: 1px;
}

.home-two-text {
  padding-top: 95px;
  padding-bottom: 100px;
  position: relative;
}

.service-two-button {
  background-color: var(--text-color-blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
}

.font-medium {
  color: var(--text-color-black);
  font-weight: 500;
}

.work-two-border-bottom {
  background-color: #161c2433;
  width: 100%;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 45px;
}

.work-two-bottom-text-wrapper {
  max-width: 468px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.margin-bottom-thirty {
  color: var(--white-color);
  margin-bottom: 30px;
}

.home-two-text-right-circle {
  background-color: var(--text-color-blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 92px;
  height: 92px;
  display: flex;
}

.home-two-hero {
  background-image: linear-gradient(#161c2480, #161c2480), url('../images/home-two-banner.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  padding-top: 260px;
  padding-bottom: 260px;
}

.service-one-card {
  background-color: var(--white-color);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 300px;
  min-height: 350px;
  padding: 40px 10px 30px 40px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 30px #161c241a;
}

.home-two-work-right {
  flex: 1;
  max-width: 520px;
  margin-top: -8px;
}

.home-two-work {
  padding-top: 120px;
}

.flex-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.home-two-work-two {
  padding-top: 120px;
  padding-bottom: 97px;
}

.home-two-professional-cleaning {
  padding-top: 120px;
  padding-bottom: 120px;
}

.home-two-work-left {
  flex: 1;
  max-width: 506px;
}

.experience-description {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
}

.experience-description.margin-bottom-fifty {
  margin-bottom: 50px;
}

.card-text {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  display: flex;
}

.home-two-service-card-logo {
  margin-bottom: 22px;
}

.half-width {
  background-color: #068fff0d;
  width: 50%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.professional-cleaning-bottom-tag {
  background-color: #161c24;
  max-width: 159px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.home-two-video {
  background-image: linear-gradient(#161c24b3, #161c24b3), url('../images/home-two-video-bg-image.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  overflow: hidden;
}

.home-two-work-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-cell-main {
  justify-content: space-between;
  padding-top: 60px;
  padding-bottom: 120px;
}

.work-container {
  max-width: 1180px;
  padding-left: 15px;
  padding-right: 15px;
}

.star-bg-image {
  pointer-events: none;
  position: absolute;
  bottom: 0;
}

.video-text-wrapper {
  flex: 1;
  max-width: 584px;
}

.home-two-text-container {
  max-width: 1700px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.right-image {
  background-image: url('../images/heading-image.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 86px;
  padding-right: 100px;
}

.work-bottom-box-right {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  margin-bottom: 65px;
}

.day-and-time {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
}

.home-three-cleaners-image {
  flex: 1;
  max-width: 478px;
}

.home-three-footer-cell-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  padding-top: 60px;
  padding-bottom: 75px;
}

.footer-heading {
  max-width: 527px;
}

.about-three-about-top-circle {
  background-color: var(--text-color-blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 78px;
  height: 78px;
  display: flex;
}

.home-three-hero-main {
  justify-content: flex-end;
  align-items: center;
}

.footer-logo {
  margin-top: 7px;
  margin-bottom: 25px;
}

.home-three-bottom-tag-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  padding: 38px 60px;
}

.home-three-hero-container {
  max-width: 1670px;
  padding-left: 15px;
  padding-right: 15px;
}

.home-three-hero {
  background-color: #161c24;
  background-image: linear-gradient(#161c24a3, #161c24a3), url('../images/home-three-banner.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-bottom: -95px;
  padding-top: 300px;
  padding-bottom: 300px;
  position: relative;
}

.home-three-about-left {
  flex: 1;
  max-width: 526px;
}

.about-three-image-wrapper-one {
  max-width: 300px;
  margin-top: 175px;
  position: relative;
}

.details-border-bottom {
  background-color: #161c2433;
  width: 100%;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.details-text-main {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.home-three-about-right {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-image: radial-gradient(circle farthest-side at 53%, #068fff26, #0000);
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 635px;
  position: relative;
}

.abbout-three-white-circle {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 92px;
  height: 92px;
  display: flex;
  position: absolute;
  top: -45px;
  right: 40px;
}

.hero-bottom-tag-left {
  flex: 1;
}

.cleaners-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #161c24;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 80px;
  position: sticky;
  top: 100px;
}

.home-three-about-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
}

.home-three-hero-text-wrapper {
  flex: 1;
  max-width: 676px;
}

.home-three-cleaners-text {
  flex: 1;
  max-width: 520px;
}

.image {
  position: absolute;
  top: 30px;
  left: 40px;
}

.hero-bottom-tag-right {
  flex: 1;
  max-width: 564px;
}

.details-right-circle {
  border: 1px solid #161c2433;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 39px;
  height: 39px;
  display: flex;
  position: relative;
}

.point-fixed-width {
  max-width: 387px;
}

.about-three-bold-text {
  color: #fff;
  margin-left: -23px;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.1875;
}

.home-three-cleaners {
  background-color: #f3f9ff;
  padding-top: 110px;
  padding-bottom: 120px;
  position: relative;
}

.home-three-about {
  padding-top: 120px;
  padding-bottom: 120px;
}

.cleaners-point-text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.cleaners-point-text.cleaner-point-text-two {
  background-color: #068fff4d;
  margin-bottom: 10px;
  padding: 13px 20px;
}

.home-three-hero-bottom-tag {
  background-color: var(--bg-light-color);
}

.cleaners-box-main {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.about-three-bottom-tag {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--text-color-black);
  justify-content: flex-start;
  align-items: center;
  max-width: 215px;
  margin-top: 30px;
  padding-right: 20px;
}

.about-three-image-wrapper-two {
  max-width: 300px;
}

.home-three-footer-cell-one {
  max-width: 365px;
}

.footer-contact-box {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.cleaner-point-text-one {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.cleaners-heading {
  max-width: 566px;
}

.black-star-image {
  position: absolute;
  top: 170px;
  left: 5%;
}

.wiper-image {
  position: absolute;
  bottom: 200px;
  right: 140px;
}

.about-one-work-box-main {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.about-one-work-heading {
  justify-content: center;
  align-items: center;
  max-width: 684px;
}

.about-one-hero-middle {
  justify-content: flex-start;
  align-items: center;
  max-width: 867px;
}

.border-upper-blue {
  background-color: var(--text-color-blue);
  width: 20%;
  height: 3px;
}

.about-one-contact-main {
  background-color: var(--bg-light-color);
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_6308.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: space-between;
  align-items: center;
  padding-left: 9%;
  padding-right: 9%;
  position: relative;
}

.about-one-hero {
  background-color: #161c24;
  padding-top: 230px;
  position: relative;
}

.text-color-dark-grey {
  color: #56575b;
}

.about-image {
  margin-bottom: -191px;
}

.about-one-work-main {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
}

.about-one-work-box {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--bg-light-color);
  text-align: center;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 234px;
  padding: 30px 10px;
}

.about-one-work-box.work-box-even {
  margin-top: 20px;
}

.about-one-accrodian-main {
  z-index: 2;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.about-one-experience-left {
  flex: 1;
  max-width: 628px;
}

.black-star {
  position: absolute;
  top: 80px;
  left: 193px;
}

.experience-description-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 446px;
}

.about-one-experience-right {
  flex: 1;
  max-width: 517px;
}

.about-one-contact-image {
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  padding-top: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-one-contact-image.none {
  display: none;
}

.accrodian-container {
  max-width: 1070px;
  padding-left: 15px;
  padding-right: 15px;
}

.about-one-work {
  padding-top: 100px;
  padding-bottom: 120px;
}

.about-one-accrodian {
  padding-top: 70px;
  padding-bottom: 120px;
}

.description-right {
  flex: 1;
}

.about-one-experience-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
}

.experience-heading-width {
  max-width: 485px;
}

.about-one-accrodian-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  align-items: stretch;
  width: 100%;
}

.sweep-image {
  position: absolute;
  right: 59px;
}

.about-one-contact {
  padding-bottom: 120px;
}

.about-one-contact.cta {
  padding-bottom: 0;
}

.hero-icon {
  display: none;
  position: absolute;
  top: 295px;
  left: 171px;
}

.description-left {
  background-color: var(--text-color-blue);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-top: 7px;
}

.about-oner-hero-main {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: center;
}

.about-one-experience {
  padding-bottom: 100px;
}

.about-one-contact-left {
  flex: 1;
  max-width: 502px;
  margin-right: -42px;
  padding-bottom: 30px;
  position: relative;
}

.contact-image {
  z-index: 1;
  position: relative;
}

.contact-image.none {
  display: none;
}

.dotted-line {
  background-color: #068fff;
  width: 1px;
  height: 84px;
  position: absolute;
  inset: 84px 0% 0% 25px;
}

.about-two-experience-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
}

.about-two-experience-main.service-two-experience-main {
  max-width: 1230px;
}

.number-wrapper {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
}

.about-two-service-bottom {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  width: 100%;
}

.experience-bottom-tag {
  z-index: 3;
  background-color: var(--text-color-black);
  justify-content: center;
  align-items: center;
  max-width: 310px;
  padding: 10px 40px 30px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.about-two-experience-right {
  flex: 1;
  max-width: 550px;
  position: relative;
}

.about-two-service-main {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: flex-start;
  align-items: center;
}

.about-two-service {
  background-color: var(--text-color-black);
  background-image: url('../images/bubble-bg.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 120px;
}

.text-color-light-white {
  color: var(--light-grey);
}

.about-two-client-main {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: center;
}

.client-border-blue {
  background-color: var(--text-color-blue);
  flex: 1;
  width: 507px;
  height: 2px;
}

.about-two-client-heading {
  max-width: 1030px;
}

.about-two-client {
  padding-top: 100px;
  padding-bottom: 115px;
}

.about-two-service-box {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  max-width: 272px;
}

.about-two-experience-left {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex: 1;
  max-width: 564px;
}

.client-text-main {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.progress-list-items {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  max-width: 564px;
  position: relative;
}

.about-two-client-counter-main {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex: 1;
  justify-content: center;
  align-items: center;
}

.about-two-faq-right {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 520px;
  display: flex;
}

.about-two-faq {
  padding-top: 95px;
  padding-bottom: 95px;
}

.heading-image {
  background-image: url('../images/heading-image_1.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 112px;
  margin-right: 10px;
  padding-right: 130px;
}

.about-two-hero {
  background-image: linear-gradient(90deg, var(--text-color-black), #161c2400 72%), url('../images/about-two-banner.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 280px;
  padding-bottom: 280px;
  position: relative;
  overflow: hidden;
}

.experience-bottom-tag-text {
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.66667;
}

.progress-list-text-box {
  flex: 1;
}

.about-two-faq-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
}

.about-two-experience {
  background-color: var(--bg-light-color);
  padding-top: 120px;
  padding-bottom: 120px;
}

.about-two-faq-left {
  flex: 1;
  max-width: 615px;
}

.about-two-text-main {
  max-width: 575px;
}

.home-hero-image-wrap {
  background-color: var(--white-color);
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 14px;
  display: flex;
  position: relative;
}

.home-hero-text-wrap {
  background-color: var(--text-color-black);
  justify-content: center;
  align-items: center;
  padding: 14px;
}

.home-hero-text-wrap.none {
  display: none;
}

.hero-experience-text-wrap {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  max-width: 198px;
}

.experience-text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
}

.heading-style-h1 {
  color: var(--text-color-black);
  letter-spacing: -.6px;
  text-transform: capitalize;
  font-size: 60px;
  font-weight: 500;
  line-height: 70px;
}

.heading-style-h1.text-color-white {
  color: var(--white-color);
}

.heading-style-h1.text-color-blue {
  color: var(--text-color-blue);
}

.home-one-counter {
  cursor: pointer;
  background-image: linear-gradient(#161c24b3, #161c24b3), url('../images/IMG_6834.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.home-one-counter-main {
  cursor: default;
  align-items: stretch;
}

.home-one-counter-column {
  border: 1px solid #068fff66;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 220px 20px;
}

.home-one-counter-column.counter-col-inactive {
  border-color: var(--vert-claire);
}

.counter-main {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 300px;
}

.counter-text-box {
  justify-content: flex-start;
  align-items: center;
}

.navbar {
  border-bottom: 1px solid var(--text-color-blue);
  background-color: #0000;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar.border-off {
  border-bottom-style: none;
}

.navbar.border-off.responsive-off {
  display: none;
}

.navbar.border-off.responsive-on {
  display: block;
}

.navbar.responsive-off {
  display: none;
}

.navbar.responsive-on {
  background-color: var(--white-color);
  display: block;
}

.navbar.responsive-on:where(.w-variant-4a6abb57-9331-bf30-2ffa-994e4ca63af5) {
  border-bottom-color: var(--vert-fonce);
}

.container-lg {
  max-width: 1730px;
  padding-left: 15px;
  padding-right: 15px;
}

.navbar-main {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
}

.menu-link {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--vert-fonce);
  letter-spacing: .45px;
  text-transform: none;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  display: flex;
}

.menu-link:where(.w-variant-4a6abb57-9331-bf30-2ffa-994e4ca63af5) {
  color: var(--text-color-black);
}

.menu-link.w--current {
  color: var(--vert-fonce);
}

.menu-link.none, .menu-link.hide {
  display: none;
}

.icon {
  margin: 0;
  position: static;
}

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

.navbar-button-wrapper {
  display: flex;
}

.navbar-button-wrapper.bouton-tab-visible.none {
  display: none;
}

.dropdown {
  position: relative;
}

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

.dropdown.none {
  display: none;
}

.logo {
  height: auto;
}

.logo:where(.w-variant-4a6abb57-9331-bf30-2ffa-994e4ca63af5) {
  filter: none;
}

.video-icon-border {
  z-index: 2;
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  background-color: #fff0;
  border: 1px solid #ffffff24;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 114px;
  height: 114px;
  display: flex;
  position: relative;
}

.video-line-effect {
  z-index: 1;
  background-color: #068fff99;
  width: 2px;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 57px;
}

.vertical-text {
  opacity: .2;
  color: var(--white-color);
  text-transform: uppercase;
  white-space: nowrap;
  writing-mode: vertical-rl;
  font-size: clamp(150px, 10vw, 80px);
  font-weight: 700;
  line-height: 1;
  position: absolute;
  inset: auto 0% 0% auto;
}

.no-margin-top {
  margin-top: 0;
}

.no-margin-top.margin-bottom-fifteen {
  margin-bottom: 15px;
}

.faq-two {
  width: 100%;
  display: block;
}

.faq-two.faq-two-gap {
  margin-bottom: 13px;
}

.faq-toggle {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  white-space: normal;
  border-bottom: 1px solid #d3d3d3;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px 15px 0;
  display: flex;
}

.faq-icons {
  justify-content: center;
  align-items: center;
  position: relative;
}

.faq-icons.faq-three-icon {
  margin-top: 16px;
  margin-left: auto;
}

.faq-line {
  background-color: var(--text-color-black);
  width: 12px;
  height: 2px;
}

.faq-line.line-vertical {
  position: absolute;
  transform: rotate(90deg);
}

.faq-dropdown {
  background-color: #0000;
  position: static;
  overflow: hidden;
}

.faq-answer {
  max-width: 530px;
  margin-bottom: 0;
  padding-top: 13px;
  padding-bottom: 13px;
}

.faq-answer.faq-answer-small {
  max-width: 480px;
}

.professional-image-right {
  z-index: 2;
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  margin-bottom: 35px;
  position: relative;
}

.professional-image-left {
  margin-left: -90px;
}

.home-two-service-cards {
  background-color: var(--bg-light-color);
  padding-top: 96px;
}

.home-two-fliping-cards {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-card-two {
  transform-style: preserve-3d;
  width: 100%;
  min-height: 409px;
  position: relative;
  box-shadow: 0 4px 30px #161c240d;
}

.service-card-two-image {
  backface-visibility: hidden;
  position: absolute;
  inset: 0%;
}

.flip-card-back {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  background-color: var(--white-color);
  backface-visibility: hidden;
  text-align: center;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.home-two-counter {
  padding-top: 110px;
  padding-bottom: 110px;
}

.home-two-counter-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
}

.home-two-counter-col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  max-width: 325px;
}

.image-full-width {
  width: 100%;
  height: 100%;
}

.utility-page-wrap {
  background-color: var(--vert-fonce);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100svh;
  max-height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.utility-page-content.utility-form {
  background-color: #2d333a;
  width: 100%;
  max-width: 734px;
  padding: 160px 40px;
  box-shadow: 0 8px 97.3px #00000014;
}

.utility-page-form {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 470px;
  display: flex;
}

.home-experience {
  background-color: var(--text-color-black);
  position: relative;
  overflow: hidden;
}

.home-experience-main {
  justify-content: flex-end;
  align-items: center;
}

.home-experience-image-wrap {
  flex: 0 45.7%;
}

.home-experience-left {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-left: 15px;
  padding-right: 8.5%;
  display: flex;
}

.home-experience-text {
  z-index: 2;
  max-width: 550px;
  position: relative;
}

.service-card-border {
  background-color: var(--text-color-blue);
  width: 100%;
  height: 4px;
  position: absolute;
  inset: 0% 0% auto;
}

.padding-top-twenty {
  padding-top: 20px;
}

.text-weight-regular {
  font-weight: 400;
}

.lets-talk {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.call-icon {
  background-color: var(--text-color-blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 39px;
  height: 39px;
  display: flex;
}

.navbar-button-text {
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.home-three-service {
  padding-top: 100px;
  padding-bottom: 120px;
}

.home-three-service-main {
  justify-content: flex-start;
  align-items: center;
}

.home-three-service-left {
  flex: 0 37.76%;
}

.home-service-right {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 7%;
  padding-right: 15px;
}

.home-three-service-content {
  flex: 1;
  max-width: 740px;
}

.white-arrow {
  opacity: 0;
  position: absolute;
}

.home-three-marquee {
  padding-top: 100px;
}

.home-three-work {
  background-color: var(--text-color-black);
  background-image: url('../images/what-we-do-bg-image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 120px;
}

.home-three-work-main {
  background-color: var(--bg-light-color);
  justify-content: flex-start;
  align-items: center;
}

.home-three-work-image {
  flex: 0 60%;
}

.home-three-work-right {
  flex: 1;
  padding-left: 5%;
  padding-right: 15px;
}

.home-three-work-counter {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: stretch;
  max-width: 330px;
}

.home-three-counter-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px solid #dfdfdf;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
}

.home-three-counter-wrapper.home-three-counter-wrapper-bottom {
  border-bottom-style: none;
  padding-bottom: 0;
}

.home-three-work-bottom {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: space-between;
  align-items: center;
  max-width: 1050px;
}

.home-three-bottom-left {
  flex: 1;
  max-width: 524px;
}

.no-margin-bottom {
  color: var(--text-color-black);
  margin-bottom: 20px;
}

.no-margin-bottom.text-color-white.text-align-center.license-description {
  max-width: 850px;
}

.home-three-bottom-right {
  flex: 1;
  max-width: 280px;
}

.work-check-box {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
}

.work-check-box.checkbox-bottom {
  margin-bottom: 25px;
}

.home-our-service {
  background-color: var(--bg-light-color);
  padding-top: 100px;
  padding-bottom: 105px;
}

.our-service-main {
  padding-top: 60px;
}

.services-list {
  justify-content: space-between;
  align-items: center;
}

.service-list-left-image {
  z-index: 2;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 330px;
  margin-bottom: 60px;
  margin-right: -160px;
  display: flex;
  position: relative;
}

.service-list-right-image {
  z-index: 2;
  flex: 1;
  max-width: 330px;
  margin-top: 60px;
  margin-left: -160px;
  display: flex;
  position: relative;
}

.services-options {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 913px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.service-border {
  background-color: #161c241a;
  width: 100%;
  max-width: 1700px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.service-name {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.service-image-two, .service-image-three, .service-image-four {
  position: absolute;
}

.about-one-marquee {
  padding-top: 290px;
}

.faq-three {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--white-color);
  cursor: pointer;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px 40px;
  box-shadow: 10px 10px 30px #1616161a;
}

.faq-three.faq-four {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--bg-text-dark-color);
  box-shadow: none;
  padding: 20px;
}

.faq-three-text {
  max-width: 570px;
}

.faq-three-text.pricing-faq-text {
  max-width: 768px;
}

.faq-three-description {
  margin-top: 20px;
  margin-bottom: 0;
}

.about-one-team {
  background-color: var(--text-color-black);
  padding-top: 110px;
  padding-bottom: 120px;
}

.about-one-team-main {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  justify-content: flex-start;
  align-items: center;
}

.about-border-wrapper {
  background-color: #89898980;
  width: 100%;
  height: 3px;
}

.about-one-small-card-icon {
  justify-content: center;
  align-items: center;
  position: relative;
}

.white-icon {
  opacity: 0;
  position: absolute;
}

.about-one-team-cards {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.full-width-section {
  width: 100%;
}

.team-card-one {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.team-card-image {
  width: 100%;
}

.team-card-one-text {
  background-image: linear-gradient(360deg, var(--text-color-blue), #068fff00 62%);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.team-one-card-position {
  background-color: var(--white-color);
  color: var(--text-color-black);
  padding: 5px 20px;
}

.about-two-faq-wrap {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.about-two-video-box {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-block {
  letter-spacing: -3px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff3 9%, #fff 50%, #fff3 90%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(80px, 10vw, 220px);
  font-weight: 700;
  line-height: 1;
  position: absolute;
}

.about-video {
  z-index: 1;
  aspect-ratio: 550 / 634;
  width: 100%;
  height: auto;
}

.about-big-text {
  color: var(--white-color);
  letter-spacing: -2px;
  text-transform: uppercase;
  font-size: clamp(80px, 10vw, 220px);
  font-weight: 700;
  line-height: 1;
  position: absolute;
  inset: auto 0% 40px auto;
}

.about-two-testimonial {
  padding-top: 110px;
}

.about-two-testimonial-main {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  justify-content: flex-start;
  align-items: center;
}

.testimonial-main {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.testimonial-columns {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex: 1;
  align-items: stretch;
}

.testimonial-box {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--white-color);
  border: 1px solid #0000001a;
  padding: 30px;
  transition: box-shadow .2s, border-color .2s;
}

.testimonial-box:hover {
  border-color: #0000;
  box-shadow: 10px 10px 30px #1616161a;
}

.testimonial-author-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.border-radius-full {
  border-radius: 100%;
}

.margin-bottom-ten {
  margin-bottom: 10px;
}

.heading-style-h2 {
  color: var(--text-color-black);
  letter-spacing: -.4px;
  text-transform: capitalize;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.heading-style-h2.text-color-white {
  color: var(--white-color);
}

.about-three-service {
  background-color: var(--bg-light-color);
  outline-offset: 0px;
  outline: 3px #727f90;
  padding-top: 100px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.about-three-service-left {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  flex: 1;
  max-width: 630px;
  margin-top: 70px;
}

.about-three-hero-text-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.about-three-company-main {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  justify-content: flex-start;
  align-items: center;
}

.star-image-two {
  pointer-events: none;
  position: absolute;
  bottom: 150px;
  left: 50px;
}

.about-three-hero-main {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.about-three-service-list-items {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
}

.about-three-hero-left {
  flex: 1;
  max-width: 870px;
}

.about-three-work-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
}

.about-three-counter-right-bottom {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 55px;
}

.about-three-hero-right {
  background-color: var(--text-color-black);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 92px;
  height: 92px;
  display: flex;
}

.about-three-counter {
  background-image: linear-gradient(92deg, #191b1d80, #191b1d 89%), url('../images/counter-bg.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, 1920px;
  padding-top: 115px;
  padding-bottom: 110px;
}

.about-three-service-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
}

.about-three-company-review-main {
  z-index: 2;
  width: 100%;
  position: relative;
}

.list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding-left: 20px;
  display: flex;
}

.home-three-work-accrodian {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
}

.work-heading-width {
  max-width: 485px;
}

.about-three-counter-left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.about-three-hero-image-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
}

.border-middle-white {
  background-color: #fff3;
  width: 1px;
  height: 205px;
}

.about-three-service-left-heading {
  max-width: 477px;
}

.about-three-service-right-text {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.about-three-work-left {
  flex: 1;
  max-width: 520px;
}

.star-image {
  pointer-events: none;
  position: absolute;
  bottom: 100px;
  right: 140px;
}

.counter-right-bottom-box {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  max-width: 249px;
}

.blue-arrow {
  display: block;
}

.home-one-marquee {
  overflow: hidden;
}

.about-three-service-right {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex: 1;
  max-width: 520px;
}

.about-three-reviewer-image {
  max-width: 173px;
}

.about-three-counter-right {
  flex: 1;
  max-width: 641px;
}

.about-three-work-right {
  flex: 1;
  max-width: 628px;
}

.margin-bottom-fifty {
  margin-bottom: 50px;
}

.about-three-hero-bottom-image {
  flex: 1;
  max-width: 410px;
}

.about-three-counter-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-end;
}

.about-three-hero {
  padding-top: 215px;
  padding-bottom: 120px;
}

.about-three-company {
  padding-top: 90px;
  padding-bottom: 85px;
  position: relative;
}

.sweep-image-two {
  z-index: 0;
  position: absolute;
  top: 330px;
  right: 40px;
}

.about-three-company-heading {
  max-width: 423px;
}

.about-three-work {
  padding-top: 120px;
  padding-bottom: 100px;
}

.small-container {
  max-width: 1100px;
  padding-left: 15px;
  padding-right: 15px;
}

.about-three-review-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-top: 1px solid #170f0033;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 40px;
  display: flex;
}

.sweep-image-three {
  pointer-events: none;
  position: absolute;
  top: 198px;
  left: -50px;
}

.service-one-service-right {
  flex: 1;
  max-width: 740px;
}

.service-one-text-wrapper {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}

.service-one-hero-main {
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
}

.service-one-pricing {
  padding-top: 110px;
  padding-bottom: 120px;
  display: none;
  position: relative;
}

.about-box-left {
  flex: 1;
  max-width: 459px;
}

.about-box-right {
  flex: 1;
  max-width: 680px;
}

.service-blue-circle {
  background-color: var(--text-color-blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}

.service-star {
  pointer-events: none;
  position: absolute;
  top: -84px;
  left: 350px;
}

.tabs-content {
  justify-content: space-between;
  width: 100%;
  overflow: visible;
}

.top-border-shade {
  background-color: var(--text-color-black);
  width: 50%;
  height: 1px;
}

.service-one-hero-text-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 586px;
}

.box-middle-border {
  background-color: #170f0033;
  width: 1px;
  height: 580px;
}

.service-one-work {
  background-color: var(--vert-fonce);
  padding-top: 100px;
  padding-bottom: 120px;
}

.service-one-service {
  background-color: #f3f9ff;
  padding-top: 100px;
  padding-bottom: 0;
  overflow: hidden;
}

.service-one-about-main {
  justify-content: flex-start;
  align-items: center;
}

.service-one-about-bottom {
  width: 100%;
}

.about-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 100px;
}

.tab-link {
  color: var(--text-color-black);
  text-transform: uppercase;
  background-color: #068fff00;
  padding: 4px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.tab-link.w--current {
  background-color: var(--text-color-blue);
  color: var(--white-color);
}

.tab-link.tab-link-one {
  color: var(--white-color);
  background-color: #ffffff1a;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
}

.tab-link.tab-link-one.w--current {
  background-color: var(--white-color);
  color: var(--text-color-black);
}

.service-one-pricing-main {
  background-image: radial-gradient(circle farthest-side at 50% 26%, #068fff1a, #0000 15% 101%);
  justify-content: flex-start;
  align-items: center;
}

.service-one-about-heading {
  justify-content: flex-start;
  align-items: center;
  max-width: 609px;
}

.service-one-work-right {
  flex: 1;
  max-width: 644px;
}

.pricing-container {
  max-width: 1250px;
  padding-left: 15px;
  padding-right: 15px;
}

.service-one-service-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
}

.middle-border-shade {
  background-color: var(--text-color-black);
  width: 1px;
  height: 50%;
}

.middle-border-shade.middle-border-one {
  background-color: var(--vert-fonce);
}

.tabs {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center stretch;
  width: 100%;
  display: flex;
}

.service-one-work-left {
  flex: 1;
  max-width: 527px;
}

.service-one-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-top: 1px solid #161c2433;
  border-bottom: 1px solid #161c2433;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 35px 50px;
  display: flex;
}

.service-one-box.border-top-none {
  border-top-style: none;
}

.pricing-heading {
  max-width: 530px;
}

.pricing-sweep-image {
  pointer-events: none;
  position: absolute;
  top: 176px;
  right: 40px;
}

.pricing-sweep-image.tab-view-none {
  z-index: 0;
}

.tabs-menu {
  background-color: var(--white-color);
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding: 6px;
  display: flex;
  box-shadow: 10px 10px 30px #1616161a;
}

.tabs-menu.tab-menu-two {
  background-color: #fff0;
  padding: 0;
}

.service-one-service-left {
  flex: 1;
  max-width: 410px;
}

.service-one-work-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  padding-top: 100px;
}

.service-sweep-image {
  pointer-events: none;
  position: absolute;
  bottom: 100px;
  right: 90px;
}

.service-one-hero {
  background-image: linear-gradient(90deg, #161c2400 26%, #161c248a 55%, var(--vert-fonce) 98%), url('../images/IMG_6684.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-top: 270px;
  padding-bottom: 200px;
  position: relative;
}

.top-border {
  background-color: #170f0033;
  width: 100%;
  height: 1px;
}

.service-about {
  padding-top: 120px;
  padding-bottom: 120px;
}

.faq-four-icons {
  margin-top: 5px;
}

.review-slider-text {
  max-width: 428px;
  display: block;
}

.service-two-service-main, .service-two-review-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
}

.solution-border-shade {
  background-color: var(--white-color);
  width: 100%;
  height: 3px;
}

.solution-border {
  background-color: #fff3;
  width: 100%;
  height: 1px;
}

.service-bottom-tag {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  background-color: #161c24;
  justify-content: center;
  align-items: center;
  max-width: 220px;
  padding: 40px 50px 37px;
  position: absolute;
  bottom: 50px;
  right: 0;
}

.service-two-review {
  padding-bottom: 120px;
}

.service-two-list {
  padding-top: 120px;
  padding-bottom: 100px;
}

.service-two-solution-left {
  width: 50%;
}

.service-two-service-left {
  flex: 1;
  max-width: 631px;
  position: relative;
}

.service-two-review-slider {
  background-color: #161c24;
  background-image: url('../images/quote-icon.svg');
  background-position: 90% 80%;
  background-repeat: no-repeat;
  background-size: auto;
  max-width: 548px;
  height: 346px;
  margin-top: -200px;
  margin-left: auto;
  padding: 60px;
}

.service-list-border-bottom {
  background-color: #161c2433;
  width: 100%;
  height: 1px;
  margin-top: 40px;
}

.service-border-bottom {
  background-color: #161c2433;
  width: 100%;
  height: 1px;
}

.service-border-bottom.margin-bottom-twenty.margin-top-twenty {
  margin-top: 20px;
}

.list-box-line {
  background-color: #161c2433;
  width: 1px;
  height: 100px;
}

.service-two-review-right {
  flex: 1;
  max-width: 651px;
}

.text-color-white-2 {
  color: #fff;
  text-decoration: none;
}

.service-two-service-right {
  flex: 1;
  max-width: 500px;
}

.list-box-left-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 84px;
}

.button-and-text-wrapper {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.service-two-review-image {
  max-width: 513px;
}

.service-two-bottom-text {
  max-width: 500px;
}

.service-two-hero {
  background-image: linear-gradient(-90deg, #161c244d, #161c24cc 49%, #161c24 65%), url('../images/service-two-bg.webp');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 1352px 901px;
  padding-top: 240px;
  padding-bottom: 200px;
}

.service-two-service {
  padding-top: 120px;
}

.solution-blue-circle {
  background-color: #068fffcc;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 97px;
  height: 97px;
  display: flex;
  position: absolute;
}

.service-two-list-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
}

.check-image {
  margin-top: 5px;
}

.review-tet-bottom-text {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.service-two-process {
  padding-top: 100px;
  padding-bottom: 120px;
}

.service-two-review-bottom-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
}

.service-bottom-text {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}

.service-two-review-left {
  flex: 1;
  max-width: 530px;
}

.review-slide-star-image {
  margin-bottom: 30px;
}

.service-two-solution {
  background-color: #161c24;
  background-image: url('../images/bubble.webp');
  background-position: 50%;
  background-size: cover;
  margin-top: 108px;
  padding-top: 110px;
  padding-bottom: 120px;
}

.slide-nav {
  font-size: 10px;
  inset: auto auto 12% 11%;
}

.service-two-list-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 331px;
}

.service-two-hero-text-wrapper {
  flex: 1;
  max-width: 756px;
}

.service-two-solution-right {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.list-blue-line {
  background-color: #068fff;
  width: 38px;
  height: 1px;
}

.text-dark-color {
  color: #98a4b5;
}

.text-dark-color.solution-text-width {
  max-width: 532px;
  margin-bottom: 0;
}

.service-two-solution-main {
  justify-content: flex-start;
  align-items: center;
}

.service-two-hero-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  max-width: 1180px;
}

.grey-circle {
  background-color: #ffffff80;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 131px;
  height: 131px;
  transition: transform .3s;
  display: flex;
}

.grey-circle:hover {
  transform: rotate(40deg);
}

.service-two-solution-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.service-two-experience-heading-width {
  max-width: 530px;
}

.service-three-hero {
  background-image: linear-gradient(275deg, #0000, #161c24cc), url('../images/service-three-bg.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 260px;
}

.offer-bottom-tag {
  background-color: #161c24;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 540px;
  padding: 55px 70px;
}

.service-three-work-bottom-tag {
  z-index: 2;
  background-color: #161c24;
  justify-content: flex-start;
  align-items: center;
  max-width: 292px;
  margin-right: -150px;
  padding: 70px 55px;
  position: relative;
}

.service-three-counter-left {
  flex: 1;
  max-width: 630px;
}

.service-three-service {
  background-color: #f3f9ff;
  padding-top: 120px;
  padding-bottom: 120px;
}

.service-three-description-text {
  flex: 1;
  max-width: 400px;
}

.counter-heading-width {
  max-width: 466px;
}

.service-three-hero-bottom-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #f3f9ff;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 960px;
  height: 116px;
  display: flex;
}

.service-three-counter-box {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.service-three-service-left {
  flex: 1;
  max-width: 530px;
  position: sticky;
  top: 140px;
}

.service-three-work-image {
  justify-content: flex-start;
  align-items: center;
  max-width: 520px;
  display: flex;
}

.service-three-description-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  padding: 30px;
  transition: box-shadow .3s;
}

.service-three-description-box:hover {
  box-shadow: 10px 10px 30px #1616161a;
}

.service-three-work-right {
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 630px;
  display: flex;
  position: relative;
}

.service-three-counter-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
}

.service-three-work {
  padding-top: 120px;
  padding-bottom: 120px;
}

.service-three-service-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
}

.service-three-work-left {
  flex: 1;
  max-width: 520px;
}

.service-three-service-right {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  max-width: 548px;
}

.bottom-tag-wrapper {
  justify-content: flex-end;
  align-items: flex-end;
  position: absolute;
  inset: auto 0% 0%;
}

.service-three-hero-text-wrapper {
  max-width: 586px;
}

.service-three-counter {
  padding-top: 120px;
  padding-bottom: 120px;
}

.service-three-work-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
}

.service-three-offer {
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
}

.service-three-description-circle {
  border: 1px solid var(--text-color-blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 27px;
  height: 27px;
  margin-top: 5px;
  position: relative;
}

.offer-bottom-middle {
  background-color: #fff;
  width: 1px;
  height: 74px;
}

.bottom-box-text-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
}

.counter-border-bottom {
  background-color: #dfdfdf;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.bottom-tag-middle-border {
  background-color: #fff3;
  width: 174px;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.service-three-hero-bottom {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  margin-top: 90px;
}

.service-three-counter-right {
  flex: 1;
  max-width: 530px;
}

.service-three-service-box {
  background-color: var(--white-color);
  text-align: center;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 55px 80px;
  position: sticky;
  top: 140px;
  box-shadow: 0 20px 14px #0000000d;
}

.faq-section {
  background-image: linear-gradient(96deg, var(--text-color-black) 7%, #161c24b3 51%, var(--text-color-black) 94%), url('../images/faq-bg.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 260px;
  padding-bottom: 160px;
}

.faq-main {
  justify-content: center;
  align-items: center;
}

.faq-text-wrapper {
  text-align: center;
  max-width: 567px;
}

.faq-accrodian {
  padding-top: 110px;
  padding-bottom: 120px;
  position: relative;
}

.faq-accrodian.bg-color-light {
  background-color: var(--bg-light-color);
}

.faq-star-image {
  pointer-events: none;
  position: absolute;
  top: 120px;
  left: 140px;
}

.pricing-three-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-three-text-box {
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.pricing-text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
}

.pricing-one-heading {
  text-align: center;
  max-width: 700px;
}

.pricing-bottom-wrapper {
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.pricing-bottom-border {
  background-color: #161c2433;
  max-width: 100%;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 40px;
}

.pricing-bottom-border.border-color-white {
  background-color: #fff3;
}

.pricing-three-card {
  padding-top: 245px;
  padding-bottom: 100px;
  position: relative;
}

.pricing-three-price {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 10px;
}

.pricing-text-main {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.pricing-box-card {
  background-color: var(--white-color);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  box-shadow: 0 8px 97px #00000014;
}

.pricing-box-card.border-grey {
  border: 1px solid #898989;
}

.pricing-box-card.border-grey.bg-color-change {
  background-color: #ffffff1a;
}

.pricing-three-star-icon {
  margin-top: 0;
  margin-left: 119px;
  position: absolute;
}

.pricing-main-box {
  z-index: 2;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.pricing-two-work {
  padding-top: 100px;
  padding-bottom: 120px;
}

.subscript {
  color: #727f90;
  margin-left: 12px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.55556;
}

.pricing-two-card {
  padding-top: 220px;
  padding-bottom: 96px;
  position: relative;
}

.pricing-two-heading {
  max-width: 530px;
}

.pricing-two-tab {
  background-color: #068fff;
  border-radius: 100%;
  width: 19px;
  height: 19px;
  margin-left: 8px;
  box-shadow: inset 0 0 10px #0000004d, 0 4px 4px #00000040;
}

.pricing-two-card-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-two-container {
  max-width: 980px;
  padding-left: 15px;
  padding-right: 15px;
}

.superscript {
  margin-right: 12px;
  font-size: 24px;
  line-height: 1.41667;
  top: -21px;
}

.pricing-two-tabs {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}

.pricing-two-star-image {
  z-index: 0;
  position: absolute;
  top: 193px;
  right: 181px;
}

.pricing-two-tab-wrapper {
  cursor: pointer;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  width: 54px;
  height: 27px;
  box-shadow: 10px 10px 20px #1616164d;
}

.pricing-two-circle {
  border: 1px solid #161c2433;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 15px;
}

.pricing-two-text-box {
  padding: 40px;
}

.pricing-tabs-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.team-one-card-section {
  padding-top: 110px;
  padding-bottom: 120px;
  position: relative;
}

.team-one-card-main {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
}

.team-heading {
  text-align: center;
  max-width: 523px;
}

.team-card-bottom-tag {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.team-heading-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.team-one-card {
  max-width: 300px;
  position: relative;
}

.team-card-bottom-tag-text {
  background-color: var(--text-color-blue);
  text-align: center;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 276px;
  padding: 25px 30px;
}

.team-hero-main {
  max-width: 570px;
}

.big-container {
  max-width: 1730px;
  padding-left: 15px;
  padding-right: 15px;
}

.team-one-card-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-one-star-image {
  position: absolute;
  top: 80px;
  left: 550px;
}

.team-one-hero-image-block {
  background-image: linear-gradient(86deg, #161c24 17%, #161c24cc 30%, #161c2400 68%), url('../images/team-hero.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 180px;
  padding-bottom: 180px;
}

.team-two-hero-image-block {
  background-image: linear-gradient(86deg, #161c24 17%, #161c24cc 31%, #161c2400 68%), url('../images/team-two.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 180px;
  padding-bottom: 180px;
}

.team-two-team-wrapper {
  width: 100%;
  position: relative;
}

.team-two-flex-three {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1050px;
}

.team-marquee {
  width: 100%;
  position: absolute;
  bottom: 58%;
  overflow: hidden;
}

.team-two-star-image {
  position: absolute;
  top: 140px;
  left: 400px;
}

.team-two-flex-one {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1150px;
  margin-bottom: 120px;
}

.team-two-flex-two {
  z-index: 2;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1060px;
  margin-left: auto;
  position: relative;
}

.bottom-tag-text {
  background-color: #fff;
  max-width: 162px;
  padding: 5px 30px;
}

.team-flex-bottom-tag {
  position: absolute;
  inset: auto 0% 10%;
  overflow: hidden;
}

.team-two-image {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 430px;
  display: flex;
  position: relative;
}

.bottom-tag-name {
  background-color: #161c24;
  width: 212px;
  padding: 10px 20px;
}

.team-three-hero-image-block {
  background-image: linear-gradient(90deg, #161c24 17%, #161c24cc 48%, #161c2400), url('../images/team-three-bg.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 180px;
  padding-bottom: 180px;
}

.contact-details-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  margin-bottom: 20px;
}

.black-circle-with-icon {
  margin: auto;
  position: absolute;
}

.contact-one-left-wrapper {
  flex: 1;
  max-width: 511px;
  position: sticky;
  top: 140px;
}

.contact-one-main-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
}

.select-field-two {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--vert-claire) var(--vert-claire) #fff3;
  background-color: var(--vert-fonce);
  color: var(--white-color);
  margin-bottom: 0;
  font-family: Funnel Sans, sans-serif;
}

.select-field-two:focus {
  border-bottom-color: #fff3;
}

.input-box {
  color: var(--body-text-light-color);
  flex: 1;
}

.contact-form {
  background-color: var(--vert-fonce);
  border-radius: 0 20px;
  padding: 50px 60px;
}

.contact-form.bg-color-light-white {
  background-color: #ffffff1a;
}

.contact-big-container {
  max-width: 1515px;
  padding-left: 15px;
  padding-right: 15px;
}

.lightbox-link {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 104px;
  height: 104px;
  margin-bottom: 50px;
  display: flex;
}

.contact-address {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  max-width: 195px;
  display: flex;
}

.contact-one-right-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  flex: 1;
  max-width: 892px;
  display: flex;
}

.input-field-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
}

.input-field-wrap.text-area {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}

.input-field-wrap.none {
  display: none;
}

.contact-one-hero {
  padding-top: 230px;
  padding-bottom: 120px;
}

.textarea {
  color: var(--white-color);
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #fff3;
  min-height: 90px;
  padding-top: 0;
  padding-left: 0;
  font-family: Funnel Sans, sans-serif;
}

.textarea:focus {
  border-bottom-color: #fff3;
}

.textarea::placeholder {
  color: #727f90;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.55556;
}

.input-field-three {
  color: var(--white-color);
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #fff3;
  margin-bottom: 0;
  font-family: Funnel Sans, sans-serif;
}

.input-field-three:focus {
  border-top-style: none;
  border-bottom-color: #fff3;
  border-left-style: none;
  border-right-style: none;
}

.contact-two-review-image {
  border-radius: 100%;
}

.contact-two-review-image-block {
  border-radius: 100%;
  width: 32px;
  height: 32px;
  margin-right: -10px;
}

.contact-two-form-right {
  flex: 1;
  max-width: 658px;
}

.contact-two-left-review {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
}

.contact-two-left-review.none {
  display: none;
}

.innerpage-hero {
  padding-top: 86px;
}

.rating-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.contact-two-hero-block {
  background-image: linear-gradient(94deg, #161c24, #161c2400 72%), url('../images/hero.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 200px;
  padding-bottom: 190px;
}

.contact-two-form-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
}

.contact-two-form {
  padding-top: 120px;
  padding-bottom: 100px;
}

.contact-two-form-left {
  flex: 1;
  max-width: 458px;
  margin-bottom: 10px;
}

.border-black {
  background-color: var(--vert-fonce);
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.contact-three-about {
  padding-bottom: 120px;
}

.contact-three-hero {
  background-color: #161c24;
  padding-top: 170px;
  padding-bottom: 135px;
}

.contact-three-hero-left {
  color: var(--light-grey);
  flex: 1;
  max-width: 465px;
}

.contact-three-hero-right {
  flex: 1;
  max-width: 658px;
}

.contact-three-hero-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
}

.white-border {
  background-color: #fff3;
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.font-weight-normal {
  font-weight: 400;
}

.blog-one-card-block {
  flex-flow: column;
  display: flex;
}

.blog-one-hero-main {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.blog-one-card-main {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-one-hero {
  background-image: linear-gradient(#161c24b3, #161c24b3), url('../images/blog-one-bg.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 200px;
  padding-bottom: 140px;
}

.image-button {
  background-color: var(--vert-fonce);
  pointer-events: none;
  border-radius: 100%;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: absolute;
  transform: scale(0);
}

.blog-one-border {
  background-color: #161c2433;
  width: 100%;
  height: 1px;
  margin-top: 22px;
  margin-bottom: 19px;
}

.blog-one-card-image {
  cursor: none;
  justify-content: center;
  align-items: center;
  max-width: 410px;
  display: flex;
  position: relative;
}

.blog-one-card {
  padding-top: 110px;
  padding-bottom: 120px;
}

.blog-one-catagory {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.blog-one-main {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.blog-two-main {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 1;
  max-width: 990px;
  position: relative;
}

.blog-two-image-wrap {
  flex: 1;
  max-width: 440px;
}

.blog-two-heading-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  max-width: 643px;
  display: flex;
}

.blog-two-content-wrap {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 425px;
  display: flex;
}

.blog-two-card-main {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
}

.text-background {
  background-color: #f3f9ff;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.blog-two-card {
  padding-top: 120px;
  padding-bottom: 120px;
}

.blog-two-card-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
}

.blog-two-hero {
  background-image: linear-gradient(#161c24b3, #161c24b3), url('../images/blog-two-bg.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 200px;
  padding-bottom: 140px;
}

.blog-two-heading-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  width: 100%;
}

.author-image-wrap {
  background-color: #161c24;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  overflow: hidden;
}

.blog-three-card {
  background-image: url('../images/Star_3.svg');
  background-position: 93% 6%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 120px;
  padding-bottom: 120px;
}

.blog-three-catagory {
  justify-content: space-between;
}

.blog-three-card-block {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 600px;
  display: flex;
  position: relative;
}

.blog-three-card-block.padding-top {
  padding-top: 70px;
}

.blog-three-author-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.blog-three-card-main {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
}

.blog-three-hero-main {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.blog-three-main {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
}

.blog-three-heading-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  max-width: 643px;
  display: flex;
}

.blog-three-hero {
  background-image: linear-gradient(90deg, #161c24 7%, #161c24b3 51%, #161c24 94%), url('../images/blog-three-bg.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 200px;
  padding-bottom: 140px;
}

.blog-three-border {
  background-color: #4954604d;
  width: 100%;
  height: 1px;
  margin-top: 25px;
  margin-bottom: 20px;
}

.author-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.blog-three-card-details {
  transform-origin: 50% 100%;
  background-color: #fff;
  width: 84%;
  padding: 30px 40px;
  display: block;
  position: absolute;
  bottom: 7%;
}

.blog-details-hero-wrap {
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}

.client-image-wrap {
  border-radius: 100%;
  flex: none;
  width: 100px;
  height: 100px;
}

.blog-details-section {
  padding-top: 110px;
  padding-bottom: 110px;
  position: relative;
}

.client-description {
  max-width: 648px;
}

.blog-details-image-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  margin-bottom: 20px;
}

.blog-details-hero {
  padding-top: 86px;
}

.client-right-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.blog-details-hero-main {
  z-index: 2;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.client-position-wrap {
  background-color: #f3f9ff;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.client-position {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
}

.blog-details-small-container {
  max-width: 854px;
  padding-left: 15px;
  padding-right: 15px;
}

.blog-details-client {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-top: 1px solid #c3c3c3;
  border-bottom: 1px solid #c3c3c3;
  padding-top: 50px;
  padding-bottom: 30px;
}

.client-image {
  border-radius: 100%;
}

.blog-details-card {
  padding-bottom: 110px;
}

.details-background-star {
  position: absolute;
  top: 118px;
  left: 12px;
}

.pricing-heading-box {
  flex: 0 36%;
}

.pricing-details-column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.pricing-one-price {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
}

.price-box-card-popular {
  background-color: #ffffff1a;
  border: 1px solid #068fff;
  width: 100%;
}

.pricing-one-card {
  background-color: #161c24;
  padding-top: 225px;
  padding-bottom: 120px;
}

.pricing-one-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  display: grid;
}

.pricing-plan {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.pricing-plan.extra-padding {
  padding-top: 25px;
  padding-bottom: 25px;
}

.pricing-plan.extra-padding.background-color-black {
  background-color: var(--text-color-black);
}

.pricing-heading-block {
  text-align: center;
  max-width: 378px;
}

.pricing-plan-card {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.pricing-one-card-heading {
  text-align: center;
  text-transform: uppercase;
  background-color: #068fff;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.pricing-page-details {
  padding-top: 0;
}

.pricing-table {
  justify-content: space-between;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
}

.pricing-table.bg-light-color {
  background-color: #f3f9ff;
}

.pricing-details-section {
  padding-top: 110px;
  padding-bottom: 120px;
}

.pricing-plan-card-main {
  margin-bottom: 35px;
}

.pricing-plan-table {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.pricing-details-main {
  width: 100%;
}

.price-details-box {
  flex: 0 64%;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.team-details-progress-bar {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: stretch;
}

.description-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

.team-details-idea-contain-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fff;
  flex: 1;
  align-items: stretch;
  max-width: 708px;
  padding: 80px 80px 90px;
}

.team-details-text-width {
  max-width: 711px;
}

.slide-scroll-text {
  letter-spacing: -2px;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#13277a0d, #13277a0d);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 200px;
  font-weight: 700;
  line-height: 1.05;
}

.team-details-progress-full-bar {
  background-color: #161c24;
  width: 100%;
  height: 12px;
}

.team-details-progress-bar-about {
  justify-content: space-between;
  width: 100%;
}

.team-details-hero-section {
  background-image: url('../images/white-stars-icon.svg');
  background-position: 84% 11%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 260px;
  padding-bottom: 110px;
}

.team-details-memeber-contact-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.team-details-approch-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: -85px;
  display: grid;
}

.team-details-bio-wrap {
  background-image: url('../images/semi-colon.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: flex-start;
  align-items: center;
  max-width: 1070px;
  padding-top: 60px;
  padding-left: 170px;
}

.team-details-text-wrap {
  justify-content: center;
  align-items: center;
}

.team-idea-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
}

.team-details-text-wrapper {
  flex: 1;
}

.team-details-content-box {
  flex: 1;
  max-width: 561px;
}

.progress-bar {
  background-color: #f3f9ff;
  padding-top: 110px;
  padding-bottom: 120px;
}

.description-border {
  background-color: #161c2433;
  width: 74px;
  height: 1px;
}

.years-of-experience {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  max-width: 216px;
}

.team-details-contact-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 331px;
  display: flex;
}

.team-details-idea-box {
  align-items: stretch;
  width: 100%;
}

.seven-year {
  color: var(--text-color-black);
  letter-spacing: -2.4px;
  font-size: 120px;
  font-weight: 700;
  line-height: 1.08333;
}

.team-details-idea-image-block {
  flex: 1;
  max-width: 580px;
}

.member-image {
  max-width: 550px;
}

.team-details-member-icon-wrapper {
  background-color: #161c24;
  justify-content: center;
  align-items: center;
  width: 53px;
  height: 53px;
  margin-top: 7px;
}

.team-details-team-member-wrap {
  grid-column-gap: 110px;
  grid-row-gap: 110px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 47px;
  margin-bottom: 105px;
}

.team-details-work-wrap {
  justify-content: flex-start;
  align-items: center;
  margin-top: 73px;
}

.team-details-progress-bar-one {
  background-color: var(--text-color-blue);
  width: 99%;
  height: 12px;
}

.team-details-progress-bar-one.progress-bar-two {
  width: 87%;
}

.team-details-progress-bar-one.progress-bar-three {
  width: 70%;
}

.landing-inner-title-wrap {
  text-align: right;
  flex-flow: row;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.preview {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.landing-showcase-container {
  border: 1px solid #0003;
  max-width: 1638px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.landing-showcase-page {
  background-color: #068fff1a;
  flex-flow: column;
  width: 100%;
  padding: 25px;
  display: flex;
  overflow: hidden;
}

.landing-showcase-page.bg-color-transparent {
  background-color: #0000;
}

.landing-showcase-page.bg-color-transparent.border-white {
  border: 1px solid #ffffff4d;
}

.text-decoration-none {
  text-decoration: none;
}

.figma-right-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 1;
}

.landing-footer-license-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.position-relative {
  position: relative;
}

.landing-hero-wrapper {
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.landing-innerpage-number-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.landing-home-page-main-wrap {
  grid-row-gap: 55px;
  justify-content: center;
  align-items: center;
}

.landing-inner-text-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
}

.landing-cta-section {
  background-color: var(--bg-light-color);
  padding-top: 110px;
  overflow: hidden;
}

.landing-main-container {
  max-width: 1100px;
  padding-left: 15px;
  padding-right: 15px;
}

.landing-cms-page-main-wrapper {
  grid-row-gap: 60px;
  justify-content: center;
  align-items: center;
}

.preview-image {
  width: 100%;
  height: 100%;
}

.landing-hero-image-four {
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.landing-homepage-showcase {
  outline-offset: 0px;
  outline: 3px #727f90;
  padding: 120px 15px;
}

.utilities-pages-showcase {
  background-color: #f3f9ff;
  padding-top: 110px;
  padding-bottom: 120px;
}

.utilities-pages-main-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.pages-wrap {
  grid-column-gap: 25px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.landing-cta-screen {
  grid-column-gap: 35px;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}

.landing-cta-screen-image {
  flex: 1;
  overflow: hidden;
}

.landing-cta-screen-image.left-bottom {
  margin-left: 30px;
  display: none;
}

.landing-cta-screen-image.right-corner {
  flex: 0 auto;
  width: 12%;
  position: absolute;
  inset: -54px 0% auto auto;
}

.landing-cta-screen-image.display-none {
  display: none;
}

.landing-cta-screen-image.landsscape-view-none {
  flex: 0 45%;
}

.landing-cta-screen-image.left-corner {
  flex: 0 auto;
  width: 12%;
  position: absolute;
  inset: -59px auto auto 0%;
}

.request-figma-section {
  background-color: #f3f9ff;
}

.free-customization-description {
  flex: 1;
  max-width: 550px;
}

.landing-hero-image-two {
  display: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.free-customization-text-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  flex: 1;
  max-width: 418px;
}

.landing-hero-main {
  z-index: 10;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  max-width: 701px;
  position: relative;
}

.landing-page-main-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.figma-text-wrapper {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  max-width: 630px;
  margin-top: -5px;
  display: flex;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-hidden.showcase-heading {
  text-align: center;
  max-width: 502px;
}

.landing-hero-image-wrap {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.landing-hero-image-three {
  display: none;
  position: absolute;
  inset: 0%;
}

.inner-pages-container {
  grid-column-gap: 35px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.inner-pages-container.cms-pages {
  grid-template-columns: 1fr 1fr;
}

.figma-main-wrap {
  grid-column-gap: 30px;
  background-image: linear-gradient(#161c24b3, #161c24b3), linear-gradient(87deg, #161c24 14%, #161c2400), url('../images/figma-bg.webp');
  background-position: 0 0, 0 0, 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, 954px;
  justify-content: space-between;
  align-items: center;
  padding: 80px 40px;
}

.landing-line-border {
  background-color: var(--text-color-blue);
  justify-content: center;
  align-items: center;
  width: 3px;
  height: 154px;
  display: flex;
}

.landing-innerpage-container {
  max-width: 1620px;
  padding-left: 15px;
  padding-right: 15px;
}

.landing-cmspage-showcase {
  background-color: #161c24;
  padding-top: 110px;
  padding-bottom: 110px;
}

.landing-foot-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.landing-image-flex-one {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 531px;
  height: 562px;
  position: relative;
}

.free-customization-main-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-image: url('../images/CTA-2-2_1CTA 2-2.webp');
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-between;
  align-items: center;
  padding: 60px;
}

.landing-innerpage-showcase {
  padding-bottom: 120px;
}

.landing-hero-section {
  background-color: #161c24;
  padding-top: 235px;
  position: relative;
  overflow: hidden;
}

.design-link {
  color: #fff;
  text-decoration: none;
  transition: color .35s;
}

.design-link:hover {
  color: var(--text-color-blue);
}

.landing-inner-page-title {
  max-width: 564px;
  padding-top: 15px;
}

.cta-text-container {
  max-width: 959px;
}

.landing-container {
  max-width: 1128px;
  padding-left: 15px;
  padding-right: 15px;
}

.innerpage-number {
  color: var(--text-color-black);
  letter-spacing: -2px;
  font-size: 120px;
  font-weight: 500;
  line-height: 1.18182;
}

.landing-hero-tab {
  margin-top: 120px;
}

.home-pages-link {
  margin-top: 17px;
}

.landing-footer-last-block {
  background-color: #161c24;
  border-top: 1px solid #fff3;
  padding-top: 30px;
  padding-bottom: 30px;
}

.landing-cta-main-wrap {
  grid-row-gap: 37px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.free-customization-section {
  padding-bottom: 120px;
}

.landing-hero-image-one {
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.landing-image-flex-two {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 523px;
  height: 395px;
  position: relative;
}

.image-2 {
  position: absolute;
  top: 46%;
  bottom: 0%;
  right: -14%;
}

.solution-box {
  width: 100%;
}

.service-three-slider {
  background-color: var(--text-color-black);
  min-height: 150vh;
  padding-top: 110px;
  padding-bottom: 120px;
}

.service-three-marquee {
  padding-top: 100px;
  padding-bottom: 100px;
}

.cube-bottom {
  transform-style: preserve-3d;
  background-image: url('../images/IMG_7463.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 14rem;
  height: 14rem;
  display: flex;
  transform: translate(0, 7rem)rotateX(-90deg)rotateY(0)rotateZ(0);
}

.cube-left {
  transform-style: preserve-3d;
  background-image: url('../images/IMG_7465.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 14rem;
  height: 14rem;
  display: flex;
  position: absolute;
  transform: translate(-7rem)rotateX(0)rotateY(-90deg)rotateZ(0);
}

.cube-box {
  width: 100%;
  height: 100%;
  position: relative;
}

.cube-back {
  transform-style: preserve-3d;
  background-image: url('../images/IMG_7463.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 14rem;
  height: 14rem;
  margin-bottom: -1px;
  display: flex;
  position: absolute;
  transform: translate3d(0, 0, -7rem)rotateX(0)rotateY(180deg)rotateZ(0);
}

.cube-front {
  transform-style: preserve-3d;
  background-image: url('../images/IMG_7463.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 14rem;
  height: 14rem;
  display: flex;
  position: absolute;
  transform: translate3d(0, 0, 7rem);
}

.header-component-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: center;
  overflow: hidden;
}

.cube-right {
  transform-style: preserve-3d;
  background-image: url('../images/IMG_7465.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 14rem;
  height: 14rem;
  display: flex;
  position: absolute;
  transform: translate(7rem)rotateX(0)rotateY(90deg)rotateZ(0);
}

.cube-top {
  transform-style: preserve-3d;
  background-image: url('../images/IMG_7463.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 14rem;
  height: 14rem;
  display: flex;
  position: absolute;
  transform: translate(0, -7rem)rotateX(90deg)rotateY(0)rotateZ(0);
}

.cube-wrapper {
  width: 14rem;
  height: 14rem;
  position: relative;
}

.home-hero-background {
  background-color: var(--text-color-black);
  position: absolute;
  inset: 0%;
}

.home-hero-image {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-hero-image.home-hero-image-two {
  object-position: 50% 100%;
}

.home-hero-overlay {
  background-image: linear-gradient(87deg, var(--text-color-black) 8%, #161c24e6 18%, #161c2400);
  position: absolute;
  inset: 0%;
}

.home-one-hero-text {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.utility-input-wrap {
  width: 100%;
}

.information-hero {
  background-color: var(--text-color-black);
  padding-top: 180px;
  padding-bottom: 120px;
}

.changelog-main {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.changelog {
  padding-top: 90px;
  padding-bottom: 90px;
}

.information-main {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.contact-two-heading {
  color: var(--vert-fonce);
  text-transform: none;
  max-width: 399px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Funnel Sans, sans-serif;
}

.field-label {
  color: var(--white-color);
  font-family: Funnel Sans, sans-serif;
}

.container-small {
  max-width: 1070px;
}

.contact-three-container {
  max-width: 970px;
  padding-left: 15px;
  padding-right: 15px;
}

.pricing-three-faq {
  padding-bottom: 120px;
  position: relative;
}

.blog-one-heading {
  max-width: 624px;
}

.blog-one-heading.no-margin {
  color: var(--vert-fonce);
  letter-spacing: 0;
  text-transform: none;
  max-width: 700px;
}

.blog-two-cards-main {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
}

.sticky {
  background-color: var(--bg-light-color);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 190px;
  display: flex;
  position: sticky;
  top: 100px;
}

.outline-box {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 190px;
  height: 190px;
  display: grid;
  position: absolute;
  inset: 0%;
}

.outer-clip.clip-top {
  justify-content: flex-start;
  align-items: flex-start;
  width: 50px;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.outer-clip.clip-bottom {
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.outer-circle {
  border: 2px solid var(--text-color-blue);
  border-radius: 100%;
  width: 190px;
  min-width: 190px;
  height: 190px;
  min-height: 190px;
}

.blog-details-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.blog-details-hero-overlay {
  background-color: #161c24cc;
  width: 100%;
  height: 100%;
}

.team-collection {
  width: 100%;
}

.team-card-gap {
  margin-top: 110px;
}

.team-card-gap-two {
  margin-top: 160px;
}

.team-card-gap-three {
  margin-top: 190px;
}

.team-three-cards-wrap {
  width: 100%;
}

.team-three-cards-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-three-cards {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.team-member-image {
  z-index: 2;
  transform-origin: 50% 25%;
  position: relative;
  inset: 0%;
}

.team-member-information {
  z-index: 1;
  border: 2px solid var(--text-color-blue);
  background-color: var(--white-color);
  text-align: center;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.approch-box-heading-width {
  max-width: 200px;
}

.team-details-idea-heading-width {
  max-width: 530px;
  margin-top: 0;
  margin-bottom: 0;
}

.colors-information {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  margin-top: -45px;
  display: flex;
}

.color-blocks {
  z-index: 3;
  grid-column-gap: 250px;
  grid-row-gap: 250px;
  justify-content: center;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.color {
  color: var(--bg-light-color);
  font-size: 200px;
  font-weight: 600;
  line-height: 210px;
}

.style-guide-color-text {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

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

.color-box-showcase {
  background-color: #0000;
  border-radius: 50%;
  width: 10.875rem;
  height: 10.875rem;
}

.color-box-showcase.color-two {
  background-color: var(--bg-text-dark-color);
}

.color-box-showcase.color-five {
  background-color: var(--bg-light-color);
}

.color-box-showcase.color-four {
  background-color: var(--text-color-blue);
}

.color-box-showcase.color-one {
  background-color: var(--text-color-black);
}

.color-box-showcase.color-three {
  background-color: var(--body-text-light-color);
}

.color-box-showcase.color-six {
  background-color: var(--light-grey);
}

.style-guide-color {
  padding-top: 40px;
  padding-bottom: 90px;
}

.heading-block-six {
  margin-bottom: 2.8rem;
}

.heading-block-five {
  margin-bottom: 3.4rem;
}

.heading-block {
  margin-bottom: 2.7rem;
}

.heading-block-three {
  margin-bottom: 3.4rem;
}

.heading-block-four {
  margin-bottom: 3.5rem;
}

.heading-block-two {
  margin-bottom: 3.2rem;
}

.list-block {
  margin-bottom: 1.8rem;
}

.style-guide-typography {
  background-color: var(--bg-light-color);
  padding-top: 80px;
  padding-bottom: 90px;
}

.buttons-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
}

.preview-images-box {
  cursor: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.preview-images-box.cursor-on {
  cursor: default;
}

.preview-overlay {
  background-image: linear-gradient(#161c2480, #161c2480);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.landing-view-button {
  aspect-ratio: 1;
  background-color: var(--text-color-blue);
  color: var(--white-color);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 25%;
  min-width: 80px;
  max-width: 90px;
  min-height: 80px;
  max-height: 90px;
  display: flex;
}

.license {
  padding-top: 110px;
  padding-bottom: 110px;
}

.margin-bottom-fifteen {
  margin-bottom: 15px;
}

.image-link-wrapper {
  grid-column-gap: 10px;
  flex-flow: wrap;
  margin-bottom: 30px;
}

.image-link {
  text-transform: capitalize;
  text-underline-offset: 1px;
  text-underline-position: auto;
  text-decoration: underline;
  transition: color .2s;
}

.image-link:hover {
  color: var(--text-color-black);
}

.image-previews {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  display: grid;
}

.license-preview-image {
  width: 100%;
}

.pricing-two-toggle-wrap {
  width: 100%;
  position: relative;
}

.menu-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
}

.mega-menu-dropdown {
  position: absolute;
  inset: 100% 0% auto;
}

.mega-menu-block {
  background-color: var(--bg-light-color);
  padding-top: 60px;
  padding-bottom: 60px;
}

.mega-menu-container {
  max-width: 1730px;
  padding-left: 15px;
  padding-right: 15px;
}

.mega-menu-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: stretch;
}

.mega-menu-image {
  flex: 1;
  max-width: 755px;
}

.mega-menu-links-wrap {
  grid-row-gap: 10px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 844px;
}

.mega-menu-links {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  padding: 10px 13px;
  font-size: 15px;
  font-weight: 500;
  transition: background-color .25s;
  display: flex;
}

.mega-menu-links:hover {
  background-color: #e3edf6;
}

.mega-menu-bottom {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/Counter-Image-Two.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: space-between;
  align-items: center;
  padding: 25px 40px;
}

.menu-text {
  color: var(--white-color);
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 400;
}

.menu-button-link {
  background-color: var(--text-color-blue);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
}

.dropdown-list {
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-list.w--open {
  background-color: var(--bg-light-color);
  border: 1px solid #0000001a;
}

.dropdown-link {
  color: var(--text-color-black);
  text-transform: uppercase;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}

.service-three-slider-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  position: sticky;
}

.service-horizontal-scroll {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-bottom: 40px;
}

.service-three-cards {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 23.5vw;
  max-width: 23.5vw;
  min-height: 518px;
  padding: 45px 3vw;
  position: relative;
}

.service-three-cards-image-wrap {
  position: absolute;
  inset: 0%;
}

.service-cards-image {
  width: 100%;
  height: 100%;
}

.service-blue-overlay {
  z-index: 1;
  background-image: linear-gradient(180deg, #161c2482, var(--text-color-blue));
  position: absolute;
  inset: 0%;
}

.service-cards-background-dark {
  z-index: 2;
  background-color: #2d333a;
  position: absolute;
  inset: 0%;
}

.service-cards-text {
  z-index: 3;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  position: relative;
}

.service-description-text {
  padding-top: 220px;
}

.service-three-scroll {
  background-color: #fff3;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 3px;
  display: flex;
}

.service-three-scroll-bar {
  background-color: var(--text-color-blue);
  width: 0%;
  height: 3px;
}

.sticky-cards-wrap {
  position: sticky;
  top: 90px;
}

.video-effect-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button {
  border: 1px solid var(--text-color-blue);
  background-color: var(--text-color-blue);
  padding: 10px 25px;
  position: relative;
}

.button.overflow-hidden {
  border-color: var(--vert-claire);
  background-color: var(--vert-fonce);
  border-radius: 0 20px;
}

.button.overflow-hidden.width-full {
  width: 100%;
}

.button.overflow-hidden.width-full.margin-top-fourty {
  margin-top: 40px;
}

.button.overflow-hidden.bg-color-transparent {
  border: 1px solid var(--white-color);
  background-color: #0000;
}

.button.overflow-hidden.bg-color-transparent.button-border-black {
  border-color: var(--text-color-black);
}

.button.overflow-hidden.button-blue-border {
  border: 1px solid var(--text-color-blue);
  background-color: #0000;
}

.button.overflow-hidden.hero-button-one {
  border-radius: 0 20px;
}

.button-wrap {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

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

.circle-buton {
  background-color: var(--text-color-black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding-right: 1px;
  display: flex;
  position: relative;
}

.circle-buton.overflow-hidden {
  background-color: var(--vert-claire);
  background-image: linear-gradient(#00000080, #00000080);
}

.button-arrow {
  position: absolute;
}

.button-arrow._01.button-play-icon, .button-arrow._02.button-play-icon {
  margin-left: 3px;
}

.button-bg {
  background-color: var(--white-color);
  border-radius: 100%;
  width: 16px;
  height: 16px;
  position: absolute;
  inset: -17% auto auto -4%;
}

.button-bg.button-bg-blue {
  background-color: var(--text-color-blue);
}

.button-font-2 {
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.42857;
}

.button-font-2.text-color-black {
  color: #161c24;
}

.button-bg-2 {
  background-color: #fff;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  position: absolute;
  inset: -10% auto auto -4%;
}

.button-bg-2.button-bg-blue {
  background-color: #068fff;
}

.our-offices-section {
  padding-top: 90px;
  padding-bottom: 120px;
}

.our-offices-section.none {
  display: none;
}

.our-offices-main {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.our-offices-heading {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.our-office-description {
  text-align: center;
  max-width: 417px;
}

.our-office-box-main {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
}

.our-office-box {
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 410px;
}

.our-office-box-text {
  background-color: var(--white-color);
  text-align: center;
  max-width: 380px;
  margin-top: -40px;
  padding: 45px 50px;
  box-shadow: 10px 10px 30px #1616161a;
}

.div-block {
  background-color: #dfdfdf;
  width: 100%;
  height: 1px;
  margin-top: 22px;
  margin-bottom: 22px;
}

.image-wrapper {
  position: relative;
  overflow: hidden;
}

.image-overlay {
  z-index: 10;
  background-color: var(--white-color);
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  position: absolute;
  inset: 0%;
  transform: scale3d(1, 0, 1);
}

.image-overlay.image-overlay-black {
  background-color: var(--text-color-black);
}

.blog-details-two {
  margin-bottom: 20px;
}

.blog-details-bottom-main {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
}

.blog-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.blog-details-card-date {
  background-color: var(--bg-light-color);
  color: var(--text-color-blue);
  padding: 4px 15px;
  font-weight: 500;
  position: absolute;
  inset: 20px auto auto 0%;
}

.blog-details-one {
  margin-bottom: 40px;
}

.heading-gap {
  margin-top: 5px;
  margin-bottom: 10px;
}

.service-two-experience {
  flex: 1;
  max-width: 520px;
}

.faq-right-image {
  max-width: 178px;
  display: none;
  position: absolute;
  inset: auto 5.57% 14% auto;
  transform: rotate(15deg);
}

.faq-left-image {
  max-width: 205px;
  display: none;
  position: absolute;
  inset: 0% auto auto 5.7%;
}

.titre {
  padding-bottom: 60px;
}

.div-titre {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-2 {
  z-index: 999;
  background-color: var(--white-color);
  position: relative;
}

.text-block-2 {
  color: var(--vert-fonce);
}

.image-3 {
  max-width: 100%;
}

.bold-text, .bold-text-2 {
  color: var(--vert-fonce);
}

.list-item, .list-item-2 {
  color: var(--text-color-black);
  font-family: Funnel Sans, sans-serif;
}

.color-green {
  color: var(--vert-fonce);
}

.icon-service {
  max-width: 12%;
}

.image-4 {
  width: auto;
}

.image-5 {
  object-fit: cover;
  width: 100%;
}

.image-6 {
  object-fit: contain;
  width: 100px;
}

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

.text-block-3, .text-block-4, .text-block-5, .text-block-6, .link {
  color: var(--text-color-black);
  font-family: Funnel Sans, sans-serif;
}

.paragraph, .paragraph-2, .paragraph-3, .text-block-7, .text-block-8, .text-block-9, .text-block-10 {
  font-family: Funnel Sans, sans-serif;
}

@media screen and (min-width: 1280px) {
  .tab-image-full-width {
    object-position: 50% 100%;
  }

  .tab-image-full-width.taille-image-realisation {
    width: 380px;
    height: 500px;
  }

  .text-color-black.margin-bottom-twenty {
    font-size: 38px;
  }

  .work-right-image-wrapper {
    width: 100%;
  }

  .experience-bottom-tag {
    bottom: 60px;
    left: -112px;
  }

  .navbar {
    z-index: 99;
  }

  .navbar.border-off.responsive-off {
    display: block;
  }

  .navbar.border-off.responsive-on {
    display: none;
  }

  .navbar.responsive-off, .navbar.responsive-on, .navbar.responsive-on:where(.w-variant-4a6abb57-9331-bf30-2ffa-994e4ca63af5) {
    display: block;
  }

  .menu-link {
    padding-left: 18px;
    padding-right: 18px;
  }

  .figma-main-wrap {
    padding-left: 80px;
    padding-right: 80px;
  }

  .collection-list-wrapper {
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  .tab-image-full-width.taille-image-realisation {
    width: 400px;
  }

  .text-color-black.margin-bottom-twenty {
    font-size: 38px;
  }

  .home-one-work-main-wrap {
    position: sticky;
    top: 100px;
  }

  .marquee-text {
    font-size: 130px;
  }

  .hero-icon {
    display: inline-block;
  }

  .details-background-star {
    left: 100px;
  }

  .landing-showcase-container {
    padding: 100px 90px;
  }

  .landing-home-page-main-wrap {
    background-image: url('../images/Homepage-designs.webp'), url('../images/Homepage-designs.webp');
    background-position: 96% 0, 96% 0;
    background-repeat: no-repeat, no-repeat;
    background-size: 240px, 240px;
  }

  .landing-hero-image-four {
    display: block;
  }

  .landing-cta-screen-image.right-corner, .landing-cta-screen-image.left-corner {
    display: none;
  }

  .landing-hero-image-two {
    display: block;
  }

  .landing-hero-image-wrap.tab-view-none {
    display: flex;
  }

  .free-customization-main-wrap {
    padding-left: 90px;
    padding-right: 90px;
  }

  .changelog {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .style-guide-color {
    padding-top: 100px;
    padding-bottom: 120px;
  }

  .style-guide-typography {
    padding-top: 110px;
    padding-bottom: 120px;
  }

  .service-horizontal-scroll {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .sticky-cards-wrap {
    top: 120px;
  }

  .faq-right-image, .faq-left-image {
    display: block;
  }
}

@media screen and (min-width: 1920px) {
  .tab-image-full-width.solutions-image {
    margin-left: auto;
  }

  .heading-style-h5.blog-details-name {
    max-width: 340px;
  }

  .experience-border-bottom {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .home-two-work {
    padding-top: 120px;
  }

  .home-two-work-left {
    flex: 1;
  }

  .work-container {
    max-width: 1180px;
  }

  .home-three-about {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .home-three-work-right {
    padding-left: 8%;
  }

  .team-details-bio-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .landing-home-page-main-wrap {
    background-image: url('../images/Homepage-designs.webp'), url('../images/Homepage-designs.webp');
    background-position: 96% 0, 96% 0;
    background-repeat: no-repeat, no-repeat;
    background-size: 240px, 240px;
  }

  .landing-cta-screen-image.left-bottom {
    display: block;
  }

  .landing-cta-screen-image.right-corner {
    flex: 0 auto;
    display: block;
  }

  .landing-cta-screen-image.display-none, .landing-cta-screen-image.left-corner {
    display: block;
  }

  .landing-hero-image-wrap.tab-view-none {
    flex-flow: row;
    display: flex;
  }

  .landing-hero-image-three, .landing-hero-image-one {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 45px;
    line-height: 55px;
  }

  h2 {
    font-size: 35px;
    line-height: 45px;
  }

  h3 {
    font-size: 28px;
    line-height: 38px;
  }

  .heading-style-h6.text-color-white.offer-bottom-text-width {
    max-width: none;
  }

  .form-main-wrap {
    flex-flow: column;
  }

  .service-card-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .work-right-text-wrapper {
    max-width: none;
    margin-left: 0%;
  }

  .home-one-about-right {
    max-width: none;
  }

  .video-bg-image {
    aspect-ratio: 16 / 9;
    height: auto;
  }

  .about-left-image-one {
    max-width: none;
  }

  .text-color-white.margin-bottom-twenty.about-counter-heading-width {
    margin-bottom: 10px;
  }

  .text-color-white.margin-bottom-fourty.service-two-heading {
    margin-bottom: 20px;
  }

  .text-color-white.solution-heading-width {
    margin-bottom: 25px;
  }

  .text-color-white.no-margin-top.margin-bottom-twenty.heading-gap {
    margin-bottom: 10px;
  }

  .heading-style-h4.margin-bottom-thirty.responsive-margin-twenty {
    margin-bottom: 20px;
  }

  .heading-style-h4.blog-author {
    max-width: none;
  }

  .home-one-about-main {
    flex-flow: column;
    align-items: stretch;
  }

  .counter-left.counter-text-big-box {
    height: 70px;
  }

  .counter-left.h1-counter {
    height: 55px;
  }

  .home-one-form-right {
    width: 100%;
    max-width: none;
  }

  .about-image-left {
    margin-top: 0;
  }

  .tab-image-full-width {
    width: 100%;
    height: auto;
  }

  .tab-image-full-width.taille-image-realisation {
    width: 300px;
    height: 300px;
  }

  .work-heading, .home-one-form-left {
    max-width: none;
  }

  .container.container-gap {
    padding-bottom: 50px;
  }

  .work-text-wrapper {
    max-width: none;
  }

  .footer-top-main {
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .text-color-black.margin-bottom-fourty.tab-margin-twenty {
    margin-bottom: 20px;
  }

  .text-color-black.margin-bottom-twenty.tab-margin-bottom-ten {
    margin-bottom: 10px;
  }

  .home-one-about-left {
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .video-bg-icon {
    display: none;
  }

  .home-one-work-main-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .home-one-work-main-wrap.margin-top-sixty {
    margin-top: 60px;
  }

  .counter-text.counter-text-big {
    font-size: 60px;
  }

  .marquee-text {
    font-size: 80px;
  }

  .marquee-text.text-color-black {
    color: var(--text-color-black);
  }

  .work-left-text-wrapper {
    max-width: none;
    margin-right: 0%;
  }

  .service-card-linear {
    background-image: linear-gradient(#161c2461, #161c24cc);
  }

  .service-card-text-wrapper {
    left: 30px;
  }

  .work-text-wrapper-two {
    max-width: none;
  }

  .home-one-about {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .home-one-work {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .home-one-service {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .about-right-box-wrapper {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .margin-bottom-fourty.professioinal-text {
    max-width: none;
  }

  .margin-bottom-fourty.tab-margin-bottom-twenty {
    margin-bottom: 20px;
  }

  .footer-middle {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 50px;
    display: grid;
  }

  .footer-one {
    padding-top: 60px;
  }

  .home-video-main {
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-one-video {
    padding-top: 50px;
    padding-bottom: 46px;
  }

  .home-one-form {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .home-one-text-marquee {
    padding-bottom: 47px;
  }

  .home-one-text-marquee.pricing-one-marquee {
    padding-bottom: 20px;
  }

  .home-one-hero {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .home-one-hero-main {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .home-one-hero-left {
    max-width: none;
  }

  .home-one-hero-left.hero-text-two {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .hometwo-hero-main {
    flex-flow: column;
  }

  .professional-cleaning-main {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .home-two-marquee {
    padding-bottom: 60px;
  }

  .service-one-card-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .professional-cleaning-right {
    max-width: none;
  }

  .home-two-service {
    padding-top: 35px;
    padding-bottom: 60px;
  }

  .home-two-video-main {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .footer {
    padding-top: 50px;
  }

  .footer.bg-color-black {
    padding-top: 60px;
  }

  .home-two-hero-left {
    max-width: none;
  }

  .professional-cleaning-left {
    flex-flow: row;
    align-items: stretch;
    max-width: none;
  }

  .home-two-text-main {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .heading-style-h3 {
    font-size: 28px;
  }

  .heading-style-h3.margin-bottom-twenty.responsive-margin-ten {
    margin-bottom: 10px;
  }

  .home-two-text {
    padding-top: 50px;
    padding-bottom: 60px;
    overflow: hidden;
  }

  .home-two-text-right-circle {
    width: 86px;
    height: 86px;
  }

  .home-two-hero {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .service-one-card {
    max-width: none;
  }

  .home-two-work {
    padding-top: 60px;
  }

  .home-two-work-two {
    padding-top: 65px;
    padding-bottom: 60px;
  }

  .home-two-professional-cleaning {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .professional-cleaning-bottom-tag {
    max-width: none;
    bottom: 0;
  }

  .footer-cell-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 50px;
    display: grid;
  }

  .home-three-cleaners-image {
    max-width: none;
  }

  .home-three-footer-cell-main {
    grid-column-gap: 30px;
    grid-row-gap: 68px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 40px;
    padding-bottom: 50px;
    display: grid;
  }

  .home-three-hero-main {
    justify-content: flex-start;
    align-items: center;
  }

  .home-three-bottom-tag-main {
    padding: 20px 15px;
  }

  .home-three-hero {
    margin-bottom: 0;
    padding-top: 126px;
    padding-bottom: 100px;
  }

  .home-three-about-left, .about-three-image-wrapper-one, .home-three-about-right {
    max-width: none;
  }

  .cleaners-box {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    padding: 40px 30px;
    position: static;
  }

  .home-three-about-main {
    flex-flow: column;
  }

  .home-three-cleaners-text {
    order: 1;
    max-width: none;
  }

  .point-fixed-width {
    max-width: none;
  }

  .home-three-cleaners {
    padding-top: 55px;
    padding-bottom: 60px;
  }

  .home-three-about {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cleaners-box-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .about-three-image-wrapper-two {
    max-width: none;
  }

  .black-star-image, .wiper-image {
    display: none;
  }

  .about-one-work-box-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: grid;
  }

  .about-one-work-heading {
    max-width: none;
  }

  .about-one-contact-main {
    flex-flow: column-reverse;
    align-items: stretch;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-one-hero {
    padding-top: 136px;
  }

  .about-one-work-main {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .about-one-work-box {
    max-width: none;
  }

  .about-one-work-box.work-box-even {
    margin-top: 0;
  }

  .about-one-accrodian-main {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
  }

  .about-one-experience-left, .experience-description-main, .about-one-experience-right {
    max-width: none;
  }

  .about-one-contact-image {
    order: -1;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
  }

  .about-one-work {
    padding-top: 55px;
    padding-bottom: 60px;
  }

  .about-one-accrodian {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .about-one-experience-main {
    flex-flow: column;
  }

  .experience-heading-width {
    max-width: none;
  }

  .sweep-image {
    top: 172px;
    right: 36px;
  }

  .about-one-contact {
    padding-bottom: 60px;
  }

  .hero-icon {
    display: none;
    top: 54px;
    left: 34px;
  }

  .about-one-experience {
    padding-bottom: 60px;
  }

  .about-one-contact-left {
    max-width: none;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .contact-image {
    width: 100%;
  }

  .dotted-line {
    display: none;
    top: 59px;
  }

  .about-two-experience-main {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .about-two-experience-main.service-two-experience-main {
    align-items: stretch;
  }

  .about-two-service-bottom {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .experience-bottom-tag {
    inset: auto auto 0% 0%;
  }

  .about-two-experience-right {
    width: 100%;
    max-width: none;
  }

  .about-two-service-main {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
  }

  .about-two-service {
    padding-top: 65px;
    padding-bottom: 60px;
  }

  .about-two-client-main {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
  }

  .about-two-client-heading {
    width: 100%;
    max-width: 100%;
  }

  .about-two-client {
    padding-top: 45px;
    padding-bottom: 55px;
  }

  .about-two-service-box {
    max-width: none;
  }

  .about-two-experience-left {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    max-width: none;
  }

  .progress-list-items {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    max-width: none;
  }

  .about-two-client-counter-main {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .about-two-faq {
    padding-top: 45px;
    padding-bottom: 60px;
  }

  .about-two-hero {
    background-image: linear-gradient(#161c24cc, #161c24cc), url('../images/about-two-banner.webp');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .about-two-experience {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-two-text-main {
    max-width: none;
  }

  .heading-style-h1 {
    font-size: 45px;
    line-height: 55px;
  }

  .home-one-counter-main {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .home-one-counter-column {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .counter-main {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .navbar.responsive-on:where(.w-variant-4a6abb57-9331-bf30-2ffa-994e4ca63af5) {
    border-bottom-color: var(--vert-fonce);
  }

  .navbar-main {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-link {
    color: var(--vert-fonce);
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-link.none {
    display: none;
  }

  .menu-link.hide {
    display: flex;
  }

  .nav-menu, .nav-menu:where(.w-variant-4a6abb57-9331-bf30-2ffa-994e4ca63af5) {
    background-color: var(--bg-light-color);
  }

  .navbar-button-wrapper {
    display: none;
  }

  .navbar-button-wrapper.bouton-tab-visible {
    margin-bottom: 20px;
    padding-left: 20px;
    display: none;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .hamburger-button {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: center;
    align-items: center;
  }

  .hamburger-line {
    background-color: var(--white-color);
    width: 25px;
    height: 2px;
    padding: 0;
  }

  .hamburger-line:where(.w-variant-4a6abb57-9331-bf30-2ffa-994e4ca63af5) {
    background-color: var(--text-color-black);
  }

  .hamburger-line.line-one, .hamburger-line.line-two, .hamburger-line.line-three {
    background-color: var(--vert-fonce);
  }

  .dropdown {
    display: block;
  }

  .video-line-effect, .vertical-text.responsive-display-off {
    display: none;
  }

  .no-margin-top.margin-bottom-twenty.responsive-margin-ten {
    margin-bottom: 10px;
  }

  .home-two-service-cards {
    padding-top: 46px;
  }

  .home-two-fliping-cards {
    grid-template-columns: 1fr 1fr;
  }

  .service-card-two {
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .home-two-counter {
    padding-top: 50px;
    padding-bottom: 56px;
  }

  .utility-page-content.utility-form {
    padding: 60px 20px;
  }

  .home-experience {
    padding-top: 60px;
  }

  .home-experience-main {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .home-experience-left {
    padding-right: 15px;
  }

  .home-experience-text {
    max-width: none;
  }

  .down-arrow {
    width: 12px;
    height: auto;
  }

  .home-three-service {
    padding-top: 40px;
    padding-bottom: 53px;
  }

  .home-three-service-main {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: stretch;
  }

  .home-service-right {
    padding-left: 15px;
  }

  .home-three-service-content {
    max-width: none;
  }

  .home-three-marquee {
    padding-top: 40px;
  }

  .home-three-work {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .home-three-work-main {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: stretch;
    padding-bottom: 47px;
  }

  .home-three-work-right {
    padding-left: 15px;
  }

  .home-three-work-counter {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    max-width: none;
    display: flex;
  }

  .home-three-counter-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-bottom-style: none;
    flex-flow: column;
    padding-bottom: 0;
  }

  .home-our-service {
    padding-top: 47px;
    padding-bottom: 60px;
  }

  .our-service-main {
    padding-top: 0;
  }

  .service-list-left-image, .service-list-right-image {
    display: none;
  }

  .services-options {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
    display: grid;
  }

  .service-border {
    display: none;
  }

  .about-one-marquee {
    padding-top: 235px;
  }

  .faq-three {
    padding: 20px 25px;
  }

  .faq-three-text {
    flex: 1;
    max-width: none;
  }

  .about-one-team {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .about-border-wrapper {
    display: none;
  }

  .about-one-team-cards {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .team-card-image {
    height: auto;
  }

  .about-two-testimonial {
    padding-top: 50px;
  }

  .about-two-testimonial-main {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .testimonial-main {
    flex-flow: column;
  }

  .testimonial-columns {
    flex-flow: row;
    width: 100%;
  }

  .heading-style-h2 {
    font-size: 35px;
    line-height: 45px;
  }

  .about-three-service {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .about-three-service-left {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-top: 0;
  }

  .about-three-company-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .star-image-two, .star-image-two.tab-view-none {
    display: none;
  }

  .about-three-work-main {
    flex-flow: column;
  }

  .about-three-counter-right-bottom {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
  }

  .about-three-counter {
    background-image: linear-gradient(92deg, #191b1db3, #191b1d 89%), url('../images/counter-bg.webp');
    background-position: 0 0, 50% 0;
    background-size: auto, 1920px;
    padding-top: 55px;
    padding-bottom: 50px;
  }

  .about-three-service-main {
    flex-flow: column;
  }

  .home-three-work-accrodian {
    align-items: stretch;
  }

  .about-three-counter-left {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: row;
    order: 1;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .about-three-service-left-heading {
    max-width: none;
  }

  .about-three-service-right-text {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
  }

  .about-three-work-left, .about-three-service-right {
    width: 100%;
    max-width: none;
  }

  .about-three-counter-right, .about-three-work-right {
    max-width: none;
  }

  .about-three-counter-main {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .about-three-hero {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .about-three-company {
    padding-top: 46px;
    padding-bottom: 30px;
  }

  .sweep-image-two {
    display: none;
  }

  .about-three-company-heading {
    max-width: none;
  }

  .about-three-work {
    padding-top: 50px;
    padding-bottom: 36px;
  }

  .about-three-left-counter-box {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  .about-three-review-box {
    padding: 30px 15px;
  }

  .service-one-service-right {
    width: 100%;
    max-width: none;
  }

  .service-one-hero-main {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .service-one-pricing {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .about-box-left, .about-box-right {
    flex: 1;
  }

  .service-blue-circle.circle-in, .service-star {
    display: none;
  }

  .tabs-content {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .box-middle-border {
    height: 450px;
  }

  .service-one-work {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .service-one-service {
    padding-top: 45px;
    padding-bottom: 60px;
  }

  .service-one-work-right {
    width: 100%;
    max-width: none;
  }

  .service-one-service-main {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .tabs {
    width: 100%;
  }

  .service-one-work-left {
    max-width: none;
  }

  .service-one-box {
    padding: 30px 15px;
  }

  .pricing-sweep-image.tab-view-none {
    display: none;
  }

  .service-one-service-left {
    width: 100%;
    max-width: none;
  }

  .service-one-work-main {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 35px;
  }

  .service-sweep-image {
    display: none;
  }

  .service-one-hero {
    background-image: linear-gradient(#000000c7, #000000c7), url('../images/IMG_6684.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    padding-top: 139px;
    padding-bottom: 60px;
  }

  .service-about {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .service-two-service-main, .service-two-review-main {
    flex-flow: column;
  }

  .service-bottom-tag {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    max-width: none;
    padding: 30px;
  }

  .service-two-review {
    padding-bottom: 43px;
  }

  .service-two-list {
    padding-top: 50px;
    padding-bottom: 45px;
  }

  .service-two-service-left {
    width: 100%;
    max-width: none;
  }

  .service-two-review-slider {
    width: auto;
    max-width: 100%;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    padding: 30px 15px 80px;
  }

  .list-box-line.tab-view-none {
    display: none;
  }

  .service-two-review-right {
    width: 100%;
    max-width: none;
  }

  .service-two-service-right {
    order: -1;
    width: 100%;
    max-width: none;
  }

  .button-and-text-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .service-two-review-image, .service-two-bottom-text {
    max-width: none;
  }

  .service-two-hero {
    background-image: linear-gradient(#161c24e6, #161c24e6), url('../images/service-two-bg.webp');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .service-two-service {
    padding-top: 60px;
  }

  .solution-blue-circle {
    display: none;
  }

  .service-two-list-main {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .service-two-process {
    padding-top: 37px;
    padding-bottom: 60px;
  }

  .service-two-review-left {
    order: 1;
    max-width: none;
  }

  .service-two-solution {
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .slide-nav {
    left: 15px;
  }

  .service-two-hero-text-wrapper {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .service-two-hero-main {
    flex-flow: column;
  }

  .grey-circle {
    width: 100px;
    height: 100px;
    display: none;
  }

  .service-two-solution-box {
    padding-top: 25px;
  }

  .service-two-experience-heading-width.no-margin-top.margin-bottom-twenty {
    width: 100%;
    max-width: none;
  }

  .service-three-hero {
    background-image: linear-gradient(#000c, #000c), url('../images/service-three-bg.webp');
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 100px;
  }

  .offer-bottom-tag {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 20px 30px;
  }

  .service-three-work-bottom-tag {
    bottom: 0;
  }

  .service-three-counter-left {
    width: 100%;
    max-width: none;
  }

  .service-three-service {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .service-three-description-text {
    max-width: none;
  }

  .service-three-hero-bottom-box {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .service-three-service-left {
    max-width: none;
    position: static;
  }

  .service-three-work-image {
    width: 100%;
    max-width: none;
  }

  .service-three-description-box {
    padding: 15px 0;
  }

  .service-three-description-box:hover {
    box-shadow: none;
  }

  .service-three-work-right {
    width: 100%;
    max-width: none;
  }

  .service-three-counter-main {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .service-three-work {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .service-three-service-main {
    flex-flow: column;
  }

  .service-three-work-left {
    max-width: none;
  }

  .service-three-service-right, .service-three-hero-text-wrapper {
    width: 100%;
    max-width: none;
  }

  .service-three-counter {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .service-three-work-main {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .service-three-hero-bottom {
    margin-top: 60px;
  }

  .service-three-counter-right {
    order: -1;
    max-width: none;
  }

  .service-three-service-box {
    width: 100%;
    padding: 30px 15px;
    position: static;
  }

  .faq-section {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .faq-accrodian {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .pricing-three-main {
    grid-template-columns: 1fr 1fr;
  }

  .pricing-three-text-box {
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .pricing-bottom-border {
    margin-top: 22px;
    margin-bottom: 30px;
  }

  .pricing-three-card {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .pricing-three-price {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .pricing-text-main {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .pricing-main-box {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .pricing-two-work {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .pricing-two-card {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .pricing-two-heading {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .superscript {
    top: -11px;
  }

  .team-one-card-section {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .team-one-card-main {
    z-index: 2;
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    position: relative;
  }

  .team-one-card {
    max-width: 100%;
  }

  .team-card-bottom-tag-text {
    width: 100%;
  }

  .team-one-card-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .team-one-hero-image-block {
    background-image: linear-gradient(#161c24db, #161c24db), url('../images/team-hero.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .team-two-hero-image-block {
    background-image: linear-gradient(#161c24d9, #161c24d9), url('../images/team-two.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .team-marquee {
    display: none;
  }

  .team-two-star-image {
    z-index: 0;
  }

  .team-two-flex-one, .team-two-flex-two {
    margin-bottom: 30px;
  }

  .team-three-hero-image-block {
    background-image: linear-gradient(#161c24d9, #161c24d9), url('../images/team-three-bg.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .contact-one-left-wrapper {
    width: 100%;
    max-width: none;
    position: static;
    top: 0;
  }

  .contact-one-main-wrapper {
    flex-flow: column;
  }

  .contact-form, .contact-form.bg-color-light-white {
    padding-left: 15px;
    padding-right: 15px;
  }

  .lightbox-link {
    margin-bottom: 30px;
  }

  .contact-one-right-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
    max-width: none;
  }

  .contact-one-hero {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .contact-two-form-right {
    width: 100%;
    max-width: none;
  }

  .innerpage-hero {
    padding-top: 60px;
  }

  .contact-two-hero-block {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .contact-two-form-main {
    flex-flow: column;
  }

  .contact-two-form {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .contact-two-form-left {
    width: 100%;
    max-width: none;
  }

  .contact-three-about {
    padding-bottom: 60px;
  }

  .contact-three-hero {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .contact-three-hero-left, .contact-three-hero-right {
    width: 100%;
    max-width: none;
  }

  .contact-three-hero-main {
    flex-flow: column;
  }

  .white-border {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .blog-one-card-main {
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }

  .blog-one-hero {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .blog-one-card-image {
    width: 100%;
    max-width: none;
    height: auto;
  }

  .blog-one-card {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .blog-one-main, .blog-two-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .blog-two-card-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
  }

  .blog-two-card {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-two-card-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .blog-two-hero {
    padding-top: 151px;
    padding-bottom: 100px;
  }

  .blog-three-card {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-three-card-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
    max-width: none;
  }

  .blog-three-card-block.padding-top {
    padding-top: 0;
  }

  .blog-three-card-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .blog-three-main {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
  }

  .blog-three-heading-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    max-width: none;
  }

  .blog-three-hero, .blog-details-hero-wrap {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .blog-details-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .blog-details-image-wrap {
    margin-bottom: 0;
  }

  .blog-details-hero {
    padding-top: 60px;
  }

  .blog-details-client {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .blog-details-card {
    padding-bottom: 50px;
  }

  .price-box-card-popular {
    width: 100%;
  }

  .pricing-one-card {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .pricing-one-main {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    width: 100%;
  }

  .pricing-heading-block {
    width: 100%;
    max-width: none;
  }

  .pricing-table, .pricing-table.bg-light-color {
    padding-left: 15px;
    padding-right: 15px;
  }

  .pricing-details-section {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .pricing-plan-card-main {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }

  .pricing-details-main {
    width: 100%;
    max-width: 100%;
  }

  .team-details-idea-contain-box {
    width: 100%;
    max-width: none;
    padding: 50px 20px 60px;
  }

  .slide-scroll-text {
    font-size: 100px;
  }

  .team-details-hero-section {
    padding-top: 130px;
    padding-bottom: 50px;
  }

  .team-details-memeber-contact-info {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .team-details-approch-wrap {
    margin-top: 0;
  }

  .team-details-bio-wrap {
    background-position: 0 0;
    background-size: 125px;
    padding-top: 20px;
    padding-left: 96px;
  }

  .team-idea-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .team-details-content-box {
    max-width: none;
  }

  .progress-bar {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .team-details-idea-box {
    flex-flow: column;
  }

  .team-details-idea-image-block, .member-image {
    width: 100%;
    max-width: none;
  }

  .team-details-team-member-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 22px;
    margin-bottom: 45px;
  }

  .team-details-work-wrap {
    margin-top: 30px;
  }

  .preview {
    width: 100%;
    max-width: none;
  }

  .landing-showcase-container {
    padding: 40px 0 50px;
  }

  .figma-right-block {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .landing-home-page-main-wrap {
    grid-row-gap: 30px;
  }

  .landing-inner-text-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .landing-cta-section {
    padding-top: 50px;
  }

  .landing-cms-page-main-wrapper {
    grid-row-gap: 35px;
  }

  .landing-homepage-showcase {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .utilities-pages-showcase {
    padding-top: 50px;
    padding-bottom: 54px;
  }

  .pages-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .landing-cta-screen {
    justify-content: center;
    align-items: center;
  }

  .landing-cta-screen-image.tab-view-none {
    display: none;
  }

  .free-customization-description, .free-customization-text-wrap {
    width: 100%;
    max-width: none;
  }

  .landing-page-main-wrapper {
    margin-bottom: 30px;
  }

  .figma-text-wrapper {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    margin-top: 0;
  }

  .landing-hero-image-wrap.tab-view-none {
    display: none;
  }

  .inner-pages-container {
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
  }

  .figma-main-wrap {
    grid-row-gap: 30px;
    flex-flow: column;
    padding: 30px;
  }

  .landing-cmspage-showcase {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .free-customization-main-wrap {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 30px;
  }

  .landing-innerpage-showcase {
    padding-bottom: 60px;
  }

  .landing-hero-section {
    padding-top: 100px;
  }

  .landing-hero-tab {
    margin-top: 60px;
  }

  .landing-footer-last-block {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .landing-footer-design-block {
    text-align: center;
  }

  .landing-cta-main-wrap {
    margin-bottom: 30px;
  }

  .free-customization-section {
    padding-bottom: 60px;
  }

  .service-three-slider {
    min-height: auto;
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .service-three-marquee {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .trophy-icon {
    width: 40px;
    height: auto;
  }

  .home-hero-overlay {
    background-image: linear-gradient(#161c24d9, #161c24d9);
  }

  .information-hero {
    padding-top: 140px;
    padding-bottom: 90px;
  }

  .changelog {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-two-heading {
    margin-bottom: 10px;
  }

  .pricing-three-faq {
    padding-bottom: 60px;
  }

  .sticky.responsive-off {
    display: none;
  }

  .blog-three-image {
    width: 100%;
  }

  .team-card-gap, .team-card-gap-two, .team-card-gap-three {
    margin-top: 0;
  }

  .team-three-cards-list {
    grid-template-columns: 1fr 1fr;
  }

  .team-three-cards {
    border: 1px solid var(--text-color-blue);
  }

  .team-member-image {
    width: 100%;
    height: auto;
  }

  .team-member-information {
    z-index: 3;
    border-style: none;
    border-width: 1px;
    padding-top: 10px;
    padding-bottom: 10px;
    inset: auto 0% 0%;
  }

  .colors-information {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .color-blocks {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .color {
    font-size: 150px;
    line-height: 140px;
  }

  .color-box-showcase {
    width: 8rem;
    height: 8rem;
  }

  .style-guide-color {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-block-six {
    margin-bottom: 3.7rem;
  }

  .heading-block-five {
    margin-bottom: 3.5rem;
  }

  .heading-block {
    margin-bottom: 3.6rem;
  }

  .heading-block-three {
    margin-bottom: 3.3rem;
  }

  .heading-block-four, .heading-block-two, .list-block {
    margin-bottom: 3.6rem;
  }

  .style-guide-typography {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .buttons-box {
    flex-flow: wrap;
  }

  .preview-overlay {
    display: none;
  }

  .license {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .image-previews {
    grid-template-columns: 1fr 1fr;
  }

  .dropdown-list {
    position: static;
  }

  .service-horizontal-scroll {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 0;
    display: grid;
  }

  .service-three-cards {
    width: auto;
    max-width: none;
    min-height: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .service-description-text {
    padding-top: 20px;
  }

  .service-three-scroll {
    display: none;
  }

  .sticky-cards-wrap {
    position: static;
  }

  .button.overflow-hidden.width-full.margin-bottom-fourty.tab-margin-bottom-thirty.w--current {
    margin-bottom: 30px;
  }

  .our-offices-section {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .our-offices-main {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .our-office-box-main {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .our-office-box {
    width: 100%;
    max-width: none;
  }

  .our-office-box-text {
    width: 90%;
    max-width: none;
    padding: 20px;
  }

  .blog-details-one {
    margin-bottom: 20px;
  }

  .service-two-experience {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 35px;
    line-height: 45px;
  }

  h2 {
    font-size: 30px;
    line-height: 40px;
  }

  h3 {
    font-size: 24px;
    line-height: 34px;
  }

  h4 {
    font-size: 22px;
    line-height: 32px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  a {
    padding-left: 0;
  }

  ol {
    font-size: 18px;
  }

  blockquote {
    padding-left: 20px;
    font-size: 20px;
  }

  .heading-style-h6 {
    font-size: 18px;
  }

  .heading-style-h6.text-color-white.responsive-color-black {
    color: var(--text-color-black);
  }

  .heading-style-h6.innerpage-text {
    max-width: none;
  }

  .service-card-wrapper {
    grid-template-columns: 1fr;
  }

  .text-color-white.margin-bottom-twenty.hero-heading-one {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .text-color-white.margin-bottom-twenty.mobile-margin-ten {
    margin-bottom: 10px;
  }

  .text-color-white.margin-bottom-thirty.heading-gap {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .text-color-white.margin-bottom-fourty.mobile-margin-twenty {
    margin-bottom: 20px;
  }

  .text-color-white.hero-heading-two {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .heading-style-h4 {
    font-size: 22px;
  }

  .heading-style-h4.margin-bottom-thirty.mobile-margin-ten {
    margin-bottom: 10px;
  }

  .heading-style-h4.margin-bottom-fourty.responsive-margin-twenty {
    margin-bottom: 20px;
  }

  .home-one-about-main {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .counter-left.counter-text-big-box {
    height: 60px;
  }

  .counter-left.h1-counter {
    height: 45px;
  }

  .home-one-form-right {
    padding-left: 15px;
    padding-right: 15px;
  }

  .marquee-train {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .marquee-icon {
    width: 64px;
    height: auto;
  }

  .service-card-description {
    max-width: none;
  }

  .counter-text.counter-text-big {
    font-size: 50px;
  }

  .marquee-text {
    font-size: 60px;
  }

  .footer-cell-two {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .work-bottom-box-main {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .service-card-text-wrapper {
    padding-right: 30px;
  }

  .heading-style-h5 {
    font-size: 20px;
  }

  .heading-style-h5.margin-bottom-twenty.heading-bottom-ten, .heading-style-h5.text-color-light.mobile-margin-ten {
    margin-bottom: 10px;
  }

  .margin-bottom-twenty.heading-two-gap {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .margin-bottom-twenty.resposive-gap {
    margin-bottom: 10px;
  }

  .footer-bottom-text {
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-cell-one {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .play-pause {
    width: 60px;
    height: 60px;
  }

  .home-one-right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .work-border-bottom {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .work-two-left-img-wrapper {
    max-width: none;
  }

  .professional-cleaning-bold-text {
    margin-top: 0;
  }

  .experience-border-bottom {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .white-circle {
    width: 65px;
    height: 65px;
  }

  .home-two-work-two-main {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .work-two-right-heading-width {
    max-width: none;
    padding-top: 0;
  }

  .work-two-left {
    max-width: none;
  }

  .professional-cleaning-left {
    width: 100%;
    height: auto;
  }

  .heading-style-h3 {
    font-size: 24px;
  }

  .heading-style-h3.margin-bottom-thirty.mobile-margin-ten, .heading-style-h3.text-color-black.mobile-margin-ten, .heading-style-h3.margin-bottom-ninety.mobile-margin-ten {
    margin-bottom: 10px;
  }

  .work-two-right, .work-two-right-img-wrapper {
    max-width: none;
  }

  .work-two-border-bottom {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .work-two-bottom-text-wrapper {
    max-width: none;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .margin-bottom-thirty.mobile-margin-twenty {
    margin-bottom: 20px;
  }

  .home-two-text-right-circle {
    width: 70px;
    height: 70px;
  }

  .home-two-work-right {
    max-width: none;
  }

  .professional-cleaning-bottom-tag {
    margin-bottom: 0;
    padding-bottom: 15px;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .home-two-work-main {
    flex-flow: column;
    align-items: stretch;
  }

  .work-bottom-box-right {
    margin-bottom: 20px;
  }

  .home-three-bottom-tag-main {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .about-image {
    margin-bottom: 0;
  }

  .sweep-image {
    display: none;
  }

  .about-one-contact-left {
    padding-bottom: 20px;
  }

  .about-two-client-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .about-two-service-box {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .about-two-client-counter-main {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .about-two-faq-right {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    max-width: none;
  }

  .about-two-faq {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-two-faq-main {
    flex-flow: column;
    align-items: stretch;
  }

  .about-two-faq-left {
    max-width: none;
  }

  .heading-style-h1 {
    font-size: 35px;
    line-height: 45px;
  }

  .home-one-counter-main {
    flex-flow: column;
  }

  .home-one-counter-column {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .home-one-counter-column.counter-col-active {
    border-top-style: solid;
    border-top-color: var(--text-color-blue);
    border-bottom-style: solid;
    border-bottom-color: var(--text-color-blue);
  }

  .logo {
    height: auto;
    margin-left: -10px;
  }

  .video-icon-border {
    width: 94px;
    height: 94px;
  }

  .professional-image-right {
    margin-bottom: 0;
  }

  .professional-image-left {
    display: none;
  }

  .home-two-fliping-cards {
    grid-template-columns: 1fr;
  }

  .home-two-counter-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .home-three-work-counter {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .home-three-work-bottom {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .home-three-bottom-left {
    max-width: none;
  }

  .services-options {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .about-one-marquee {
    padding-top: 40px;
  }

  .faq-three {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .about-one-team-cards {
    grid-template-columns: 1fr;
  }

  .testimonial-main, .testimonial-columns {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .testimonial-box {
    padding: 20px;
  }

  .testimonial-author-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-style-h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .heading-style-h2.text-color-white.responsive-color-black {
    color: var(--text-color-black);
  }

  .about-three-hero-text-main {
    text-align: center;
    flex-flow: column;
  }

  .about-three-hero-main {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .about-three-hero-left {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .about-three-work-main {
    flex-flow: column;
  }

  .about-three-counter-left {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .about-three-hero-image-main {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .about-three-service-left-heading {
    width: 100%;
  }

  .about-three-reviewer-image {
    order: -1;
    width: 100%;
    max-width: none;
    margin-bottom: 24px;
  }

  .about-three-hero-bottom-image {
    width: 100%;
    max-width: none;
  }

  .about-three-review-box {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .about-box-left {
    order: 1;
  }

  .tabs-content {
    width: 100%;
  }

  .box-middle-border.tab-view-border-none {
    display: none;
  }

  .service-one-about-main {
    text-align: center;
  }

  .service-one-about-bottom {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .about-box {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .tabs {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .tabs-menu {
    justify-content: center;
    align-items: center;
  }

  .top-border.mobile-border-none {
    display: none;
  }

  .service-about {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .mobile-display-off {
    display: none;
  }

  .service-bottom-tag.mobile-view-none {
    padding: 30px;
  }

  .service-two-solution-left {
    width: 100%;
  }

  .service-two-review-slider {
    margin-left: 0;
  }

  .button-and-text-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .service-two-list-main {
    grid-template-columns: 1fr;
  }

  .service-two-solution-right {
    width: 100%;
  }

  .service-two-solution-main {
    text-align: center;
  }

  .service-two-hero-main, .service-two-solution-box {
    flex-flow: column;
  }

  .service-three-work-bottom-tag {
    padding: 20px;
  }

  .service-three-service {
    padding-top: 50px;
  }

  .bottom-tag-wrapper.mobile-view-none {
    display: none;
  }

  .bottom-tag-middle-border {
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

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

  .superscript {
    top: -6px;
  }

  .pricing-two-tabs {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .pricing-two-star-image {
    display: none;
  }

  .team-one-card-main {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .team-card-bottom-tag-text {
    padding: 15px;
  }

  .team-two-flex-three {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .team-two-flex-one {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    align-items: stretch;
    margin-bottom: 30px;
  }

  .team-two-flex-two {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    margin-bottom: 30px;
  }

  .team-two-image {
    max-width: 100%;
  }

  .contact-address {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .contact-two-hero-block {
    background-image: linear-gradient(#161c24bf, #161c24bf), url('../images/IMG_7124.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .blog-one-card-main {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .blog-two-image-wrap {
    order: -1;
    width: 100%;
    max-width: none;
  }

  .blog-two-heading-left {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .blog-two-content-wrap {
    width: 100%;
    max-width: none;
  }

  .blog-two-card-main {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .blog-two-card {
    padding-bottom: 40px;
  }

  .blog-two-card-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .blog-two-heading-main {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .blog-three-card-details {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-heading-box.mobile-portrait-display-none {
    display: none;
  }

  .pricing-details-column, .pricing-details-column.flex-horaizontal {
    flex-flow: row;
  }

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

  .pricing-plan {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .pricing-plan.extra-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pricing-plan.extra-padding.background-color-black {
    background-color: #161c2400;
  }

  .pricing-plan.extra-padding.background-color-black.bg-color-white {
    background-color: #fff;
  }

  .pricing-plan.extra-padding.background-color-black.bg-color-light-white {
    background-color: #ffffff1a;
  }

  .pricing-page-details {
    text-align: center;
  }

  .pricing-table {
    flex-flow: column;
  }

  .pricing-table.mobile-portrait-display-none {
    display: none;
  }

  .pricing-table.padding-top-bottom-ten {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    padding-top: 19px;
    padding-bottom: 20px;
  }

  .pricing-table.bg-light-color {
    flex-flow: column;
  }

  .pricing-table.bg-light-color.padding-top-bottom-ten {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    padding-top: 19px;
    padding-bottom: 20px;
  }

  .price-details-box {
    width: 100%;
  }

  .pricing-col-mobile {
    margin-left: 0;
    margin-right: 0;
  }

  .team-details-idea-contain-box {
    padding: 20px 15px 30px;
  }

  .team-details-hero-section {
    padding-top: 108px;
  }

  .team-details-approch-wrap {
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
  }

  .team-details-bio-wrap {
    padding-left: 35px;
  }

  .seven-year {
    font-size: 85px;
  }

  .landing-inner-title-wrap {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .landing-footer-license-block {
    justify-content: center;
    align-items: center;
  }

  .landing-inner-text-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .landing-homepage-showcase {
    padding-bottom: 40px;
  }

  .pages-wrap {
    grid-template-columns: 1fr;
  }

  .landing-cta-screen-image.landsscape-view-none {
    display: none;
  }

  .inner-pages-container {
    grid-row-gap: 19px;
    grid-template-columns: 1fr;
  }

  .inner-pages-container.cms-pages {
    grid-template-columns: 1fr;
  }

  .landing-line-border.landscape-view-none {
    display: none;
  }

  .landing-foot-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .free-customization-main-wrap {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .landing-innerpage-showcase {
    padding-bottom: 50px;
  }

  .landing-hero-section {
    padding-top: 140px;
  }

  .landing-inner-page-title {
    text-align: center;
  }

  .innerpage-number {
    font-size: 75px;
  }

  .landing-cta-main-wrap {
    margin-bottom: 50px;
  }

  .home-hero-overlay {
    background-image: linear-gradient(#161c24cc, #161c24cc);
  }

  .blog-three-image {
    height: 580px;
  }

  .approch-box-heading-width {
    max-width: none;
  }

  .colors-information {
    margin-top: -30px;
  }

  .color-blocks {
    display: block;
  }

  .color {
    font-size: 100px;
    line-height: 90px;
  }

  .preview-images-box {
    cursor: pointer;
  }

  .service-horizontal-scroll {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .form-main-wrap, .form-input-wrapper {
    flex-flow: column;
  }

  .about-left-image-one {
    max-width: 100%;
  }

  .text-color-white.margin-bottom-fourty.service-two-heading {
    margin-bottom: 12px;
  }

  .text-color-white.no-margin-bottom.text-color-white-2 {
    font-size: 30px;
  }

  .submit-button-two {
    background-color: #068fff;
  }

  .about-image-left {
    display: none;
  }

  .footer-top-main {
    flex-flow: column;
  }

  .home-one-about-left {
    flex-flow: column;
    max-width: 100%;
  }

  .button-font {
    font-size: 14px;
  }

  .marquee-text.text-color-black {
    font-size: 40px;
  }

  .work-left-text-wrapper {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .footer-cell-two {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    max-width: none;
  }

  .work-bottom-box-main {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .service-card-text-wrapper {
    padding-right: 15px;
    left: 15px;
  }

  .work-two-description-wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .border-middle {
    display: none;
  }

  .about-left-image-two {
    max-width: 100%;
  }

  .about-right-box-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .form-counter-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .footer-middle {
    grid-row-gap: 25px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    padding-top: 40px;
  }

  .footer-cell-one {
    max-width: none;
  }

  .home-one-right {
    grid-template-columns: 1fr;
  }

  .professional-cleaning-bold-text {
    font-size: 60px;
  }

  .service-one-card-main {
    flex-flow: column;
    display: flex;
  }

  .home-two-button-wrapper {
    flex-flow: column;
  }

  .home-two-button-wrapper.footer-three-buttons {
    justify-content: center;
    align-items: center;
  }

  .home-two-video-main {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .heading-style-h3.margin-bottom-ninety {
    margin-bottom: 30px;
  }

  .experience-description {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-cell-main {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .video-text-wrapper {
    text-align: center;
  }

  .work-bottom-box-right {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    margin-bottom: 60px;
  }

  .home-three-footer-cell-main {
    grid-row-gap: 40px;
    flex-flow: column;
    display: flex;
  }

  .about-three-image-wrapper-one {
    margin-top: 0;
    display: none;
  }

  .home-three-about-right {
    flex-flow: column;
  }

  .abbout-three-white-circle {
    display: none;
  }

  .cleaners-box {
    padding-left: 20px;
  }

  .image {
    display: none;
  }

  .about-three-bold-text {
    margin-left: 0;
  }

  .about-three-bottom-tag {
    max-width: none;
    padding-left: 20px;
  }

  .about-one-work-box-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .hero-icon {
    display: none;
  }

  .about-one-contact-left {
    padding-bottom: 20px;
  }

  .about-two-service-bottom {
    grid-template-columns: 1fr;
  }

  .experience-bottom-tag {
    padding-left: 20px;
    padding-right: 20px;
  }

  .progress-list-items {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .about-two-hero {
    padding-top: 108px;
    padding-bottom: 60px;
  }

  .logo {
    width: 160px;
    height: auto;
  }

  .home-two-counter-main, .home-three-work-counter {
    grid-template-columns: 1fr;
  }

  .faq-three {
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-two-video-box {
    width: 100%;
  }

  .about-big-text {
    display: none;
  }

  .testimonial-columns {
    flex-flow: column;
  }

  .testimonial-author-wrap {
    flex-flow: row;
  }

  .about-three-service-left {
    text-align: center;
  }

  .about-three-hero-text-main {
    flex-flow: column;
  }

  .about-three-hero-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .about-three-service-list-items {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .about-three-counter-right-bottom {
    flex-flow: column;
  }

  .about-three-counter-left {
    grid-template-columns: 1fr;
    place-items: start center;
  }

  .border-middle-white, .star-image {
    display: none;
  }

  .counter-right-bottom-box {
    justify-content: flex-start;
    align-items: center;
  }

  .about-three-reviewer-image {
    max-width: none;
  }

  .about-three-counter-right {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .about-three-left-counter-box {
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }

  .service-one-service-right {
    text-align: center;
  }

  .service-one-text-wrapper {
    flex-flow: column;
  }

  .service-one-service {
    padding-bottom: 0;
  }

  .service-one-box {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .service-about {
    padding-top: 40px;
  }

  .service-bottom-tag.mobile-view-none {
    padding: 15px 30px;
    bottom: 0;
  }

  .service-two-review-slider {
    padding-top: 15px;
    padding-bottom: 80px;
  }

  .offer-bottom-tag {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    flex-flow: column;
    padding: 30px 15px;
  }

  .service-three-work-bottom-tag {
    max-width: none;
    margin-right: 0;
    padding: 15px;
  }

  .service-three-work-right {
    flex-flow: column-reverse;
    align-items: stretch;
  }

  .offer-bottom-middle {
    display: none;
  }

  .service-three-service-box {
    padding-left: 15px;
    padding-right: 15px;
  }

  .pricing-two-heading {
    justify-content: center;
    align-items: center;
  }

  .pricing-two-tabs {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center;
  }

  .pricing-two-text-box {
    padding-left: 15px;
    padding-right: 15px;
  }

  .team-hero-main {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .team-one-card-wrapper {
    grid-template-columns: 1fr;
  }

  .contact-details-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .input-box {
    width: 100%;
  }

  .input-field-wrap {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .blog-one-card-main {
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .blog-three-catagory {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
  }

  .blog-three-border {
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .author-left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .blog-three-card-details {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .client-description {
    text-align: center;
  }

  .blog-details-image-wrap {
    flex-flow: column;
  }

  .client-position {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .blog-details-client {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .pricing-details-column {
    flex: 1;
    justify-content: space-between;
    align-items: center;
  }

  .pricing-page-details {
    width: 100%;
  }

  .pricing-table {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-col-mobile {
    padding: 0;
  }

  .slide-scroll-text {
    font-size: 70px;
  }

  .team-details-approch-wrap {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    grid-template-columns: 1fr;
  }

  .team-details-bio-wrap {
    padding-top: 29px;
    padding-left: 20px;
  }

  .landing-innerpage-number-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .landing-page-main-wrapper {
    text-align: center;
  }

  .figma-main-wrap {
    padding: 30px 20px;
  }

  .free-customization-main-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .landing-inner-page-title {
    text-align: center;
  }

  .team-three-cards-list, .image-previews {
    grid-template-columns: 1fr;
  }

  .our-office-description {
    margin-bottom: 0;
  }

  .our-office-box-main {
    grid-template-columns: 1fr;
  }

  .collection-list-wrapper {
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }
}

#w-node-_8b1a1707-7301-a81c-4c78-2003d1ed770e-671a9b1d {
  place-self: center;
}

#w-node-a67d5ea6-73fd-2270-eeb9-eba316ddb7fc-671a9b1d, #w-node-a67d5ea6-73fd-2270-eeb9-eba316ddb81a-671a9b1d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_53de5b89-64f1-6d37-6fa8-b23c9f6d5c27-15eb3049, #w-node-_6c3d7b18-58f8-5753-e6e0-e49bfc0aacd7-3eee7b47 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_9a98107a-8ef6-3a22-d69a-037af0b81eb8-671a9b35 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5f1aa507-5c4f-27e7-7936-962aff164932-671a9b35 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_743cbca3-9337-cfa3-16cc-f43279557d94-671a9b37, #w-node-_743cbca3-9337-cfa3-16cc-f43279557e09-671a9b37, #w-node-f01eac67-8b30-a7bf-4273-38adcc6082fc-671a9b37, #w-node-f01eac67-8b30-a7bf-4273-38adcc608371-671a9b37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d377527-3b92-721c-9db2-b8977844d584-671a9b37 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-a67d5ea6-73fd-2270-eeb9-eba316ddb834-671a9b1d {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_602fed2a-bfe1-aa9a-90e6-9193c139cf2e-671a9b25 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_602fed2a-bfe1-aa9a-90e6-9193c139cf2e-671a9b25 {
    grid-column: span 1 / span 1;
  }
}


