@font-face {
  font-family: Metropolis;
  src: url('../fonts/Metropolis-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Metropolis;
  src: url('../fonts/Metropolis-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Metropolis;
  src: url('../fonts/Metropolis-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Metropolis;
  src: url('../fonts/Metropolis-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --chocolate: #f56600;
  --white: white;
  --lime-green: #38d552;
  --black: #1c1c1c;
  --black-2: #313233;
  --tiger-purple: #7c39b7;
  --grey: #8d8d8d;
  --dim-grey: #4a4f54;
  --dodger-blue: #50a4ff;
  --white-2: #ffffffc4;
}

.w-layout-hflex {
  flex-direction: row;
  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;
}

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

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

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

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

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

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

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

p {
  color: #848991;
  margin-bottom: 0;
  font-family: Hind, sans-serif;
  font-size: 17px;
  line-height: 30px;
}

a {
  color: #000;
  text-decoration: none;
}

ul {
  color: #d2041a;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  font-family: Poppins, sans-serif;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 0;
}

.main-container {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
}

.nav-container {
  flex-direction: row;
  width: 100%;
  height: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.navbar {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  min-height: 85px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-links-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.left-nav-links-container {
  display: flex;
}

.nav-link {
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Metropolis, sans-serif;
  font-size: 15px;
  font-weight: 500;
  transition: color .3s;
  display: flex;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--lime-green);
}

.nav-link.middle-nav-link {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 15px;
}

.nav-link.middle-nav-link-right {
  margin-left: 10px;
  margin-right: 0;
  font-size: 15px;
}

.brand {
  z-index: 5;
  width: 100%;
  max-width: 115px;
  height: 30px;
}

.brand.w--current {
  max-width: 110px;
}

.exponent-logo {
  width: 100%;
  height: 30px;
}

.drop-down-link {
  color: var(--white);
  margin-right: 6px;
  padding: 0 0 0 10px;
  font-family: Metropolis, sans-serif;
  font-size: 15px;
  font-weight: 500;
  transition: color .3s;
}

.drop-down-link:hover, .drop-down-link.w--current {
  color: var(--lime-green);
}

.drop-down-link.black {
  color: var(--black);
}

.dropdown-toggle {
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  display: flex;
}

.drop-down-icon-white {
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 12px;
  position: static;
}

.right-nav-links-container {
  align-items: center;
  display: flex;
}

.nav-button-container {
  width: 140px;
  height: 35px;
  margin-left: 30px;
}

.green-btn {
  background-color: var(--lime-green);
  text-align: center;
  letter-spacing: 1px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 11px;
  font-family: Metropolis, sans-serif;
  font-size: 11.5px;
  font-weight: 600;
  transition: all .4s ease-in-out;
  display: flex;
}

.green-btn:hover {
  background-color: #313233;
}

.dropdown-link {
  color: #1c1c1c;
  text-align: left;
  padding: 5px 15px;
  font-family: Metropolis, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  transition: color .3s;
}

.dropdown-link:hover, .dropdown-link.w--current {
  color: var(--lime-green);
}

.nav-drop-down-list.w--open {
  background-color: var(--white);
  border-radius: 4px;
  width: 200px;
  padding: 15px;
  inset: 60px 0% auto;
  box-shadow: 0 0 24px 1px #13181d1f;
}

.drop-down-pointer {
  background-color: var(--white);
  width: 20px;
  height: 20px;
  position: absolute;
  inset: -5px auto auto 10px;
  transform: rotate(45deg);
}

.home-hero-section {
  height: 100vh;
}

.hero-slider {
  background-color: #0000;
  width: 100%;
  height: 100vh;
}

.hero-slider-mask {
  height: auto;
}

.hero-slide {
  background-image: linear-gradient(#00000073, #00000073), url('../images/GettyImages-1214306852.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  min-height: 100vh;
}

.hero-slide._1 {
  background-image: linear-gradient(#00000073, #00000073), url('../images/GettyImages-1281476617.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-slide._2 {
  background-image: linear-gradient(#00000073, #00000073), url('../images/GettyImages-175503168.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-slider-icon {
  background-color: #0009;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  max-height: 40px;
  margin: 0;
  display: flex;
  position: absolute;
  inset: 50% 0% auto auto;
}

.hero-slider-icon.left {
  background-image: none;
  inset: 50% auto auto 0%;
  transform: rotate(180deg);
}

.hero-slide-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.hero-slide-heading-container {
  max-width: 660px;
  overflow: hidden;
}

.hero-slide-heading-container._1st-slide {
  max-width: none;
}

.hero-slide-heading-container._2nd-slide {
  max-width: 490px;
}

.hero-slide-heading-container._3rd-slide {
  max-width: 550px;
}

.hero-slide-sub-heading-container {
  max-width: none;
  margin-top: 15px;
  margin-bottom: 30px;
  overflow: hidden;
}

.hero-slide-button-container {
  width: 100%;
  max-width: 230px;
  height: 45px;
  overflow: hidden;
}

.h1 {
  color: var(--black-2);
  letter-spacing: -1px;
  font-family: Metropolis, sans-serif;
  font-size: 51px;
  font-weight: 300;
  line-height: 67px;
}

.h1._300-light-white-fonts {
  color: var(--white);
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 61px;
  font-weight: 700;
  line-height: 1.1em;
}

.h1.light-grey {
  color: #0000004d;
}

.h1._300-align-center-white {
  color: var(--white);
  text-align: center;
  font-weight: 300;
}

.home-hero-left-arrow, .home-hero-right-arrow {
  width: 40px;
}

.btn {
  border: 1px solid var(--chocolate);
  width: 100%;
  height: 100%;
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 10px;
  font-family: Metropolis, sans-serif;
  font-size: 14px;
  font-weight: 600;
  transition: color .4s, background-color .4s ease-in-out;
  display: flex;
}

.btn:hover {
  border: 1px solid var(--chocolate);
  background-color: var(--white);
  color: var(--chocolate);
}

.btn.with-border {
  border: 2px solid #d2041a;
  height: 100%;
  padding-top: 10px;
  font-size: 14px;
}

.btn.big-fonts {
  font-size: 17px;
}

.btn.purple-her0 {
  border-width: 2px;
  border-color: var(--tiger-purple);
  background-color: var(--tiger-purple);
}

.service-block-arrow-container {
  width: 30px;
  margin-bottom: -40px;
}

.other-services-container {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.other-services-section {
  padding-top: 90px;
  padding-bottom: 60px;
}

.other-services-block-container {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 50px;
  display: flex;
}

.service-block-paragraph-container {
  margin-bottom: 30px;
}

.services-blocks-column {
  margin-top: 0;
}

.services-blocks-column._2nd-column {
  margin-top: 0;
  margin-left: 30px;
}

.other-services-paragraph-container {
  margin-top: 15px;
  margin-bottom: 30px;
}

.para-17 {
  color: var(--black-2);
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  display: block;
}

.para-17.contact {
  line-height: 25px;
}

.para-17.white-font {
  color: var(--white);
}

.para-17.inline {
  display: inline-block;
}

.para-17.top-margin {
  margin-top: 14px;
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
}

.para-17.phone {
  color: var(--grey);
  font-size: 14px;
  line-height: 20px;
}

.other-services-heading-container {
  margin-top: 5px;
  margin-bottom: 0;
}

.other-services-text-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 45%;
  margin-right: 50px;
  display: flex;
}

.service-block-icon-container {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}

.other-service-block {
  width: 320px;
  height: 300px;
  color: var(--black);
  background-color: #fff;
  border-radius: 4px;
  align-items: flex-end;
  margin-bottom: 30px;
  padding: 40px 25px;
  display: flex;
  box-shadow: 0 1px 6px #0000001a;
}

.service-block-heading-container {
  margin-bottom: 10px;
}

.service-block-overflow-hidden {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

.h3 {
  color: var(--black-2);
  letter-spacing: -.3px;
  font-family: Metropolis, sans-serif;
  font-size: 33px;
  font-weight: 400;
  line-height: 49px;
}

.h3._300-light {
  color: var(--chocolate);
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1em;
}

.h3._300-light-align-center {
  color: var(--black-2);
  text-align: center;
  font-weight: 300;
}

.h3.black {
  color: #343638;
}

.h3._300-light-align-center {
  color: #112c5a;
  font-weight: 600;
}

.h3.bold-black {
  color: #343638;
  font-weight: 500;
}

.h3.caps-header {
  color: var(--black);
  text-align: center;
  letter-spacing: 0;
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 55px;
}

.h3.caps-header.bttm-margin {
  color: var(--black-2);
  text-align: left;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  font-weight: 800;
  line-height: 1.1em;
}

.h3.caps-header.form-margin {
  text-align: left;
  margin-bottom: 40px;
}

.h5 {
  color: var(--black-2);
  font-family: Metropolis, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}

.h5._600-bold {
  color: var(--dim-grey);
  font-size: 21px;
  font-weight: 600;
}

.h5.grey-font-with-hover {
  color: #4f545b;
  transition: color .6s;
}

.h5.grey-font-with-hover:hover {
  color: var(--lime-green);
}

.h5.grey-font-align-center-with-hover {
  color: #4f545b;
  text-align: center;
  transition: color .6s;
}

.h5.grey-font-align-center-with-hover:hover {
  color: var(--lime-green);
}

.other-services-button-container {
  border-radius: 3px;
  width: 100%;
  max-width: 140px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.money-work-for-you-section {
  padding-top: 50px;
  padding-bottom: 90px;
}

.money-work-for-you-container {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.money-work-for-you-right-flex {
  max-width: 470px;
  margin-left: 70px;
}

.hero-slide-text-container {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 900px;
  display: flex;
}

.money-work-for-you-blocks-container {
  justify-content: space-between;
  width: 550px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.money-work-for-you-block {
  width: 45%;
  transition: all .4s;
  box-shadow: 0 5px 30px #d6d7d891;
}

.money-work-for-you-block:hover {
  transform: translate(0, -10px);
  box-shadow: 0 5px 45px #afb1b191;
}

.money-work-for-you-block-image-container {
  background-image: url('../images/GettyImages-1131867646.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 240px;
  margin-bottom: 0;
}

.money-work-for-you-block-image-container._1 {
  background-position: 50% 100%;
}

.money-work-for-you-block-image-container._2 {
  background-image: url('../images/GettyImages-538888294.jpg');
  background-position: 70% 30%;
  background-size: auto;
}

.money-work-for-you-block-image {
  object-fit: fill;
  object-position: 50% 50%;
  width: 100%;
  max-width: 250px;
  height: 235px;
}

.money-work-for-you-block-text-container {
  padding: 20px 25px;
}

.money-work-for-you-block-heading-container {
  margin-bottom: 20px;
}

.h5-span {
  color: #d2041a;
}

.money-work-for-you-block-link-container {
  align-items: center;
  display: flex;
}

.animated-text-link {
  color: var(--grey);
  text-transform: capitalize;
  font-family: Metropolis, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 16px;
}

.animated-text-link._13px {
  margin-top: 2px;
  font-family: Hind, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.arrow-expand-container {
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.arrow-line {
  background-color: var(--grey);
  opacity: .8;
  transform-origin: 0%;
  width: 25px;
  height: 2px;
  margin-top: 0;
  margin-right: -13px;
}

.arrow-line.small {
  height: 1px;
  margin-top: 0;
}

.arrow-side-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.arrow-line-45 {
  background-color: var(--grey);
  opacity: .8;
  transform-origin: 100%;
  width: 7px;
  height: 2px;
  margin-bottom: -1px;
  transform: rotate(45deg);
}

.arrow-line-45.fliped {
  background-color: var(--grey);
  transform-origin: 100%;
  justify-content: center;
  align-items: center;
  width: 7px;
  height: 2px;
  margin-top: -1px;
  margin-bottom: 0;
  display: block;
  transform: rotate(-45deg);
}

.arrow-line-45.service-page {
  width: 6px;
  height: 1px;
}

.arrow-line-45.service-fliped {
  background-color: var(--grey);
  transform-origin: 100%;
  justify-content: center;
  align-items: center;
  width: 6px;
  height: 1px;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  transform: rotate(-45deg);
}

.money-work-for-you-paragraph-container {
  max-width: 430px;
  margin-top: 15px;
  margin-bottom: 30px;
}

.money-work-for-you-button-container {
  width: 60%;
  max-width: 100%;
  min-height: 45px;
}

.ghost-green-btn {
  background-color: var(--white);
  color: #d2041a;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid #d2041a;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 12px;
  font-family: Metropolis, sans-serif;
  font-size: 14px;
  font-weight: 600;
  transition: all .4s ease-in-out;
  display: flex;
}

.ghost-green-btn:hover {
  color: var(--white);
  background-color: #d2041a;
}

.ghost-green-btn._1px-border {
  border-width: 1px;
  border-radius: 0;
}

.ai-horizontal-divider-right {
  background-color: #d8d8d8;
  width: 210px;
  height: 2px;
  margin-right: 10px;
  position: absolute;
  inset: 25px -34% 0% auto;
}

.ai-work-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 325px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.how-it-works-section {
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
  position: relative;
}

.ai-block-heading {
  margin-top: 25px;
  margin-bottom: 10px;
}

.ai-horizontal-divider-left {
  background-color: #d8d8d8;
  width: 210px;
  height: 2px;
  margin-right: 10px;
  position: absolute;
  inset: 25px -34% 0% auto;
}

.how-it-works-container {
  margin-top: 0;
}

.ai-icon-container {
  margin-bottom: 0;
}

.author-company {
  margin-top: 5px;
}

.author-name {
  margin-bottom: 0;
}

.hero-quote-image {
  width: 100%;
  max-width: 555px;
  height: 100%;
}

.home-quote-section {
  background-color: #fafafa;
  padding-top: 90px;
  padding-bottom: 100px;
  display: block;
}

.home-quote-container {
  justify-content: center;
  align-items: center;
  min-height: 0;
  padding-left: 60px;
  padding-right: 0;
  display: flex;
}

.home-quote-text-container {
  max-width: 450px;
  margin-right: 100px;
  padding-left: 0;
}

.home-quote-icon-container {
  opacity: .65;
  width: 58px;
}

.home-quote {
  margin-top: 15px;
  margin-bottom: 15px;
}

.home-quote-image-container {
  flex: 0 auto;
  order: 9999;
  width: 100%;
  max-width: 600px;
  margin-bottom: 0;
}

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

.how-it-works-header-container {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 0;
  display: flex;
}

.how-it-works-heading-container {
  justify-content: center;
  align-items: center;
  max-width: 380px;
  margin: 15px auto 10px;
  display: flex;
}

.workflow-container {
  justify-content: center;
  margin-top: 75px;
  display: flex;
  position: relative;
}

.workflow-image {
  width: 100%;
  max-width: 50px;
}

.methods-section {
  padding-top: 90px;
  padding-bottom: 90px;
  display: block;
}

.method-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.method-right-flex {
  flex: 1;
  max-width: 600px;
  margin-left: 80px;
}

.method-image-container {
  width: 100%;
  max-width: 300px;
  margin-bottom: 0;
}

.method-image {
  width: 100%;
  max-width: 300px;
}

.method-paragraph-container {
  max-width: 350px;
  margin-top: 15px;
  margin-bottom: 50px;
}

.method-row {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.method-icon-container {
  background-color: #d2041a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 0;
  margin-right: 20px;
  display: flex;
}

.method-icon {
  width: 21px;
  height: 21px;
}

.services-testimonial-author-name {
  margin-bottom: 0;
}

.services-testimonial-paragraph-container {
  max-width: 334px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.services-testimonial-icon-container {
  width: 28px;
  height: 28px;
  margin-bottom: 0;
}

.services-testimonial-section {
  padding-top: 90px;
  padding-bottom: 90px;
  display: block;
}

.services-testimonial-company {
  margin-top: 5px;
}

.services-testimonial-image-container {
  align-items: center;
  width: 100%;
  height: 655px;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.services-testimonial-container {
  width: 100%;
}

.services-testimonial-text-container {
  background-color: #fff;
  max-width: 435px;
  min-height: 360px;
  margin-left: -25px;
  padding: 50px;
  box-shadow: -5px 0 30px #d6d7d891;
}

.news-blog-container {
  margin-top: 50px;
}

.news-section {
  background-color: #f8f8f8;
  padding-top: 90px;
  padding-bottom: 90px;
}

.new-blog-collection {
  flex-flow: row;
  display: flex;
}

.news-sub-text-container {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}

.news-blocks-collection {
  padding-left: 0;
  padding-right: 0;
}

.news-heading-container {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.news-collection {
  display: inline-block;
}

.news-blog-block {
  min-height: 330px;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.time-icon-container {
  color: #31323399;
  align-items: center;
  width: 14px;
  height: 14px;
  margin-top: 0;
  margin-right: 6px;
  display: flex;
}

.news-blog-block-image-link {
  width: 100%;
  height: 100%;
}

.news-blog-block-image-container {
  width: 100%;
  max-width: 360px;
  height: 260px;
  margin-bottom: 30px;
}

.news-blog-block-date {
  justify-content: center;
  align-items: center;
  display: flex;
}

.news-blog-block-heading {
  margin-top: 10px;
  margin-bottom: 20px;
}

.news-blog-block-tags {
  margin-right: 10px;
  display: inline-block;
}

.our-states-section {
  border-top: 1px solid #efefef;
  padding-top: 90px;
  padding-bottom: 50px;
}

.our-state-row {
  justify-content: space-between;
  display: flex;
}

.our-state-row.bottom-margin {
  margin-bottom: 0;
}

.our-state-heading-container {
  max-width: 370px;
  padding-left: 20px;
}

.our-states-paragraph-container {
  display: flex;
}

.our-state-para-1 {
  filter: brightness(129%);
  background-image: url('../images/dorsey.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 100px;
  width: 160px;
  max-width: 240px;
  height: 160px;
}

.our-state-para-2 {
  max-width: 240px;
  margin-left: 50px;
}

.our-state-block {
  border-radius: 7px;
  width: 48%;
  padding: 20px 20px 40px;
  box-shadow: 0 5px 45px #afb1b191;
}

.our-state-block.green-bg {
  background-color: #112c5a;
  width: 48%;
}

.our-state-block-row {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.our-state-data-container {
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  margin-bottom: 5px;
  display: flex;
}

.our-block-paragraph-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.our-state-block-icon {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.new-button-container {
  width: 100%;
  max-width: 200px;
  height: 45px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.home-contact-section {
  padding-bottom: 90px;
}

.map {
  height: 500px;
}

.home-contact-container {
  z-index: 0;
  background-color: var(--white);
  width: 100%;
  max-width: 930px;
  margin-top: -300px;
  margin-left: auto;
  margin-right: auto;
  padding: 70px;
  position: relative;
  box-shadow: 0 5px 30px #d6d7d891;
}

.home-contact-heading-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-contact-sub-heading-container {
  justify-content: center;
  align-items: center;
  max-width: 580px;
  margin: 20px auto 40px;
  display: flex;
}

.text-field {
  color: #222;
  border: 1px #000;
  border-radius: 2px;
  height: 55px;
  margin-bottom: 0;
  padding: 15px 20px;
  font-family: Hind, sans-serif;
  font-size: 15px;
  line-height: 1.7em;
  transition: border-color .3s;
  box-shadow: inset 0 0 4px #00000026;
}

.text-field:focus {
  border-bottom: 2px solid var(--dodger-blue);
}

.text-field::placeholder {
  color: #222;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 1.7em;
}

.text-field._50 {
  border: 1px #000;
  width: 380px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  transition: border-color .3s ease-in-out;
  box-shadow: inset 0 0 4px #00000026;
}

.text-field._50:focus {
  border-bottom: 2px solid var(--dodger-blue);
}

.text-field._50::placeholder {
  font-family: Poppins, sans-serif;
}

.text-field.contact-form, .text-field.contact-form-2 {
  width: 47.5%;
}

.form-row {
  justify-content: space-between;
  margin-bottom: 30px;
  display: flex;
}

.message-box {
  color: #222;
  border: 1px #000;
  border-radius: 2px;
  min-height: 200px;
  margin-bottom: 0;
  padding: 15px 20px;
  font-family: Hind, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7em;
  transition: border-color .3s;
  box-shadow: inset 0 0 4px #00000026;
}

.message-box:focus {
  border-bottom: 2px solid var(--dodger-blue);
}

.message-box::placeholder {
  color: #222;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 1.7em;
}

.submit-button {
  width: 100%;
  height: 100%;
  box-shadow: none;
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #d2041a;
  border-radius: 3px;
  font-family: Metropolis, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 12px;
  transition: box-shadow .3s;
}

.submit-button:hover {
  box-shadow: 0 11px 18px -5px #0000005e;
}

.submit-button-container {
  width: 120px;
  height: 45px;
}

.footer-section {
  background-color: var(--black);
  border-top: 1px solid #ddd;
  padding-top: 100px;
  padding-bottom: 100px;
}

.footer-column-container {
  display: flex;
}

._1st-footer-column {
  border-right: 1px solid #dddddd47;
  flex: none;
  width: 310px;
  height: 280px;
  margin-right: 50px;
}

.footer-logo-container {
  height: 120px;
}

.footer-logo {
  height: 180px;
}

.copyright-info-container {
  margin-top: 15px;
  margin-bottom: 30px;
}

.footer-social-media-icon-container {
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.footer-social-icon {
  opacity: .8;
  width: 15px;
  height: 100%;
  margin-right: 20px;
}

.footer-social-icon:hover {
  opacity: 1;
}

.footer-social-icon.resize {
  width: 19px;
  margin-right: 17px;
}

.footer-nav-column-container {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.footer-nav-column {
  flex: 1;
  margin-bottom: 25px;
  margin-right: 60px;
}

.footer-nav-heading-container {
  margin-bottom: 20px;
}

.powered-by-webflow {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.para-16 {
  color: #888;
  font-family: Hind, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 26px;
}

.webflow {
  color: #42a7f7;
  transition: letter-spacing .4s;
}

.webflow:hover {
  letter-spacing: 1px;
}

.webflow-span {
  color: #ffffffe0;
  margin-left: 5px;
}

.footer-nav-links-container, .footer-links-list {
  font-style: normal;
}

.footer-list-item {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.footer-list-item._20px-margin {
  margin-top: 20px;
}

.footer-list-item-2 {
  margin-bottom: 10px;
  display: flex;
}

.footer-icon-container {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  display: flex;
}

.navbar-white {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  height: 85px;
  display: flex;
  position: fixed;
  inset: -120px 0% auto;
  box-shadow: 0 4px 20px #a7acb74d;
}

.nav-link-black {
  color: var(--black);
  padding-left: 10px;
  padding-right: 10px;
  font-family: Metropolis, sans-serif;
  font-size: 15px;
  font-weight: 500;
  transition: color .3s;
}

.nav-link-black:hover, .nav-link-black.w--current {
  color: var(--lime-green);
}

.nav-link-black.middle-nav-link, .nav-link-black.middle-nav-link-right {
  margin-left: 10px;
  margin-right: 0;
  font-size: 15px;
}

.nav-drop-down {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.all-heading-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  min-height: 550px;
  margin-bottom: 30px;
  display: flex;
}

.h2 {
  color: var(--black-2);
  font-family: Metropolis, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 56px;
}

.h2._300-light {
  font-weight: 300;
}

.h2._300-light-white {
  color: var(--white);
  font-weight: 300;
}

.h2._300-align-center-white {
  color: var(--white);
  text-align: center;
  font-weight: 300;
}

.h4 {
  color: #112c5a;
  font-family: Metropolis, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 38px;
}

.h4._500-medium {
  font-weight: 500;
}

.h4._500-medium-white {
  color: var(--white);
  font-weight: 500;
}

.h6 {
  color: var(--black-2);
  font-family: Metropolis, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.h6.align-center-white-font {
  color: var(--white);
  text-align: center;
  font-size: 34px;
  font-weight: 500;
  line-height: 34px;
}

.h7 {
  color: var(--black-2);
  font-family: Metropolis, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
}

.h7._600-bold {
  color: var(--chocolate);
  font-size: 17px;
  font-weight: 600;
}

.h7._600-bold-black {
  color: var(--black-2);
  font-size: 17px;
  font-weight: 600;
}

.h7._600-bold-white {
  color: var(--white);
  font-size: 17px;
  font-weight: 600;
}

.h7._600-bold-dark-grey {
  color: var(--chocolate);
  font-size: 17px;
  font-weight: 600;
}

.h7._600-bold-dark-grey-hover {
  color: var(--dim-grey);
  font-size: 17px;
  font-weight: 600;
  transition: color .3s;
}

.h7._600-bold-dark-grey-hover:hover {
  color: var(--lime-green);
}

.h7._600-bold-align-center {
  color: var(--dim-grey);
  text-align: center;
  font-size: 17px;
  font-weight: 600;
}

.h8 {
  color: var(--black-2);
  font-family: Metropolis, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.h8._600-bold {
  color: var(--tiger-purple);
  font-size: 17px;
  font-weight: 600;
}

.h8._600-bold-white {
  color: var(--white);
  font-weight: 600;
}

.h9 {
  color: var(--black-2);
  font-family: Metropolis, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.h9._600-bold {
  color: var(--black);
  font-size: 20px;
  font-weight: 600;
}

.h10 {
  color: var(--black-2);
  font-family: Metropolis, sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.h10._600-bold-white {
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
}

.h10._600-bold {
  color: var(--black-2);
  font-size: 14px;
  font-weight: 600;
}

.h11 {
  color: var(--black-2);
  font-family: Metropolis, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.h11.grey-font {
  color: #31323391;
  font-weight: 500;
}

.h11.grey-font-caps {
  color: #31323391;
  text-transform: uppercase;
  font-weight: 500;
}

.h11.grey-font-block {
  color: #31323391;
  font-weight: 500;
  display: inline;
}

.h12 {
  color: var(--black-2);
  font-family: Metropolis, sans-serif;
  font-size: 11px;
  line-height: 14px;
}

.h12._500-medium-grey {
  color: #31323380;
  text-transform: uppercase;
  font-weight: 500;
}

.h12._600-medium-grey {
  color: #848991;
  text-transform: uppercase;
  font-weight: 600;
}

.h12.medium-dim-grey {
  font-weight: 500;
  transition: color .8s;
}

.h12.medium-dim-grey:hover {
  color: var(--lime-green);
}

.h13 {
  color: var(--black-2);
  font-family: Metropolis, sans-serif;
  font-size: 10px;
  line-height: 12px;
}

.h13._600-bold-grey {
  color: #848991;
  letter-spacing: .03em;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 17px;
}

.all-paragraph-container {
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.para-20 {
  font-family: Hind, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.para-20.white-font {
  color: var(--white);
  font-family: Poppins, sans-serif;
}

.para-18 {
  font-family: Hind, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.para-18.align-center-white-fonts {
  color: var(--white);
  text-align: center;
  font-family: Poppins, sans-serif;
}

.para-16 {
  font-family: Hind, sans-serif;
  font-weight: 400;
}

.para-15 {
  color: #848991;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  display: block;
}

.para-15:hover {
  color: #d2041a;
}

.para-15._5px-padding {
  margin-top: 5px;
}

.para-14 {
  font-family: Hind, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.para-14.grey {
  color: #848991;
}

.para-13 {
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
}

.para-13.white-font {
  color: var(--white);
}

.quote-icon {
  width: 21px;
  height: 21px;
}

.about-hero-section {
  background-image: linear-gradient(#0006, #0006), url('../images/Service-5-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 515px;
  padding-bottom: 120px;
}

.about-hero-container {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.about-hero-sub-heading-container {
  max-width: 440px;
  margin-top: 15px;
}

.about-hero-button-container {
  min-width: 150px;
  min-height: 40px;
  margin-top: 30px;
}

.rounded-btn {
  width: 100%;
  height: 100%;
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #38d552;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 9px;
  font-family: Metropolis, sans-serif;
  font-size: 11px;
  font-weight: 600;
  transition: color .4s, background-color .4s ease-in-out;
  display: flex;
}

.rounded-btn:hover {
  background-color: var(--white);
  color: var(--lime-green);
}

.our-story-section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.our-story-container {
  width: 100%;
  max-width: 1160px;
}

.our-story-image-container {
  justify-content: center;
  align-items: center;
  min-height: 715px;
  margin-bottom: 90px;
  display: block;
  position: relative;
}

.our-story-text-container {
  background-color: var(--white);
  width: 100%;
  max-width: 1160px;
  margin-right: 0;
  padding: 60px;
  box-shadow: 0 5px 30px #d6d7d891;
}

.our-story-heaading-container, .our-story-paragraph-container {
  margin-bottom: 30px;
}

.our-story-link-container {
  align-items: center;
  display: flex;
}

.our-story-block-container {
  justify-content: space-between;
  display: flex;
}

.our-story-block {
  flex-direction: column;
  justify-content: flex-start;
  width: 355px;
  height: auto;
  min-height: 250px;
  display: flex;
}

.our-story-block.green-background {
  background-color: var(--chocolate);
  padding: 50px 35px;
}

.our-story-block.middle-block {
  margin-left: 50px;
  margin-right: 50px;
}

.our-story-data-container {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.span-90 {
  font-family: Metropolis, sans-serif;
  font-size: 80px;
  line-height: 90px;
}

.span-90.white-font {
  color: var(--white);
  line-height: 80px;
}

.span-25 {
  font-size: 25px;
}

.our-story-block-heading {
  margin-top: 5px;
  margin-bottom: 5px;
}

.why-choose-us-blocks-container {
  margin-top: 50px;
}

.why-choose-us-block {
  align-items: flex-start;
  max-width: 360px;
  display: flex;
}

.why-choose-us-block-paragraph-container {
  margin-top: 10px;
}

.why-choose-us-block-row {
  justify-content: space-between;
  margin-bottom: 50px;
  display: flex;
}

.why-choose-us-text-container {
  margin-top: 0;
}

.why-choose-us-heading-container {
  max-width: 495px;
  margin-left: auto;
  margin-right: auto;
}

.why-choose-us-icon-container {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 27px;
  height: 27px;
  margin-top: 0;
  margin-right: 20px;
  display: flex;
}

.why-choose-us-section {
  border-top: 1px solid #efefef;
  padding-top: 90px;
  padding-bottom: 40px;
}

.why-us-block-image {
  width: 27px;
  height: 27px;
}

.member-social-link {
  height: 14px;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
}

.team-member-image {
  background-image: url('../images/Team-1_1Team-1.jpg');
  background-position: 50%;
  background-size: 100% 100%;
  align-items: flex-end;
  width: 100%;
  height: 250px;
  display: flex;
}

.team-member-image._8 {
  background-image: url('../images/Untitled-3.jpg');
  background-position: 50% 0;
  background-size: cover;
  overflow: hidden;
}

.team-member-image._4 {
  background-image: url('../images/Untitled-4.jpg');
  background-position: 50% 0;
  background-size: cover;
  overflow: hidden;
}

.team-member-image._7 {
  background-image: url('../images/Untitled-1.jpg');
  background-position: 50% 0;
  background-size: cover;
  overflow: hidden;
}

.team-member-image._3 {
  background-image: url('../images/Untitled-7.jpg');
  background-position: 50% 0;
  background-size: cover;
  overflow: hidden;
}

.team-member-image._1 {
  background-image: url('../images/Team-Justin-Hammer-min.jpg');
  background-position: 50% 0;
  background-size: cover;
  overflow: hidden;
}

.team-member-image._5 {
  background-image: url('../images/Untitled-8.jpg');
  background-position: 50% 0;
  background-size: cover;
  overflow: hidden;
}

.team-member-image._2 {
  background-image: url('../images/615427643ee5097c752897d4_Untitled-6.jpg');
  background-position: 50% 0;
  background-size: cover;
  overflow: hidden;
}

.team-member-image._6 {
  background-image: url('../images/Untitled-2.jpg');
  background-position: 50% 0;
  background-size: cover;
  overflow: hidden;
}

.team-member-block {
  width: 250px;
}

.member-social-media-icon-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.our-people-heading-container {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.our-people-row {
  justify-content: space-between;
  margin-top: 50px;
  display: flex;
}

.team-member-social-icon {
  background-color: var(--lime-green);
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 55px;
  display: flex;
  position: relative;
}

.team-member-name {
  margin-top: 15px;
  margin-bottom: 5px;
}

.our-people-sub-text-container {
  max-width: 465px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.our-people-section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.about-quote-section {
  background-color: #fafafa;
}

.about-quote-container {
  justify-content: flex-start;
  align-items: center;
  min-height: 0;
  padding-left: 60px;
  padding-right: 0;
  display: flex;
}

.about-quote-text-container {
  max-width: 480px;
  margin-right: 100px;
  padding-left: 0;
}

.about-quote-icon-container {
  opacity: .65;
  width: 58px;
}

.about-quote {
  margin-top: 15px;
  margin-bottom: 25px;
}

.about-quote-image-container {
  flex: 0 auto;
  max-width: 555px;
  margin-bottom: 0;
}

.about-quote-image {
  object-fit: cover;
  width: 100%;
  max-width: 555px;
  height: 100%;
}

.our-team-button-container {
  width: 165px;
  height: 42px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.our-client-section {
  background-color: var(--tiger-purple);
  height: auto;
}

.our-client-container {
  width: 100%;
  height: 100%;
}

.our-client-slider {
  background-color: #0000;
  height: auto;
}

.our-client-mask {
  height: auto;
}

.client-slide {
  vertical-align: middle;
  cursor: grab;
  width: auto;
  height: 180px;
}

.client-slide-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 101%;
  display: flex;
}

.client-arrow {
  display: none;
}

.get-in-touch-section {
  background-image: linear-gradient(#0006, #0006), url('../images/About-CTA-IMG-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 150px;
  padding-bottom: 150px;
}

.get-in-touch-header-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.get-in-touch-heading-container {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 30px;
  display: flex;
}

.get-in-touch-button-container {
  max-width: 150px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
}

.contact-hero-section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/title-bg-min-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 445px;
  padding-bottom: 120px;
}

.contact-hero-container {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.contact-hero-sub-heading-container {
  max-width: 440px;
  margin-top: 15px;
}

.contact-form {
  margin-bottom: 0;
}

.contact-form-paragraph-container {
  margin-top: 15px;
  margin-bottom: 50px;
}

.from-row {
  justify-content: space-between;
  margin-bottom: 30px;
  display: flex;
}

.paragraph-email {
  color: #42a7f7;
  font-weight: 400;
  transition: all .5s;
}

.paragraph-email:hover {
  border: 1px #42a7f7;
  border-bottom-style: solid;
}

.contact-form-section {
  padding-top: 90px;
  padding-bottom: 0;
}

.contact-form-container {
  border-radius: 24px;
  flex: none;
  width: auto;
  max-width: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 30px;
  box-shadow: 0 5px 30px #d6d7d891;
}

.contact-address-icon {
  color: #fff;
  flex: none;
  font-size: 27px;
  line-height: 27px;
  display: flex;
}

.contact-address-block {
  align-items: flex-start;
  margin-bottom: 54px;
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.contact-address-container {
  flex-flow: column wrap;
  flex: 0 auto;
  align-items: flex-start;
  max-width: none;
  margin-top: 103px;
  margin-left: auto;
  margin-right: auto;
  font-style: normal;
  display: flex;
}

.contact-flex-container {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 90px;
  display: flex;
}

.contact-address-paragraph-container {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.contact-address-icon-container {
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.contact-address-heading-container {
  margin-bottom: 5px;
}

.contat-span {
  color: var(--lime-green);
  font-weight: 400;
  display: inline-block;
}

.contact-address-text-container {
  margin-top: 0;
}

.contact-submit-button-container {
  width: 100%;
  height: 45px;
  margin-top: 30px;
}

.contact-icons {
  width: 32px;
  height: 32px;
}

.c-faq-q {
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.c-faq-a {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
  box-shadow: 0 4px 6px #0000001a;
}

.c-faq-a.box-shadow-off {
  box-shadow: none;
}

.c-faq {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.c-faq-a-text {
  padding: 0 25px 15px;
}

.faq-stripe-2 {
  background-color: #313233;
  width: 60%;
  height: 2px;
  position: absolute;
}

.faq-stripe-1 {
  background-color: #313233;
  width: 2px;
  height: 60%;
}

.c-faq-item {
  cursor: pointer;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 0;
  font-size: 1.2em;
  line-height: 1.6em;
}

.c-faq-item.with-border {
  border: 1px solid #cacaca;
  border-radius: 3px;
  margin-bottom: 15px;
}

.faq-heading-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-container {
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
}

.faq-accordion-container {
  min-height: 50vh;
  margin-left: 0;
  padding-left: 0;
}

.align-center-2 {
  text-align: center;
  font-weight: 400;
}

.c-faq-icon {
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
}

.faq-section {
  padding-top: 90px;
  padding-bottom: 90px;
}

._w-faq-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.faq-sub-text-container {
  max-width: 465px;
  margin: 10px auto 50px;
}

.c-faq-q-text {
  flex: 1;
  padding: 20px;
}

.c-faq-q-text.different-padding {
  padding-top: 15px;
  padding-bottom: 15px;
}

.faq-divider {
  border-top: 1px dashed #ffffff40;
  height: 0;
}

.c-faq-divider {
  padding-left: 20px;
  padding-right: 20px;
}

.contact-map {
  height: 500px;
}

.services-hero-section {
  background-image: linear-gradient(#0006, #0006), url('../images/Title-banner-bg-min.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 405px;
  padding-top: 175px;
}

.services-hero-container {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.services-hero-heading {
  justify-content: center;
  align-items: center;
  display: flex;
}

.services-hero-sub-heading {
  max-width: 465px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}

.services-category-section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.services-category-container {
  width: 100%;
  height: 100%;
}

.services-catrgory-row {
  justify-content: center;
  align-items: center;
  display: flex;
}

.services-catrgory-row._2nd-row {
  margin-top: 40px;
}

.services-category-block {
  width: 100%;
  max-width: 360px;
  transition: all .3s;
  box-shadow: 0 5px 30px #d6d7d891;
}

.services-category-block:hover {
  transform: translate(0, -10px);
  box-shadow: 0 5px 45px #afb1b191;
}

.services-category-block.middle-block {
  margin-left: 40px;
  margin-right: 40px;
}

.service-block-image {
  object-fit: cover;
  width: 100%;
  max-width: 360px;
  min-height: 260px;
}

.service-block-heading {
  margin-bottom: 0;
}

.service-block-image-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-block-text-container {
  padding: 20px;
}

.service-block-link-container {
  align-items: center;
  display: flex;
}

.cta-container {
  background-color: #f8f8f8;
  border-radius: 7px;
  justify-content: flex-start;
  align-items: center;
  padding: 50px;
  display: flex;
}

.cta-heading-container {
  max-width: 570px;
  margin-left: 70px;
}

.cta-button-container {
  width: 100%;
  max-width: 175px;
  height: 45px;
  margin-left: 120px;
}

.help-you-grow-section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.help-you-grow-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.help-you-grow-para-container {
  margin-top: 20px;
  margin-bottom: 30px;
}

.help-you-grow-data-container {
  display: flex;
}

.help-you-grow-data {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.help-you-grow-data.with-margin {
  margin-left: 175px;
}

.help-you-grow-number-container {
  margin-bottom: 10px;
}

.help-you-grow-text-container {
  flex-direction: column;
  justify-content: center;
  max-width: 470px;
  margin-left: 85px;
  display: flex;
}

.span-45 {
  color: #141414;
  font-family: Hind, sans-serif;
  font-size: 45px;
  font-weight: 400;
}

.help-you-grow-image-container {
  flex: none;
  width: 100%;
  margin-left: 0;
}

.help-you-grow-image {
  object-fit: cover;
  width: 100%;
  max-width: 555px;
  height: 100%;
}

.help-you-grow-block-text-container {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.span-17 {
  color: var(--black);
  font-size: 17px;
  line-height: 20px;
}

.grid {
  grid-column-gap: 50px;
  grid-row-gap: 80px;
}

.choose-us-image-container {
  flex: none;
  width: 100%;
  margin-left: 0;
}

.choose-us-image {
  object-fit: cover;
  width: 100%;
  max-width: 555px;
  height: 100%;
}

.choose-us-text-container {
  flex-direction: column;
  justify-content: center;
  max-width: 490px;
  margin-left: 0;
  display: flex;
}

.choose-us-bar-container {
  flex-direction: column;
  display: flex;
}

.choose-us-bar {
  width: 100%;
}

.choose-us-bar.middle-bar {
  margin-top: 20px;
  margin-bottom: 20px;
}

.choose-us-bar-title {
  margin-bottom: 5px;
}

.progress-bar-container {
  width: 100%;
}

.inactive-bar {
  background-color: #f2f5f8;
  border-radius: 100px;
  width: 100%;
  height: 12px;
  position: relative;
}

.active-bar-container {
  height: 12px;
  position: absolute;
}

.active-bar-container.roi {
  border-radius: 100px;
  width: 85%;
}

.active-bar-container.risk {
  width: 30%;
}

.active-bar-container.satisfaction {
  width: 100%;
}

.active-bar {
  background-color: var(--lime-green);
  transform-origin: 0%;
  border-radius: 100px;
  width: 100%;
  height: 12px;
  position: absolute;
}

.service-quote-section {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/quote-bg-min.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 90px;
  padding-bottom: 90px;
}

.service-quote-icon-container {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 15px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.service-quote-icon {
  width: 100%;
  height: 100%;
}

.service-quote-text-container {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.h4.white-font-align-center {
  color: var(--white);
  text-align: center;
}

.service-quote-author {
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  margin-bottom: 10px;
  display: flex;
}

.service-category-hero-section {
  background-image: linear-gradient(#0009, #0009), url('../images/GettyImages-1338754738.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 445px;
  padding-bottom: 120px;
}

.service-category-hero-section.stock-market {
  background-image: linear-gradient(#0009, #0009), url('../images/Service-1-min.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.service-category-hero-section.mutual-funds {
  background-image: linear-gradient(#0009, #0009), url('../images/mutual-fund-bg-min.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.service-category-hero-section.insurance {
  background-image: linear-gradient(#0009, #0009), url('../images/insurance-min.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.service-category-hero-section.business-loans {
  background-image: linear-gradient(#0009, #0009), url('../images/business-loan-min.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.service-category-hero-section.money-market {
  background-image: linear-gradient(#0009, #0009), url('../images/money-market-min.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.service-category-hero-container {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.service-category-sub-heading-container {
  max-width: 450px;
  margin-top: 10px;
}

.service-info-section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.service-info-flex-container {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.service-info-left {
  max-width: 755px;
}

.service-info-right {
  border-radius: 5px;
  margin-left: 50px;
  padding: 30px;
  box-shadow: 0 5px 30px #d6d7d891;
}

.service-info-heading-container {
  margin-bottom: 15px;
}

.service-info-paragraph-container {
  margin-bottom: 30px;
}

.service-category-data-container {
  display: flex;
}

.service-data {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.service-data.with-margin {
  margin-left: 50px;
}

.service-info-text-container {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.service-info-number-container {
  margin-bottom: 10px;
}

.service-info-row {
  flex-direction: row;
  margin-bottom: 30px;
  display: flex;
}

.service-info-icon-container {
  width: 32px;
  height: 32px;
}

.service-row-text-container {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 15px;
  display: flex;
}

.service-row-heading {
  margin-bottom: 0;
}

.service-row-text {
  margin-top: 5px;
}

.service-info-icon {
  object-fit: contain;
  width: 28px;
  height: 28px;
}

.service-info-button-container {
  width: 295px;
  height: 60px;
}

.navbar-white-static {
  background-color: var(--white);
  border-bottom: 1px solid #00000014;
  justify-content: center;
  align-items: center;
  min-height: 85px;
  display: flex;
  position: static;
  inset: -120px 0% auto;
  box-shadow: 0 4px 20px #a7acb74d;
}

.blog-hero-section {
  background-color: #f8f8f8;
  height: 245px;
}

.blog-hero-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.blog-hero-heading-container {
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.blog-index-container {
  color: #848991;
  justify-content: center;
  align-items: center;
  font-family: Hind, sans-serif;
  font-size: 15px;
  line-height: 23px;
  display: flex;
}

.home-link {
  color: #848991;
  margin-right: 2px;
  transition: opacity .3s;
}

.home-link:hover {
  color: var(--lime-green);
}

.blog-post-section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.blog-search-container {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.full-horizontal-divider {
  background-color: #e7e7e7;
  width: 100%;
  max-width: 800px;
  height: 1px;
  margin: 40px auto;
}

.blog-search-icon {
  width: 14px;
}

.blog-search-input {
  color: #313233;
  background-color: #0000;
  border: 1px #000;
  height: 100%;
  margin-bottom: 0;
  font-family: Hind, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.blog-search-input::placeholder {
  color: var(--black);
  font-weight: 400;
}

.blog-search {
  background-color: #f8f8f8;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  min-width: 280px;
  height: 55px;
  margin-bottom: 0;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 4px #00000029;
}

.blog-search:focus {
  color: #848991;
}

.blog-search-icon-container {
  z-index: 0;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 50px;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.important-recommendation-collection-container {
  margin-top: 20px;
}

.all-blog-post {
  width: 100%;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.blog-search-button {
  z-index: 1;
  color: #84899199;
  background-color: #0000;
  width: 50px;
  position: relative;
}

.blog-search-button:focus {
  color: #848991;
}

.blog-about-button-container {
  border-radius: 3px;
  max-width: 140px;
  height: 35px;
  transition: all .4s;
  overflow: hidden;
}

.blog-about-button-container:hover {
  transform: translate(0, -10px);
  box-shadow: 0 5px 45px #afb1b191;
}

.blog-about-paragraph-container {
  margin-top: 20px;
  margin-bottom: 25px;
}

.blog-about-sticky-container {
  width: 100%;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  position: sticky;
  top: 100px;
  overflow: visible;
}

.blog-right-flex {
  max-width: 280px;
  margin-left: 0;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  position: sticky;
  top: 0;
}

.blog-post-container {
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.blog-post-rich-text blockquote {
  border-left-style: solid;
  border-left-color: var(--lime-green);
  color: var(--black-2);
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 5px 0 5px 25px;
  font-family: Metropolis, sans-serif;
  font-size: 33px;
  font-weight: 300;
  line-height: 49px;
}

.blog-post-rich-text p {
  color: #848991;
}

.blog-post-rich-text a {
  color: var(--lime-green);
  font-family: Metropolis, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
}

.blog-post-rich-text h2 {
  color: var(--black-2);
  padding-bottom: 10px;
  font-family: Metropolis, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 38px;
}

.blog-post-rich-text h3 {
  color: var(--dim-grey);
  padding-bottom: 5px;
  font-family: Metropolis, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.blog-post-rich-text h4 {
  color: var(--dim-grey);
  padding-bottom: 5px;
  font-family: Metropolis, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
}

.blog-post-rich-text strong {
  color: var(--black-2);
}

.blog-post-rich-text li {
  color: #848991;
  font-family: Hind, sans-serif;
  font-size: 17px;
  line-height: 30px;
}

.blog-post-block {
  flex-direction: column;
  justify-content: flex-start;
  max-width: 350px;
  height: 100%;
  margin-bottom: 40px;
  display: inline-block;
  box-shadow: 0 20px 40px #6265681a;
}

.blog-post-block-image-container {
  height: 280px;
}

.blog-post-block-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-post-category {
  margin-right: 7px;
}

.blog-post-catgory-list {
  display: flex;
}

.blog-post-block-title {
  color: #4f545b;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Metropolis, sans-serif;
  font-size: 22px;
  line-height: 34px;
}

.blog-post-block-date-container {
  align-items: center;
  height: 13px;
  display: flex;
}

.clock-icon-container {
  align-items: center;
  display: flex;
}

.clock-icon {
  width: 13px;
  height: 13px;
}

.blog-post-date {
  margin-left: 5px;
}

.blog-post-description {
  margin-top: 20px;
  margin-bottom: 25px;
  display: block;
}

.blog-post-block-text-container {
  flex-direction: column;
  justify-content: space-between;
  padding: 45px 35px;
}

.blog-link-container {
  align-items: center;
  display: flex;
}

.news-blog-block-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.read-more-link {
  text-transform: uppercase;
  padding-bottom: 3px;
  transition: box-shadow .8s;
  box-shadow: inset 0 -2px #848991;
}

.read-more-link:hover {
  box-shadow: inset 0 -2px 0 0 var(--lime-green);
}

.blog-post-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.blog-post-list {
  column-count: 2;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.important-recommendation-post-date {
  justify-content: flex-start;
  align-items: flex-start;
  height: 14px;
  display: flex;
}

.important-recommendation-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex: none;
  width: 75px;
  height: 75px;
  margin-bottom: 0;
  margin-right: 20px;
}

.important-recommendation-block {
  align-items: flex-start;
  min-height: 75px;
  margin-bottom: 20px;
  display: flex;
}

.important-recommendation-flex-text-container {
  flex-direction: column;
  justify-content: space-around;
  min-height: 75px;
  display: flex;
}

.time-icon {
  width: 14px;
  height: 14px;
}

.related-link {
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.related-arrow-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.long-arrow-line-45 {
  background-color: var(--grey);
  opacity: .8;
  transform-origin: 100%;
  width: 6.5px;
  height: 2px;
  margin-bottom: -1px;
  transform: rotate(45deg);
}

.long-arrow-line-45.fliped {
  background-color: var(--grey);
  transform-origin: 100%;
  justify-content: center;
  align-items: center;
  width: 6.5px;
  height: 2px;
  margin-top: -1px;
  margin-bottom: 0;
  display: block;
  transform: rotate(-45deg);
}

.related-heading-container {
  margin-bottom: 20px;
}

.blog-post-page {
  padding-top: 90px;
  padding-bottom: 90px;
}

.blog-post-page-container {
  width: 100%;
  height: 100%;
}

.blog-heading {
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin: 20px auto;
  display: flex;
}

.blog-collection-list {
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-page-category {
  margin-right: 7px;
}

.blog-author-details-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.author-of-blog {
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.author-image-container {
  border-radius: 100px;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  overflow: hidden;
}

.author-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.author-name-container {
  margin-left: 3px;
  display: inline-block;
}

.blog-post-date-container {
  justify-content: flex-start;
  align-items: flex-start;
  height: 14px;
  display: flex;
}

.blog-main-image-container {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 70px;
}

.blog-main-image {
  width: 100%;
  height: 100%;
}

.blog-post-rich-text-container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.blog-social-icon-container {
  max-width: 800px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-social-icon {
  max-width: 90px;
  height: 38px;
  margin-right: 17px;
}

.square-button {
  color: #fff;
  text-align: center;
  background-color: #2293d7;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Metropolis, sans-serif;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.square-button.facebook {
  background-color: #3b5998;
  background-image: url('../images/facebook.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  padding-top: 12px;
  padding-left: 35px;
  font-family: Hind, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.square-button.twitter {
  background-color: #00aced;
  background-image: url('../images/twitter.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  padding-top: 12px;
  padding-left: 35px;
  font-family: Hind, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.square-button.pin {
  background-color: #cb2027;
  background-image: url('../images/pin-white.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  padding-top: 12px;
  padding-left: 35px;
  font-family: Hind, sans-serif;
  font-weight: 400;
}

.square-button.in {
  background-color: #4875b4;
  background-image: url('../images/linked-in.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 15px 13px;
  padding-top: 12px;
  padding-left: 35px;
  font-family: Hind, sans-serif;
  font-weight: 400;
}

.author-details-container {
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 75px;
  display: flex;
  box-shadow: 0 22px 25px -10px #4f547014;
}

.footer-author-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 250px;
  flex: none;
  width: 88px;
  height: 88px;
  margin-right: 30px;
}

.blog-bottom-author-name {
  margin-bottom: 5px;
}

.news-blog-categoty {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand-for-mob {
  width: 100%;
  max-width: 130px;
  height: 30px;
  display: none;
}

.brand-for-mob.w--current {
  display: none;
}

.all-nav-links-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.exponent-dark-logo {
  width: 100%;
  max-width: 130px;
  height: 30px;
  display: none;
}

.exponent-white-logo {
  width: 100%;
  max-width: 130px;
  height: 30px;
}

.nav-links-list {
  display: none;
}

.nav-list-item {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.nav-link-icon-container {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  display: flex;
}

.services-testimonial-image {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.drop-down-icon-black-2 {
  color: var(--black);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 12px;
  position: static;
}

.our-story-image {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.search-section {
  background-color: #f5f6fa;
  padding-top: 80px;
  padding-bottom: 80px;
}

.search-heading-container {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.search-home-page-link-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-link-2 {
  cursor: pointer;
}

.h7-hind {
  color: #fff;
  font-family: Hind, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  display: flex;
}

.h7-hind.black-font {
  color: #313233;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  display: flex;
}

._404-search-input {
  color: #848991;
  background-color: #0000;
  border: 1px solid #0000;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 15px;
  padding-right: 20px;
  display: block;
}

._404-heading-container {
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

._404-search-field {
  background-color: #f8f8f8;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 60%;
  height: 60px;
  margin-top: 60px;
  margin-bottom: 0;
  display: flex;
  position: relative;
  box-shadow: 0 0 20px #84899199;
}

._404-search-button {
  color: #222246;
  background-color: #fff;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.search-result-block {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  box-shadow: 0 20px 40px #6265681a;
}

.search-result-item {
  justify-content: flex-start;
  align-items: center;
  width: 48%;
  display: flex;
}

.search-result-list {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.search-container {
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.search-result-wrapper {
  margin-left: 60px;
}

.category-hero-section, .author-hero-section {
  background-color: #f8f8f8;
  height: 245px;
}

.author-hero-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.author-hero-heading-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.category-hero-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.category-hero-heading-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.scroll-to-top-button {
  z-index: 10;
  background-color: var(--chocolate);
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: fixed;
  inset: auto 20px 20px auto;
}

.scroll-to-top-link {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.hero-slide-arrow {
  background-color: var(--white);
  width: 10px;
  height: 2px;
  display: flex;
  transform: rotate(45deg);
}

.hero-slide-arrow.fliped {
  margin-top: 4px;
  transform: rotate(-45deg);
}

.percentage-icon {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-bottom: 0;
  display: flex;
}

.dollar-icon, .our-state-clock-icon, .user-icon {
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  margin-bottom: 0;
  display: flex;
}

.hero-slide-nav {
  bottom: 20px;
}

.nav-link-drop-down {
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Metropolis, sans-serif;
  font-size: 15px;
  font-weight: 500;
  transition: color .3s;
  display: flex;
}

.nav-link-drop-down:hover, .nav-link-drop-down.w--current {
  color: var(--lime-green);
}

.search-right-flex {
  max-width: 280px;
  margin-left: 0;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  position: sticky;
  top: 0;
}

.search-post-block-image-container {
  height: 280px;
}

.search-post-block-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.search-post-block-text-container {
  flex-direction: column;
  justify-content: space-between;
  padding: 45px 35px;
}

.search-post-block-title {
  color: #4f545b;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Metropolis, sans-serif;
  font-size: 22px;
  line-height: 34px;
}

.search-post-description {
  margin-top: 20px;
  margin-bottom: 25px;
  display: block;
}

.search-about-sticky-container {
  width: 100%;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  position: sticky;
  top: 80px;
  overflow: visible;
}

.search-about-paragraph-container {
  margin-top: 20px;
  margin-bottom: 25px;
}

.search-about-button-container {
  border-radius: 3px;
  max-width: 140px;
  height: 35px;
  transition: all .4s;
  overflow: hidden;
}

.search-about-button-container:hover {
  transform: translate(0, -10px);
  box-shadow: 0 5px 45px #afb1b191;
}

.search-field-container {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.search-field {
  background-color: #f8f8f8;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  min-width: 280px;
  height: 55px;
  margin-bottom: 0;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 4px #00000029;
}

.search-field:focus {
  color: #848991;
}

.search-field-input {
  color: #313233;
  background-color: #0000;
  border: 1px #000;
  height: 100%;
  margin-bottom: 0;
  font-family: Hind, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.search-field-input::placeholder {
  color: var(--black);
  font-weight: 400;
}

.search-icon-container {
  z-index: 0;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 50px;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.search-icon {
  width: 14px;
}

.search-button {
  z-index: 1;
  color: #84899199;
  background-color: #0000;
  width: 50px;
  position: relative;
}

.search-button:focus {
  color: #848991;
}

.license-section {
  border-top: 1px solid #efefef;
  padding-top: 90px;
  padding-bottom: 50px;
}

.license-heading-container {
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.license-paragraph {
  text-align: center;
  max-width: 630px;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
}

.license-blocks-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.license-block {
  border-radius: 7px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-bottom: 40px;
  padding: 20px;
  display: flex;
  box-shadow: 0 5px 45px #afb1b14d;
}

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

.license-details {
  text-align: center;
  max-width: 280px;
  margin-left: 35px;
}

.copy-right-text-container {
  color: #888;
  font-family: Hind, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
}

.copy-right-text {
  font-size: 14px;
  display: inline-block;
}

.change-log-link {
  color: #888;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Hind, sans-serif;
  font-size: 14px;
  text-decoration: underline;
  transition: opacity .3s;
}

.change-log-link:hover {
  color: var(--lime-green);
}

.change-log-link.w--current:hover {
  color: #2293d7;
}

.licensing-link {
  color: #888;
  font-family: Hind, sans-serif;
  font-size: 14px;
  text-decoration: underline;
  transition: color .3s;
}

.licensing-link:hover {
  color: var(--lime-green);
}

.changelog-section {
  border-top: 1px solid #efefef;
  padding-top: 90px;
  padding-bottom: 90px;
}

.chagelog-heading-container {
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.changelog-paragraph {
  text-align: center;
  max-width: 630px;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
}

.changelog-blocks-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.chagelog-block {
  border-radius: 7px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 50%;
  min-height: 120px;
  margin-bottom: 0;
  padding: 20px;
  display: flex;
  box-shadow: 0 5px 45px #afb1b14d;
}

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

.changelog-details {
  text-align: center;
  max-width: 280px;
  margin-left: 35px;
}

.style-guide-section {
  border-top: 1px solid #efefef;
  padding-top: 90px;
  padding-bottom: 30px;
}

.style-guide-heading-container {
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.style-guide-paragraph {
  text-align: center;
  max-width: 630px;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
}

.style-guide-blocks-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.style-guide-block {
  border-radius: 7px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 95%;
  margin-bottom: 60px;
  padding: 20px;
  display: flex;
  position: relative;
  box-shadow: 0 5px 45px #afb1b14d;
}

.style-guide-title {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  margin-bottom: 5px;
  display: flex;
  position: sticky;
  top: 20px;
}

.style-guide-para-wrapper {
  margin-bottom: 20px;
}

.color-palette-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 50%;
  display: grid;
}

.color-palette {
  background-color: var(--lime-green);
  height: 120px;
  box-shadow: 0 5px 45px #afb1b14d;
}

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

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

.color-palette.grey {
  background-color: var(--grey);
}

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

.color-palette.dim-grey {
  background-color: var(--dim-grey);
}

.button-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 50%;
  display: grid;
}

.style-rich-text-container {
  width: 50%;
}

.navbar-container {
  z-index: 99;
  position: relative;
}

.navbar-container.sticky-top {
  z-index: 999;
}

.navbar-container.sticky-top.bg-white.margin {
  background-color: var(--white);
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
  position: sticky;
  top: 0;
}

.navbar-left-contents {
  align-items: center;
  display: flex;
}

.navbar-icon-link {
  color: #2b256f;
  align-items: center;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.text-block {
  color: #112c5a;
  font-family: Poppins, sans-serif;
}

.menu-button-2.w--open {
  background-color: #0000;
}

.navbar-functions {
  align-items: center;
  display: flex;
}

.navbar-functions.navbar-functions-left {
  color: #2b256f;
  margin-left: 36px;
}

.nav-link-2 {
  color: #112c5a;
  align-items: center;
  margin-left: 12px;
  margin-right: 12px;
  padding: 0;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  transition: color .2s;
  display: flex;
}

.nav-link-2:hover {
  color: #d2041a;
}

.nav-link-2.w--current {
  color: #3ab549;
}

.main-container-2 {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.navbar-right-contents {
  align-items: center;
  display: flex;
}

.navbar-icon-link-image {
  max-height: 24px;
  margin-right: 12px;
}

.navbar-2 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  min-height: 80px;
  display: flex;
  position: sticky;
}

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

.nav-menu.nav-menu-right-aligned {
  margin-right: 24px;
}

.navbar-justify-between {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.main-container-b {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1160px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  display: grid;
}

.text-span {
  font-size: 25px;
}

.bonnie-title {
  color: #d2041a;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 8px;
  font-family: Metropolis, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
}

.para-copyright {
  color: #848991;
  margin-top: 0;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 18px;
  display: block;
}

.para-copyright._5px-padding {
  margin-top: 5px;
}

.image {
  display: none;
}

.form-banner {
  background-image: linear-gradient(#112c5ae6, #112c5ae6), url('../images/GettyImages-1294237319.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  height: 500px;
}

.method-right-flex-2 {
  max-width: 380px;
  margin-left: 80px;
}

.method-image-2 {
  width: 100%;
  max-width: 725px;
}

.method-icon-container-2 {
  background-color: #38d552;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 0;
  margin-right: 20px;
  display: flex;
}

.main-container-3 {
  width: 100%;
  max-width: 1160px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}

.method-image-container-2 {
  width: 100%;
  max-width: 725px;
  margin-bottom: 0;
}

.h3-2 {
  color: #313233;
  letter-spacing: -.3px;
  font-family: Metropolis, sans-serif;
  font-size: 33px;
  font-weight: 400;
  line-height: 49px;
}

.h3-2._300-light {
  color: #313233;
  font-weight: 300;
}

.para-17-2 {
  color: #848991;
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-family: Hind, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  display: flex;
}

.h8-2 {
  color: #313233;
  font-family: Metropolis, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.h8-2._600-bold {
  color: #4a4f54;
  font-size: 15px;
  font-weight: 600;
}

.methods-section-2 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.how-it-works-section-2 {
  height: auto;
  padding-top: 90px;
  padding-bottom: 50px;
  position: relative;
}

.h7-2 {
  color: #313233;
  font-family: Metropolis, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
}

.h7-2._600-bold-align-center {
  color: #4a4f54;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
}

.h12-2 {
  color: #313233;
  font-family: Metropolis, sans-serif;
  font-size: 11px;
  line-height: 14px;
}

.h12-2._600-medium-grey {
  color: #848991;
  text-transform: uppercase;
  font-weight: 600;
}

.select-field {
  font-family: Poppins, sans-serif;
}

.footer-address {
  color: var(--white-2);
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  display: block;
}

.footer-address:hover {
  color: var(--white-2);
}

.footer-address._5px-padding {
  margin-top: 5px;
}

.list-item {
  color: #d2041a;
}

.text-span-2 {
  color: var(--dim-grey);
}

.list-grid-vertical {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  width: 100%;
  display: grid;
}

.list-grid-vertical.pricing-list {
  grid-template-columns: 1fr 1fr;
  margin-top: 36px;
  margin-bottom: 48px;
}

.list-grid-item {
  color: #848991;
  align-items: center;
  display: flex;
}

.check-circle {
  background-color: var(--chocolate);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 7px;
  display: flex;
}

.text-small {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.dropdown-wrapper {
  background-color: #fff;
  border: 1px solid #e9ecf0;
  border-radius: 16px;
  padding: 8px;
}

.nav-link-3 {
  color: #112c5a;
  letter-spacing: -.01em;
  border-radius: 12px;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 16px;
  font-family: Metropolis, sans-serif;
  font-size: 20px;
  font-weight: 600;
  transition: all .35s;
}

.nav-link-3:hover {
  color: #d2041a;
  background-color: #0000;
}

.nav-link-3.w--current {
  color: #121f3e;
}

.button-navigation {
  border: 2px solid var(--chocolate);
  background-color: var(--chocolate);
  width: auto;
  height: 55px;
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 33px;
  justify-content: center;
  align-items: center;
  padding: 18px 38px 15px;
  font-family: Metropolis, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  transition: background-color .4s, color .4s, all .2s;
  display: flex;
  position: relative;
  box-shadow: 2px 2px 2px #7281a70a;
}

.button-navigation:hover {
  border: 2px solid var(--chocolate);
  background-color: var(--white);
  color: #d2041a;
}

.brand-3 {
  justify-content: center;
  align-items: center;
  margin-right: 60px;
  display: flex;
}

.nav-link-text {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 20px;
}

.navigation-default {
  background-color: #fff;
  align-items: center;
  min-height: 110px;
  padding: 20px 3% 10px;
  display: flex;
  position: sticky;
  top: 0;
}

.dropdown-link-2 {
  color: #293039;
  letter-spacing: -.01em;
  border-radius: 8px;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 12px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
  display: flex;
}

.dropdown-link-2:hover {
  background-color: #f9fafc;
}

.dropdown-link-2.w--current {
  color: #3454d1;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  min-height: auto;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.navigation-list {
  border: 1px solid #000;
}

.navigation-list.w--open {
  background-color: #0000;
  border-style: none;
  padding-top: 10px;
}

.nav-menu-2 {
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.nav-link-mobile {
  color: #6d7d93;
  letter-spacing: -.01em;
  border-radius: 12px;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 500;
  transition: all .35s;
  display: none;
}

.nav-link-mobile:hover {
  color: #3454d1;
  background-color: #3454d10a;
}

.nav-link-mobile.w--current {
  color: #121f3e;
}

.navigation-dropdown {
  width: 100%;
  max-width: 238px;
}

.logo {
  width: 140px;
}

.div-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.nav-link-4 {
  color: var(--black);
  border-bottom: 1px solid #0000;
  margin-left: 30px;
  padding: 1px 0 0;
  font-family: Metropolis, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.nav-link-4:hover {
  color: var(--chocolate);
  border-bottom: 0 #45164b;
}

.nav-link-4.w--current {
  color: #45164b;
  border-bottom-style: none;
  border-bottom-color: #45164b;
  text-decoration: none;
}

.other-services-button-container-2 {
  border-radius: 3px;
  width: 100%;
  max-width: 60%;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.btn-2 {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #d2041a;
  border: 1px solid #d2041a;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-top: 10px;
  font-family: Metropolis, sans-serif;
  font-size: 12px;
  font-weight: 600;
  transition: color .4s, background-color .4s ease-in-out;
  display: flex;
}

.btn-2:hover {
  color: #d2041a;
  background-color: #fff;
  border: 1px solid #d2041a;
}

.btn-2.with-border {
  border: 2px solid var(--chocolate);
  background-color: var(--chocolate);
  height: 100%;
  padding-top: 10px;
  font-size: 14px;
}

.btn-2.with-border:hover {
  color: var(--white);
}

.hero-container {
  background-image: linear-gradient(357deg, #0000007a, #fff0), linear-gradient(#00000080, #00000080), url('../images/GettyImages-1343503241.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  height: 70vh;
}

.image-2 {
  filter: grayscale();
}

.image-3 {
  filter: invert();
}

.image-4 {
  filter: grayscale();
}

.image-5 {
  filter: invert(74%);
}

.image-6 {
  filter: grayscale();
}

.section-caps-header {
  justify-content: center;
  align-items: center;
  max-width: 670px;
  margin: 0 auto 60px;
  font-size: 50px;
  display: flex;
}

.orange-block-white-header {
  color: var(--white);
  text-align: center;
  font-family: Metropolis, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.white-phone-link {
  color: var(--white);
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
}

.sm-caps-white-text {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 4px;
  font-family: Metropolis, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.bold-text {
  color: #ff6b01;
  font-weight: 500;
}

.cta-button-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.cta-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.paragraph-cta {
  color: #dadde7;
  letter-spacing: -.02em;
  max-width: none;
  margin-bottom: 0;
  font-family: Metropolis, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.button-cta {
  color: #061237;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-bottom: 14px;
  padding: 14px 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.button-cta:hover {
  color: #1355ff;
  background-color: #fff;
}

.section-cta {
  opacity: 1;
  background-color: #7c39b7;
  background-image: url('../images/icons8-tools.svg');
  background-position: -10%;
  background-repeat: no-repeat;
  background-size: auto 150%;
  align-items: center;
  padding: 100px 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-grid-long {
  grid-column-gap: 92px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  align-items: center;
}

.container {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cta-heading {
  color: #fff;
  letter-spacing: 0;
  max-width: 640px;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 52px;
}

.button-outline {
  color: #fff;
  text-transform: uppercase;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 15px 40px;
  font-family: Metropolis, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: all .3s;
  display: flex;
}

.button-outline:hover {
  border-color: var(--chocolate);
  background-color: var(--chocolate);
  color: var(--white);
}

.cta-shape {
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.cta-button {
  background-color: #0dc8e9;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 222px;
  height: 67px;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  transition: color .2s, background-color .2s;
  display: flex;
}

.cta-button:hover {
  color: #0f1529;
  background-color: #fff;
}

.cta-subheading {
  color: #ffffffe6;
  max-width: 410px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.cta-container-2 {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.heading-wrap {
  flex-direction: column;
  align-items: center;
}

.cta-grid {
  grid-row-gap: 80px;
  background-color: var(--tiger-purple);
  color: #fff;
  text-align: center;
  border-radius: 40px;
  grid-template-columns: 1fr;
  place-items: center;
  padding: 120px 90px 100px;
}

.feature-text {
  color: #fffc;
  font-weight: 500;
}

.features-wrap {
  align-items: center;
  display: flex;
}

.cta-section-2 {
  background-image: linear-gradient(#fff, #fff 50%, #0f1529 50%);
  padding: 150px 3%;
}

.cta-heading-2 {
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 48px;
  line-height: 58px;
}

.cta-button-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.blue-dot {
  background-color: #0dc8e9;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 6px;
  height: 6px;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.right-arrow {
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  transition: border-color .2s, transform .3s;
  display: flex;
}

.right-arrow:hover {
  border-color: #6f57eb;
  transform: translate(8px);
}

.star-wrapper {
  margin-bottom: 32px;
}

.author-date {
  color: #4f4f4f;
  font-size: 16px;
  line-height: 1.5;
}

.blog-mask {
  overflow: visible;
}

.slide-nav {
  justify-content: center;
  display: flex;
  bottom: -90px;
}

.avatar {
  background-color: #f1efee;
  border-radius: 100%;
  width: 90px;
  min-width: 90px;
  height: 90px;
  min-height: 90px;
  margin-bottom: 40px;
  position: relative;
}

.author-block {
  margin-top: 32px;
}

.author-name-2 {
  color: #000;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.testimonial-title-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 620px;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-details {
  opacity: .8;
  color: #4f4f4f;
  font-size: 16px;
  line-height: 1.6;
}

.testimonial-wrapper-three {
  text-align: center;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 14px;
  flex-direction: column;
  align-items: center;
  padding: 36px 40px 26px;
  transition: box-shadow .3s;
  display: flex;
}

.testimonial-wrapper-three:hover {
  box-shadow: 37px 37px 72px #dcdcdc26;
}

.testimonial-section {
  background-color: #fff;
  align-items: center;
  padding: 140px 3% 220px;
  display: flex;
  overflow: hidden;
}

.title {
  color: #6f57eb;
  letter-spacing: 1px;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 500;
}

.title-paragraph {
  color: #4f4f4f;
  max-width: 350px;
  font-size: 18px;
  line-height: 1.5;
}

.testimonial-block {
  position: relative;
}

.testimonial-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

.avatar-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-title-large {
  color: #000;
  margin-bottom: 24px;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
}

.container-2 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-wrapper-two {
  text-align: center;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 14px;
  flex-direction: column;
  align-items: center;
  padding: 36px 40px 26px;
  transition: box-shadow .3s;
  display: flex;
}

.testimonial-wrapper-two:hover {
  box-shadow: 37px 37px 72px #dcdcdc26;
}

.left-arrow {
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  transition: border-color .2s, transform .3s;
  display: flex;
}

.left-arrow:hover {
  border-color: #6f57eb;
  transform: translate(-8px);
}

.testimonial-wrapper-one {
  text-align: center;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 14px;
  flex-direction: column;
  align-items: center;
  padding: 36px 40px 26px;
  transition: box-shadow .3s;
  display: flex;
}

.testimonial-wrapper-one:hover {
  box-shadow: 37px 37px 72px #dcdcdc26;
}

.blog-slider {
  background-color: #0000;
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.star {
  width: 24px;
  margin-left: 2px;
  margin-right: 2px;
}

.slider-dots {
  display: none;
}

.app-icon {
  position: absolute;
  inset: auto -8px -8px auto;
}

.feature-card-name {
  color: var(--chocolate);
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Metropolis, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.features-paragraph {
  margin-bottom: 40px;
  font-size: 18px;
}

.features-heading {
  color: #000;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
}

.feature-card {
  text-align: left;
  background-color: #fff;
  border-radius: 35px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 32px;
  padding: 25px;
  transition: box-shadow .4s;
  display: flex;
}

.feature-card:hover {
  position: relative;
  box-shadow: 0 5px 30px #d6d7d891;
}

.purple-text {
  color: #8b88f6;
}

.features-grid {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.feature-icon {
  margin-bottom: 15px;
}

.feature-card-paragraph {
  color: var(--grey);
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.features-section {
  color: #9a9a9a;
  background-color: #fff;
  padding: 130px 3%;
  font-size: 14px;
  font-style: normal;
  line-height: 28px;
}

.features-grid-col.even {
  margin-top: 40px;
}

.features-heading-wrap {
  flex-direction: column;
  align-items: flex-start;
  max-width: 450px;
  margin-bottom: 80px;
  margin-right: 80px;
  display: flex;
}

.feature-button {
  background-color: var(--chocolate);
  color: #fff;
  text-transform: uppercase;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  margin-left: 0%;
  margin-right: 0%;
  padding: 15px 35px;
  font-family: Metropolis, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.feature-button:hover {
  background-color: #000c;
}

.features-container {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-span-3 {
  color: var(--tiger-purple);
}

.call-now-color-block {
  flex-direction: column;
  justify-content: space-between;
  width: 355px;
  height: auto;
  min-height: 250px;
  display: flex;
}

.call-now-color-block.green-background {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  background-color: var(--chocolate);
  border-radius: 24px;
  padding: 50px 35px;
}

.call-now-color-block.middle-block {
  margin-left: 50px;
  margin-right: 50px;
}

.prpl-hero-bttnn {
  color: #fff;
  background-color: #8b88f6;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 15px 35px;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.prpl-hero-bttnn:hover {
  background-color: #000c;
}

.top-title {
  margin-bottom: 60px;
}

.section {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section.gray {
  background-color: #f5f5f5;
}

.section.gray.testimonials-hide {
  display: none;
}

.title-top {
  margin-top: 15px;
  line-height: 44px;
}

.title-top.testimonail-mobie {
  font-family: Metropolis, sans-serif;
}

.testimonials-paragraph {
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 300;
  line-height: 30px;
}

.carousel-slider {
  background-color: #0000;
  height: auto;
}

.slide-carousel {
  opacity: .5;
  padding-top: 31px;
  font-size: 11px;
  position: relative;
}

.testinomials-wrapper {
  text-align: center;
  margin-left: 50px;
  margin-right: 50px;
}

.testimonials-icon {
  background-image: url('../images/62057c9da84718c3440c0fbb_testimonials-icon-blue.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 75px;
  width: 90px;
  height: 90px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.align-center-3 {
  perspective: 1000px;
  perspective-origin: 50%;
  text-align: center;
}

.arrow-carousel {
  background-color: var(--chocolate);
  color: #fff;
  border-bottom: 2px #d1d1d1;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  font-size: 18px;
  font-weight: 700;
  transition: all .3s;
  right: -80px;
}

.arrow-carousel:hover {
  background-color: var(--tiger-purple);
  color: #fff;
  border-bottom-color: #00419c;
}

.arrow-carousel.left {
  background-color: var(--chocolate);
  color: #fff;
  left: -80px;
  right: auto;
}

.arrow-carousel.left:hover {
  background-color: var(--tiger-purple);
}

.sub-text-title {
  color: #bd0202;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 26px;
}

.top-margin {
  z-index: 10;
  margin-top: 25px;
  position: relative;
}

.button-icon {
  background-color: var(--tiger-purple);
  color: #fff;
  background-image: url('../images/font-awesome_4-7-0_phone_100_0_ffffff_none_1font-awesome_4-7-0_phone_100_0_ffffff_none.png');
  background-position: 27px;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 100px;
  margin-top: 0;
  padding: 16px 30px 15px 52px;
  font-family: Metropolis, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  transition: all .4s;
  display: inline-block;
}

.button-icon:hover {
  background-color: var(--black);
}

.footer-content-links {
  display: flex;
}

.unordered-list {
  color: var(--chocolate);
  padding-left: 19px;
}

.list-item-3 {
  color: var(--chocolate);
}

.list-item-2 {
  color: var(--white-2);
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}

.heading {
  font-family: Metropolis, sans-serif;
  font-weight: 600;
}

.link-block-3 {
  color: var(--grey);
}

.text-span-4 {
  color: var(--grey);
  font-weight: 500;
  text-decoration: underline;
}

.div-block-2 {
  width: 60%;
  max-width: 60%;
}

.div-block-3 {
  z-index: 5;
  background-color: var(--tiger-purple);
  height: 30px;
  padding-left: 3%;
  padding-right: 3%;
  position: absolute;
  inset: 0% 0% auto;
}

.notice-bar-text-container {
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.notice-text {
  color: var(--white);
  letter-spacing: 2px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
}

.notice-text.center {
  letter-spacing: 1.1px;
  margin-left: 0;
  margin-right: 0;
  font-size: 12px;
}

.text-span-5 {
  color: #ff6b01;
  font-weight: 500;
}

.brand-4 {
  flex-direction: column;
  height: 100px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.text-logo-lg {
  float: none;
  color: #000;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  border-bottom-style: none;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 0;
  padding-right: 14px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 37px;
  display: block;
}

.text-logo-lg.foot {
  color: #fff;
}

.text-logo-sm {
  float: left;
  width: 100%;
  max-width: 380px;
  color: var(--chocolate);
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.text-logo-sm.call {
  color: #000;
  font-size: 11px;
}

.text-logo-sm.footer {
  margin-bottom: 10px;
}

.image-8 {
  margin-top: 6px;
}

.image-8.logo-image {
  margin-top: 9px;
  display: none;
}

.notice {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  min-height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.flex-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.slider-heading {
  color: #fff;
  letter-spacing: 0;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 52px;
  display: block;
}

.div-block-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-right: 40px;
  display: flex;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 800;
  line-height: 24px;
}

.form-home {
  margin-top: 0;
  margin-bottom: 0;
}

.textarea {
  min-height: 150px;
}

.button {
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 15px 24px;
}

.button.submit {
  background-color: var(--chocolate);
  text-transform: uppercase;
  border-radius: 100px;
  width: 300px;
  margin-top: 20px;
  margin-left: 0;
  padding: 20px 42px;
  font-family: Metropolis, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: block;
}

.button.submit:hover {
  background-color: #000;
}

.white-text {
  color: #fff;
}

@media screen and (min-width: 1280px) {
  .main-container {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    max-width: 1200px;
    height: auto;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .green-btn {
    transition-duration: .3s;
    transition-timing-function: ease;
  }

  .home-hero-section {
    flex-direction: column;
    justify-content: center;
    display: block;
  }

  .home-hero-container {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    display: block;
  }

  .hero-slide {
    position: relative;
  }

  .hero-slide-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    place-items: stretch stretch;
    height: 100vh;
    padding-top: 0;
    display: grid;
  }

  .hero-slide-button-container {
    max-width: 230px;
    height: 50px;
  }

  .h1._300-light-white-fonts {
    text-align: left;
    line-height: 1.1em;
  }

  .btn {
    border: 1px solid var(--chocolate);
    background-color: var(--chocolate);
    text-transform: uppercase;
    padding-top: 12px;
    padding-bottom: 11px;
    font-size: 14px;
    transition-duration: .3s, .4s;
  }

  .btn:hover {
    border-color: var(--chocolate);
    color: var(--chocolate);
  }

  .btn.with-border {
    border-color: #d2041a;
    justify-content: space-around;
    padding-top: 11px;
    font-size: 14px;
  }

  .btn.purple-her0 {
    border-style: none;
    border-radius: 24px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .btn.purple-her0:hover {
    color: var(--white);
    border-color: #000;
  }

  .other-services-container {
    flex-flow: row;
  }

  .other-services-block-container {
    flex-wrap: nowrap;
    margin-top: 0;
  }

  .services-blocks-column {
    margin-top: 30px;
  }

  .para-17 {
    color: #000;
    font-family: Poppins, sans-serif;
    line-height: 1.5em;
  }

  .other-services-text-container {
    flex: 0 auto;
    max-width: 545px;
    margin-right: 70px;
    display: block;
  }

  .h3._300-light {
    margin-bottom: 20px;
  }

  .h3.caps-header.bttm-margin {
    font-size: 46px;
  }

  .h5._600-bold {
    color: var(--dim-grey);
  }

  .other-services-button-container {
    height: 44px;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-slide-text-container {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .h5-span {
    color: #d2041a;
  }

  .ghost-green-btn {
    color: #d2041a;
    border-color: #d2041a;
  }

  .ghost-green-btn:hover {
    background-color: #d2041a;
  }

  .news-blocks-collection {
    margin-left: 20px;
    margin-right: 20px;
  }

  .news-blog-block {
    padding-left: 0;
    padding-right: 0;
  }

  .news-blog-block-image-container {
    width: 100%;
    max-width: none;
  }

  .home-contact-container {
    margin-top: -300px;
  }

  .footer-container {
    flex: 1;
    max-width: 1200px;
  }

  .footer-logo {
    height: 100px;
  }

  .powered-by-webflow {
    align-items: flex-start;
  }

  .webflow-span {
    color: #ffffffd9;
  }

  .h8 {
    font-size: 15px;
  }

  .para-20.white-font {
    text-align: left;
    font-family: Poppins, sans-serif;
  }

  .our-story-text-container {
    margin-right: -160px;
  }

  .our-story-block {
    justify-content: flex-start;
  }

  .our-story-block-heading {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .client-slide-container.ge {
    width: 90%;
  }

  .contact-form-container {
    max-width: none;
    margin-right: 50px;
  }

  .contact-address-container {
    margin-left: 0;
    margin-right: 0;
  }

  .help-you-grow-image, .choose-us-image {
    max-width: 555px;
  }

  .choose-us-bar {
    width: 100%;
  }

  .active-bar {
    transform-origin: 0%;
  }

  .all-blog-post {
    margin-left: 20px;
  }

  .blog-right-flex {
    margin-right: 0;
  }

  .blog-post-block {
    max-width: 400px;
  }

  .news-blog-block-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .blog-post-item {
    justify-content: center;
    align-items: flex-end;
    max-width: 400px;
    margin-left: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-post-collection-container {
    padding-left: 0;
  }

  .search-result-block {
    max-width: 390px;
    min-height: 710px;
  }

  .scroll-to-top-button {
    background-color: var(--chocolate);
    border-radius: 9px;
  }

  .search-right-flex {
    margin-right: 0;
  }

  .navbar-left-contents {
    flex: 1;
  }

  .text-block, .nav-link-2 {
    color: #112c5a;
    font-family: Metropolis, sans-serif;
  }

  .nav-link-2:hover {
    color: #d2041a;
  }

  .navbar-2 {
    flex-direction: row;
    justify-content: space-between;
  }

  .navbar-justify-between {
    flex: 1;
    max-width: none;
  }

  .main-container-b {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .form-banner {
    background-image: linear-gradient(#112c5af0, #112c5af0), url('../images/GettyImages-1294237319.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .main-container-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .h8-2 {
    font-size: 15px;
  }

  .footer-address:hover {
    color: var(--white-2);
  }

  .nav-link-3 {
    color: #112c5a;
    font-family: Metropolis, sans-serif;
    font-size: 20px;
    font-weight: 600;
  }

  .nav-link-3:hover {
    color: #d2041a;
    background-color: #0000;
  }

  .button-navigation {
    background-color: var(--chocolate);
    height: 55px;
    color: var(--white);
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 33px;
    padding-top: 15px;
    padding-bottom: 12px;
    font-family: Metropolis, sans-serif;
    font-size: 14px;
    line-height: 20px;
    transition: opacity .2s, all .2s;
  }

  .button-navigation:hover {
    color: var(--chocolate);
  }

  .nav-link-text {
    font-size: 17px;
  }

  .nav-menu-2 {
    flex-direction: row;
    align-items: center;
  }

  .logo {
    width: 150px;
  }

  .div-block {
    align-items: center;
    display: flex;
  }

  .other-services-button-container-2 {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .btn-2 {
    background-color: #d2041a;
    border: 1px solid #d2041a;
    transition-duration: .3s, .4s;
  }

  .btn-2:hover {
    color: #d2041a;
    border-color: #d2041a;
  }

  .btn-2.with-border {
    border-color: var(--chocolate);
  }

  .bold-text {
    color: #ff6d06;
  }

  .author-name-2 {
    font-family: Metropolis, sans-serif;
  }

  .testimonial-section {
    background-color: #fafafa;
  }

  .feature-card-name {
    color: var(--chocolate);
    font-family: Metropolis, sans-serif;
    font-weight: 600;
  }

  .feature-card:hover {
    box-shadow: 0 5px 30px #d6d7d891;
  }

  .feature-card-paragraph {
    color: var(--grey);
    font-family: Poppins, sans-serif;
  }

  .feature-button {
    background-color: var(--chocolate);
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    font-family: Metropolis, sans-serif;
    font-weight: 600;
    display: inline-block;
  }

  .feature-button:hover {
    background-color: #000;
  }

  .text-span-3 {
    color: var(--tiger-purple);
  }

  .bold-text-2 {
    font-weight: 500;
  }

  .prpl-hero-bttnn {
    background-color: var(--tiger-purple);
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    font-family: Metropolis, sans-serif;
    font-weight: 600;
    display: inline-block;
  }

  .prpl-hero-bttnn:hover {
    background-color: #000;
  }

  .button-icon {
    background-color: var(--tiger-purple);
    background-position: 22px;
    border-radius: 24px;
    margin-top: 40px;
    padding-left: 50px;
    padding-right: 35px;
    font-family: Metropolis, sans-serif;
    font-size: 16px;
    font-weight: 600;
  }

  .div-block-2 {
    width: 60%;
  }

  .notice {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .main-container {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-container {
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px;
    position: relative;
  }

  .nav-links-container {
    z-index: 5;
    background-color: #0000004d;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100vh;
    display: flex;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .left-nav-links-container {
    flex-direction: column;
    order: 1;
    align-items: flex-start;
    width: 100%;
    margin-top: 55px;
    display: flex;
  }

  .nav-link {
    color: #000;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 5px;
    line-height: 28px;
    display: flex;
  }

  .nav-link.middle-nav-link, .nav-link.middle-nav-link-right {
    color: var(--black);
    margin-left: 0;
    margin-right: 0;
  }

  .nav-link.drop-down-container {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .brand {
    order: -1;
  }

  .brand.w--current {
    order: -1;
    margin-bottom: 0;
  }

  .drop-down-link {
    color: #000;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .drop-down-link.black {
    padding-left: 0;
  }

  .dropdown-toggle {
    justify-content: space-between;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .dropdown-toggle.w--open {
    padding-bottom: 0;
  }

  .drop-down-icon-white {
    color: #000;
    margin: 0;
  }

  .right-nav-links-container {
    flex-direction: column;
    order: 2;
    align-items: flex-start;
    width: 100%;
  }

  .nav-button-container {
    margin-top: 25px;
  }

  .dropdown-link {
    padding-left: 0;
    padding-right: 0;
    font-family: Hind, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .nav-drop-down-list.w--open {
    width: auto;
    box-shadow: none;
    padding-bottom: 0;
    position: static;
  }

  .drop-down-pointer {
    display: none;
  }

  .home-hero-section, .hero-slider {
    height: auto;
  }

  .hero-slide {
    height: auto;
    min-height: 550px;
  }

  .hero-slide._2 {
    height: auto;
  }

  .hero-slide-container {
    align-items: flex-start;
    padding-top: 150px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .hero-slide-heading-container {
    max-width: 490px;
  }

  .hero-slide-heading-container._1st-slide {
    max-width: 440px;
  }

  .hero-slide-heading-container._2nd-slide {
    max-width: 510px;
  }

  .hero-slide-heading-container._3rd-slide {
    max-width: 490px;
  }

  .h1, .h1._300-light-white-fonts {
    font-size: 40px;
    line-height: 50px;
  }

  .h1._300-align-center-white {
    text-align: center;
    font-size: 40px;
    line-height: 50px;
  }

  .home-hero-left-arrow, .home-hero-right-arrow {
    display: none;
  }

  .other-services-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
  }

  .other-services-section {
    padding-bottom: 60px;
  }

  .other-services-block-container {
    justify-content: space-between;
    width: auto;
  }

  .services-blocks-column {
    flex: 0 auto;
    width: 50%;
    margin-top: 30px;
  }

  .services-blocks-column._2nd-column {
    flex-direction: column;
    align-items: flex-end;
    margin-left: 0;
    display: flex;
  }

  .para-17.inline {
    display: inline-block;
  }

  .other-services-text-container {
    align-items: flex-start;
    max-width: none;
    margin-right: 0;
  }

  .other-service-block {
    width: 95%;
    max-width: none;
  }

  .h3, .h3._300-light {
    font-size: 29px;
    line-height: 42px;
  }

  .other-services-button-container {
    margin-left: 0;
    margin-right: 0;
  }

  .money-work-for-you-container {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 50px;
    padding-right: 50px;
  }

  .money-work-for-you-left-flex {
    display: flex;
  }

  .money-work-for-you-right-flex {
    max-width: none;
    margin-top: 50px;
    margin-left: 0;
  }

  .money-work-for-you-blocks-container {
    width: 100%;
  }

  .money-work-for-you-block {
    width: 47%;
  }

  .money-work-for-you-block-image {
    max-width: none;
    height: auto;
  }

  .money-work-for-you-text-container {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .money-work-for-you-paragraph-container {
    max-width: none;
  }

  .ai-horizontal-divider-right {
    width: 60%;
    margin-right: 0;
    right: -32%;
    transform: none;
  }

  .ai-work-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ai-work-block.with-margin-up---down {
    margin-top: 0;
    margin-bottom: 0;
  }

  .how-it-works-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .ai-horizontal-divider-left {
    width: 60%;
    right: -28%;
    transform: none;
  }

  .how-it-works-container {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .ai-icon-container {
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-left: -10px;
    display: flex;
  }

  .home-quote-section {
    padding-top: 90px;
  }

  .home-quote-container {
    flex-direction: row;
    padding-left: 50px;
    padding-right: 0;
  }

  .home-quote-text-container {
    max-width: 50%;
    margin-bottom: 41px;
    margin-right: 0;
  }

  .home-quote-image-container {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex: none;
    width: 50%;
    margin-left: 50px;
  }

  .workflow-container {
    align-items: flex-start;
  }

  .methods-section {
    padding-bottom: 70px;
  }

  .method-container {
    flex-direction: row;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

  .method-right-flex {
    max-width: none;
    margin-left: 0;
  }

  .method-image {
    max-width: none;
  }

  .method-text-container {
    margin-left: 50px;
  }

  .method-paragraph-container {
    max-width: none;
  }

  .services-testimonial-text-container {
    max-width: 340px;
    margin-left: 40px;
  }

  .news-section {
    padding-bottom: 90px;
  }

  .new-blog-collection {
    flex-flow: column wrap;
    display: flex;
  }

  .news-blocks-collection {
    justify-content: center;
    align-items: center;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .news-blog-block {
    width: 100%;
    margin-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .news-blog-block-image-link {
    margin-bottom: 15px;
  }

  .news-blog-block-image-container {
    width: 100%;
    max-width: none;
    margin-bottom: 0;
  }

  .news-blog-block-heading {
    margin-top: 5px;
    margin-bottom: 15px;
  }

  .our-states-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .our-state-row {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .our-state-row.bottom-margin {
    flex-wrap: nowrap;
  }

  .our-states-paragraph-container {
    margin-left: 50px;
  }

  .our-state-para-2 {
    margin-left: 40px;
  }

  .our-state-block {
    width: 46%;
    height: 200px;
    margin-bottom: 50px;
  }

  .new-button-container {
    margin-top: 0;
  }

  .home-contact-container {
    max-width: 620px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-field._50 {
    width: 255px;
  }

  .text-field.contact-form {
    width: 100%;
  }

  .text-field.contact-form-2 {
    width: 100%;
    margin-top: 30px;
  }

  .footer-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .footer-column-container {
    flex-wrap: wrap;
  }

  ._1st-footer-column {
    border-right-style: none;
    height: auto;
    margin-bottom: 60px;
  }

  .footer-nav-column-container {
    justify-content: flex-start;
  }

  .para-16.fixed-overflow-hidden {
    height: auto;
    overflow: visible;
  }

  .navbar-white {
    height: 75px;
    display: block;
  }

  .nav-link-black {
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    padding: 5px;
  }

  .nav-link-black.middle-nav-link, .nav-link-black.middle-nav-link-right {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-drop-down {
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .all-heading-container {
    width: 65%;
  }

  .h2 {
    font-size: 32px;
    line-height: 44px;
  }

  .h2._300-align-center-white {
    color: var(--white);
    font-weight: 300;
  }

  .h4 {
    font-size: 24px;
    line-height: 36px;
  }

  .h7._600-bold-align-center {
    text-align: center;
  }

  .all-paragraph-container {
    width: 65%;
  }

  .about-hero-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .our-story-container {
    max-width: none;
    padding-left: 50px;
    padding-right: 50px;
  }

  .our-story-image-container {
    flex-direction: column;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .our-story-text-container {
    max-width: none;
    height: auto;
    margin-bottom: 0;
    margin-right: 0;
  }

  .our-story-block-container {
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

  .our-story-block {
    justify-content: flex-start;
    width: 30%;
    height: 100%;
    min-height: 270px;
  }

  .our-story-block.green-background {
    width: 30%;
    height: auto;
    padding-bottom: 0;
  }

  .our-story-block.middle-block {
    height: 100%;
    min-height: 0;
    margin: 0;
  }

  .why-choose-us-block {
    width: 31%;
  }

  .why-choose-us-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .team-member-image {
    height: 345px;
  }

  .team-member-image._8, .team-member-image._4, .team-member-image._7, .team-member-image._3 {
    background-position: 50%;
  }

  .team-member-image._1 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .team-member-image._5, .team-member-image._2, .team-member-image._6 {
    background-position: 50%;
  }

  .team-member-block {
    width: 48%;
    margin-bottom: 40px;
  }

  .member-social-media-icon-container {
    display: flex;
  }

  .our-people-row {
    flex-flow: wrap;
    place-content: center space-between;
    align-items: center;
    margin-top: 0;
  }

  .our-people-sub-text-container {
    margin-bottom: 50px;
  }

  .our-people-section {
    padding-bottom: 90px;
  }

  .our-people-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .about-quote-section {
    padding-top: 0;
  }

  .about-quote-container {
    flex-direction: row;
    padding-left: 50px;
    padding-right: 0;
  }

  .about-quote-text-container {
    width: 50%;
    margin-bottom: 0;
    margin-right: 0;
  }

  .about-quote-image-container {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    max-width: none;
    margin-left: 50px;
  }

  .about-quote-image {
    max-width: none;
  }

  .our-team-button-container {
    margin-top: 10px;
  }

  .our-client-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .client-slide {
    cursor: grab;
    width: 20%;
  }

  .get-in-touch-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .get-in-touch-heading-container {
    max-width: 350px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .from-row {
    flex-direction: column;
  }

  .contact-form-section {
    padding-top: 70px;
    padding-bottom: 0;
  }

  .contact-form-container {
    width: 60%;
    max-width: none;
    margin-right: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .contact-address-container {
    width: 35%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .contact-flex-container {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 70px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .contact-address-paragraph-container {
    align-items: flex-start;
  }

  .contat-span {
    display: inline-block;
  }

  .faq-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .faq-accordion-container {
    margin-left: 0;
    padding-left: 0;
  }

  .services-hero-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .services-category-container {
    justify-content: center;
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
  }

  .services-catrgory-row {
    flex-direction: column;
    padding-right: 20px;
  }

  .services-catrgory-row._2nd-row {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 0;
  }

  .services-category-block {
    width: 100%;
    max-width: none;
  }

  .services-category-block.middle-block {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .service-block-image {
    max-width: none;
  }

  .help-you-grow-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .help-you-grow-data.with-margin {
    margin-left: 120px;
  }

  .help-you-grow-text-container {
    margin-left: 0;
  }

  .help-you-grow-image-container {
    width: auto;
  }

  .help-you-grow-image {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .grid {
    grid-column-gap: 50px;
    grid-row-gap: 80px;
  }

  .service-quote-container, .service-category-hero-container, .service-info-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .service-info-flex-container {
    flex-direction: column;
    align-items: center;
  }

  .service-info-right {
    margin-top: 90px;
    margin-left: 0;
  }

  .navbar-white-static {
    min-height: 70px;
  }

  .blog-post-section {
    padding-bottom: 70px;
  }

  .blog-search {
    min-width: auto;
  }

  .blog-search-icon-container {
    display: flex;
  }

  .all-blog-post {
    flex: 0 500px;
    padding-right: 0;
  }

  .blog-about-sticky-container {
    padding-left: 0;
    padding-right: 0;
    top: 60px;
  }

  .blog-right-flex {
    max-width: 250px;
    margin-left: 0;
  }

  .blog-post-container {
    justify-content: space-around;
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-post-block {
    width: 100%;
    max-width: none;
    display: block;
  }

  .blog-post-block-text-container {
    min-height: 0;
  }

  .blog-post-item {
    width: 93%;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-post-list {
    column-count: 0;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .blog-post-page-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .blog-social-icon-container {
    justify-content: space-around;
  }

  .blog-social-icon {
    margin-right: 0;
  }

  .author-details-container {
    flex-direction: column;
  }

  .footer-author-image {
    margin-right: 0;
  }

  .blog-bottom-author-name {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-icon-container {
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    display: flex;
  }

  .brand-for-mob {
    max-width: 115px;
    display: block;
  }

  .brand-for-mob.w--current {
    max-width: 115px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: static;
    inset: 20px 0% auto;
  }

  .menu-button {
    z-index: 10;
    background-color: #0000;
    padding: 0;
  }

  .menu-button.w--open {
    z-index: 10;
    background-color: #0000;
  }

  .all-nav-links-container {
    z-index: 5;
    background-color: var(--white);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 40%;
    height: 100vh;
    padding: 30px 40px;
    display: flex;
    position: absolute;
    inset: 0% 0% 0% auto;
    overflow: auto;
  }

  .menu-icon {
    display: block;
    position: absolute;
    inset: auto;
  }

  .exponent-dark-logo {
    display: block;
  }

  .exponent-white-logo {
    display: none;
  }

  .nav-links-list {
    order: 3;
    margin-top: 55px;
    margin-bottom: 0;
    margin-left: 0;
    display: block;
  }

  .nav-list-item {
    margin-bottom: 15px;
  }

  .services-testimonial-image {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    inset: 0%;
  }

  .drop-down-icon-black-2 {
    color: #000;
    margin: 0;
  }

  .our-story-image {
    position: static;
  }

  .link-block {
    display: flex;
  }

  ._404-search-button {
    display: block;
  }

  .search-result-block {
    width: 100%;
    max-width: none;
  }

  .search-container {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .search-result-wrapper {
    margin-left: 0;
  }

  .nav-link-drop-down {
    color: #000;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 5px;
    line-height: 28px;
    display: flex;
  }

  .nav-link-drop-down.drop-down-container {
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .close-icon {
    width: 30px;
    height: 30px;
    display: none;
    position: absolute;
    inset: auto;
  }

  .search-right-flex {
    order: 1;
    width: 80%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .search-post-block-text-container {
    min-height: 0;
  }

  .search-about-sticky-container {
    padding-left: 0;
    padding-right: 0;
    top: 60px;
  }

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

  .search-icon-container {
    display: flex;
  }

  .license-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .license-heading-container {
    flex-wrap: wrap;
    justify-content: center;
  }

  .license-blocks-container {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .license-block {
    width: 80%;
    margin-bottom: 40px;
  }

  .changelog-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .chagelog-heading-container {
    flex-wrap: wrap;
    justify-content: center;
  }

  .changelog-blocks-container {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .chagelog-block {
    width: 80%;
    margin-bottom: 50px;
  }

  .style-guide-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .style-guide-heading-container {
    flex-wrap: wrap;
    justify-content: center;
  }

  .style-guide-blocks-container {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .style-guide-block {
    justify-content: space-between;
    width: 100%;
    margin-bottom: 40px;
  }

  .style-guide-title {
    width: 30%;
  }

  .color-palette-container, .button-container, .style-rich-text-container {
    width: 65%;
  }

  .menu-button-2 {
    margin-left: 12px;
    padding: 12px;
  }

  .menu-button-2.w--open {
    background-color: #0000;
  }

  .menu-button-image {
    display: block;
  }

  .nav-link-2 {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .menu-button-close-image {
    opacity: 0;
    display: block;
    position: absolute;
    top: 12px;
    left: 36px;
  }

  .nav-menu {
    background-color: #fff;
    border: 1px solid #00000014;
    border-radius: 10px;
    padding: 18px;
  }

  .nav-menu.nav-menu-right-aligned {
    margin-right: 0;
  }

  .main-container-b {
    padding-left: 0;
    padding-right: 0;
  }

  .method-right-flex-2 {
    max-width: none;
    margin-left: 0;
  }

  .method-image-2 {
    max-width: none;
  }

  .main-container-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .h3-2, .h3-2._300-light {
    font-size: 29px;
    line-height: 42px;
  }

  .methods-section-2 {
    padding-bottom: 70px;
  }

  .how-it-works-section-2 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .h7-2._600-bold-align-center {
    text-align: center;
  }

  .nav-link-3 {
    text-align: left;
    width: 100%;
  }

  .button-navigation {
    display: none;
  }

  .brand-3 {
    margin-right: 10px;
    padding: 0;
  }

  .navigation-default, .navigation-container {
    position: relative;
  }

  .nav-menu-2 {
    background-color: #fff;
    height: auto;
  }

  .nav-link-mobile {
    text-align: left;
    width: 100%;
    display: block;
  }

  .menu-button-green {
    color: #6d7d93;
    background-color: #ebeefa;
    border-radius: 12px;
    padding: 16px;
  }

  .menu-button-green.w--open {
    background-color: #3454d1;
  }

  .navigation-dropdown {
    max-width: none;
  }

  .nav-link-4 {
    margin-left: 20px;
    font-size: 13px;
  }

  .other-services-button-container-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .cta-grid-long {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .cta-container-2 {
    max-width: 620px;
  }

  .cta-grid {
    grid-template-columns: 1fr;
    padding: 100px 50px 70px;
  }

  .testimonial-wrapper-three {
    flex-wrap: wrap;
  }

  .testimonial-section {
    background-image: none;
  }

  .testimonial-block {
    padding: 60px 40px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-content {
    max-width: 420px;
  }

  .testimonial-wrapper-two, .testimonial-wrapper-one {
    flex-wrap: wrap;
  }

  .blog-slider {
    width: auto;
  }

  .features-grid {
    max-width: 100%;
  }

  .features-heading-wrap {
    max-width: 500px;
    margin-bottom: 60px;
    margin-right: 0;
  }

  .features-container {
    flex-direction: column;
    justify-content: flex-start;
  }

  .call-now-color-block {
    justify-content: flex-start;
    width: 30%;
    height: 100%;
    min-height: 270px;
  }

  .call-now-color-block.green-background {
    width: 30%;
    height: auto;
    padding-bottom: 0;
  }

  .call-now-color-block.middle-block {
    height: 100%;
    min-height: 0;
    margin: 0;
  }

  .testinomials-wrapper {
    margin-left: 50px;
    margin-right: 50px;
  }

  .arrow-carousel {
    display: none;
    right: 0;
  }

  .brand-4 {
    width: 28%;
    height: 87px;
  }

  .text-logo-lg {
    letter-spacing: 0;
    margin-top: 33px;
    padding-bottom: 0;
    font-size: 21px;
    line-height: 23px;
  }

  .text-logo-sm {
    letter-spacing: 4px;
    margin-left: 0;
    font-size: 16px;
    line-height: 17px;
  }

  .image-8 {
    float: left;
    max-width: 91%;
    margin-top: 10px;
    overflow: hidden;
  }

  .image-8.logo-image {
    margin-top: 15px;
  }

  .notice {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .brand.w--current {
    padding-left: 0;
  }

  .hero-slide-heading-container._1st-slide {
    max-width: 360px;
  }

  .h1, .h1._300-light-white-fonts, .h1._300-align-center-white {
    font-size: 35px;
    line-height: 48px;
  }

  .other-services-block-container {
    flex-direction: column;
  }

  .service-block-paragraph-container {
    display: flex;
  }

  .services-blocks-column, .other-service-block {
    width: 100%;
  }

  .h3._300-light {
    font-size: 29px;
    line-height: 42px;
  }

  .money-work-for-you-container {
    align-items: center;
  }

  .money-work-for-you-right-flex {
    margin-top: 0;
  }

  .money-work-for-you-blocks-container {
    flex-direction: column;
  }

  .money-work-for-you-block {
    flex: none;
    width: 100%;
    margin-bottom: 50px;
  }

  .ai-horizontal-divider-right {
    width: 35%;
    height: 2px;
    inset: auto auto -65px;
    transform: rotate(90deg);
  }

  .ai-work-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ai-work-block.with-margin-up---down {
    margin-top: 135px;
    margin-bottom: 135px;
  }

  .ai-horizontal-divider-left {
    width: 35%;
    height: 2px;
    position: absolute;
    inset: auto auto -65px;
    transform: rotate(90deg);
  }

  .how-it-works-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .home-quote-section {
    padding-top: 90px;
  }

  .home-quote-container {
    flex-direction: column;
    padding-left: 35px;
    padding-right: 35px;
  }

  .home-quote-text-container {
    max-width: none;
    margin-bottom: 50px;
    margin-right: 0;
  }

  .home-quote-image-container {
    width: auto;
    margin-left: 0;
  }

  .workflow-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 75px;
    display: flex;
  }

  .methods-section {
    padding-bottom: 70px;
  }

  .method-container {
    flex-direction: column;
    padding-left: 35px;
    padding-right: 35px;
  }

  .method-image-container {
    margin-bottom: 50px;
  }

  .method-text-container {
    margin-left: 0;
  }

  .services-testimonial-paragraph-container {
    max-width: none;
  }

  .services-testimonial-section {
    padding-top: 0;
  }

  .services-testimonial-image-container {
    background-image: none;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }

  .services-testimonial-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .services-testimonial-text-container {
    width: 100%;
    max-width: none;
    min-height: auto;
    margin-top: 0;
    margin-left: 0;
  }

  .news-container {
    padding-left: 35px;
    padding-right: 35px;
  }

  .news-blocks-collection {
    width: 100%;
  }

  .our-state-row.bottom-margin {
    flex-direction: column;
  }

  .our-state-heading-container {
    max-width: none;
  }

  .our-states-paragraph-container {
    justify-content: space-between;
    margin-top: 50px;
    margin-left: 0;
  }

  .our-state-para-1, .our-state-para-2 {
    max-width: none;
  }

  .our-state-block {
    width: 100%;
    height: auto;
    min-height: 185px;
    padding-bottom: 20px;
  }

  .our-state-block.green-bg {
    height: 185px;
  }

  .text-field._50 {
    width: 100%;
  }

  .form-row {
    flex-direction: column;
  }

  .form-row.fixed-height {
    height: 150px;
  }

  .footer-social-media-icon-container {
    order: -1;
    margin: 0 auto 15px;
    padding-top: 0;
  }

  .footer-nav-column-container {
    flex-wrap: wrap;
  }

  .all-heading-container, .all-paragraph-container {
    width: 100%;
  }

  .about-hero-container, .our-story-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .our-story-block-container {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .our-story-block, .our-story-block.green-background {
    width: 100%;
  }

  .our-story-block.middle-block {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .why-choose-us-block {
    width: auto;
    margin-bottom: 30px;
  }

  .why-choose-us-block-row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .why-choose-us-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .team-member-image {
    height: auto;
    min-height: 300px;
  }

  .team-member-block {
    width: 100%;
    margin-bottom: 40px;
  }

  .our-people-row {
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
  }

  .our-people-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .about-quote-section {
    padding-top: 90px;
  }

  .about-quote-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .about-quote-text-container {
    width: auto;
    margin-bottom: 50px;
    margin-right: 0;
  }

  .about-quote-image-container {
    margin-left: 0;
  }

  .our-team-button-container {
    margin-top: 10px;
  }

  .client-slide {
    width: 50%;
  }

  .get-in-touch-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .from-row {
    flex-direction: column;
  }

  .contact-form-container {
    width: auto;
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-address-container {
    width: auto;
    margin-left: 0;
  }

  .contact-flex-container {
    flex-flow: column wrap;
    margin-bottom: 70px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .services-category-container {
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
  }

  .services-catrgory-row {
    padding-right: 0;
  }

  .services-catrgory-row._2nd-row {
    margin-top: 40px;
    padding-left: 0;
  }

  .cta-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-heading-container {
    margin-left: 0;
  }

  .cta-button-container {
    margin-top: 50px;
    margin-left: 0;
  }

  .help-you-grow-text-container {
    order: 0;
    width: 420px;
    max-width: none;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .help-you-grow-image-container {
    order: -1;
    justify-content: center;
    align-items: center;
    height: 280px;
    display: flex;
  }

  .help-you-grow-image {
    object-fit: contain;
    width: auto;
    max-width: none;
  }

  .grid {
    grid-column-gap: 20px;
    grid-row-gap: 50px;
    flex-direction: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .choose-us-image-container {
    order: 0;
    max-width: 420px;
  }

  .choose-us-image {
    object-fit: contain;
    max-width: none;
  }

  .choose-us-text-container {
    order: 1;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .service-category-hero-container, .service-info-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-about-sticky-container {
    margin-top: 80px;
    position: static;
  }

  .blog-right-flex {
    order: 1;
    width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .blog-post-container {
    flex-direction: column;
    padding-left: 50px;
    padding-right: 50px;
  }

  .blog-post-rich-text blockquote {
    font-size: 25px;
    line-height: 36px;
  }

  .blog-post-item {
    width: 100%;
  }

  .blog-post-page-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-social-icon-container {
    justify-content: space-between;
  }

  .author-details-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-icon-container {
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    display: flex;
  }

  .all-nav-links-container {
    width: 60%;
  }

  .services-testimonial-image {
    width: 100%;
    height: auto;
    position: static;
  }

  .search-right-flex {
    order: 1;
    width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .search-about-sticky-container {
    margin-top: 0;
    position: static;
  }

  .license-block {
    width: 100%;
    padding-bottom: 20px;
  }

  .chagelog-block {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
  }

  .style-guide-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 20px;
  }

  .style-guide-title {
    width: 100%;
    margin-bottom: 20px;
    position: static;
  }

  .color-palette-container, .button-container, .style-rich-text-container {
    width: 100%;
  }

  .brand-2 {
    padding-left: 0;
  }

  .navbar-functions.navbar-functions-left {
    margin-left: 12px;
  }

  .navbar-icon-link-image {
    max-height: 20px;
    margin-right: 6px;
  }

  .method-image-container-2 {
    margin-bottom: 50px;
  }

  .h3-2._300-light {
    font-size: 29px;
    line-height: 42px;
  }

  .methods-section-2 {
    padding-bottom: 70px;
  }

  .nav-link-4 {
    color: #fff;
    border-bottom-color: #ffffff1a;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 17px;
    line-height: 35px;
    display: block;
  }

  .cta-button-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .button-cta {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .cta-grid-long {
    grid-template-columns: 1fr;
  }

  .features-wrap {
    flex-direction: column;
  }

  .blue-dot {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .testimonial-title-wrapper {
    left: 0;
  }

  .testimonial-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .testimonial-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-card {
    padding-left: 0;
    padding-right: 0;
  }

  .feature-card:hover {
    box-shadow: none;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .features-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .features-grid-col.even {
    margin-top: 0;
  }

  .features-heading-wrap {
    margin-bottom: 60px;
  }

  .call-now-color-block, .call-now-color-block.green-background {
    width: 100%;
  }

  .call-now-color-block.middle-block {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .title-top.testimonail-mobie {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-content-links {
    flex-direction: column;
  }

  .unordered-list {
    margin-bottom: 0;
  }

  .brand-4 {
    width: 45%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
    display: block;
    position: relative;
  }

  .text-logo-lg {
    margin-top: 23px;
    padding-bottom: 2px;
    font-size: 23px;
  }

  .text-logo-sm {
    margin-left: 0;
    font-size: 18px;
  }

  .image-8 {
    height: 100%;
    margin-top: 4px;
  }

  .image-8.logo-image {
    width: 180px;
    height: 100%;
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  a {
    color: var(--chocolate);
    text-decoration: underline;
  }

  .nav-container {
    padding: 0 30px;
  }

  .brand.w--current {
    max-width: 110px;
  }

  .home-hero-container {
    height: auto;
  }

  .hero-slide {
    background-image: linear-gradient(#00000073, #00000073), url('../images/GettyImages-1214306852.jpg');
    background-position: 0 0, 50%;
    height: auto;
    min-height: auto;
    padding-bottom: 100px;
  }

  .hero-slide._1 {
    background-image: linear-gradient(to bottom, null, null), url('../images/GettyImages-1281476617.jpg');
  }

  .hero-slide-container {
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .h1._300-light-white-fonts {
    font-size: 33px;
    line-height: 1.2em;
  }

  .h1._300-align-center-white {
    text-align: center;
  }

  .other-services-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .other-services-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .other-services-block-container {
    flex-direction: column;
  }

  .services-blocks-column {
    width: 100%;
    margin-top: 0;
  }

  .para-17 {
    font-size: 15px;
    line-height: 28px;
  }

  .other-service-block {
    width: auto;
    height: auto;
  }

  .h3._300-light {
    font-size: 24px;
    line-height: 1.1em;
  }

  .h3._300-light-align-center {
    font-size: 29px;
    line-height: 42px;
  }

  .h3.caps-header {
    font-size: 40px;
  }

  .h3.caps-header.bttm-margin {
    font-size: 40px;
    line-height: 1.1em;
  }

  .h3.caps-header.form-margin {
    line-height: 46px;
  }

  .money-work-for-you-section {
    padding-bottom: 50px;
  }

  .money-work-for-you-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-slide-text-container, .money-work-for-you-button-container {
    width: auto;
  }

  .ai-horizontal-divider-right {
    width: 30%;
  }

  .ai-work-block.with-margin-up---down {
    margin-top: 130px;
  }

  .how-it-works-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ai-horizontal-divider-left {
    width: 30%;
  }

  .how-it-works-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-quote-image {
    object-fit: fill;
  }

  .home-quote-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .home-quote-container {
    flex-direction: column;
    padding-left: 16px;
    padding-right: 16px;
  }

  .home-quote-text-container {
    padding-left: 0;
    padding-right: 0;
  }

  .home-quote-image-container {
    order: -9999;
    width: auto;
    height: auto;
  }

  .how-it-works-heading-container {
    text-align: center;
  }

  .methods-section {
    padding-top: 0;
  }

  .method-icon-container {
    flex: none;
  }

  .services-testimonial-section {
    padding-top: 0;
    padding-bottom: 90px;
  }

  .services-testimonial-image-container {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: scroll;
  }

  .services-testimonial-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .services-testimonial-text-container {
    margin-top: 0;
    padding: 30px;
  }

  .news-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .news-sub-text-container {
    margin-top: 10px;
  }

  .news-blocks-collection {
    padding-left: 0;
    padding-right: 0;
  }

  .news-blog-block {
    margin-bottom: 50px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .our-states-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .our-states-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .our-state-row {
    margin-top: 40px;
  }

  .our-state-heading-container {
    padding-left: 0;
  }

  .our-states-paragraph-container {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .our-state-para-1 {
    width: 200px;
    height: 200px;
  }

  .our-state-para-2 {
    margin-top: 50px;
    margin-left: 0;
  }

  .our-state-block.green-bg {
    width: 100%;
  }

  .home-contact-container {
    max-width: none;
    margin-top: -70px;
    padding: 40px 20px;
  }

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

  .footer-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-column-container {
    flex-wrap: wrap;
    display: block;
  }

  ._1st-footer-column {
    flex: 0 auto;
    width: auto;
    margin-right: 0;
  }

  .footer-nav-column-container {
    flex-direction: column;
  }

  .powered-by-webflow {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .webflow {
    color: var(--white);
  }

  .webflow-span {
    color: #ffffffe6;
  }

  .navbar-white {
    top: -120px;
  }

  .h13._600-bold-grey {
    line-height: 15px;
  }

  .para-20.white-font {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    line-height: 1.6em;
  }

  .our-story-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .our-story-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .our-story-image-container {
    margin-bottom: 20px;
  }

  .our-story-text-container {
    padding: 40px 20px;
  }

  .our-story-block-container {
    padding-left: 0;
    padding-right: 0;
  }

  .why-choose-us-container {
    padding-left: 35px;
    padding-right: 35px;
  }

  .team-member-image {
    height: auto;
    min-height: 300px;
  }

  .team-member-block {
    width: 100%;
  }

  .our-people-sub-text-container {
    margin-bottom: 50px;
  }

  .about-quote-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .about-quote-text-container {
    padding-left: 0;
    padding-right: 0;
  }

  .about-quote-image-container {
    width: auto;
    height: auto;
  }

  .our-team-button-container {
    margin-top: 10px;
  }

  .client-slide {
    width: auto;
  }

  .contact-hero-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form-section {
    padding-top: 90px;
  }

  .contact-form-container {
    margin-bottom: 60px;
    padding-top: 40px;
  }

  .contact-address-block {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .contact-address-container {
    margin-top: 20px;
  }

  .contact-flex-container {
    margin-bottom: 0;
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-address-text-container {
    flex-direction: column;
    flex: 1;
    display: flex;
  }

  .c-faq-a-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .c-faq-q-text {
    padding-left: 20px;
    padding-right: 0;
  }

  .services-hero-section {
    padding-top: 110px;
  }

  .services-hero-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .services-hero-sub-heading {
    max-width: 290px;
  }

  .cta-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .help-you-grow-container {
    justify-content: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .help-you-grow-data-container {
    justify-content: flex-start;
  }

  .help-you-grow-data.with-margin {
    margin-left: 35%;
  }

  .help-you-grow-text-container {
    width: auto;
  }

  .help-you-grow-image-container {
    max-width: 420px;
    height: auto;
  }

  .help-you-grow-image {
    object-fit: fill;
    width: 100%;
  }

  .grid {
    grid-auto-columns: 1fr;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .service-quote-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .service-info-row {
    flex-direction: row;
    align-items: flex-start;
  }

  .service-info-icon-container {
    flex: none;
  }

  .service-row-text-container {
    justify-content: center;
    align-items: flex-start;
    margin-left: 20px;
    padding-left: 0;
  }

  .service-info-button-container {
    width: auto;
  }

  .navbar-white-static {
    min-height: 85px;
  }

  .blog-hero-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-about-sticky-container {
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .blog-post-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-post-rich-text h2 {
    font-size: 23px;
    line-height: 36px;
  }

  .blog-post-block-image-container {
    height: 215px;
  }

  .blog-post-description {
    min-height: auto;
  }

  .blog-main-image-container {
    height: 245px;
  }

  .blog-main-image {
    object-fit: cover;
  }

  .blog-social-icon-container {
    flex-wrap: wrap;
    place-content: stretch space-around;
  }

  .blog-social-icon {
    flex: 1 0 140px;
    max-width: none;
    margin-bottom: 10px;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .author-details-container {
    padding: 20px;
  }

  .blog-bottom-author-name {
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .menu-icon-container {
    width: 25px;
    height: 20px;
  }

  .brand-for-mob, .brand-for-mob.w--current {
    padding-left: 0;
  }

  .all-nav-links-container {
    width: 80%;
    padding: 30px;
  }

  .nav-link-icon-container {
    margin-right: 10px;
  }

  .home-contact {
    padding-left: 30px;
    padding-right: 30px;
  }

  ._404-search-field {
    width: 100%;
  }

  .utility-page-wrap {
    padding-left: 35px;
    padding-right: 35px;
  }

  .search-result-block {
    min-height: auto;
  }

  .search-result-item {
    width: 100%;
  }

  .author-hero-container, .category-hero-container {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .search-post-block-image-container {
    height: 215px;
  }

  .search-post-description {
    min-height: auto;
  }

  .search-about-sticky-container {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .license-container {
    padding-left: 35px;
    padding-right: 35px;
  }

  .license-details {
    margin-left: 0;
  }

  .copy-right-text-container {
    text-align: center;
    margin-top: 5px;
  }

  .copy-right-text {
    display: block;
  }

  .changelog-container, .style-guide-container {
    padding-left: 35px;
    padding-right: 35px;
  }

  .style-guide-title {
    text-align: center;
  }

  .color-palette-container {
    grid-template-columns: 1fr;
  }

  .button-container {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .navbar-functions {
    display: none;
  }

  .main-container-2 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .navbar-2 {
    min-height: 72px;
  }

  .nav-menu.nav-menu-right-aligned {
    padding: 12px;
  }

  .main-container-b {
    grid-template-columns: 1fr;
    max-width: none;
  }

  .para-copyright {
    display: block;
  }

  .form-banner {
    background-image: linear-gradient(#112c5ae6, #112c5ae6), url('../images/GettyImages-1294237319.jpg');
    background-size: auto, cover;
    height: 140px;
  }

  .method-icon-container-2 {
    flex: none;
  }

  .methods-section-2 {
    padding-top: 0;
  }

  .how-it-works-section-2 {
    padding-top: 90px;
  }

  .list-grid-vertical.pricing-list {
    grid-template-columns: 1fr;
    margin-top: 24px;
    margin-bottom: 36px;
  }

  .nav-link-mobile {
    background-color: var(--chocolate);
    color: #fff;
    border-radius: 0;
    font-family: Metropolis, sans-serif;
    font-size: 17px;
    line-height: 35px;
  }

  .nav-link-mobile:hover {
    background-color: var(--black);
    color: var(--white);
  }

  .menu-button-green {
    background-color: var(--tiger-purple);
  }

  .menu-button-green.w--open {
    background-color: var(--black);
  }

  .nav-link-4 {
    color: var(--black);
    padding-left: 16px;
  }

  .hero-container {
    height: 80vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-caps-header {
    text-align: center;
    margin-bottom: 40px;
  }

  .orange-block-white-header {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .white-phone-link {
    font-size: 28px;
    line-height: 28px;
  }

  .cta-button-wrapper {
    flex-direction: column;
    align-items: center;
  }

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

  .paragraph-cta {
    font-size: 20px;
    line-height: 24px;
  }

  .button-cta {
    text-align: center;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .section-cta {
    background-position: 50%;
    background-size: auto 100%;
  }

  .cta-grid-long {
    grid-template-columns: 1fr;
  }

  .cta-heading {
    font-size: 40px;
    line-height: 46px;
  }

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

  .cta-grid {
    padding-left: 5%;
    padding-right: 5%;
  }

  .testimonial-wrapper-three {
    flex-direction: column;
  }

  .testimonial-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testimonial-wrapper-two, .testimonial-wrapper-one {
    flex-direction: column;
  }

  .feature-card {
    margin-bottom: 20px;
    display: inline-block;
  }

  .features-grid {
    order: 1;
  }

  .call-now-color-block.green-background {
    justify-content: center;
    padding: 20px 15px;
  }

  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .title-top {
    margin-left: 0;
    margin-right: 5px;
    font-size: 34px;
    line-height: 38px;
  }

  .title-top.testimonail-mobie {
    font-size: 29px;
    line-height: 36px;
  }

  .testinomials-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }

  .sub-text-title {
    line-height: 20px;
  }

  .top-margin {
    overflow: visible;
  }

  .icon {
    color: var(--white);
  }

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

  .section-2 {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .notice-bar-text-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .notice-text {
    letter-spacing: 0;
    font-size: 11px;
    line-height: 12px;
  }

  .notice-text.center {
    letter-spacing: .05em;
  }

  .notice-text.center.hide-left {
    display: none;
  }

  .brand-4 {
    width: 75%;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
    overflow: hidden;
  }

  .text-logo-lg {
    margin-top: 0;
    margin-bottom: 2px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 25px;
    line-height: 27px;
  }

  .text-logo-sm {
    letter-spacing: 2px;
    margin-bottom: 3px;
    margin-left: 0;
    font-size: 11px;
    line-height: 14px;
  }

  .image-8 {
    float: left;
    height: 90%;
    margin-top: 7px;
    padding-bottom: 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }

  .image-8.logo-image {
    margin-top: 9px;
  }

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

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

  .slider-heading {
    font-size: 40px;
    line-height: 46px;
  }

  .div-block-4 {
    margin-right: 0;
    padding-left: 40px;
  }

  .div-block-4.last {
    padding-right: 60px;
  }

  .button.submit {
    width: 100%;
  }
}


@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}