:root {
  --link-hover: #e5e5e5;
  --midnight-blue-2: #120a5c;
  --dark-khaki: #c4aa68;
  --midnight-blue: #0c0830;
  --medium-violet-red: #96506f66;
  --paragraph-dark: #545454;
  --gold: #e5c353;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray900: #101828;
  --untitled-ui--gray50: #f9fafb;
  --untitled-ui--warning300: #fec84b;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --elements-webflow-library--neutral--600: #6e7191;
  --untitled-ui--white: white;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --midnight-blue-3: #1c11e4;
  --dark-goldenrod: #9c863f;
  --untitled-ui--gray500: #667085;
  --untitled-ui--gray200: #eaecf0;
}

.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: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.2em;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Opensauceone, sans-serif;
  font-size: 3em;
  font-weight: 600;
  line-height: 1.2em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Opensauceone, sans-serif;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.2em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Opensauceone, sans-serif;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.2em;
}

h4 {
  text-align: left;
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-family: Opensauceone, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1em;
}

h5 {
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-family: Opensauceone, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25rem;
}

p {
  opacity: .75;
  color: #222;
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 1.5em;
}

a {
  color: #333;
  border-bottom: .0625rem solid #000;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

a:hover {
  opacity: .7;
}

li {
  padding-left: .875rem;
  padding-right: .875rem;
}

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

.body {
  font-family: Opensauceone, sans-serif;
  font-size: 1.125rem;
  line-height: 1em;
}

.s-hero {
  color: #fff;
  background-image: url('../images/hero2_1.jpg');
  background-position: 0 30%;
  background-repeat: no-repeat;
  background-size: 212.5rem;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav {
  color: #fff;
  background-color: #ddd0;
  align-items: center;
  padding: 3.125rem;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.s-hero-nav-wrapper {
  z-index: 10;
  position: absolute;
  inset: 0% 0% auto;
}

.c-nav-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.c-nav-wrapper.wrapper {
  flex-direction: row;
}

.c-nav-wrapper.header {
  align-items: stretch;
}

.nav-brand {
  direction: ltr;
  color: #fff;
  letter-spacing: .1875rem;
  text-transform: uppercase;
  object-fit: fill;
  border-bottom-style: none;
  font-size: 1.2em;
  font-weight: 500;
  overflow: visible;
}

.nav-menu {
  clear: none;
  padding-top: .625rem;
  padding-bottom: .625rem;
  font-size: 1rem;
  position: relative;
}

.nav-link {
  color: #fff;
  cursor: pointer;
  border-bottom-style: none;
  margin-left: 2.5rem;
  padding: 0;
  font-size: 16px;
  line-height: 1.2em;
  top: .75rem;
}

.nav-link:hover {
  opacity: 1;
  color: var(--link-hover);
}

.nav-link.w--current {
  color: #fff;
}

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

.s-hero-left-content-wrapper {
  z-index: 10;
  max-width: 65.625rem;
  margin-top: 2.1875rem;
  position: relative;
}

.s-hero-h1 {
  margin-top: 0;
  margin-bottom: 1.875rem;
  font-size: 3.7em;
  font-weight: 600;
  line-height: 1.3em;
}

.s-hero-p {
  opacity: .85;
  color: #fff;
  margin-bottom: 3.125rem;
  font-family: Inter, sans-serif;
  font-size: .9em;
}

.s-hero-btn-wrapper {
  align-items: center;
  margin-bottom: 3.125rem;
  display: flex;
}

.btn-secondary {
  color: #fff;
  border: .0625rem solid #fff;
  border-radius: .25rem;
  padding: 1.25rem 2.1875rem;
  font-size: 1em;
  text-decoration: none;
  transition: all .15s linear;
}

.btn-secondary:hover {
  opacity: 1;
  color: var(--midnight-blue-2);
  background-color: #fff;
  box-shadow: 0 1px 3.125rem #ffffff1a;
}

.btn-secondary.ourway {
  background-color: var(--midnight-blue-2);
}

.btn-secondary.ourway:hover {
  color: #fff;
}

.btn-text {
  color: #fff;
  cursor: pointer;
  border-bottom-style: none;
  margin-left: 3.125rem;
  font-size: 1em;
  text-decoration: none;
  transition: all .2s linear;
}

.s-hero-overlay-bottom-dark {
  z-index: 1;
  opacity: .75;
  background-image: linear-gradient(333deg, #0c083000, #0c007c);
  border-radius: 0;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.s-hero-overlay-bottom-dark.black {
  border-bottom: .0625rem solid var(--dark-khaki);
  background-image: linear-gradient(265deg, #0c083000 32%, #000);
}

.s-hero-overlay-stars {
  z-index: 1;
  opacity: .1;
  background-image: url('../images/hero-stars.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  inset: 0%;
}

.s-hero-overlay-clouds {
  z-index: 1;
  opacity: .05;
  background-image: url('../images/hero-clouds.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.s-hero-overlay-moon {
  z-index: 1;
  opacity: .1;
  background-image: url('../images/hero-1-moon-v3.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  inset: 0%;
}

.s-hero-overlay-star-1 {
  z-index: 1;
  background-image: linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue)), url('../images/star-50.png');
  opacity: .65;
  color: #fff;
  background-position: 0 0, -1.25rem -1.875rem;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  position: absolute;
  inset: 0%;
}

.s-hero-overlay-star-2 {
  opacity: .1;
  background-image: url('../images/star-40.png');
  background-position: 30% 130%;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.about-us {
  height: 100%;
  padding: 9.375rem 3.125rem 0;
}

.about-us.footer {
  padding-bottom: 6.25rem;
}

.about-us.full {
  padding-left: 0;
  padding-right: 0;
}

._2-1-grid {
  grid-column-gap: 4.6875rem;
  grid-row-gap: 9.375rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.grid-box-wrapper {
  text-align: left;
}

.grid-box-wrapper.center {
  text-align: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.h3-center {
  text-align: center;
  margin-bottom: 1.5625rem;
  font-weight: 500;
}

.grid-3-1 {
  grid-column-gap: 3.125rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.night-sky-inner-wrapper {
  color: #fff;
  background-image: linear-gradient(#273a7180, #273a7180), url('../images/hero-stars.png'), linear-gradient(#273a71, #273a71);
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, cover, auto;
  background-attachment: scroll, fixed, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 31.25rem;
  display: flex;
  position: relative;
  box-shadow: 0 16px 3.125rem #273a711a;
}

.night-sky-inner-wrapper.ourway {
  background-image: url('../images/strategicconversationsimage.jpeg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.night-sky-inner-wrapper.logo-section {
  background-image: linear-gradient(230deg, var(--medium-violet-red), transparent), url('../images/Depositphotos_106902364_originalgradient.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  min-height: 37.5rem;
}

.center-content-outer-wrapper {
  justify-content: center;
  margin-bottom: 3.125rem;
  display: flex;
}

.center-content-outer-wrapper.no-bm {
  margin-bottom: 0;
}

.h2-center {
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 2.4em;
  line-height: 1.4em;
  display: block;
}

.h2-center.left {
  color: var(--midnight-blue-2);
  text-align: left;
}

.h2-center.contact {
  color: var(--midnight-blue-2);
  padding-bottom: 2.1875rem;
}

.center-content-inner-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 56.25rem;
  display: flex;
}

.sub-header-dark {
  opacity: .5;
  color: #222;
  letter-spacing: .1875rem;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 700;
}

.subheader-clip-wrapper {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(230deg, #96506f, #273a71 67%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 1.5625rem;
  font-weight: 400;
}

.icon-small {
  max-width: 15.625rem;
  margin-bottom: 1.5625rem;
}

.c-full-centered {
  justify-content: center;
  max-width: 100%;
  display: flex;
}

.card-img {
  max-width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.card-img._1 {
  background-image: url('../images/5cd2f552316b1229a6d17b09_thomas-drouault-793767-unsplash1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}

.card-img._2 {
  background-image: url('../images/x-beneficios-que-a-contabilidade-digital-traz-para-a-vida-do-empreendedor-20200311134947.jpg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}

.card-img._3 {
  background-image: url('../images/Quickbooks.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}

.card-img._4 {
  background-image: url('../images/AdobeStock_398661910-scaled.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
}

.grid-box-content-wrapper {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.grid-variable-wrapper {
  text-align: left;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.grid-variable-wrapper.no-margin {
  margin-bottom: 0;
  display: none;
}

.grid-variable-img-wrapper {
  width: 45%;
  max-width: 50%;
}

.c-1200-2 {
  object-fit: fill;
  justify-content: space-between;
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: block;
  position: static;
}

.grid-variable-content-wrapper {
  text-align: left;
  align-items: center;
  width: 45%;
  max-width: 50%;
  display: flex;
}

.content-box-img {
  max-width: 1.875rem;
}

.illustration-fullwidth {
  background-image: linear-gradient(50deg, #96506f, #273a71 73%);
  height: 100vh;
  display: none;
  position: relative;
  overflow: hidden;
}

.our-services {
  background-color: #071831;
  margin-top: 0;
  padding-top: 10.9375rem;
  padding-bottom: 10.9375rem;
}

.card-grid {
  grid-column-gap: 1.8125rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 4.5625rem;
}

.card-h3 {
  color: var(--dark-khaki);
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 1.5em;
  line-height: 1.3em;
}

.card-img-wrapper {
  object-fit: fill;
  height: 15.625rem;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.card-content-wrapper {
  background-color: #fff;
  border-radius: 20px;
  padding: 2.1875rem;
}

.card-wrapper {
  cursor: pointer;
  background-color: #fff;
  border: .0625rem #fff;
  border-radius: 20px;
  transition: all .15s ease-in;
  box-shadow: 0 15px 3.125rem #00000005;
}

.card-wrapper:hover {
  border-style: none;
  border-color: #d1d1d1;
  box-shadow: 0 20px 3.125rem #0000001a;
}

.card-wrapper.last {
  box-shadow: 0 15px 3.125rem #273a7105;
}

.card-wrapper.last:hover {
  box-shadow: 0 15px 3.125rem #273a7126;
}

.card-p {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: .9em;
  line-height: 1.3em;
}

.card-link {
  color: var(--paragraph-dark);
  border-bottom-style: none;
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
  font-family: Inter, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: none;
  display: block;
}

.card-link:hover {
  opacity: 1;
}

.contact-wrapper {
  width: 70%;
  margin-top: 3.125rem;
}

.google-maps-iframe {
  margin-top: 6.25rem;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
}

._3-1-grid {
  grid-column-gap: 4.6875rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 0;
}

.card-img-overlay {
  opacity: 1;
  background-image: url('../images/hero-stars.png'), linear-gradient(26deg, #273a7180 49%, #96506f80);
  background-position: 50%, 0 0;
  background-size: auto, auto;
  display: none;
  position: absolute;
  inset: 0%;
}

.main-icon-2 {
  max-width: 1.875rem;
}

.hero-3 {
  color: #fff;
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.s-content-full-wrapper {
  background-image: linear-gradient(230deg, var(--medium-violet-red), #273a7166 67%), url('../images/Depositphotos_106902364_originalbluegrad.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  display: flex;
  position: static;
  inset: 0%;
}

.p-center {
  text-align: center;
  padding-bottom: 1.25rem;
  font-family: Inter, sans-serif;
  font-weight: 400;
  display: none;
}

.p-center.left {
  opacity: 1;
  color: var(--paragraph-dark);
  text-align: left;
}

.p-center.right.grid {
  opacity: 1;
  color: var(--paragraph-dark);
}

.p-center.white {
  color: #fff;
}

.h2-center-max-600 {
  text-align: center;
  max-width: 37.5rem;
  margin-bottom: 1.5625rem;
  font-weight: 600;
}

.s-header {
  color: #fff;
  background-color: #222;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.s-body {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.hero-link {
  color: #fff;
  border-bottom-color: #fff;
}

.image {
  max-width: none;
}

.hero-content-wrap {
  display: flex;
}

.s-hero-right-content-wrapper {
  z-index: 10;
  justify-content: flex-end;
  align-items: flex-end;
  width: 80%;
  display: flex;
  position: relative;
}

.hero-social-icon-wrap {
  flex-direction: row;
  align-items: flex-end;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  display: flex;
}

.social-icon-link {
  border-bottom-style: none;
  margin: 0;
  transition-property: none;
}

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

.image-2 {
  width: 1.5625rem;
  margin-right: 1.875rem;
  padding-left: 0;
  padding-right: 0;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
}

.subheader {
  opacity: 1;
  color: var(--dark-khaki);
  letter-spacing: .1875rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: .8875rem;
  font-size: 1em;
  font-weight: 600;
}

.subheader.box {
  color: #1900ff;
}

.subheader.white {
  color: var(--dark-khaki);
}

.s-hero-particles, .s-hero-particles-2, .particles-wrapper-2 {
  position: absolute;
  inset: 0%;
}

.icon-big {
  max-width: 3.125rem;
  margin-bottom: 1.5625rem;
}

.icon-big.no-margin, .subheader-standard {
  margin-bottom: 0;
}

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

.bold-text-2 {
  color: #fff;
}

.text-span {
  color: var(--midnight-blue-2);
  text-transform: uppercase;
  font-weight: 600;
}

.footer {
  padding: 8.4375rem;
}

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

.contact-us {
  padding-top: 9.375rem;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  display: none;
}

.map {
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  display: none;
}

.grid-2 {
  grid-template-columns: 1fr;
}

.text-block {
  font-size: .75rem;
  font-weight: 400;
}

.image-3 {
  padding-bottom: 2.125rem;
  padding-left: 0;
  padding-right: 0;
}

.paragraph {
  font-size: 1em;
  font-weight: 400;
}

.text-block-2 {
  text-align: center;
  width: 100%;
  margin-bottom: 3.125rem;
  font-size: .875rem;
  line-height: 1.4em;
}

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

.text-span-3, .text-span-4 {
  color: var(--midnight-blue-2);
  font-weight: 500;
}

.link {
  border-bottom-width: 0;
  text-decoration: none;
}

.text-span-5 {
  text-transform: none;
  font-weight: 600;
}

.our-way {
  height: 100%;
  padding: 9.375rem 3.125rem 0;
  display: none;
}

.our-way.footer {
  padding-bottom: 6.25rem;
}

.our-way.full {
  padding-left: 0;
  padding-right: 0;
}

.hero-2 {
  height: 100%;
  padding: 9.375rem 0 0;
}

.hero-2.footer {
  padding-bottom: 6.25rem;
}

.hero-2.full {
  padding-left: 0;
  padding-right: 0;
}

.bold-text-3 {
  font-family: Opensauceone, sans-serif;
  line-height: .08125rem;
}

.link-block {
  border-bottom-style: none;
}

.link-block.w--current {
  border-bottom-width: 0;
}

.image-4 {
  max-width: 9.375rem;
  padding-bottom: 2.8125rem;
}

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

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

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

.quote {
  color: #fff;
  text-transform: uppercase;
  border: .0625rem solid #fff;
  border-radius: .25rem;
  margin-left: 2.5rem;
  padding: .9375rem 1.25rem;
  font-size: 1em;
  text-decoration: none;
  transition: all .15s cubic-bezier(.25, .46, .45, .94);
}

.quote:hover {
  opacity: 1;
  color: var(--midnight-blue-2);
  background-color: #fff;
  box-shadow: 0 1px 3.125rem #ffffff1a;
}

.quote.ourway {
  background-color: var(--midnight-blue-2);
}

.quote.ourway:hover {
  color: #fff;
}

.text-block-3 {
  font-size: .9em;
}

.text-block-4 {
  cursor: pointer;
  font-size: .9em;
  font-weight: 500;
}

.linkinin {
  width: 1.5625rem;
  margin-left: 1.875rem;
  margin-right: 1.875rem;
  padding-left: 0;
  padding-right: 0;
}

.linkinin:hover {
  opacity: .7;
}

.mail-icon {
  width: 1.5625rem;
  margin-right: 1.8rem;
  padding-left: 0;
  padding-right: 0;
}

.mail-icon:hover {
  opacity: .7;
}

.facebook {
  width: 1.5625rem;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.facebook:hover {
  opacity: .7;
}

.facebook-link {
  border-bottom-style: none;
  margin: 0;
}

.facebook-link:hover {
  opacity: 1;
}

.linkin-link {
  border-bottom-style: none;
  margin: 0;
  display: none;
}

.linkin-link:hover {
  opacity: 1;
}

.mail-link {
  border-bottom-style: none;
  margin: 0;
}

.mail-link:hover {
  opacity: 1;
}

.footer-social-icon-wrap-copy {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.text-span-6 {
  color: var(--midnight-blue-2);
  font-weight: 500;
}

.qbooks {
  width: 1.5625rem;
  margin-left: 1.875rem;
  margin-right: 1.875rem;
  padding-left: 0;
  padding-right: 0;
}

.qbooks:hover {
  opacity: .7;
}

.qbooks-link {
  border-bottom-style: none;
  margin: 0;
}

.qbooks-link:hover {
  opacity: 1;
}

.qbooks-link-footer {
  border-bottom-style: none;
  margin: 0;
}

.qbooks-link-footer:hover {
  opacity: 1;
}

.qbooks-footer {
  width: 1.5625rem;
  margin-left: 1.875rem;
  margin-right: 1.875rem;
  padding-left: 0;
  padding-right: 0;
}

.qbooks-footer:hover {
  opacity: .7;
}

.about-hero {
  color: #fff;
  background-image: url('../images/hero2_1.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  height: 23vh;
  max-height: none;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-section {
  border-top: .3125rem solid var(--dark-khaki);
  padding-top: 6.25rem;
  padding-bottom: 0;
}

.flex-container {
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: block;
}

.feature-image-mask {
  flex: 0 auto;
  align-self: flex-start;
  width: 100%;
  margin-right: 2.5rem;
}

.feature-image {
  object-fit: contain;
  object-position: 50% 50%;
  border-radius: 1.25rem;
  width: 100%;
  height: 100%;
  margin-top: 3.75rem;
}

.paragraph-2 {
  margin-bottom: 3.125rem;
  padding-bottom: 0;
  font-family: Opensauceone, sans-serif;
  font-size: 1em;
  font-weight: 400;
  position: static;
}

.paragraph-2.end {
  margin-bottom: 0;
}

.heading {
  color: var(--midnight-blue-2);
  text-align: center;
  margin-bottom: 1.875rem;
  padding-bottom: 3.125rem;
  font-weight: 700;
}

.bold-text-4, .bold-text-5, .bold-text-6 {
  color: var(--midnight-blue-2);
}

.services-section {
  border-top: .3125rem solid var(--dark-khaki);
  padding-top: 6.25rem;
  padding-bottom: 0;
}

.services-hero {
  color: #fff;
  background-image: url('../images/services-hero2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 23vh;
  max-height: none;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bold-text-7, .bold-text-8, .bo, .bo-copy {
  color: var(--midnight-blue-2);
}

.reviews-hero {
  color: #fff;
  background-image: url('../images/reviews.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  height: 23vh;
  max-height: none;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.reviews-section {
  border-top: .3125rem solid var(--dark-khaki);
  padding-top: 6.25rem;
  padding-bottom: 0;
  display: none;
}

.text-span-7 {
  color: var(--gold);
  font-size: 2em;
}

.bold-text-7-copy, .review-heading {
  color: var(--midnight-blue-2);
  font-size: 1.5em;
}

.text-span-8 {
  font-size: .8em;
}

.div-block, .div-block-2 {
  margin-bottom: 0;
}

.contact-hero {
  color: #fff;
  background-image: url('../images/Chero.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  height: 23vh;
  max-height: none;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact-section {
  border-top: .3125rem solid var(--dark-khaki);
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}

.contact-us-copy {
  border-top: .3125rem solid var(--dark-khaki);
  padding-top: 6.25rem;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}

.footer-2 {
  text-align: center;
  align-items: flex-start;
  padding-top: 3.75rem;
  padding-bottom: 2.5rem;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 2.5rem;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 6%;
  min-height: 100%;
  max-height: none;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 13.75rem;
  height: auto;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: .875rem;
  line-height: 1.5;
}

.footer-link {
  color: #444;
  border-bottom-width: 0;
  margin-bottom: .625rem;
  font-size: .8125rem;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: none;
}

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

.text-block-5 {
  text-align: center;
  margin-top: 0;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-5 {
  margin-bottom: -.0625rem;
  margin-left: 0;
  margin-right: 1.25rem;
}

.div-block-5 {
  width: 100%;
  margin-left: 0;
}

.list {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 2.5rem;
  padding-bottom: 1.125rem;
  padding-left: 0;
  display: flex;
}

.banner-wrapper {
  z-index: 1000;
  float: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 5%;
}

.html-embed {
  border: .0625rem solid var(--link-hover);
  border-radius: 0;
  margin-top: .3125rem;
}

.div-block-6 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding-right: 4.375rem;
  display: flex;
}

.section {
  display: none;
}

.html-embed-3, .html-embed-4 {
  margin-right: 1.25rem;
}

.html-embed-5 {
  margin-top: 1rem;
}

.blog-hero {
  color: #fff;
  background-image: url('../images/sub-buzz-2133-1648224244-16.jpeg');
  background-position: 100% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  height: 23vh;
  max-height: none;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-content {
  border-top: .3125rem solid var(--dark-khaki);
  padding-top: 6.25rem;
  padding-bottom: 0;
}

.rich-text-block {
  outline-offset: 0rem;
  color: var(--midnight-blue-2);
  outline: .1875rem #120a5c;
  font-family: Opensauceone, sans-serif;
  font-size: .8125rem;
}

.list-item {
  list-style-type: disc;
  display: flex;
}

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

.uui-text-size-small {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: Opensauceone, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-text-size-large {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-xxsmall {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-xxsmall.text-weight-medium {
  font-family: Opensauceone, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.uui-heading-medium {
  color: var(--midnight-blue-2);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-testimonial14_component {
  column-count: 3;
  column-gap: 2rem;
  margin-top: 4rem;
}

.uui-testimonial14_content {
  border: .0625rem solid var(--untitled-ui--gray50);
  background-color: var(--untitled-ui--gray50);
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2rem;
  padding: 2rem;
  display: inline-block;
}

.uui-testimonial14_rating-icon {
  color: var(--untitled-ui--warning300);
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.uui-testimonial14_rating-wrapper {
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.uui-testimonial14_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.uui-testimonial14_client-image-wrapper {
  margin-right: .75rem;
}

.uui-testimonial14_client {
  text-align: left;
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-testimonial14_client-heading {
  color: var(--midnight-blue-2);
  letter-spacing: normal;
  font-family: Opensauceone, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.brix---color-neutral-100 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---btn-primary {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---position-relative {
  position: relative;
}

.brix---buttons-row {
  align-items: center;
  display: flex;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h1-size {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 80px;
}

.brix---header-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-nav-list-item {
  margin-bottom: 0;
  padding-left: 32px;
}

.brix---dropdown-card {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 20px;
  min-width: 280px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-link {
  color: var(--elements-webflow-library--neutral--600);
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---dropdown-pd {
  padding: 40px;
}

.brix---header-logo {
  max-width: 250px;
}

.brix---header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.brix---header-right-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---dropdown-chevron {
  width: 14px;
  margin-left: 6px;
}

.brix---dropdown-links-grid {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-column-wrapper {
  background-color: #0000;
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper.w--open {
  transform: translate(-50%);
}

.brix---btn-primary-small {
  background-color: var(--dark-khaki);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  margin-left: 24px;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small:hover {
  background-color: var(--dark-khaki);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-header-hidden-on-mbl {
  margin-left: 0;
}

.brix---header-nav-list-item-show-in-mbl {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---paragraph-default {
  opacity: 1;
  color: #fff;
  margin-bottom: 0;
  font-family: Opensauceone, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---button-row-left {
  margin-right: 24px;
}

.brix---bg-image-full-width {
  z-index: -1;
  opacity: 1;
  mix-blend-mode: normal;
  object-fit: cover;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.brix---grid-2-col---1-col-t {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---header-wrapper-transparent {
  z-index: 1000;
  background-color: #0000;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  position: absolute;
}

.brix---header-nav-link-white {
  color: var(--elements-webflow-library--neutral--100);
  padding: 0;
  font-size: 16px;
  line-height: 20px;
  transition: opacity .3s, color .3s;
}

.brix---header-nav-link-white:hover {
  opacity: .48;
  color: var(--dark-khaki);
}

.brix---header-nav-link-white.w--current {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---header-nav-link-white.w--current:hover {
  border: 1px solid var(--dark-khaki);
  color: var(--dark-khaki);
}

.brix---header-nav-link-white.w--current:active {
  background-color: #f000;
}

.brix---hamburger-menu-bar-top-white, .brix---hamburger-menu-bar-bottom-white {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---dropdown-toggle-white {
  color: var(--elements-webflow-library--neutral--100);
  align-items: center;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: opacity .3s, color .3s;
  display: flex;
}

.brix---dropdown-toggle-white:hover {
  opacity: .59;
}

.brix---show-on-tablet {
  display: none;
}

.brix---hero-bg-image-dark-header-top {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(80deg, #030011, #fff0), linear-gradient(333deg, #fff0, #0c007c), url('../images/hero2_1.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  height: 850px;
  padding-top: 234px;
  padding-bottom: 234px;
  position: relative;
  overflow: hidden;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---border-radius-24px {
  z-index: -1;
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.brix---btn-primary-2 {
  background-color: var(--dark-khaki);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-2:hover {
  background-color: var(--dark-khaki);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary-2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-2:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---buttons-row-2 {
  align-items: center;
  display: flex;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---heading-h2-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---flex-card---image-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.brix---img-below-card {
  max-width: 976px;
  margin-left: auto;
}

.brix---paragraph-default-2 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---button-row-left-2 {
  margin-right: 24px;
}

.brix---card-over-image {
  z-index: 1;
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  max-width: 600px;
  padding: 80px 72px;
  position: absolute;
}

.brix---container-default-3 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---header-wrapper {
  background-color: var(--elements-webflow-library--neutral--100);
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.brix---header-content-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---header-nav-menu-list-2 {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-nav-link {
  border-bottom-style: none;
  border-bottom-color: var(--midnight-blue);
  color: var(--elements-webflow-library--neutral--800);
  padding: 0;
  font-family: Opensauceone, sans-serif;
  font-size: 16px;
  line-height: 20px;
  transition: color .3s;
}

.brix---header-nav-link:hover {
  border-bottom-color: var(--dark-khaki);
  color: var(--dark-khaki);
}

.brix---header-nav-list-item-2 {
  margin-bottom: 0;
  padding-left: 32px;
}

.brix---dropdown-toggle {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---dropdown-card-2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 20px;
  min-width: 280px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-link-2 {
  color: var(--elements-webflow-library--neutral--600);
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link-2:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---dropdown-pd-2 {
  padding: 40px;
}

.brix---header-logo-2 {
  max-width: 250px;
}

.brix---header-logo-link-2 {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link-2:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---header-logo-link-2.w--current {
  border-bottom-style: none;
}

.brix---hamburger-menu-wrapper-2 {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper-2:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper-2.w--open {
  background-color: #0000;
}

.brix---header-right-col-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---dropdown-chevron-2 {
  width: 14px;
  margin-left: 6px;
}

.brix---dropdown-links-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-column-wrapper-2 {
  background-color: #0000;
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper-2.w--open {
  transform: translate(-50%);
}

.brix---hamburger-menu-bar-top, .brix---hamburger-menu-bar-bottom {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---btn-primary-small-2 {
  background-color: var(--dark-khaki);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: Opensauceone, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small-2:hover {
  background-color: var(--dark-khaki);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-header-hidden-on-mbl-2 {
  margin-left: 24px;
}

.brix---header-nav-list-item-show-in-mbl-2 {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.whatsapp {
  width: 1.5625rem;
  margin-right: 1.5rem;
  padding-left: 0;
  padding-right: 0;
}

.whatsapp:hover {
  opacity: .7;
}

.mail-icon-copy {
  width: 1.5625rem;
  margin-right: 1.8rem;
  padding-left: 0;
  padding-right: 0;
}

.mail-icon-copy:hover {
  opacity: .7;
}

@media screen and (max-width: 991px) {
  .s-hero {
    background-position: 50% 0;
    background-size: cover;
    flex-direction: column;
    align-items: flex-end;
    height: 43.75rem;
    padding-bottom: 3.0625rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: relative;
  }

  .nav {
    padding: 3.125rem;
  }

  .c-nav-wrapper {
    max-width: 100%;
  }

  .c-nav-wrapper.wrapper {
    align-items: flex-start;
  }

  .c-nav-wrapper.header {
    justify-content: space-between;
    margin-top: 17.75rem;
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
  }

  .nav-menu-btn {
    z-index: 11;
    padding: 0;
  }

  .nav-menu-btn.w--open {
    z-index: 10;
    background-color: #c8c8c800;
  }

  .nav-menu {
    z-index: 100;
    background-color: #000;
    width: 50vw;
    max-height: 100vh;
    padding-top: 6.25rem;
  }

  .nav-link {
    padding-top: .9375rem;
    padding-bottom: .9375rem;
    top: 0;
  }

  .s-hero-left-content-wrapper {
    z-index: 5;
    max-width: 100%;
    margin-top: 0;
  }

  .s-hero-h1 {
    text-align: center;
    font-size: 2em;
    line-height: 1.3;
  }

  .s-hero-p {
    opacity: 1;
    text-align: center;
    font-size: .8em;
    line-height: 1.3em;
  }

  .s-hero-btn-wrapper {
    flex-direction: row;
    justify-content: center;
  }

  .btn-text {
    margin-top: 0;
    margin-left: 3.125rem;
  }

  .s-hero-overlay-bottom-dark.black {
    opacity: .9;
    background-image: linear-gradient(to top, #0c083000 64%, #000);
  }

  .about-us {
    padding-top: 6.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .night-sky-inner-wrapper {
    min-height: 25rem;
  }

  .center-content-outer-wrapper {
    margin-bottom: 3.125rem;
  }

  .h2-center {
    font-size: 2em;
  }

  .grid-variable-img-wrapper {
    width: 50%;
  }

  .c-1200-2 {
    max-width: 100%;
  }

  .our-services {
    margin-top: 6.25rem;
    padding: 6.25rem 1.25rem;
  }

  .card-grid {
    grid-column-gap: 1.1875rem;
    grid-row-gap: 1.25rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    display: grid;
  }

  .card-wrapper {
    margin-bottom: 0;
  }

  .card-link {
    margin-top: 1.4375rem;
    margin-bottom: 1.4375rem;
    font-size: 1em;
    line-height: 1.3em;
  }

  .contact-wrapper {
    width: 100%;
  }

  ._3-1-grid {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .hero-3 {
    height: auto;
  }

  .s-content-full-wrapper {
    background-position: 0 0, 50%;
    height: 500px;
  }

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

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

  .hero-content-wrap {
    flex-direction: column;
  }

  .s-hero-right-content-wrapper {
    justify-content: center;
    padding-bottom: 1.5625rem;
    display: none;
    position: absolute;
    inset: auto 0% 0%;
  }

  .hero-social-icon-wrap {
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 1.5625rem;
  }

  .social-icon-link {
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }

  .contact-us {
    padding-top: 2.5rem;
  }

  .our-way {
    padding-top: 6.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .hero-2 {
    padding-top: 6.25rem;
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-3 {
    font-size: 70px;
    line-height: 90px;
  }

  .quote {
    margin-top: 1.125rem;
    margin-left: 0;
  }

  .linkinin, .facebook-link {
    margin-left: 0;
    margin-right: 0;
  }

  .linkin-link {
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }

  .mail-link {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-social-icon-wrap-copy {
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: 1.5625rem;
  }

  .qbooks {
    margin-left: 0;
    margin-right: 0;
  }

  .qbooks-link, .qbooks-link-footer {
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }

  .qbooks-footer {
    margin-left: 0;
    margin-right: 0;
  }

  .about-hero {
    background-image: url('../images/hero2.jpg');
    background-position: 50% 0;
    background-size: cover;
    align-items: flex-end;
    height: 18.75rem;
    padding-bottom: 3.0625rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: relative;
  }

  .feature-section {
    padding-top: 3.125rem;
  }

  .flex-container {
    flex-direction: column;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .feature-image {
    margin-top: 3.3125rem;
  }

  .heading {
    padding-bottom: 1.5625rem;
  }

  .services-section {
    padding-top: 3.125rem;
  }

  .services-hero {
    background-position: 50%;
    background-size: cover;
    align-items: flex-end;
    height: 18.75rem;
    padding-bottom: 3.0625rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: relative;
  }

  .reviews-hero {
    background-position: 50% 0;
    background-size: cover;
    align-items: flex-end;
    height: 18.75rem;
    padding-bottom: 3.0625rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: relative;
  }

  .reviews-section {
    padding-top: 3.125rem;
    padding-bottom: 0;
  }

  .contact-hero {
    background-position: 50%;
    background-size: cover;
    align-items: flex-end;
    height: 18.75rem;
    padding-bottom: 3.0625rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: relative;
  }

  .contact-section {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .contact-us-copy {
    padding-top: 2.5rem;
  }

  .footer-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .banner-wrapper {
    flex-direction: row;
    padding-top: 3.4375rem;
    display: none;
    position: static;
  }

  .div-block-7 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 4.9375rem;
    display: flex;
  }

  .html-embed-2 {
    padding-bottom: 1.8125rem;
  }

  .section {
    display: none;
  }

  .blog-hero {
    background-position: 50% 0;
    background-size: cover;
    align-items: flex-end;
    height: 18.75rem;
    padding-bottom: 3.0625rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: relative;
  }

  .blog-content {
    padding-top: 3.125rem;
    padding-bottom: 0;
  }

  .uui-testimonial14_component {
    column-count: 2;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-nav-list-item {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---dropdown-card {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .brix---dropdown-card.w--open {
    position: static;
  }

  .brix---dropdown-pd {
    padding: 20px 0 14px;
  }

  .brix---header-logo {
    max-width: 232px;
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .brix---dropdown-column-wrapper {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper.w--open {
    transform: none;
  }

  .brix---header-nav-list-item-show-in-mbl {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---grid-2-col---1-col-t {
    grid-template-columns: 1fr;
  }

  .brix---header-wrapper-transparent {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---header-nav-link-white {
    color: var(--elements-webflow-library--neutral--800);
  }

  .brix---hamburger-menu-bar-top-white {
    background-color: var(--elements-webflow-library--neutral--100);
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-bar-bottom-white {
    background-color: var(--elements-webflow-library--neutral--100);
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---dropdown-toggle-white {
    color: var(--elements-webflow-library--neutral--800);
  }

  .brix---header-nav-menu-wrapper-white {
    border-top: 0px solid var(--elements-webflow-library--neutral--300);
    border-bottom: 0px solid var(--elements-webflow-library--neutral--300);
    background-color: var(--elements-webflow-library--neutral--100);
    padding: 24px;
  }

  .brix---hidden-on-tablet {
    display: none;
  }

  .brix---show-on-tablet {
    display: block;
  }

  .brix---hero-bg-image-dark-header-top {
    padding-top: 200px;
    padding-bottom: 160px;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---btn-primary-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---section {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---flex-card---image-wrapper {
    display: block;
  }

  .brix---card-over-image {
    margin-bottom: 34px;
    padding: 56px 48px;
    position: static;
  }

  .brix---header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---header-menu-wrapper {
    border-top: 1px solid var(--elements-webflow-library--neutral--300);
    border-bottom: 1px solid var(--elements-webflow-library--neutral--300);
    background-color: var(--elements-webflow-library--neutral--100);
    padding: 24px;
  }

  .brix---header-nav-menu-list-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-nav-list-item-2 {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---dropdown-card-2 {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .brix---dropdown-card-2.w--open {
    position: static;
  }

  .brix---dropdown-pd-2 {
    padding: 20px 0 14px;
  }

  .brix---header-logo-2 {
    max-width: 232px;
  }

  .brix---hamburger-menu-wrapper-2 {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper-2:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper-2.w--open {
    background-color: #0000;
  }

  .brix---dropdown-column-wrapper-2 {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper-2.w--open {
    transform: none;
  }

  .brix---hamburger-menu-bar-top {
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-bar-bottom {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---header-nav-list-item-show-in-mbl-2 {
    margin-bottom: 16px;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .s-hero {
    background-position: 50% 0;
    padding-bottom: 3.75rem;
  }

  .nav {
    padding: 2.5rem 1.5625rem;
  }

  .c-nav-wrapper.header {
    margin-top: 16.4375rem;
  }

  .s-hero-p {
    opacity: 1;
  }

  .s-hero-overlay-bottom-dark.black {
    opacity: .9;
  }

  .about-us {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  ._2-1-grid {
    display: block;
  }

  .grid-box-wrapper {
    margin-bottom: 3.125rem;
  }

  .grid-3-1 {
    margin-bottom: -3.125rem;
    display: block;
  }

  .night-sky-inner-wrapper {
    min-height: 18.75rem;
    padding: 4.6875rem 3.125rem;
  }

  .h2-center {
    font-size: 2em;
  }

  .grid-variable-wrapper {
    flex-direction: column;
    margin-bottom: 2.5rem;
    display: flex;
  }

  .grid-variable-wrapper.no-margin {
    object-fit: fill;
    flex-direction: column-reverse;
    display: none;
    position: static;
  }

  .grid-variable-img-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .grid-variable-content-wrapper {
    width: 100%;
    max-width: 100%;
    margin-top: 3.125rem;
  }

  .our-services {
    margin-top: .8125rem;
    padding-top: 6.25rem;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .card-grid {
    display: block;
  }

  .card-wrapper {
    margin-bottom: 1.25rem;
  }

  .card-wrapper.last {
    margin-bottom: 0;
  }

  .card-link {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .hero-3 {
    height: 80vh;
  }

  .p-center.left, .p-center.right {
    text-align: left;
  }

  .our-way {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .hero-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-3 {
    font-size: 50px;
    line-height: 60px;
  }

  .about-hero {
    background-position: 50% 0;
    padding-bottom: 3.75rem;
  }

  .feature-section {
    padding-top: 2.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .flex-container {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .feature-image-mask {
    margin-right: 0;
  }

  .feature-image {
    border-radius: .625rem;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-2 {
    margin-bottom: 1.375rem;
    padding-bottom: 0;
    font-size: .9em;
  }

  .heading {
    padding-bottom: 1.125rem;
  }

  .services-section {
    padding-top: 2.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .services-hero, .reviews-hero {
    background-position: 50% 0;
    padding-bottom: 3.75rem;
  }

  .reviews-section {
    padding: 2.5rem 1.25rem 0;
  }

  .div-block-2 {
    margin-bottom: .0625rem;
  }

  .contact-hero {
    background-position: 50% 0;
    padding-bottom: 3.75rem;
  }

  .contact-section, .footer-2 {
    padding: 2.5rem 1.25rem;
  }

  .footer-image {
    object-fit: contain;
  }

  .banner-wrapper {
    padding-top: 2.375rem;
  }

  .blog-hero {
    background-position: 50% 0;
    padding-bottom: 3.75rem;
  }

  .blog-content {
    padding: 2.5rem 1.25rem 0;
  }

  .rich-text-block {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-testimonial14_component {
    column-count: 1;
    margin-top: 3rem;
  }

  .uui-testimonial14_content {
    margin-bottom: 1.5rem;
    padding: 1.5rem;
  }

  .uui-testimonial14_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .uui-testimonial14_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---header-logo {
    max-width: 90%;
  }

  .brix---btn-primary-small {
    padding: 20px 32px;
  }

  .brix---btn-header-hidden-on-mbl {
    display: none;
  }

  .brix---header-nav-list-item-show-in-mbl {
    display: block;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

  .brix---grid-2-col---1-col-t {
    grid-template-columns: 1fr;
  }

  .brix---hero-bg-image-dark-header-top {
    height: 650px;
    padding-top: 155px;
    padding-bottom: 120px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---btn-primary-2 {
    padding: 20px 32px;
  }

  .brix---btn-secondary-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---button-row-left-2 {
    margin-right: 16px;
  }

  .brix---card-over-image {
    padding: 45px 32px;
  }

  .brix---header-logo-2 {
    max-width: 90%;
  }

  .brix---btn-primary-small-2 {
    padding: 20px 32px;
  }

  .brix---btn-header-hidden-on-mbl-2 {
    display: none;
  }

  .brix---header-nav-list-item-show-in-mbl-2 {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .s-hero {
    background-position: 50%;
  }

  .nav {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .c-nav-wrapper.wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .c-nav-wrapper.header {
    margin-top: 15.8125rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nav-menu {
    width: 100vw;
  }

  .s-hero-h1 {
    margin-bottom: 1.25rem;
    font-size: 1.8em;
    line-height: 1.2;
  }

  .s-hero-p {
    margin-bottom: 2.1875rem;
    font-size: .8em;
    line-height: 1.4em;
  }

  .s-hero-btn-wrapper {
    flex-direction: column;
  }

  .btn-text {
    margin-top: 1.5625rem;
    margin-left: 0;
  }

  .s-hero-overlay-bottom-dark.black {
    opacity: .9;
  }

  .about-us {
    padding-top: 3.125rem;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .about-us.footer {
    padding-bottom: 0;
  }

  ._2-1-grid {
    display: block;
  }

  .grid-box-wrapper {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .grid-box-wrapper.center {
    padding-left: 0;
    padding-right: 0;
  }

  .h3-center {
    font-size: 1.5em;
  }

  .night-sky-inner-wrapper {
    color: #fff;
    padding: 3.125rem 1.5625rem;
  }

  .center-content-outer-wrapper {
    margin-bottom: 2.6875rem;
  }

  .h2-center {
    font-size: 1.3em;
  }

  .h2-center.left {
    font-size: 1.5em;
  }

  .grid-box-content-wrapper {
    justify-content: center;
    align-items: center;
  }

  .grid-variable-wrapper {
    margin-bottom: 0;
  }

  .our-services {
    margin-top: 0;
    padding: 4.6875rem 1.5625rem 3.125rem;
  }

  .card-h3 {
    font-size: 1.5em;
  }

  .card-content-wrapper {
    padding: 2.1875rem;
  }

  .card-wrapper {
    margin-bottom: 1.875rem;
  }

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

  .contact-wrapper {
    margin-top: 0;
  }

  .hero-3 {
    height: 38vh;
  }

  .s-content-full-wrapper {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

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

  .p-center.left.grid, .p-center.right.grid {
    text-align: center;
  }

  .h2-center-max-600 {
    font-size: 1.5em;
  }

  .image {
    padding-bottom: 1.125rem;
  }

  .footer {
    padding: 3.75rem 1.875rem;
  }

  .contact-us {
    padding-top: 5.625rem;
    padding-left: 0;
    padding-right: 0;
  }

  .image-3 {
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .paragraph {
    font-size: 1em;
    line-height: 1.3em;
  }

  .our-way {
    padding-top: 3.125rem;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .our-way.footer {
    padding-bottom: 0;
  }

  .hero-2 {
    padding-top: 3.125rem;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-2.footer {
    padding-bottom: 0;
  }

  .bold-text-3 {
    font-size: 40px;
    line-height: 50px;
  }

  .image-4 {
    padding-bottom: 2.4375rem;
  }

  .linkinin {
    margin-right: 1.5625rem;
  }

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

  .facebook-link {
    margin-left: 0;
    margin-right: 0;
  }

  .linkin-link {
    margin-left: 1.5625rem;
    margin-right: 0;
  }

  .qbooks-link-footer {
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }

  .about-hero {
    background-position: 50%;
    background-size: cover;
    height: 15.625rem;
  }

  .flex-container {
    padding-left: 0;
    padding-right: 0;
  }

  .feature-image {
    margin-top: 1.5625rem;
  }

  .paragraph-2 {
    padding-bottom: 0;
  }

  .heading {
    padding-bottom: .625rem;
    font-size: 2em;
  }

  .services-hero {
    background-position: 50%;
    background-size: cover;
    height: 15.625rem;
  }

  .reviews-hero {
    background-position: 0%;
    background-size: cover;
    height: 15.625rem;
  }

  .contact-hero {
    background-position: 50%;
    background-size: cover;
    height: 15.625rem;
  }

  .contact-us-copy {
    padding-top: 5.625rem;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-2 {
    text-align: left;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .footer-logo-link {
    height: 3.75rem;
  }

  .footer-heading {
    margin-top: 1.25rem;
  }

  .div-block-4 {
    width: 835.555px;
    display: none;
  }

  .list {
    flex-flow: column;
  }

  .blog-hero {
    background-position: 0%;
    background-size: cover;
    height: 15.625rem;
  }

  .brix---btn-primary, .brix---btn-secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---header-nav-list-item {
    text-align: left;
    width: 100%;
  }

  .brix---header-logo {
    max-width: 84%;
  }

  .brix---btn-primary-small {
    width: 100%;
    max-width: 160px;
    margin-left: 0;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---header-nav-list-item-show-in-mbl {
    text-align: left;
    width: 100%;
  }

  .brix---paragraph-default {
    font-size: 15px;
    line-height: 22px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---header-nav-link-white {
    color: var(--untitled-ui--white);
    border-bottom-style: none;
  }

  .brix---header-nav-menu-wrapper-white {
    background-color: var(--midnight-blue);
  }

  .brix---hero-bg-image-dark-header-top {
    height: 650px;
    padding-top: 130px;
    padding-bottom: 100px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---btn-primary-2 {
    width: auto;
    max-width: 160px;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---btn-secondary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---buttons-row-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---button-row-left-2 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---card-over-image {
    padding: 34px 24px;
  }

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---header-nav-list-item-2 {
    text-align: left;
    width: 100%;
  }

  .brix---header-logo-2 {
    max-width: 84%;
  }

  .brix---btn-primary-small-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---header-nav-list-item-show-in-mbl-2 {
    text-align: left;
    width: 100%;
  }

  .list-item-2 {
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-_60b28b65-bebe-670f-e42a-be44057ff975-01a1f666, #w-node-c452cdf3-1911-c35a-2db5-05103baf224f-ec29c657 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Opensauceone';
  src: url('../fonts/OpenSauceOne-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensauceone';
  src: url('../fonts/OpenSauceOne-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensauceone';
  src: url('../fonts/OpenSauceOne-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensauceone';
  src: url('../fonts/OpenSauceOne-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}