@font-face {
  font-family: Eudoxussans;
  src: url('../fonts/EudoxusSans-ExtraBold.ttf') format("truetype"), url('../fonts/EudoxusSans-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Eudoxussans;
  src: url('../fonts/EudoxusSans-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Eudoxussans;
  src: url('../fonts/EudoxusSans-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Eudoxussans;
  src: url('../fonts/EudoxusSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Eudoxussans;
  src: url('../fonts/EudoxusSans-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-slate-blue: #3b4d70;
  --main: #1f2993;
  --light-green: #bbff67;
  --dark-blue: #161a73;
  --white: white;
  --midnight-blue: #092d3d;
  --deep-sky-blue: #41abf3;
  --white-smoke: #efefef;
  --dk-med-blue: #2c8bbf;
  --steel-blue: #2d688d;
  --dk-blue: #196a8e;
  --alice-blue-2: #f2fbff;
  --dark-slate-grey: #0f4157;
  --blue-smoke: #afdaf2;
  --red: #a51618;
  --steel-blue-2: #0488d1;
  --alice-blue: #e5f6ff;
  --light-blue-2: #cce7f2;
  --cadet-blue: #4fa6c3;
  --light-blue-3: #c4f0ff;
  --light-sky-blue-2: #94d6ff;
  --med-blue: #5c98b7;
  --logo-blue: #55b3f3;
  --alice-blue-3: #dbf1ff;
  --deep-sky-blue-2: #6db6e3;
  --light-sky-blue: #93ccf0;
  --saddle-brown: #196a8e;
  --blue: #55b3f3;
  --cadet-blue-hover: #3f94b0;
  --green: #7dbd2a;
  --white-smoke-2: #f2f5f7;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

body {
  color: var(--dark-slate-blue);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

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

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 56px;
}

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

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

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

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

p {
  margin-bottom: 10px;
}

a {
  color: var(--main);
  text-decoration: none;
}

ul {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 40px;
}

ol {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 40px;
}

li {
  margin-top: 15px;
}

blockquote {
  background-color: var(--light-green);
  border: 1px #000;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

figure {
  margin-top: 50px;
  margin-bottom: 50px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
  font-size: 16px;
  font-style: italic;
  line-height: 24px;
}

.display-heading {
  letter-spacing: -1.5px;
  font-size: 72px;
  line-height: 82px;
}

.display-heading.home-1-cta {
  z-index: 1;
  background-color: #0000;
  max-width: 800px;
  margin-bottom: 24px;
  position: relative;
}

.display-heading.home-1-cta.bubbles {
  color: var(--white);
  text-shadow: 0 0 #0a317200, 0 .9px .5px #0a317217, 0 2.1px 1.3px #0a31721c, 0 3.9px 2.8px #0a31721e, 0 7.6px 6.4px #0a31721f, 0 17.1px 16.7px #0a317222;
  max-width: 750px;
  font-size: 62px;
  font-weight: 700;
}

.display-heading.home-1-hero {
  color: var(--white);
  margin-bottom: 24px;
  font-size: 54px;
  line-height: 60px;
}

.display-heading.home-1-hero.svc {
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 42px;
  line-height: 1.2;
}

.display-heading.about-3-hero {
  max-width: 900px;
  margin-bottom: 24px;
}

.display-heading.about-3-hero.service {
  color: var(--midnight-blue);
  margin-top: 40px;
  margin-bottom: 0;
}

.display-heading.home-1-hero {
  color: var(--dark-blue);
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

.display-heading.hero {
  color: var(--dark-blue);
  margin-top: 20px;
  margin-bottom: 24px;
  padding-right: 70px;
  font-size: 58px;
  line-height: 60px;
}

.home-hero-section {
  background-color: var(--deep-sky-blue);
  overflow: hidden;
}

.wrapper {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
  position: relative;
}

.wrapper.home-hero-wrapper {
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
}

.wrapper.home-hero-wrapper.width {
  padding-top: 60px;
  padding-bottom: 60px;
}

.wrapper.home-flex-wrapper.reverse {
  flex-direction: row-reverse;
  position: relative;
}

.wrapper.home-flex-wrapper.reverse.static {
  flex-flow: wrap;
  position: static;
}

.wrapper.achievement-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.wrapper.home-1-cta-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 200px;
}

.wrapper.home-2-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: none;
  padding-top: 120px;
}

.wrapper.home-2-hero-wrapper.small-margin {
  padding-top: 60px;
  padding-bottom: 60px;
}

.wrapper.home-3-stats-wrapper {
  align-items: flex-start;
  max-width: 1080px;
}

.wrapper.home-3-testimonial-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  max-width: 1800px;
  min-height: auto;
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 40px;
}

.wrapper.about-1-hero-wrapper {
  z-index: 0;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1160px;
  padding-top: 120px;
  padding-bottom: 285px;
}

.wrapper.about-1-hero-wrapper.smaller {
  max-width: 1480px;
  padding-top: 100px;
  padding-bottom: 220px;
}

.wrapper.about-1-hero-wrapper.smaller.gallery-page {
  padding-top: 0;
  padding-bottom: 0;
}

.wrapper.about-1-pointers-wrapper {
  padding-top: 500px;
  padding-bottom: 140px;
}

.wrapper.about-1-pointers-wrapper.small {
  padding-top: 80px;
  padding-bottom: 60px;
}

.wrapper.about-1-history-wrapper {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 40px;
  padding-left: 40px;
}

.wrapper.about-1-history-wrapper.slider {
  width: 100%;
  padding-bottom: 0;
  padding-left: 40px;
}

.wrapper.about-1-flex-wrapper {
  padding-top: 160px;
}

.wrapper.about-1-flex-wrapper.huge {
  padding-top: 100px;
}

.wrapper.about-3-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
}

.wrapper.about-3-hero-wrapper.service {
  padding-top: 30px;
}

.wrapper.about-3-hero-wrapper.service.wide {
  width: 92%;
}

.wrapper.about-3-location-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  padding-top: 100px;
}

.wrapper.blog-1-hero-wrapper {
  align-items: stretch;
  padding-top: 40px;
}

.wrapper.contact-hero-wrapper {
  align-items: stretch;
  width: 100%;
  max-width: none;
  padding-top: 0;
  padding-bottom: 0;
}

.wrapper.blog-post-hero-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1480px;
  padding-top: 60px;
  padding-bottom: 0;
}

.wrapper.blog-post-rich-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  max-width: 1480px;
  padding-top: 50px;
  padding-bottom: 40px;
}

.wrapper.blog-post-outer {
  border-bottom: 1px solid var(--white-smoke);
  padding-top: 0;
  padding-bottom: 0;
}

.wrapper.blog-post-related-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.wrapper.navigation-wrapper {
  justify-content: space-between;
  width: 95%;
  min-width: 85%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.wrapper.full {
  width: 100%;
  padding-bottom: 0;
}

.wrapper.full.vert {
  align-items: stretch;
  height: auto;
}

.wrapper.full.vert.service-area {
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  padding-top: 0;
  position: static;
}

.wrapper.vertical {
  flex-direction: column;
  align-items: flex-start;
}

.wrapper.vertical.reviews {
  padding-top: 0;
  padding-bottom: 40px;
}

.wrapper.horizontal.small {
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 20px;
}

.wrapper.horizontal.small.full {
  padding-right: 20px;
}

.wrapper.horizontal.blog {
  background-color: var(--main);
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 30px 40px;
}

.wrapper.horizontal.blog.services {
  background-color: var(--dark-blue);
  border-radius: 5px;
}

.wrapper.horizontal.blog.area {
  background-color: var(--dark-blue);
  padding-left: 100px;
  padding-right: 100px;
}

.wrapper.home-hero-wrapper {
  width: 95%;
  padding-top: 120px;
  padding-bottom: 150px;
  position: relative;
}

.wrapper.navigation-wrapper {
  flex-direction: row;
  justify-content: space-between;
  width: 95%;
  min-width: 85%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.wrapper.slider {
  flex-direction: column;
  align-items: flex-start;
}

.home-hero-content {
  max-width: 460px;
  margin-bottom: 20px;
}

.home-hero-content.svc {
  width: 100%;
  max-width: 650px;
  height: 100%;
}

.button {
  background-color: var(--dk-med-blue);
  color: var(--white);
  background-image: url('../images/Group-385.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 88px;
  justify-content: space-between;
  align-items: center;
  padding: 28px 64px 28px 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: background-color .2s, background-position .2s;
  display: inline-block;
}

.button:hover {
  background-color: var(--steel-blue);
  background-position: 88%;
}

.button.small {
  background-color: var(--dk-med-blue);
  letter-spacing: 0;
  padding: 16px 56px 16px 32px;
  font-family: Quicksand, sans-serif;
}

.button.small:hover {
  background-color: var(--dk-blue);
  transform: scale(1.1);
}

.button.small.white {
  background-color: var(--alice-blue-2);
  color: var(--dark-slate-grey);
  background-image: url('../images/Group-384.svg');
  background-position: 85%;
  padding-left: 20px;
  padding-right: 40px;
  font-family: Quicksand, sans-serif;
}

.button.small.white:hover {
  background-color: #ffffffb3;
}

.button.small.white.nav {
  text-transform: uppercase;
  margin-right: 20px;
}

.button.small.white.nav:hover {
  background-color: var(--light-green);
  text-transform: uppercase;
  background-position: 89%;
}

.button.small.white.nav.phone {
  filter: brightness(0%) saturate(0%) invert();
  color: #000;
  background-color: #0000;
  background-position: 90%;
  border: 1px solid #000;
  justify-content: flex-start;
  width: 250px;
  margin-top: 10px;
  margin-right: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 30px;
  transition: all .2s;
  display: flex;
}

.button.small.white.nav.phone:hover {
  background-position: 92%;
}

.button.small.faded {
  background-color: var(--blue-smoke);
  color: var(--dark-slate-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-image: url('../images/Group-384.svg');
  font-family: Quicksand, sans-serif;
  font-size: 18px;
}

.button.cta-button {
  z-index: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Quicksand, sans-serif;
  position: relative;
}

.button.cta-button:hover {
  transform: scale(1.1);
}

.button.cta-button.margin {
  text-transform: uppercase;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Quicksand, sans-serif;
}

.button.book {
  background-color: var(--red);
  letter-spacing: 1px;
  width: 40%;
  margin-bottom: 0;
  padding: 25px 40px 25px 20px;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
}

.image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 150%;
  height: 100%;
  position: static;
}

.image.contain {
  object-fit: contain;
  position: static;
}

.image.contain.icon {
  opacity: .54;
  width: 120px;
  height: 120px;
}

.image.contain.icon.invert-icon {
  opacity: 1;
  filter: invert();
}

.image.contain.check {
  width: 20px;
  height: 20px;
}

.image.contain.c {
  width: 40px;
  max-width: none;
  height: 40px;
  position: static;
}

.image.blog-1-inside-image {
  object-fit: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: static;
}

.image.blog-1-vertical-inside-image {
  object-fit: cover;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  position: static;
}

.image.static {
  position: static;
}

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

.image.static.cover.adjust {
  height: 30%;
}

.image.static.cover.move {
  object-position: 50% 20%;
}

.image.static.cover.home {
  border-radius: 0;
}

.image.about {
  width: 100%;
  max-width: 100%;
  height: auto;
  position: relative;
}

.image.about:hover {
  z-index: 8;
  position: relative;
}

.image.cover {
  object-fit: cover;
  border-radius: 3px;
  position: static;
}

.image.cover.blog {
  object-position: 50% 40%;
  border-radius: 5px;
}

.image.cover.about {
  height: 100%;
}

.image.cover.hero {
  border-radius: 0 0 0 20px;
}

.image.home-2-hero {
  object-fit: cover;
  object-position: 50% 30%;
  position: static;
}

.image.logo-image {
  width: 120%;
  max-width: 120%;
  height: 120%;
}

.hero-image {
  width: 50%;
  max-width: 600px;
  position: absolute;
  inset: 0% -10% 0% auto;
  overflow: hidden;
}

.features-section {
  background-color: var(--white);
  padding-top: 60px;
  display: block;
}

.features-card {
  background-color: var(--dark-blue);
  color: var(--white);
  border-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 40px 32px;
  transition: transform .3s;
  display: flex;
  position: relative;
  transform: none;
}

.features-card:hover {
  transform: scale(1.04);
}

.features-card._2 {
  background-color: var(--light-green);
  height: 100%;
}

.features-card.contact {
  background-color: var(--steel-blue-2);
  max-width: none;
  padding: 20% 40px;
}

.features-card.contact.popup-button {
  z-index: 500;
  background-color: var(--dark-slate-grey);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 84px;
  max-width: none;
  height: 84px;
  padding: 10px;
  position: relative;
  inset: auto 0% 0% auto;
}

.features-card.contact.popup-button:hover {
  transform: scale(1.1);
}

.features-card.contact.popup-button._2 {
  background-color: var(--steel-blue-2);
  transition: all .2s;
}

.features-card.contact.popup-button._2:hover {
  width: 220px;
}

.features-card.contact.popup-button._2.darker {
  border: 3px solid var(--main);
  background-color: var(--alice-blue);
  color: var(--white);
  border-radius: 10px;
}

.features-card.popup {
  background-color: var(--steel-blue-2);
  width: 50vw;
  max-width: 660px;
  padding-bottom: 5%;
}

.features-card-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
}

.features-card-heading {
  color: var(--white);
  margin-bottom: 16px;
  font-size: 1.4em;
}

.features-card-heading.area {
  color: var(--white);
  margin-bottom: 0;
}

.text-block._16-px {
  color: var(--white);
  padding-top: 0;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
}

.text-block._16-px.why-us {
  color: var(--midnight-blue);
}

.text-block._56-px {
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
}

.text-block._26px {
  color: var(--white);
  max-height: 240px;
  font-size: 26px;
  font-weight: 700;
  line-height: 40px;
  overflow: hidden;
}

.text-block.blog-1-summary-text {
  color: var(--midnight-blue);
  font-size: 14px;
}

.features-card-text {
  margin-bottom: 24px;
  font-weight: 500;
}

.features-1-decoration-image {
  position: absolute;
  inset: auto 0% 0% auto;
}

.features-1-decoration-image.flip {
  top: auto;
  bottom: 0;
}

.features-1-decoration-image.loc {
  z-index: 10;
  height: 60px;
}

.features-1-decoration-image.loc.flip {
  transform-style: preserve-3d;
  inset: -7px auto auto 9px;
  transform: rotateX(0)rotateY(-180deg)rotateZ(-90deg);
}

.features-1-decoration-image.loc.flip.small {
  height: 46px;
}

.features-1-decoration-image.loc.flip.small.xxs {
  z-index: 30;
  top: -4px;
  left: 5px;
}

.features-1-decoration-image.loc.flip.small {
  height: 46px;
  top: 0;
}

.features-1-decoration-image.loc.flip.small.xxs {
  z-index: 30;
  height: 14px;
  top: 0;
  left: 5px;
  transform: rotate(180deg);
}

.features-1-decoration-image.loc.flip-2 {
  bottom: -7%;
  right: 49%;
  transform: rotate(90deg);
}

.features-1-decoration-image.loc.flip-2.top {
  height: 46px;
  top: -7px;
  bottom: auto;
  transform: rotate(-90deg);
}

.features-1-decoration-image.loc.flip-2.small {
  z-index: 10;
  bottom: -4%;
  right: 34%;
}

.features-1-decoration-image.loc.small {
  height: 46px;
}

.features-1-decoration-image.loc.small.xxs {
  z-index: 30;
  height: 26px;
}

.features-1-decoration-image.loc.small {
  transform-style: preserve-3d;
  height: 46px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.features-1-decoration-image.loc.small.xxs {
  z-index: 30;
  opacity: .65;
  transform-style: preserve-3d;
  height: 14px;
  inset: auto 0% 0% auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.home-flex-section {
  background-color: var(--white);
}

.home-flex-image {
  width: 46%;
  max-width: none;
  height: 600px;
  position: relative;
  overflow: hidden;
}

.home-flex-image.auto {
  height: 100%;
  min-height: 100%;
  max-height: 800px;
}

.home-flex-image.auto.hide {
  max-height: none;
  display: block;
}

.flex-content {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  max-width: 560px;
  display: flex;
}

.subheading-div {
  border-radius: 20px;
  margin-bottom: 12px;
  padding: 8px 24px;
  font-size: 16px;
}

.subheading-div.green {
  background-color: var(--light-blue-2);
  color: #2b634b;
}

.subheading-div.white {
  background-color: var(--alice-blue);
  color: var(--steel-blue);
}

.subheading-div.green {
  color: #2b634b;
  background-color: #dfede7;
}

.flex-heading {
  width: 90%;
  margin-bottom: 0;
}

.flex-line {
  border: 1px solid var(--midnight-blue);
  background-color: var(--midnight-blue);
  width: 90%;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.flex-line.thick {
  background-color: var(--midnight-blue);
  color: var(--midnight-blue);
  border-style: none;
  width: 92%;
  height: 3px;
}

.flex-line.thick.light {
  border-color: var(--cadet-blue);
  background-color: var(--dark-blue);
  margin-top: 10px;
  margin-bottom: 10px;
}

.flex-line.shorter {
  border-color: var(--dark-slate-blue);
  background-color: var(--dark-slate-blue);
  color: var(--dark-blue);
  width: 90%;
}

.flex-line.shorter._10margin {
  border-color: var(--dark-slate-blue);
  margin-top: 10px;
  margin-bottom: 10px;
}

.flex-line.shorter.on-brand {
  border-color: var(--dark-slate-blue);
  background-color: var(--dark-slate-blue);
}

.flex-line._10margin {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
}

.flex-pointers-container {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 96%;
  display: flex;
}

.flex-pointer {
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Quicksand, sans-serif;
  font-weight: 500;
  display: flex;
}

.flex-checkmark {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-top: 6px;
  margin-right: 8px;
  display: flex;
}

.flex-click-pointers-container {
  flex-direction: column;
  width: 100%;
  max-width: none;
  margin-top: 10px;
  display: flex;
}

.flex-click-pointer-item {
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  margin-bottom: 8px;
  display: flex;
}

.flex-interaction-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100%;
  margin-right: 16px;
  display: flex;
}

.flex-interaction-checkmark {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.flex-interaction-line {
  border: 1px dashed #000;
  width: 1px;
  height: 80px;
  margin-top: 8px;
}

.flex-interaction-line._1 {
  height: 140px;
}

.flex-interaction-line._1.shorter {
  height: 80px;
}

.flex-click-pointer-heading-and-text {
  padding-top: 3px;
}

.flex-click-pointer-heading {
  color: var(--midnight-blue);
  cursor: pointer;
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1.4;
}

.flex-click-pointer-text {
  color: var(--midnight-blue);
  margin-top: 10px;
  line-height: 1.4;
  overflow: visible;
}

.background-image-wrapper {
  background-color: var(--blue-smoke);
  width: 100vw;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.background-image-wrapper.hero {
  background-color: var(--deep-sky-blue);
}

.background-image-wrapper.hero.svc {
  background-color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
}

.background-image-wrapper.stats {
  background-color: var(--dark-blue);
  height: 80%;
}

.background-image-wrapper.svc {
  background-color: var(--red);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.background-image-wrapper.about {
  background-color: var(--white);
}

.home-reverse-flex-section {
  background-color: var(--alice-blue);
}

.achievement-heading {
  color: var(--alice-blue-2);
  max-width: 800px;
  margin-bottom: 80px;
}

.achievements-card-container {
  grid-column-gap: 120px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.achievements-card {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.achievement-card-icon {
  width: 80px;
  height: auto;
  margin-bottom: 40px;
}

.achievement-card-icon.invert {
  filter: invert();
}

.achievement-card-item-heading {
  color: var(--white);
  margin-bottom: 5px;
  font-family: Quicksand, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 56px;
}

.benefits-pointer-item {
  max-width: 300px;
  padding-top: 24px;
  padding-bottom: 56px;
  position: relative;
}

.home-1-tab-link {
  background-color: var(--light-green);
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  margin-top: 20px;
  padding: 25px;
  display: flex;
}

.home-1-tab-link.w--current {
  background-color: var(--steel-blue);
  color: #fff;
  height: auto;
}

.image {
  object-fit: contain;
  position: absolute;
}

.image:hover {
  z-index: 30;
}

.faq-question-and-icon {
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 12px;
  display: flex;
}

.home-1-cta {
  background-color: var(--main);
  min-height: 100%;
}

.home-1-cta-circle {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
  position: absolute;
}

.home-1-cta-circle:hover {
  transform: scale(1.1);
}

.home-1-cta-circle._1.b {
  top: 69%;
  left: 68%;
}

.home-1-cta-circle._2.b {
  top: 57%;
  left: -3%;
}

.home-1-cta-circle._2.c {
  top: 86%;
  left: 55%;
}

.home-1-cta-circle._2.f {
  top: 3%;
  left: 85%;
}

.home-1-cta-circle._3.b {
  bottom: 55%;
  left: 1%;
}

.home-1-cta-circle._3.c {
  background-color: var(--white);
  bottom: 9%;
  left: 37%;
}

.home-1-cta-circle._5 {
  width: 120px;
  height: 120px;
  inset: auto 6% 15% auto;
}

.home-1-cta-circle._5.a {
  bottom: 11%;
}

.home-1-cta-circle._2 {
  background-color: var(--light-blue-3);
  border-radius: 100%;
  width: 56px;
  height: 56px;
  padding: 10px;
  inset: 48% auto auto 93%;
}

.home-1-cta-circle._2.f {
  background-color: #e8ffcb;
  top: 3%;
  left: 85%;
}

.home-1-cta-circle._2.c {
  background-color: var(--light-blue-3);
  top: 86%;
  left: 55%;
}

.home-1-cta-circle._2.b {
  background-color: var(--light-sky-blue-2);
  top: 57%;
  left: -3%;
}

.home-1-cta-circle._2.e {
  top: 2%;
  left: 26%;
}

.home-1-cta-circle._1 {
  background-color: #e5f6ff;
  border-radius: 100%;
  width: 64px;
  height: 64px;
  padding: 10px;
  inset: 9% auto auto -4%;
}

.home-1-cta-circle._1.c {
  top: 6%;
  left: 61%;
}

.home-1-cta-circle._1.d {
  top: 65%;
  left: 24%;
}

.home-1-cta-circle._1.b {
  background-color: #e8ffcb;
  top: 69%;
  left: 68%;
}

.home-1-cta-circle._3 {
  background-color: #e8ffcb;
  border-radius: 100%;
  width: 90px;
  height: 90px;
  padding: 10px;
  inset: auto auto 18% 8%;
}

.home-1-cta-circle._3.b {
  background-color: #e8ffcb;
  bottom: 60%;
  left: 1%;
}

.home-1-cta-circle._3._2 {
  background-color: #e8ffcb;
  bottom: 44%;
  left: 79%;
}

.home-1-cta-circle._3.c {
  bottom: 9%;
  left: 37%;
}

.home-1-cta-circle._4 {
  background-color: #e5f6ff;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  padding: 10px;
  inset: 17% -2% auto auto;
}

.home-1-cta-circle._6 {
  width: 120px;
  height: 120px;
  top: 45%;
  left: 10%;
}

.home-2-hero-section {
  z-index: 20;
  background-color: var(--white);
  width: 100%;
  position: relative;
}

.home-2-hero-heading {
  color: var(--main);
  margin-top: 60px;
  margin-bottom: 10px;
}

.home-2-hero-heading.policy {
  color: var(--dark-blue);
}

.home-2-hero-text {
  max-width: 800px;
  margin-top: 10px;
  margin-bottom: 60px;
}

.home-2-hero-text.subheading {
  text-align: center;
  max-width: 800px;
}

.home-2-form-block {
  border-radius: 80px;
  max-width: 560px;
  margin-bottom: -40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  position: absolute;
  inset: auto 0% 0%;
}

.home-2-form-block.flex {
  background-color: var(--dark-blue);
  border-radius: 88px;
  justify-content: space-between;
  align-items: center;
  max-width: 600px;
  display: flex;
}

.home-2-form-text-field {
  background-image: url('../images/Group-399.svg');
  background-position: 6% 55%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  height: 80px;
  margin-bottom: 0;
  padding-left: 68px;
  padding-right: 0;
  font-size: 18px;
}

.home-2-form-text-field::placeholder {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}

.home-2-form-text-field.book {
  background-image: none;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  height: auto;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.home-2-hero-image-section {
  background-image: url('../images/21e213_bb27fa884b6c4ce8998adca57b7e516f~mv2-1.jpg');
  background-position: 50%;
  background-size: cover;
  height: 360px;
  position: relative;
  overflow: hidden;
}

.home-2-hero-image-section.short {
  width: 100%;
  height: 460px;
}

.home-2-image-decoration-1 {
  z-index: 10;
  filter: brightness(200%);
  max-height: 12px;
  position: absolute;
  inset: auto 0 0 auto;
}

.home-2-image-decoration-1.flip {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.home-2-image-decoration-2 {
  z-index: 10;
  filter: brightness(200%);
  position: absolute;
  inset: 0% auto auto 0;
}

.home-2-flex-pointer-item {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.white {
  color: var(--white);
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 30px;
  font-weight: 400;
}

.white.home-2-steps-heading {
  text-align: center;
  margin-bottom: 20px;
}

.white.footer-text {
  text-align: center;
  width: 96%;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.4;
}

.white.footer-column-heading {
  border-bottom: 2px solid var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 6px;
  padding-bottom: 1px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

.white.footer-link {
  color: var(--midnight-blue);
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3em;
  transition: color .2s;
}

.white.footer-link:hover {
  color: var(--red);
}

.white.footer-down-text {
  font-size: 16px;
  font-weight: 300;
}

.home-2-steps-item {
  border-bottom: 1px solid #fff3;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 40px;
  display: flex;
}

.home-2-faq-item {
  border-bottom: 1px solid var(--white-smoke);
  background-color: #f2f8f5;
  justify-content: space-between;
  align-items: flex-start;
  padding: 55px 60px;
  display: flex;
}

.home-3-flex-heading {
  margin-bottom: 0;
}

.home-3-flex-text {
  margin-bottom: 40px;
}

.home-3-flex-link-item {
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  display: flex;
}

.link-with-arrow {
  z-index: 1;
  color: var(--main);
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.home-3-stats-section {
  background-color: var(--blue-smoke);
}

.home-3-stats-heading-and-subheading {
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  max-width: 470px;
  display: flex;
}

.home-3-stats-grid {
  grid-column-gap: 50px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  max-width: 500px;
  display: grid;
}

.home-3-stats-item {
  display: flex;
}

.home-3-stats-line {
  width: 8px;
  height: 100%;
  margin-right: 24px;
}

.home-3-stats-line._1 {
  background-color: var(--med-blue);
}

.home-3-stats-line._2 {
  background-color: var(--logo-blue);
}

.home-3-stats-line._3 {
  background-color: #5fafa3;
}

.home-3-stats-line._4 {
  background-color: var(--dk-blue);
}

.home-3-stats-number {
  margin-bottom: 12px;
}

.home-3-stats-section-line {
  background-color: var(--white-smoke);
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.home-3-testimonial-section {
  background-color: var(--white);
  padding-top: 60px;
  padding-bottom: 60px;
}

.home-3-slider {
  z-index: 50;
  background-color: var(--dark-blue);
  border-radius: 3px;
  align-items: center;
  width: 100%;
  max-width: 1480px;
  height: auto;
  display: flex;
}

.home-3-slider-mask {
  height: 100%;
}

.home-3-slide {
  border-radius: 0;
  height: 100%;
  min-height: 300px;
  padding: 30px 85px 40px 60px;
}

.home-3-slider-left-arrow {
  background-color: var(--alice-blue-2);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-top: 0;
  margin-bottom: 0;
  transition: background-color .2s;
  display: flex;
  top: auto;
  bottom: 60px;
  left: 50px;
}

.home-3-slider-left-arrow:hover {
  background-color: var(--red);
}

.home-3-slide-nav {
  transform-style: preserve-3d;
  transform: rotateX(75deg)rotateY(0)rotateZ(0);
}

.home-3-slide-inside-container {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 200px;
  display: flex;
}

.home-3-slider-left {
  max-width: 20%;
}

.home-3-slider-name {
  color: var(--white);
  margin-bottom: 8px;
  padding-left: 10px;
  font-size: 25px;
  font-weight: 700;
}

.home-3-slider-right-arrow {
  background-color: var(--alice-blue-2);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: background-color .2s;
  display: flex;
  inset: auto auto 60px 140px;
}

.home-3-slider-right-arrow:hover {
  background-color: var(--red);
}

.testimonial-text {
  width: 72%;
  max-width: none;
  margin-top: auto;
  margin-bottom: auto;
}

.home-3-slider-background-div {
  z-index: 40;
  background-color: var(--blue-smoke);
  width: 98%;
  max-width: 1800%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% 30px;
}

.home-3-slider-background-div-2 {
  z-index: 30;
  background-color: #8dbdd8;
  width: 94%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.home-3-steps-pointer-item {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.home-3-blog-item {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.about-1-hero-section {
  background-color: #dfede7;
  position: relative;
}

.h1-48-px {
  color: var(--midnight-blue);
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 48px;
  line-height: 60px;
}

.h1-48-px._90wide {
  width: 90%;
}

.h1-48-px._90wide.white {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.h1-48-px._90wide.white.black {
  color: var(--dark-blue);
  font-weight: 700;
}

.about-1-hero-content-div {
  flex-direction: column;
  align-items: flex-start;
  max-width: 56vw;
  display: flex;
}

.about-1-hero-image {
  border: 4px solid var(--white);
}

.about-1-hero-image._1 {
  border-style: none;
  border-width: 0;
  width: 20%;
  height: 400px;
  position: absolute;
  inset: auto auto -55% 0%;
}

.about-1-hero-image._2 {
  border-style: none;
  border-width: 0;
  width: 40%;
  height: 500px;
  position: absolute;
  inset: auto auto -50% 25.5%;
}

.about-1-hero-image._3 {
  border-style: none;
  border-width: 0;
  width: 30%;
  height: 615px;
  position: absolute;
  inset: auto 0% -11% auto;
}

.about-1-hero-image._4 {
  opacity: .92;
  border: 0 #0000;
  width: 200px;
  height: 200px;
  position: absolute;
  inset: auto 8% -43% auto;
}

.about-1-pointers-section.padding {
  padding-bottom: 60px;
}

.about-1-pointers-left {
  width: 50%;
  max-width: 570px;
}

.about-1-pointers-heading {
  color: var(--midnight-blue);
  margin-bottom: 30px;
}

.about-1-pointers-grid {
  grid-column-gap: 40px;
  grid-row-gap: 15px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.about-1-pointers-item {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.about-1-pointers-icon {
  flex: none;
  margin-top: 5px;
  margin-right: 8px;
}

.about-1-pointers-text {
  width: 45%;
  max-width: 460px;
  font-weight: 500;
  line-height: 1.5;
}

.about-1-pointers-text.wide {
  width: 100%;
  max-width: none;
  margin-left: 4%;
}

.about-1-history-section {
  padding-bottom: 40px;
}

.about-1-history-section.service-slider {
  background-color: var(--white);
  padding-top: 60px;
  padding-bottom: 100px;
}

.about-1-flex-section {
  background-color: var(--white);
}

.about-1-flex-right {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  max-width: 570px;
  display: flex;
}

.about-1-flex-heading {
  margin-bottom: 0;
  line-height: 1.4;
}

.about-1-flex-line {
  border-top: 1px solid var(--white-smoke);
  width: 100%;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.about-1-flex-line.black {
  background-color: var(--dark-blue);
  border-top-style: none;
  border-top-width: 0;
  height: 2px;
}

.about-1-flex-grid {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 98%;
  margin-left: auto;
  display: grid;
}

.about-1-flex-grid-item {
  justify-content: flex-start;
  display: flex;
}

.about-1-flex-grid-bar {
  background-color: var(--dark-blue);
  flex: none;
  width: 8px;
  height: 100%;
  margin-right: 24px;
}

.about-1-flex-grid-bar._1 {
  background-color: var(--dark-blue);
}

.about-1-flex-grid-bar._2 {
  background-color: var(--dark-blue);
  color: var(--dark-blue);
}

.about-1-flex-grid-number {
  color: var(--dark-blue);
  margin-bottom: 8px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}

.about-1-principles-grid-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.about-1-hiring-heading {
  z-index: 1;
  letter-spacing: -1.5px;
  max-width: 800px;
  margin-bottom: 24px;
  font-size: 72px;
  line-height: 82px;
  position: relative;
}

.about-2-flex-up {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.about-2-flex-content-item {
  justify-content: flex-start;
  height: 47%;
  display: flex;
}

.about-2-values-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 70%;
  max-width: none;
  margin-right: 6%;
  display: grid;
}

.about-2-values-item {
  justify-content: flex-start;
  align-items: center;
  padding: 30px;
  display: flex;
  position: relative;
}

.about-2-values-item._1 {
  background-color: var(--alice-blue-3);
  position: relative;
}

.about-2-values-item._2 {
  background-color: var(--light-green);
  position: relative;
}

.about-2-values-item._3 {
  background-color: var(--light-sky-blue-2);
  position: relative;
}

.about-2-values-item._4 {
  background-color: var(--deep-sky-blue-2);
  position: relative;
}

.about-2-values-item._5 {
  background-color: var(--logo-blue);
  position: relative;
}

.about-2-values-item-circle {
  background-color: var(--white);
  border-radius: 50%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-right: 16px;
  display: flex;
  overflow: hidden;
}

.about-2-values-item-circle.contact {
  background-color: var(--white);
  width: 56px;
  height: 56px;
  margin-left: 5px;
  margin-right: 5px;
  transition: all .3s;
}

.about-2-values-item-circle.contact:hover {
  background-color: var(--light-sky-blue);
  transform: scale(1.1);
}

.about-2-values-right {
  flex-direction: column;
  align-items: flex-start;
  width: 35%;
  max-width: 460px;
  display: flex;
}

.about-2-values-heading {
  margin-bottom: 24px;
}

.about-3-hero-section.service {
  background-color: #e6e9ec;
}

.about-3-hero-images-grid {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  margin-top: 100px;
  display: grid;
}

.about-3-hero-images-grid.small-margin {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.about-3-hero-small-image {
  width: 100%;
  max-width: none;
  height: 400px;
  position: relative;
}

.about-3-hero-large-image {
  width: 100%;
  height: 600px;
  position: relative;
}

.about-3-location-section {
  background-color: #0a4058;
}

.about-3-location-heading {
  color: var(--alice-blue);
  margin-bottom: 60px;
}

.about-3-location-image {
  z-index: 3;
  opacity: .58;
  object-fit: cover;
  background-image: url('../images/mapbase-min.png');
  background-position: 0 0;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 65%;
  display: flex;
  position: absolute;
  bottom: 0;
}

.about-3-location-card {
  background-color: var(--alice-blue-2);
  text-align: left;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.about-3-location-card.first {
  width: 30vw;
  margin-right: 40px;
}

.about-3-location-icon {
  width: 35px;
  height: 35px;
  margin-bottom: 15px;
}

.about-3-location-card-heading {
  color: var(--saddle-brown);
  margin-bottom: 12px;
}

.location-cards-container {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 560px;
  display: flex;
}

.location-cards-container.vertical {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: none;
}

.blog-1-hero-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.blog-1-hero-left {
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 48%;
  max-width: 600px;
  height: 100%;
  padding-top: 0%;
  display: flex;
  position: static;
  top: 140px;
}

.blog-1-image {
  border-radius: 0;
  width: 100%;
  height: 400px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.blog-1 {
  background-color: var(--white);
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
  display: flex;
  position: static;
  top: 140px;
  box-shadow: 0 0 #0000, 0 1px .4px #00000008, 0 2px .8px #0000000a, 0 3.4px 1.6px #0000000b, 0 5.4px 2.9px #0000000c, 0 8.9px 5.3px #0000000c, 0 15.4px 10.4px #0000000d, 0 30.6px 22.8px #0000000e;
}

.blog-1-heading {
  color: var(--midnight-blue);
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 1.3em;
}

.blog-1-up {
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.blog-1-hero-right {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  width: 49%;
  max-width: 540px;
  display: flex;
}

.blog-1-vertical {
  background-color: var(--white);
  color: var(--white);
  border: 1px #000;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 250px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  display: flex;
  position: relative;
  box-shadow: 0 0 #0000, 0 1px .4px #00000008, 0 2px .8px #0000000a, 0 3.4px 1.6px #0000000b, 0 5.4px 2.9px #0000000c, 0 8.9px 5.3px #0000000c, 0 15.4px 10.4px #0000000d, 0 30.6px 22.8px #0000000e;
}

.blog-vertical-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  max-width: none;
  height: auto;
  padding-top: 20px;
  padding-right: 20px;
  display: flex;
}

.blog-1-vertical-heading {
  color: var(--midnight-blue);
  margin-bottom: 0;
  font-size: 21px;
  line-height: 1.3em;
}

.blog-1-vertical-image {
  flex: none;
  width: 50%;
  max-width: none;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.contact-hero-left {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
  position: static;
  top: auto;
}

.contact-hero-left-inside {
  width: 80%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  position: sticky;
  top: 100px;
}

.contact-email {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 60px;
  margin-bottom: 10px;
  transition: color .3s;
  display: flex;
}

.contact-email:hover {
  color: var(--cadet-blue);
}

.contact-email-circle {
  background-color: var(--dark-blue);
  border-radius: 50%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  margin-right: 5%;
  display: flex;
  overflow: hidden;
}

.contact-email-heading {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
}

.contact-email-link {
  color: var(--main);
  font-family: Quicksand, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  transition: color .2s;
}

.contact-email-link:hover {
  color: var(--steel-blue-2);
}

.contact-hero-right {
  background-color: var(--dark-blue);
  border-radius: 0;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 40px 60px;
  display: flex;
}

.contact-hero-form-div {
  background-color: var(--alice-blue);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 520px;
  height: 100%;
  padding: 40px;
  display: flex;
}

.contact-hero-form-div.no-rounding {
  background-color: var(--dark-blue);
  border-radius: 0;
  width: 100%;
  max-width: 1000px;
  padding-bottom: 0;
  position: relative;
}

.contact-hero-form-heading {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 0;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1.5;
}

.contact-hero-form-block {
  width: 100%;
}

.contact-hero-form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.contact-hero-form-field {
  border: 1px solid var(--saddle-brown);
  background-color: var(--white);
  color: var(--midnight-blue);
  border-radius: 8px;
  margin-bottom: 20px;
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 16px;
  font-family: Quicksand, sans-serif;
  font-weight: 500;
}

.contact-hero-form-field::placeholder {
  color: #1b222b80;
  font-size: 16px;
  line-height: 24px;
}

.contact-hero-form-field.short {
  width: 48%;
  padding-left: 48px;
}

.contact-hero-form-field.short.email {
  background-color: var(--light-blue-3);
  background-image: url('../images/Vector-22.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: auto;
}

.contact-hero-form-field.short.email.textfield-white {
  background-color: var(--white);
  background-image: url('../images/Vector-22.svg');
  background-repeat: no-repeat;
  background-size: auto;
}

.contact-hero-form-field.short.company {
  background-color: var(--light-blue-3);
  background-image: url('../images/Vector-24.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: auto;
}

.contact-hero-form-field.short.company.textfield-white {
  background-image: url('../images/Vector-24.svg');
  background-repeat: no-repeat;
  background-size: auto;
}

.contact-hero-form-field.short.call {
  background-color: var(--light-blue-3);
  background-image: url('../images/Vector-23.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: auto;
}

.contact-hero-form-field.short.call.textfield-white {
  background-image: url('../images/Vector-23.svg');
  background-repeat: no-repeat;
  background-size: auto;
}

.contact-hero-form-field.short.state {
  background-color: var(--light-blue-3);
  background-image: url('../images/Vector-9.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: auto;
}

.contact-hero-form-field.short.state.textfield-white {
  background-image: url('../images/Vector-9.svg');
  background-repeat: no-repeat;
  background-size: auto;
}

.contact-hero-form-field.short.city {
  background-color: var(--light-blue-3);
  background-image: url('../images/Vector-9.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: auto;
}

.contact-hero-form-field.short.city.textfield-white {
  background-image: url('../images/Vector-9.svg');
  background-repeat: no-repeat;
  background-size: auto;
}

.contact-hero-form-field.short.textfield-white {
  background-color: var(--white-smoke);
}

.contact-form-field-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.pagination {
  margin-top: 60px;
}

.blog-1-main-social {
  border-bottom: 1px solid var(--white-smoke);
  padding-bottom: 37px;
}

.blog-2-featured {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  padding: 32px 40px 32px 32px;
  display: flex;
}

.blog-2-featured-content {
  flex-direction: column;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.blog-2-featured-content.blog-item {
  width: 100%;
}

.blog-2-item {
  background-color: var(--white);
  color: var(--white);
  border-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px 20px 10px;
  display: flex;
}

.blog-2-image {
  object-fit: cover;
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  overflow: hidden;
}

.blog-2-item-heading {
  color: var(--midnight-blue);
  margin-bottom: 24px;
  font-size: 21px;
  line-height: 1.3;
}

.blog-3-item {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
  display: flex;
}

.blog-1-main-tags {
  border-bottom: 1px none var(--white-smoke);
  padding-top: 32px;
  padding-bottom: 37px;
}

.vacancy-photos-heading {
  margin-bottom: 0;
}

.vacancy-photos-item {
  border: 2px none var(--white);
  height: 360px;
}

.vacancy-jobs-heading {
  text-align: center;
  margin-bottom: 40px;
}

.vacancy-dropdowns-container {
  z-index: 1;
  background-color: var(--white-smoke);
  border-radius: 40px;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  display: flex;
  position: relative;
}

.vacancy-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 2fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 35px;
  padding-bottom: 35px;
  display: grid;
  position: relative;
}

.about-1-team-content {
  z-index: 1;
  max-width: 660px;
  position: relative;
}

.team-item {
  background-color: var(--white);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  display: flex;
}

.about-2-team-heading {
  color: var(--dark-blue);
  margin-bottom: 60px;
}

.rich-text h2 {
  margin-top: 40px;
  margin-bottom: 10px;
}

.rich-text p {
  margin-top: 10px;
  margin-bottom: 40px;
}

.rich-text h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.rich-text h4 {
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Eudoxussans, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
}

.rich-text h5 {
  letter-spacing: .5px;
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: Eudoxussans, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.rich-text h6 {
  margin-top: 40px;
  margin-bottom: 10px;
}

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

.blog-post-hero-section {
  background-color: var(--white);
}

.blog-template-image {
  width: 100%;
  height: 500px;
  margin-top: 40px;
  position: relative;
  overflow: hidden;
}

.blog-post-rich-text-section {
  background-color: var(--white);
}

.blog-post-related-section {
  background-color: var(--cadet-blue);
  color: var(--dark-slate-blue);
}

.related-blog-post-heading {
  color: var(--white);
  margin-bottom: 40px;
}

.related-blogs-container {
  width: 100%;
}

.team-hero-heading {
  max-width: none;
}

.team-hero-item {
  background-color: var(--light-green);
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 40px;
  display: flex;
}

.team-hero-item-image {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-bottom: 24px;
  overflow: hidden;
}

.wrapper-2 {
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
}

.wrapper-2.navbar-wrapper {
  padding-top: 25px;
  padding-bottom: 25px;
}

.paragraph._90wide {
  width: 90%;
}

.flex-image-animation-cover {
  background-color: var(--alice-blue);
  display: none;
  position: absolute;
  inset: 0%;
}

.home-2-hero-image-cover {
  background-color: var(--light-blue-2);
  display: block;
  position: absolute;
  inset: 0%;
}

.blog-template-cover-image {
  background-color: var(--light-blue-2);
  display: none;
  position: absolute;
  inset: 0%;
}

.footer {
  background-color: var(--white);
  color: var(--dk-blue);
  border-top: 1px solid #c5c5c5;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper.footer-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 90%;
  max-width: 1480px;
  padding-top: 60px;
  padding-bottom: 20px;
}

.footer-logo-and-text-container {
  flex-direction: column;
  align-items: center;
  width: 30%;
  max-width: none;
  display: flex;
}

.footer-logo.w--current {
  width: 125px;
  margin-bottom: 20px;
}

.footer-logo.foot {
  margin-bottom: 0;
}

.footer-logo.foot {
  justify-content: center;
  margin-bottom: 0;
  display: flex;
}

.footer-logo.foot:hover {
  opacity: .57;
}

.footer-logo.foot.w--current {
  text-align: center;
  width: 260px;
}

.footer-links-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  margin-bottom: 20px;
  display: grid;
}

.footer-link-column {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.footer-up {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.footer-down {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.success-message {
  color: var(--white);
  background-color: #2b634b;
  border-radius: 5px;
  overflow: hidden;
}

.error-message {
  color: red;
  background-color: #ffe6e6;
  border-radius: 5px;
  padding: 20px;
  overflow: hidden;
}

.navigation-drop-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  width: 50%;
  height: 100%;
  display: grid;
}

.navigation-drop-container._4 {
  grid-template-columns: 1fr 1fr;
}

.dropdown-toggle {
  color: var(--midnight-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 12px;
  padding-right: 24px;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: color .2s;
}

.dropdown-toggle:hover {
  color: var(--red);
}

.nav-link-details {
  line-height: 24px;
}

.nav-content-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  display: flex;
}

.navigation-column {
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 70px;
}

.navbar-brand {
  width: 250px;
  min-width: 100px;
  height: auto;
  margin-right: 50px;
}

.navbar-brand:hover {
  opacity: .58;
}

.navbar-brand.w--current {
  width: 275px;
}

.navigation-left {
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: flex;
}

.dropdown-list {
  background-color: #0000;
  border-radius: 8px;
  min-width: 100%;
  top: 110px;
  left: 0;
  right: 0;
  overflow: hidden;
  box-shadow: 0 30px 50px #00000014;
}

.dropdown-list.w--open {
  z-index: 999;
  background-color: var(--dark-blue);
  box-shadow: none;
  border-radius: 0;
  width: 100%;
  min-width: auto;
  max-width: 50%;
  height: auto;
  min-height: auto;
  margin-top: -19px;
  margin-right: 170px;
  padding-top: 0;
  position: fixed;
  top: 99px;
  left: auto;
  right: 15px;
  overflow: visible;
}

.navigation-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navigation-right.simplified {
  justify-content: flex-start;
  align-items: center;
  padding-right: 0%;
}

.navigation-menu {
  align-items: center;
  font-size: 16px;
  display: flex;
  position: static;
}

.dropdown-arrow {
  color: var(--midnight-blue);
  margin-right: 5px;
  font-size: 14px;
}

.main-navigations-container {
  z-index: 999;
  background-color: #161a73;
  padding-top: 0;
  padding-bottom: 0;
  position: sticky;
  top: 0;
}

.nav-link {
  color: var(--midnight-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Quicksand, sans-serif;
  font-size: 14px;
  font-weight: 600;
  transition: color .2s;
}

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

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

.navigation-mob {
  background-color: #0000;
  display: none;
  top: 0%;
  left: 0%;
  right: 0%;
}

.nav-title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.dropdown {
  margin-left: 5px;
  margin-right: 5px;
  padding-right: 5px;
  position: static;
}

.dropdown-list-full-wrapper {
  border-right: 3px none var(--cadet-blue-hover);
  border-bottom: 3px none var(--cadet-blue-hover);
  border-left: 3px none var(--cadet-blue-hover);
  background-color: var(--main);
  color: var(--steel-blue);
  border-radius: 0;
  height: auto;
  margin-top: 10px;
  padding: 30px;
  display: flex;
  box-shadow: 0 10px 100px #0000000d;
}

.navigation {
  z-index: 100;
  color: var(--red);
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.navigation-link-block-mob {
  color: var(--main);
  background-color: #0000;
  border-radius: 20px;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 10px 0;
  text-decoration: none;
  display: flex;
}

.navigation-link-block-mob:hover {
  color: var(--light-sky-blue);
  background-color: #0000;
  border-radius: 0;
}

.blog-1-main-tags-2 {
  border-bottom: 1px #efefef;
  padding-top: 32px;
  padding-bottom: 37px;
}

.blog-1-main-social-2 {
  border-bottom: 1px solid #efefef;
  padding-bottom: 37px;
}

.blog-3-page-slider {
  float: none;
  border-radius: 12px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow: visible;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

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

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

.password-image {
  width: 130px;
  max-width: 70%;
}

.password-heading {
  margin-top: 20px;
  margin-bottom: 20px;
}

.password-button {
  background-color: var(--blue);
  padding: 0 32px;
}

.password-flex {
  display: flex;
}

.password-text-field {
  height: 100%;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav-logo {
  width: 100%;
}

.form-subheading {
  color: var(--white);
  margin-bottom: 20px;
  font-family: Quicksand, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.home-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
}

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

.hero-logo {
  max-width: 90%;
  margin-bottom: 20px;
}

.hero-logo.hero2 {
  border-radius: 20px;
  min-width: 100px;
  max-width: 400px;
  margin-bottom: 0;
}

.text-block-3 {
  margin-right: 0;
}

.heading {
  font-weight: 700;
}

.heading.h2-style {
  color: var(--dark-blue);
  text-transform: capitalize;
  font-size: 48px;
  line-height: 1.3;
}

.heading.blog {
  color: var(--green);
}

.slider-subheading {
  color: var(--white);
  max-width: 100%;
  font-size: 20px;
  font-weight: 400;
}

.slider-subheading.margin-small {
  margin-top: 0;
}

.slider-subheading.margin-small.full {
  max-width: none;
}

.slider-subheading.margin-small.full.service-des, .slider-subheading.margin-small.review-desc, .slider-subheading.review, .slider-subheading.gallery {
  color: var(--midnight-blue);
}

.subheadinhg {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.4;
}

.subheadinhg.service {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1.2em;
}

.photo-overlay {
  z-index: 3;
  background-color: var(--light-blue-3);
  opacity: 0;
  border-radius: 3px;
  height: 80%;
  position: absolute;
  inset: 0%;
}

.stat {
  color: var(--white);
  font-family: Quicksand, sans-serif;
}

.stat.black {
  color: var(--dark-slate-blue);
  font-weight: 500;
}

.stat-div {
  align-items: center;
  display: flex;
}

.stat-star {
  width: 25px;
  margin-left: 3px;
}

.stat-star.invert {
  filter: invert();
}

.service-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
}

.service-description {
  margin-bottom: 40px;
}

.hero-icons {
  align-items: center;
  display: flex;
}

.center {
  text-align: center;
}

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

.container-large.align-center {
  background-color: #0000;
  padding-left: 20px;
  padding-right: 20px;
}

.container-large.align-center.policy {
  max-width: none;
}

.pricing-card {
  background-color: var(--light-blue-3);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 40px 32px 30% 40px;
  display: flex;
  position: relative;
}

.gallery-lightbox {
  object-fit: cover;
  background-color: #0000;
  width: 100%;
  height: 100%;
  max-height: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

.accent {
  border-bottom: 3.4px solid var(--light-green);
  color: var(--light-green);
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Quicksand, sans-serif;
  font-size: 52px;
  line-height: 1.3;
  display: inline-block;
}

.logo-loc {
  opacity: 1;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.logo-loc.popup {
  width: 100%;
  min-width: 100px;
  max-width: none;
  margin-bottom: 10px;
}

.contact-icons {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.contact-icons.small {
  margin-top: 0;
}

.contact-icons.small.footer {
  background-color: #0000;
  border: 1px #000;
  justify-content: space-around;
  align-items: center;
  width: 80%;
  margin-top: 20px;
  margin-bottom: 10px;
}

.contact-icons.small.card-servicearea {
  margin-top: 20px;
}

.dark {
  filter: none;
  width: 25px;
  height: 25px;
}

.dark.small {
  width: 20px;
  height: 20px;
}

.dark.small.xs {
  width: 14px;
  height: 13px;
}

.dark.bigger {
  filter: none;
  width: 50px;
  height: 50px;
}

.dark.small {
  filter: invert(0%);
  width: 20px;
  height: 20px;
}

.loc {
  color: var(--white);
  text-align: left;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.bubble {
  object-fit: contain;
  max-width: 100%;
  padding: 5px;
}

.bubble._1 {
  padding: 0;
}

.footer-logo {
  width: 260px;
  margin-bottom: 0;
}

.popup-screen {
  z-index: 999999;
  background-color: #092d3d9e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.popup {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.popup-form-wrapper {
  background-color: #0000;
  padding: 2rem;
}

.heading-tertiary {
  font-size: 1.5rem;
  line-height: 1.75rem;
}

.heading-tertiary.lose__top-margin {
  margin-bottom: 20px;
  font-family: Quicksand, sans-serif;
  font-size: 32px;
}

.popup-top {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.popup-contact {
  border-right: 4px solid var(--alice-blue-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  min-width: 280px;
  padding-right: 20px;
  display: flex;
}

.pop-par {
  color: var(--alice-blue);
  margin-bottom: 0;
  margin-left: 20px;
}

.x {
  color: var(--alice-blue);
  cursor: pointer;
  font-size: 22px;
  position: absolute;
  inset: 2% 3% auto auto;
}

.x:hover {
  opacity: .58;
}

.div-block-14 {
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.pop-icon {
  width: 60px;
  height: 60px;
}

.popup-button {
  z-index: 500;
  justify-content: flex-end;
  width: 100%;
  display: flex;
  position: sticky;
  inset: auto 1% 1% auto;
}

.popup-button-2 {
  z-index: 900;
  cursor: pointer;
  border-radius: 10px;
  transition: all .3s;
  position: fixed;
  inset: auto 15px 10px auto;
  box-shadow: -1px 1px 12px #196a8e61;
}

.popup-button-2:hover {
  transform: scale(1.02);
}

.hero-2-text {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 40px;
  font-family: Quicksand, sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.popup-button-1 {
  z-index: 900;
  cursor: pointer;
  transition: all .35s;
  display: block;
  position: fixed;
  inset: auto 15px 105px auto;
  box-shadow: -1px 1px 12px #196a8e61;
}

.popup-button-1:hover {
  transform: scale(1.02);
}

.pop-btn-hover {
  z-index: 60;
  background-color: var(--steel-blue-2);
  opacity: 0;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .2s;
  display: flex;
  position: absolute;
}

.pop-btn-hover:hover {
  opacity: 1;
}

.pop-btn-hover.darker {
  z-index: 9999999;
  background-color: var(--dark-blue);
  border-radius: 5px;
}

.pop-btn-text {
  color: var(--alice-blue-2);
  text-align: center;
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  display: block;
  position: static;
  inset: 0%;
}

.hero-text {
  color: var(--main);
  width: 100%;
}

.hero-text.wide {
  width: 80%;
}

.hero-text.blue {
  color: var(--dark-slate-blue);
  margin-bottom: 40px;
}

.about-spacing {
  background-color: var(--dark-blue);
  height: auto;
  padding-top: 220px;
  padding-bottom: 220px;
}

.quote-div {
  background-color: var(--red);
  text-align: center;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px 40px;
  position: relative;
}

.quote-div.quote-div-2 {
  background-color: var(--dark-blue);
}

.quote {
  color: var(--white);
  margin-bottom: 0;
}

.quote-sub {
  color: var(--white);
  width: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

.about-1-pointers-right {
  justify-content: space-between;
  width: 48%;
  padding-left: 0%;
  display: flex;
}

.vertical-line {
  background-color: var(--dark-blue);
  width: 8px;
  margin-right: auto;
}

.footer-up-right {
  flex-direction: column;
  align-items: flex-start;
  width: 66%;
  display: flex;
}

.dropdown-nav {
  color: var(--alice-blue);
  letter-spacing: 1px;
  width: 200px;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.dropdown-nav:hover {
  color: var(--blue-smoke);
}

.nav-icon {
  background-color: var(--white);
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  padding: 10px;
}

.text-block-9 {
  color: var(--midnight-blue);
  font-size: 14px;
}

.page-wrapper {
  position: relative;
  overflow: hidden;
}

.background {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.main-wrapper {
  background-color: #001d5a;
  width: 100vw;
}

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

.main-wrapper.center._404, .main-wrapper.center.thank-you {
  background-color: var(--dark-slate-blue);
  height: 100vh;
}

.scroller {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 12.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.noise {
  opacity: .5;
  background-color: #010a0e;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.button-3 {
  z-index: 5;
  background-color: var(--dark-blue);
  box-shadow: 7px 7px 60px 5px var(--midnight-blue);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  border: 0 #0000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
  position: relative;
}

.line-divider {
  background-color: #fff;
  width: 100%;
  height: .0625rem;
}

.line-divider._2, .line-divider._1 {
  background-color: var(--light-sky-blue);
  display: block;
}

.line-divider._3 {
  background-color: var(--light-sky-blue);
}

.line-divider._2 {
  display: block;
}

.line-divider._1 {
  background-color: var(--light-sky-blue);
  display: block;
}

.bg-gradient-blur {
  opacity: .75;
  filter: blur(100px);
  width: 50%;
  height: 50%;
  display: none;
  position: absolute;
  inset: -10% auto auto -10%;
}

.custom-css {
  display: none;
}

.buttons-wrapper {
  z-index: 5;
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  inset: 0%;
}

.scroll-text {
  color: var(--light-blue-3);
  letter-spacing: -.02em;
  flex: none;
  margin-right: 5vw;
  font-size: 8vw;
  line-height: 1.37;
}

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

.buttons {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 80px;
  display: flex;
  position: relative;
}

.scroll-text-2 {
  color: var(--light-blue-3);
  letter-spacing: -.02em;
  flex: none;
  margin-right: 5vw;
  font-size: 8vw;
  line-height: 1.37;
}

.section__review {
  background-color: #0000;
  width: 85%;
  max-width: 1480px;
  padding-top: 0;
}

.hero-subheading {
  letter-spacing: .5px;
  font-family: Quicksand, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.html-embed {
  color: #edf3ff;
  width: 100%;
  height: 100%;
  margin-top: 40px;
}

.results-section {
  flex-direction: column;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.gallery-wrapper {
  column-count: 3;
  width: 85%;
  max-width: 1800px;
  padding: 20px 20px 16px;
}

.header-vertical {
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.stars {
  filter: brightness(200%);
  margin-bottom: 20px;
}

.blog-feature-content {
  padding: 0 20px;
}

.navbar {
  display: none;
}

.body-3 {
  background-color: var(--alice-blue-2);
}

.phone {
  text-transform: none;
  padding-left: 10px;
  padding-right: 10px;
}

.phone.e {
  padding-left: 10px;
  font-size: 14px;
}

.phone.hero {
  font-size: 16px;
}

.book {
  margin-bottom: 10px;
  font-size: 18px;
}

.hero-buttons {
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.sale-banner-wrapper {
  box-shadow: 1px 1px 15px 0 var(--main);
  height: 400px;
  margin-bottom: 100px;
  display: none;
}

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

.home-hero-text-2 {
  color: #000;
  font-family: Quicksand, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.background-image-wrapper-2 {
  background-color: #afdaf2;
  width: 100vw;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.background-image-wrapper-2.hero {
  background-color: var(--white);
}

.flex-image-animation-cover-2 {
  background-color: #0000;
  display: none;
  position: absolute;
  inset: 0%;
}

.home-hero-content-2 {
  z-index: 100;
  max-width: 45%;
  margin-bottom: 20px;
  position: relative;
}

.home-hero-section-2 {
  overflow: hidden;
}

.hero-image-2 {
  z-index: 5;
  background-image: url('../images/selective-focus-of-multiethnic-cleaners-cleaning-c-2023-11-27-05-01-27-utc.jpg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 60%;
  max-width: 600px;
  position: absolute;
  inset: 0% -3% 0% auto;
  overflow: hidden;
}

.hero-image-2.reviews {
  background-image: url('../images/confident-mixed-race-cleaners-standing-at-apartmen-2023-11-27-05-08-54-utc.jpg');
  background-position: 30%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.button-5 {
  color: #fff;
  background-color: #2c8bbf;
  background-image: url('../images/Group-385.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 88px;
  justify-content: space-between;
  align-items: center;
  padding: 28px 64px 28px 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: background-color .2s, background-position .2s;
  display: inline-block;
}

.button-5:hover {
  background-color: #222;
  background-position: 88%;
}

.about-2-values-left-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  display: grid;
}

.about-3-location-image-2 {
  z-index: 3;
  opacity: .58;
  object-fit: cover;
  background-image: url('../images/mapbase-min.png');
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 65%;
  display: block;
  position: absolute;
  bottom: 0;
}

.about-2-values-right-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 35%;
  max-width: 460px;
  display: flex;
}

.about-3-location-section-2 {
  background-color: var(--white);
  position: relative;
}

.about-2-values-item-circle-2 {
  background-color: var(--white);
  border-radius: 50%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 16px;
  display: flex;
  overflow: hidden;
}

.about-2-values-item-circle-2._100 {
  width: 100%;
  height: 100%;
}

.button-6 {
  color: #fff;
  background-color: #2c8bbf;
  background-image: url('../images/Group-385.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 88px;
  justify-content: space-between;
  align-items: center;
  padding: 28px 64px 28px 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: background-color .2s, background-position .2s;
  display: inline-block;
}

.button-6:hover {
  background-color: #000;
  background-position: 88%;
}

.about-2-values-item-2 {
  background-color: var(--alice-blue-3);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
  position: relative;
}

.about-2-values-item-2.city {
  background-color: var(--dark-blue);
  border-radius: 3px;
  padding: 0;
}

.about-3-location-heading-2 {
  color: var(--midnight-blue);
  text-transform: capitalize;
  margin-bottom: 60px;
  line-height: 1.3;
}

.features-card-2 {
  background-color: #dbf1ff;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 40px 32px 30%;
  display: flex;
  position: relative;
}

.features-card-2.contact {
  background-color: var(--alice-blue);
  border-radius: 5px;
  max-width: none;
  padding: 20% 40px;
}

.footer-info-2 {
  color: #fff;
  font-family: Quicksand, sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

.footer-info-2:hover {
  color: #e5f6ff;
  text-decoration: underline;
}

.footer-ctas-2 {
  justify-content: space-around;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: flex;
}

.wrapper-3.footer-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 90%;
  max-width: 1480px;
  padding-top: 60px;
  padding-bottom: 20px;
}

.footer-logo-and-text-container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  max-width: none;
  display: flex;
}

.footer-group-wrap {
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-group-wrap.mb-0 {
  margin-bottom: 0;
}

.collection-list-wrapper-8 {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.about-2-values-item-circle-3 {
  background-color: #fff;
  border-radius: 50%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-right: 16px;
  display: flex;
  overflow: hidden;
}

.about-2-values-item-circle-3.contact {
  background-color: #fff;
  width: 56px;
  height: 56px;
  margin-left: 5px;
  margin-right: 5px;
  transition: all .3s;
}

.about-2-values-item-circle-3.contact:hover {
  background-color: #93ccf0;
  transform: scale(1.1);
}

.about-2-values-item-circle-3.contact.small {
  background-color: var(--main);
  width: 40px;
  height: 40px;
}

.about-2-values-item-circle-3.contact.small:hover {
  background-color: var(--red);
  color: var(--red);
}

.about-2-values-item-circle-3.contact.large {
  background-color: var(--red);
  width: 50px;
  height: 50px;
}

.button-7 {
  color: #fff;
  background-color: #2c8bbf;
  background-image: url('../images/Group-385.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 88px;
  justify-content: space-between;
  align-items: center;
  padding: 28px 64px 28px 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: background-color .2s, background-position .2s;
  display: inline-block;
}

.button-7:hover {
  background-color: #000;
  background-position: 88%;
}

.button-7.small {
  letter-spacing: 0;
  background-color: #ba1531;
  padding: 16px 56px 16px 32px;
  font-family: Quicksand, sans-serif;
}

.button-7.small:hover {
  background-color: #9c0016;
}

.button-7.small.white {
  color: #0f4157;
  background-color: #f2fbff;
  background-image: url('../images/Group-384.svg');
  background-position: 85%;
  padding-left: 20px;
  padding-right: 40px;
  font-family: Quicksand, sans-serif;
}

.button-7.small.white:hover {
  background-color: #ffffffb3;
}

.button-7.small.white.nav {
  text-transform: uppercase;
  margin-top: 0;
  margin-right: 20px;
}

.button-7.small.white.nav:hover {
  text-transform: uppercase;
  background-color: #bde5fe;
  background-position: 89%;
}

.button-7.small.white.nav.phone {
  filter: brightness(0%) saturate(0%) invert();
  color: #000;
  background-color: #0000;
  background-position: 90%;
  border: 1px solid #000;
  justify-content: flex-start;
  width: 250px;
  margin-top: 10px;
  margin-right: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 30px;
  transition: all .2s;
  display: flex;
}

.button-7.small.white.nav.phone:hover {
  background-position: 92%;
}

.button-7.small.white.nav.phone.foot {
  background-color: var(--main);
  justify-content: space-between;
  width: 220px;
}

.footer-down-info-2 {
  justify-content: space-around;
  align-items: flex-end;
  width: 100%;
  max-width: none;
  margin-top: 40px;
  margin-bottom: 10px;
  display: flex;
}

.footer-down-info-2._3-column {
  text-align: center;
  justify-content: space-around;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.white-2 {
  color: #fff;
}

.white-2.footer-link {
  color: #fffc;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  transition: color .2s;
  display: none;
}

.white-2.footer-link:hover {
  color: #fff9;
}

.white-2.footer-link.margin {
  display: none;
}

.white-2.footer-text {
  color: #fffc;
  text-align: center;
  width: 96%;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.4;
}

.white-2.footer-text.small {
  letter-spacing: .5px;
  font-family: Quicksand, sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

.white-2.footer-text.small.no-wrap {
  color: #fffc;
  white-space: nowrap;
  margin-top: 0;
  position: static;
}

.white-2.footer-text.small.no-wrap.bottom {
  color: #000c;
  padding-top: 0;
  padding-bottom: 10px;
}

.white-2.footer-text._0margin {
  margin-top: 0;
}

.white-2.footer-text._0margin.small {
  color: #000c;
  width: auto;
  margin-top: 7px;
  margin-bottom: 0;
}

.white-2.footer-text.description {
  color: var(--midnight-blue);
  text-align: left;
  margin-bottom: 20px;
}

.white-2.footer-column-heading {
  color: var(--midnight-blue);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  margin-bottom: 6px;
  padding-bottom: 1px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
}

.white-2.footer-column-heading.link {
  color: var(--midnight-blue);
  border-bottom-style: none;
  width: auto;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  transition: all .2s;
}

.white-2.footer-column-heading.link:hover {
  opacity: .6;
  color: var(--red);
}

.white-2.footer-column-heading.link.w--current {
  color: var(--midnight-blue);
}

.white-2.footer-column-heading.link.w--current:hover {
  color: var(--red);
}

.white-2.footer-down-text {
  color: var(--midnight-blue);
  font-size: 13px;
  font-weight: 300;
}

.footer-up-2 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.footer-logo-2 {
  width: 255px;
  margin-bottom: 10px;
}

.collection-item-9 {
  line-height: 28px;
}

.footer-links-grid-2 {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  margin-bottom: 20px;
  display: grid;
}

.footer-links-grid-2._3-columns {
  grid-column-gap: 40px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr .5fr .5fr;
  margin-bottom: 0;
}

.footer-links-grid-2._4-services {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-8 {
  color: #fff;
  background-color: #2c8bbf;
  background-image: url('../images/Group-385.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 88px;
  justify-content: space-between;
  align-items: center;
  padding: 28px 64px 28px 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: background-color .2s, background-position .2s;
  display: inline-block;
}

.button-8:hover {
  background-color: #000;
  background-position: 88%;
}

.text-block-16 {
  color: #161a73;
  margin-right: 0;
  font-size: 18px;
}

.text-block-16.number {
  color: #161a73b3;
  text-align: center;
}

.text-block-16.number.number-home-3 {
  text-align: center;
}

.button-solid {
  border: 2px solid var(--dark-blue);
  background-color: var(--white);
  color: var(--dark-slate-blue);
  letter-spacing: 0;
  white-space: nowrap;
  background-image: url('../images/arrow-2_1arrow-2.png');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  padding: 16px 40px 16px 20px;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: background-color .2s, background-position .2s;
  display: inline-block;
}

.button-solid:hover {
  background-color: var(--light-sky-blue-2);
  background-position: 92%;
}

.button-solid.numbah {
  border-color: var(--dark-blue);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  margin-left: 20px;
  padding-right: 20px;
}

.button-solid.numbah:hover {
  background-color: var(--light-sky-blue-2);
}

.button-solid.btn-contact {
  align-self: auto;
}

.button-solid._3, .button-solid._4 {
  width: 100%;
}

.button-9 {
  color: #fff;
  background-color: #2c8bbf;
  background-image: url('../images/Group-385.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 88px;
  justify-content: space-between;
  align-items: center;
  padding: 28px 64px 28px 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: background-color .2s, background-position .2s;
  display: inline-block;
}

.button-9:hover {
  background-color: #000;
  background-position: 88%;
}

.button-9.small {
  letter-spacing: 0;
  background-color: #ba1531;
  padding: 16px 56px 16px 32px;
  font-family: Quicksand, sans-serif;
}

.button-9.small:hover {
  background-color: #9c0016;
}

.button-9.small.white {
  color: #0f4157;
  background-color: #f2fbff;
  background-image: url('../images/Group-384.svg');
  background-position: 85%;
  padding-left: 20px;
  padding-right: 40px;
  font-family: Quicksand, sans-serif;
}

.button-9.small.white:hover {
  background-color: #ffffffb3;
}

.button-9.small.white.nav {
  text-transform: uppercase;
  margin-top: 0;
  margin-right: 20px;
}

.button-9.small.white.nav:hover {
  text-transform: uppercase;
  background-color: #bde5fe;
  background-position: 89%;
}

.button-9.small.white.nav.phone {
  filter: brightness(0%) saturate(0%) invert();
  color: #000;
  background-color: #0000;
  background-position: 90%;
  border: 1px solid #000;
  justify-content: flex-start;
  width: 250px;
  margin-top: 10px;
  margin-right: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 30px;
  transition: all .2s;
  display: flex;
}

.button-9.small.white.nav.phone:hover {
  background-position: 92%;
}

.button-9.small.white.nav.phone.hero {
  border-width: 2px;
  border-color: var(--dark-blue);
  color: #000;
  background-color: #fff;
  width: auto;
  margin-top: 0;
  margin-left: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: none;
}

.nav-button-2 {
  background-color: var(--red);
  color: #fff;
  letter-spacing: 0;
  background-image: url('../images/Group-385.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 3px;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding: 16px 56px 16px 22px;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: background-color .2s, background-position .2s;
  display: inline-block;
}

.nav-button-2:hover {
  background-color: var(--red);
  background-position: 88%;
}

.nav-button-2.service-area {
  margin-top: 40px;
}

.main-button {
  z-index: 1;
  background-color: var(--dark-blue);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-image: url('../images/Group-385.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  padding: 20px 64px 20px 40px;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: background-color .2s, background-position .2s;
  display: inline-block;
  position: relative;
}

.main-button:hover {
  background-color: var(--cadet-blue);
  background-position: 88%;
  transform: none;
}

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

.main-button.no-margin.top {
  background-color: var(--dark-blue);
}

.icon-regular-2 {
  filter: invert();
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-regular-2:hover {
  filter: invert(0%);
}

.slider-wrapper {
  background-color: #0000;
  height: 100%;
}

.slider-wrapper.top-buttons {
  max-width: 45%;
  margin-top: 140px;
}

.slider-mask {
  height: 100%;
  overflow: hidden;
}

.slider-mask.service-slider-mask {
  width: 100%;
  overflow: visible;
}

.btn-circle-primary {
  color: #fff;
  transform-style: preserve-3d;
  background-color: #00092d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  font-size: 28px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  transform: translate(0);
}

.btn-circle-primary:hover {
  color: #00092d;
  background-color: #76b5ff;
  transform: scale3d(.94, .94, 1.01);
}

.btn-circle-primary.slider-arrow {
  border-radius: 12px;
  width: 72px;
  min-width: 72px;
  height: 72px;
  min-height: 72px;
  font-size: 26px;
  font-weight: 700;
}

.btn-circle-primary.slider-arrow.right---top-right {
  background-color: var(--white);
  color: var(--white);
  inset: -120px auto auto 85px;
}

.btn-circle-primary.slider-arrow.right---top-right:hover {
  background-color: var(--red);
  color: #fff;
}

.btn-circle-secondary {
  color: #515872;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #d1d6e5;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  font-size: 20px;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
  transform: translate(0);
  box-shadow: 0 2px 12px #14142b14;
}

.btn-circle-secondary:hover {
  color: #fff;
  background-color: #00092d;
  border-color: #00092d;
  transform: scale3d(.94, .94, 1.01);
}

.btn-circle-secondary.slider-arrow {
  box-shadow: none;
  background-color: #f3f6ff;
  border-color: #f3f6ff;
  border-radius: 12px;
  width: 72px;
  min-width: 72px;
  height: 72px;
  min-height: 72px;
  font-size: 26px;
  font-weight: 700;
}

.btn-circle-secondary.slider-arrow:hover {
  background-color: #00092d;
}

.btn-circle-secondary.slider-arrow.left---top-right {
  background-color: var(--white);
  color: var(--white);
  border-style: none;
  inset: -120px auto auto 0%;
}

.btn-circle-secondary.slider-arrow.left---top-right:hover {
  background-color: var(--red);
  border-style: none;
}

.slide-item-mg {
  margin-right: 28px;
}

.empty-state-2 {
  color: #00092d;
  text-align: center;
  background-color: #fff;
  border: 1px solid #f3f6ff;
  border-radius: 16px;
  padding: 40px 24px;
}

.empty-state-2.v1 {
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 446px;
  display: flex;
}

.hidden-on-desktop {
  display: none;
}

.inner-container._320px {
  max-width: 320px;
}

.inner-container._320px._100-mbp {
  color: #fff;
}

.icon-wrapper {
  border-radius: 50%;
  transform: translate(0);
}

.icon-wrapper._60px {
  filter: invert();
  object-fit: contain;
  width: 40px;
  max-width: none;
  height: 40px;
  position: static;
  bottom: 5px;
  overflow: visible;
}

.icon-wrapper._60px.wide {
  filter: invert();
  color: var(--red);
}

.display-4 {
  color: #00092d;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.429em;
}

.display-4.mg-bottom-4px {
  font-weight: 400;
}

.display-4.mg-bottom-4px.gold {
  color: var(--white);
}

.link-text {
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}

.link-text:hover {
  color: var(--red);
}

.link-text.blue {
  color: var(--white);
  transition: color .3s;
}

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

.link-wrapper {
  color: #00092d;
  transition: none;
  display: inline-block;
}

.link-wrapper:hover {
  color: #00092d;
}

.link-wrapper.card-view-more-link {
  color: var(--red);
  font-weight: 700;
}

.link-wrapper.card-view-more-link:hover {
  color: var(--white);
}

.service-card-content {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--dark-blue);
  border: 1px solid #fff;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 560px;
  height: 200px;
  margin-top: auto;
  padding: 40px 20px;
  display: flex;
  position: relative;
  transform: translate(0);
}

.rounded-icon---bg {
  background-color: var(--red);
  border: 2px solid #fff;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 10px;
  display: flex;
  position: relative;
}

.service-card-wrapper {
  color: #515872;
  flex-direction: column;
  text-decoration: none;
  transition: transform .3s;
}

.service-card-wrapper:hover {
  color: #515872;
  transform: scale(1.04);
}

.city-link-wrapper {
  background-color: var(--main);
  color: var(--main);
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 40px;
  transition: transform .3s;
  display: flex;
}

.city-link-wrapper:hover {
  transform: scale(1.04);
}

.white-icons {
  filter: brightness(0%) grayscale() invert();
  max-width: 20px;
}

.accordion-wrap {
  width: 50%;
  margin-right: 15px;
}

.accordion-shevron-icon {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

.accordion-toggle {
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 10px 0;
  display: flex;
}

.accordion-list {
  background-color: #0000;
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-list.w--open {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
}

.accordion-wrapper {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.accordion-item {
  background-color: #fff;
  width: 100%;
  margin-bottom: 15px;
  padding: 20px 30px;
  position: static;
  box-shadow: 0 0 20px #0000000f;
}

.accordion-list-content {
  margin-top: 0;
  margin-bottom: 0;
}

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

.section-2 {
  padding-top: 80px;
  padding-bottom: 40px;
  position: relative;
}

.section-2.home-video {
  z-index: 1;
  margin-bottom: -200px;
  padding-top: 60px;
  padding-bottom: 0;
}

.section-2.home-after-video {
  background-color: var(--dark-blue);
  padding-top: 280px;
}

.section-2.mt-0 {
  padding-top: 0;
}

.wrap.horizontal {
  justify-content: center;
  display: flex;
}

.section-title {
  color: var(--midnight-blue);
  text-transform: capitalize;
}

.accordion-title.small {
  color: var(--main);
  font-size: 20px;
  line-height: 1.6em;
}

.base-container {
  z-index: 999;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.shop-banner {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.banner-title-wrapper {
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  display: flex;
  position: relative;
}

.banner-description {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
}

.base-container-3 {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.base-container-3.video-block {
  max-width: 1300px;
}

.base-container-3.detailed-description {
  max-width: 80%;
}

.accommodation-map-block {
  border: 8px solid #fff;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 800px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 30px #fbb8ac4d;
}

.accommodation-map-block.small {
  width: 50%;
  min-height: 500px;
  box-shadow: 1px 1px 30px #3f94b04d;
}

.map-preview {
  filter: grayscale();
  object-fit: cover;
  object-position: 50% 8%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0 0% 0%;
}

.double-button {
  grid-column-gap: 20px;
  justify-content: center;
  width: 100%;
  display: flex;
}

.icon-color-wrapper {
  position: relative;
}

.home-1-cta-text-2 {
  z-index: 1;
  color: var(--alice-blue-3);
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 32px;
  position: relative;
}

.image-6.rounded-image {
  background-color: #dbf1ff;
  border-radius: 100px;
  padding: 10px;
}

.button-10 {
  color: #fff;
  background-color: #2c8bbf;
  background-image: url('../images/Group-385.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 88px;
  justify-content: space-between;
  align-items: center;
  padding: 28px 64px 28px 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: background-color .2s, background-position .2s;
  display: inline-block;
}

.button-10:hover {
  background-color: #2d688d;
  background-position: 88%;
}

.rich-text-block-2 {
  z-index: 2;
  position: relative;
}

.rich-text-block-2.white {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.link-on-dark {
  color: #000c;
  text-decoration: underline;
  transition: color .3s ease-in-out;
}

.link-on-dark:hover, .link-2 {
  color: var(--midnight-blue);
}

.text-span, .text-span-2, .bold-text-5, .bold-text-6 {
  color: var(--white);
}

.rich-text-block-3 {
  line-height: 29px;
}

.image-8 {
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.gallery-slider {
  grid-column-gap: 20px;
  background-color: #0000;
  flex-direction: column;
  min-height: 400px;
  padding-left: 50px;
  padding-right: 50px;
}

.slide-nav-2 {
  position: relative;
  top: 29px;
}

.left-arrow-3 {
  width: 50px;
  overflow: visible;
}

.gallery-slide {
  width: 33.33%;
  padding-left: 5px;
  padding-right: 5px;
}

.section-title-content-7 {
  font-size: 16px;
}

.gallery-image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.container-9 {
  max-width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

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

.container-9.center.no-pad-mobile {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 100px;
}

.gallery-section-2 {
  width: 100%;
  max-width: 100%;
  padding-top: 40px;
  padding-bottom: 100px;
}

.section-title-wrap {
  text-align: center;
  margin-bottom: 20px;
}

.section-title-wrap.title-center-align {
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-title-17 {
  color: var(--midnight-blue);
  margin-top: 12px;
  font-size: 38px;
  font-weight: 700;
}

.right-arrow-2 {
  width: 50px;
  overflow: visible;
}

.icon-9 {
  color: #042a6b;
  width: 30px;
}

.section-4 {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-title-content-3 {
  margin-bottom: 60px;
  font-size: 18px;
}

.section-title-9 {
  color: var(--midnight-blue);
  text-transform: capitalize;
  margin-top: 12px;
  font-size: 36px;
  font-weight: 700;
}

.why-choose-item-title {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 22px;
}

.why-choose-item-title.center {
  text-align: center;
  margin-bottom: 20px;
}

.why-choose-item-title.center.gallery-socmed {
  display: none;
}

.container-3 {
  max-width: 100%;
  margin-top: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.container-4 {
  width: 100%;
  max-width: 1200px;
}

.image-14, .lightbox-link, .lightbox-link-2 {
  height: 100%;
}

.image-15 {
  height: auto;
  margin-top: 7px;
}

.image-16 {
  height: 100%;
}

.lightbox-link-3 {
  height: 100%;
}

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

.copyright-auto {
  color: #fffc;
  margin-bottom: 0;
  font-size: 13px;
}

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

.text-span-3 {
  color: var(--red);
}

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

.bold-text-9 {
  color: var(--white);
}

.text-block-17 {
  color: var(--midnight-blue);
  font-size: 12px;
}

.text-block-17.blog-date {
  color: #a8a8a8;
}

.section-7 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.heading-19 {
  justify-content: center;
  align-items: center;
  font-size: 32px;
  display: flex;
}

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

.container-11 {
  justify-content: center;
  align-items: stretch;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.bold-text-11 {
  font-size: 21px;
}

.div-block-19 {
  padding-left: 20px;
}

.heading-21 {
  margin-bottom: 0;
}

.image-18 {
  max-width: 30%;
}

.bold-text-12 {
  font-size: 21px;
}

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

.heading-22, .text-block-20 {
  text-align: center;
}

.cell-2, .cell-3, .cell-4 {
  justify-content: center;
  align-items: center;
}

.credential-image {
  width: 70%;
  max-width: none;
}

.credential-image.cred-img-2 {
  width: 50%;
}

.cell-5 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  justify-content: center;
  align-items: flex-end;
}

.quick-stack {
  grid-column-gap: 53px;
  grid-row-gap: 53px;
}

.container-13 {
  background-color: var(--blue);
  padding: 40px;
}

.heading-23 {
  color: var(--white);
  text-align: center;
  font-size: 32px;
}

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

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

.image-19 {
  text-align: left;
  width: 40%;
  max-width: none;
}

.column-3 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.heading-24 {
  font-weight: 400;
}

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

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

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

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

.image-20 {
  max-width: 593px;
  height: 100%;
}

.image-21 {
  height: 100%;
}

.section-11 {
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-15 {
  max-width: 90%;
}

.heading-25 {
  color: var(--midnight-blue);
  text-align: center;
}

.html-embed-3 {
  margin-top: 20px;
}

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

.bold-text-14 {
  font-size: 18px;
}

.bold-text-15 {
  text-transform: capitalize;
}

.numer-4-service {
  text-align: center;
}

.section-12 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-13 {
  padding: 100px 60px;
}

.container-2 {
  padding-left: 60px;
  padding-right: 60px;
}

.paragraph-3 {
  margin-bottom: 0;
}

.accordion-shevron-icon-2 {
  color: var(--main);
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.accordion-item-2 {
  background-color: #fff;
  width: 100%;
  margin-bottom: 15px;
  padding: 0 30px;
  position: static;
  box-shadow: 0 0 20px #0000000f;
}

.heading-2 {
  color: var(--main);
  text-align: center;
  font-size: 38px;
}

.bold-text-17, .bold-text-18, .bold-text-19, .bold-text-20 {
  color: var(--main);
}

.select-input-field {
  border-radius: 8px;
  height: 58px;
  margin-bottom: 20px;
}

.div-block-20 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
}

.image-23 {
  width: 250px;
  max-width: none;
}

.div-block-21 {
  display: flex;
  position: relative;
}

.image-24 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: -4%;
}

.section-title-wrapper-copy {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1270px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.base-container-copy {
  z-index: 999;
  flex-direction: column;
  align-items: center;
  max-width: 1220px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.service-description-copy {
  text-align: left;
  margin-bottom: 40px;
}

.hide {
  display: none;
}

.radio-question-wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}

.field-label-7 {
  color: var(--white);
  font-size: 18px;
}

.file-upload-wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}

.form-section-subheading {
  color: var(--white);
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
}

.input-field-2 {
  color: #7e7e7e;
  height: 65px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 400;
}

.input-field-2::placeholder {
  color: #7e7e7e;
  font-size: 18px;
  font-weight: 400;
}

.input-field-2.text-area {
  height: 150px;
  margin-top: 0;
  padding-top: 15px;
}

.input-field-2.text-area.gap {
  margin-bottom: 40px;
}

.error-message-2 {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.radio-button-wrapper-2 {
  grid-column-gap: 50px;
  color: var(--white);
  margin-top: 10px;
  display: flex;
}

.button-16 {
  color: #fff;
  background-color: #202a28;
  border: 2px solid #202a28;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 17px 40px;
  font-size: 20px;
  font-weight: 600;
  transition: background-color .2s, border-color .2s, color .2s;
}

.button-16:hover {
  color: #e4cd00;
}

.button-16.full-width-button {
  border-color: var(--red);
  background-color: var(--red);
  text-align: center;
  border-radius: 0;
  width: 100%;
}

.button-16.full-width-button:hover {
  border-color: var(--steel-blue);
  background-color: var(--logo-blue);
  color: #1b1a1a;
  -webkit-text-stroke-color: #1b1a1a;
}

.appointment-form-wrap-2 {
  background-color: #0000;
  margin-top: 40px;
  padding: 50px 40px;
}

.appointment-form-wrap-2.contact {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.success-message-2 {
  color: #fff;
  text-align: center;
  background-color: #ff1c9d;
}

.form-section-labels {
  color: var(--white);
  margin-bottom: 10px;
  padding-top: 20px;
  font-size: 26px;
}

.area-btn-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  display: grid;
}

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

.services-card-wrapper.d-grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 85%;
  max-width: 1480px;
  margin: 60px auto 100px;
  display: grid;
}

.service-area-card-wrap {
  width: 85%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
}

.service-area-card-wrap.d-grid-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 100px;
  display: grid;
}

.footer-service-area-container {
  width: 100%;
}

.footer-service-area-container.d-grid-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.link-block {
  grid-column-gap: 67px;
  grid-row-gap: 67px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.service-item-link-container.d-grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--main);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  padding: 20px 40px;
  display: grid;
}

.contact-us-content {
  width: 100%;
}

.contact-us-content.bot {
  display: none;
}

.contact-us-field-label {
  color: #1c2436;
  margin-bottom: 10px;
  font-weight: 400;
}

.contact-us-input {
  border: 1px solid #d8dae3;
  border-radius: 6px;
  height: 52px;
  margin-bottom: 0;
  padding: 0 20px;
  font-size: 16px;
}

.contact-us-input::placeholder {
  color: #bfc2d0;
}

@media screen and (min-width: 1280px) {
  .display-heading.about-3-hero.service {
    color: var(--midnight-blue);
  }

  .wrapper.home-1-cta-wrapper {
    max-width: none;
  }

  .wrapper.about-1-hero-wrapper.smaller {
    max-width: 1480px;
  }

  .wrapper.about-1-pointers-wrapper.small {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .wrapper.blog-1-hero-wrapper {
    align-items: stretch;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .wrapper.navigation-wrapper {
    width: 85%;
  }

  .wrapper.horizontal.blog {
    background-color: var(--dark-blue);
    padding: 30px 40px;
  }

  .wrapper.horizontal.blog.services, .wrapper.horizontal.blog.area {
    background-color: var(--dark-blue);
  }

  .image {
    position: static;
  }

  .image.blog-1-inside-image {
    object-fit: cover;
    position: static;
  }

  .image.blog-1-vertical-inside-image {
    object-fit: cover;
  }

  .flex-content.top {
    max-width: none;
  }

  .home-1-cta {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .white.footer-column-heading {
    font-size: 16px;
  }

  .home-3-testimonial-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-1-pointers-section {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .about-1-pointers-text {
    width: 42%;
    max-width: none;
  }

  .about-1-flex-grid {
    width: 98%;
    margin-left: auto;
  }

  .about-1-flex-grid-bar._1, .about-1-flex-grid-bar._2 {
    background-color: var(--dark-slate-grey);
  }

  .about-1-flex-grid-number {
    font-family: Quicksand, sans-serif;
    font-size: 56px;
  }

  .blog-1-hero-section {
    background-color: #0000;
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .blog-1-hero-left {
    background-color: #bbff6700;
    justify-content: flex-end;
    height: 100%;
    min-height: 100%;
    margin-top: 3%;
    padding-top: 0%;
    padding-bottom: 40px;
  }

  .blog-1-image {
    position: relative;
  }

  .blog-1-up {
    height: 100%;
    margin-bottom: 0;
  }

  .blog-1-hero-right {
    max-width: none;
  }

  .blog-1-vertical {
    border: 1px #000;
    align-items: center;
    height: 100%;
    min-height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
    position: relative;
  }

  .blog-vertical-left {
    flex-direction: column;
    justify-content: center;
    width: 60%;
    max-width: none;
    height: 100%;
    padding-top: 0;
    padding-right: 20px;
    display: flex;
  }

  .blog-1-vertical-image {
    width: 50%;
    max-width: none;
    height: 100%;
    position: relative;
  }

  .blog-2-item {
    background-color: var(--alice-blue);
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-2-image {
    height: 300px;
  }

  .blog-2-item-heading {
    margin-top: 10px;
  }

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

  .main-navigations-container {
    background-color: var(--dark-blue);
  }

  .subheadinhg.service {
    font-family: Quicksand, sans-serif;
  }

  .stat.black {
    color: var(--main);
    font-weight: 500;
  }

  .service-description {
    margin-bottom: 30px;
  }

  .container-large.align-center {
    color: #001d5a;
  }

  .quote-div {
    width: 85%;
    max-width: 1800px;
  }

  .quote {
    text-align: center;
    font-family: Quicksand, sans-serif;
  }

  .line-divider._2, .line-divider._1 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .line-divider._3 {
    margin-top: 40px;
  }

  .gallery-wrapper {
    width: 85%;
  }

  .blog-feature-content {
    width: 100%;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-buttons {
    margin-top: 20px;
  }

  .hero-image-2 {
    background-image: url('../images/selective-focus-of-multiethnic-cleaners-cleaning-c-2023-11-27-05-01-27-utc.jpg');
    background-position: 100%;
  }

  .wrapper-3.footer-wrapper {
    width: 94%;
  }

  .white-2.footer-column-heading {
    font-size: 16px;
  }

  .button-solid {
    width: 50%;
  }

  .section-title-wrapper {
    margin-bottom: 0;
  }

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

  .section-2.home-after-video {
    background-position: 118% 70%, -7% 70%;
    background-size: auto 550px, auto 550px;
    padding-top: 330px;
  }

  .banner-title-wrapper {
    margin-top: 0;
  }

  .gallery-slider {
    overflow: visible;
  }

  .section-title-content-7 {
    font-size: 18px;
  }

  .container-9 {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .gallery-section-2 {
    border-radius: 2em;
    max-width: 100%;
  }

  .section-title-17 {
    font-size: 45px;
  }

  .section-title-content-3 {
    font-size: 18px;
  }

  .section-title-9 {
    font-size: 45px;
  }

  .container-3 {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-13 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-title-wrapper-copy {
    margin-bottom: 0;
  }

  .service-description-copy {
    margin-bottom: 30px;
  }

  .appointment-form-wrap-2.contact {
    width: 95%;
  }
}

@media screen and (min-width: 1440px) {
  .display-heading.home-1-cta.bubbles {
    margin-bottom: 0;
  }

  .display-heading.home-1-hero {
    font-size: 50px;
  }

  .wrapper.home-hero-wrapper {
    width: 100%;
    max-width: none;
    padding-left: 10%;
  }

  .wrapper.home-flex-wrapper {
    padding-top: 100px;
  }

  .wrapper.home-1-cta-wrapper {
    padding-bottom: 200px;
  }

  .wrapper.home-2-hero-wrapper.small-margin {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .wrapper.contact-hero-wrapper {
    width: 100%;
  }

  .wrapper.navigation-wrapper {
    width: 88%;
  }

  .wrapper.horizontal.blog.services, .wrapper.horizontal.blog.area {
    background-color: var(--dark-blue);
  }

  .wrapper.home-hero-wrapper {
    width: 100%;
    max-width: none;
    padding-top: 190px;
    padding-left: 5%;
  }

  .home-hero-content {
    max-width: 40%;
  }

  .hero-image {
    max-width: none;
  }

  .features-1-decoration-image.loc.small {
    height: 46px;
  }

  .home-flex-image.l {
    height: 700px;
  }

  .flex-click-pointers-container {
    max-width: none;
  }

  .flex-click-pointer-heading {
    line-height: 1.2;
  }

  .flex-click-pointer-text {
    padding-top: 10px;
  }

  .achievement-heading {
    max-width: none;
    font-size: 48px;
    line-height: 1.2;
  }

  .achievement-card-icon.invert {
    filter: invert();
  }

  .home-2-hero-image-section {
    height: 800px;
  }

  .home-2-hero-image-section.short {
    height: 500px;
  }

  .white.footer-text {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .white.footer-column-heading {
    margin-bottom: 24px;
  }

  .white.footer-link {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
  }

  .white.footer-down-text {
    font-size: 16px;
    line-height: 24px;
  }

  .about-1-hero-content-div {
    max-width: 800px;
  }

  .about-3-hero-small-image {
    max-width: none;
    height: 420px;
  }

  .about-3-hero-large-image {
    height: 700px;
  }

  .about-3-location-heading {
    font-size: 42px;
  }

  .contact-email {
    min-height: 80px;
  }

  .contact-email-circle {
    width: 60px;
    height: 60px;
  }

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

  .vacancy-jobs-heading {
    margin-bottom: 40px;
  }

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

  .blog-template-image {
    height: 600px;
  }

  .team-hero-item {
    padding-top: 60px;
    padding-bottom: 80px;
    padding-left: 60px;
  }

  .team-hero-item-summary {
    width: 90%;
  }

  .footer {
    background-color: var(--white);
    padding-top: 40px;
  }

  .wrapper.footer-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .footer-logo-and-text-container {
    width: 40%;
    max-width: 400px;
  }

  .footer-logo {
    width: 125px;
    margin-bottom: 20px;
  }

  .footer-links-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: none;
    display: grid;
  }

  .footer-link-column {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .footer-up {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 40px;
    display: flex;
  }

  .main-navigations-container {
    background-color: var(--dark-blue);
  }

  .nav-link {
    font-size: 20px;
  }

  .hero-logo.hero2 {
    max-width: 400px;
  }

  .heading {
    font-size: 48px;
  }

  .container-large.align-center {
    max-width: none;
  }

  .pricing-card {
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .logo-loc.popup {
    margin-bottom: 10px;
  }

  .contact-icons.small.footer {
    justify-content: space-around;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .loc {
    font-size: 22px;
  }

  .footer-logo {
    width: 300px;
  }

  .popup-form-wrapper {
    padding-bottom: 1rem;
  }

  .div-block-14 {
    display: none;
  }

  .text-block-9 {
    font-size: 20px;
  }

  .line-divider._2, .line-divider._1 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .line-divider._3 {
    margin-top: 40px;
  }

  .results-section {
    padding-top: 60px;
  }

  .gallery-wrapper {
    width: 85%;
    padding-top: 40px;
  }

  .text-block-10 {
    font-size: 18px;
  }

  .text-block-13 {
    font-size: 20px;
  }

  .home-hero-content-2 {
    max-width: 40%;
  }

  .hero-image-2 {
    background-image: url('../images/selective-focus-of-multiethnic-cleaners-cleaning-c-2023-11-27-05-01-27-utc.jpg');
    max-width: none;
    right: -7%;
    overflow: visible;
  }

  .text-block-15 {
    font-size: 18px;
  }

  .about-3-location-heading-2 {
    font-size: 42px;
  }

  .wrapper-3.footer-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 94%;
    max-width: 1518px;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .footer-logo-and-text-container-2 {
    width: 40%;
    max-width: 400px;
  }

  .white-2.footer-link {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
  }

  .white-2.footer-text {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .white-2.footer-text.small.no-wrap {
    margin-bottom: 0;
    font-size: 16px;
  }

  .white-2.footer-text._0margin.small {
    font-size: 16px;
  }

  .white-2.footer-column-heading {
    margin-bottom: 24px;
  }

  .white-2.footer-column-heading.link {
    font-size: 20px;
  }

  .footer-up-2 {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 40px;
    display: flex;
  }

  .footer-logo-2 {
    width: 300px;
  }

  .footer-links-grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: none;
    display: grid;
  }

  .button-solid {
    width: 50%;
  }

  .slider-mask.service-slider-mask {
    max-width: 580px;
  }

  .service-card-wrapper {
    max-width: 1000px;
  }

  .section-2.mt-0 {
    padding-top: 0;
  }

  .section-2.mb-0 {
    padding-bottom: 40px;
  }

  .section-3 {
    background-color: #fff;
  }

  .container-9 {
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }

  .why-choose-item-title {
    font-size: 26px;
  }

  .container-3 {
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-13 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .image-24 {
    right: 0%;
  }

  .appointment-form-wrap-2 {
    margin-top: 40px;
    padding: 50px 40px;
  }

  .appointment-form-wrap-2.contact {
    width: 90%;
  }
}

@media screen and (min-width: 1920px) {
  .display-heading.home-1-cta.bubbles {
    padding: 20px 0;
  }

  .display-heading.home-1-hero.svc {
    font-size: 53px;
  }

  .display-heading.home-1-hero {
    font-size: 65px;
  }

  .display-heading.hero {
    height: 1.4em;
    font-size: 59px;
  }

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

  .wrapper {
    max-width: 1480px;
  }

  .wrapper.home-hero-wrapper {
    height: 100%;
  }

  .wrapper.home-hero-wrapper.width {
    padding-top: 40px;
  }

  .wrapper.home-1-cta-wrapper {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .wrapper.home-2-hero-wrapper.small-margin {
    max-width: 1480px;
  }

  .wrapper.home-3-testimonial-wrapper {
    background-color: var(--main);
    width: 100%;
    max-width: 1480px;
    padding-bottom: 0;
  }

  .wrapper.about-1-hero-wrapper.smaller {
    max-width: 1480px;
    padding-top: 220px;
    padding-left: 5%;
  }

  .wrapper.about-1-pointers-wrapper.small {
    justify-content: space-around;
  }

  .wrapper.contact-hero-wrapper {
    min-height: 90vh;
  }

  .wrapper.navigation-wrapper {
    width: 100%;
    min-width: 0%;
    max-width: 1611px;
  }

  .wrapper.full.vert.service-area {
    justify-content: space-around;
  }

  .wrapper.horizontal.small.gallery {
    max-width: none;
  }

  .wrapper.horizontal.blog, .wrapper.horizontal.blog.services, .wrapper.horizontal.blog.area {
    background-color: var(--dark-blue);
  }

  .wrapper.home-hero-wrapper {
    height: 100%;
    padding-top: 140px;
    padding-left: 8%;
  }

  .home-hero-content {
    max-width: 40%;
    margin-left: 0;
    margin-right: 0;
  }

  .home-hero-content.svc {
    max-width: 750px;
  }

  .button.small {
    background-position: 89%;
    padding-right: 50px;
  }

  .button.small:hover {
    background-position: 92%;
  }

  .button.cta-button:hover {
    transform: scale(1.1);
  }

  .image.contain.icon {
    width: 160px;
    height: 160px;
  }

  .image.blog-1-vertical-inside-image {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .image.static.cover, .image.cover.blog {
    object-position: 50% 30%;
  }

  .image.logo-image {
    width: 200%;
    max-width: 200%;
    display: inline-block;
  }

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

  .features-card, .features-card._2 {
    padding-right: 40px;
  }

  .features-card.contact {
    max-width: none;
  }

  .features-card-heading {
    margin-top: 40px;
  }

  .text-block._16-px {
    font-size: 20px;
    line-height: 1.4;
  }

  .features-1-decoration-image.loc.flip-2.small {
    right: 22%;
  }

  .home-flex-image {
    width: 48%;
    height: auto;
  }

  .flex-content.top {
    width: 44%;
  }

  .flex-line.shorter._10margin {
    max-width: 1000px;
  }

  .flex-interaction-line._1 {
    height: 180px;
  }

  .flex-click-pointer-heading {
    font-size: 28px;
  }

  .home-1-cta {
    height: 100%;
    padding: 60px;
  }

  .home-2-hero-heading {
    margin-bottom: 10px;
  }

  .home-2-hero-text {
    max-width: 1000px;
  }

  .home-2-hero-image-section.short {
    height: 660px;
  }

  .white.footer-column-heading, .white.footer-link {
    font-size: 18px;
  }

  .home-3-testimonial-section {
    background-color: var(--white);
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .home-3-slider {
    background-color: var(--dark-blue);
    max-width: none;
    height: 100%;
    padding-top: 20px;
  }

  .h1-48-px._90wide.white.black {
    width: 100%;
    font-weight: 700;
  }

  .about-1-hero-content-div {
    max-width: 50vw;
  }

  .about-1-hero-image._1 {
    width: 20%;
    height: 580px;
    bottom: -71%;
  }

  .about-1-hero-image._2 {
    max-width: 600px;
    left: 33%;
  }

  .about-1-hero-image._3 {
    height: auto;
    top: auto;
    bottom: -20%;
  }

  .about-1-hero-image._4 {
    bottom: -53%;
    right: 19%;
  }

  .about-1-pointers-left {
    max-width: 660px;
  }

  .about-1-pointers-heading {
    font-size: 42px;
    line-height: 1.2;
  }

  .about-1-flex-right {
    width: 48%;
    max-width: 660px;
  }

  .about-1-flex-heading {
    font-size: 42px;
  }

  .about-2-values-item-circle {
    margin-right: 40px;
  }

  .blog-1-hero-left {
    background-color: var(--white);
  }

  .contact-email-circle {
    width: 66px;
    height: 66px;
  }

  .contact-email-heading {
    margin-bottom: 6px;
    font-size: 14px;
  }

  .contact-email-link {
    font-size: 22px;
  }

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

  .contact-hero-form-div.no-rounding {
    padding-left: 60px;
    padding-right: 60px;
  }

  .contact-hero-form-heading {
    font-size: 2.5em;
  }

  .contact-hero-form-field.short.email, .contact-hero-form-field.short.company, .contact-hero-form-field.short.call, .contact-hero-form-field.short.state, .contact-hero-form-field.short.city {
    background-color: var(--white);
  }

  .blog-2-image {
    height: 400px;
  }

  .blog-template-image {
    object-position: 50% 50%;
    height: 640px;
  }

  .team-hero-item {
    padding: 100px 60px;
  }

  .team-hero-item-image {
    width: 140px;
    height: 140px;
  }

  .team-hero-item-designation {
    line-height: 1.4;
  }

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

  .dropdown-toggle {
    font-size: 20px;
  }

  .navbar-brand {
    width: 330px;
  }

  .dropdown-list.w--open {
    left: auto;
  }

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

  .nav-link {
    font-size: 20px;
  }

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

  .form-subheading {
    margin-bottom: 60px;
  }

  .text-block-3 {
    text-align: center;
    font-size: 20px;
  }

  .hero-icons {
    max-width: 700px;
  }

  .container-large.align-center {
    padding-top: 40px;
  }

  .container-large.align-center.policy {
    max-width: 62vw;
  }

  .pricing-card {
    padding-top: 100px;
  }

  .footer-logo {
    width: 340px;
  }

  .hero-text {
    width: 100%;
    max-width: 90%;
    font-size: 22px;
    line-height: 36px;
  }

  .about-spacing {
    height: 550px;
  }

  .quote-div {
    flex-direction: column;
    align-items: center;
    max-width: 1480px;
    display: flex;
  }

  .quote-div.quote-div-2 {
    background-color: var(--dark-blue);
  }

  .quote {
    color: var(--white);
    font-size: 38px;
  }

  .quote-sub {
    color: var(--white);
    width: 80%;
    margin-bottom: 30px;
  }

  .text-block-9 {
    font-size: 20px;
  }

  .line-divider._2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .line-divider._1 {
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .line-divider._3 {
    margin-top: 40px;
  }

  .gallery-wrapper {
    width: 85%;
    max-width: none;
    padding-top: 60px;
  }

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

  .phone.hero {
    padding-left: 30px;
    font-size: 20px;
  }

  .sale-banner-wrapper {
    height: auto;
  }

  .home-hero-text-2 {
    padding-right: 100px;
  }

  .home-hero-content-2 {
    max-width: 40%;
    margin-left: 0;
    margin-right: 2vw;
  }

  .home-hero-section-2 {
    height: 90vh;
  }

  .hero-image-2 {
    background-image: url('../images/selective-focus-of-multiethnic-cleaners-cleaning-c-2023-11-27-05-01-27-utc.jpg');
    background-position: 120%;
    width: 60%;
    right: -10%;
  }

  .about-2-values-item-circle-2 {
    margin-right: 40px;
  }

  .features-card-2 {
    padding-right: 40px;
  }

  .features-card-2.contact {
    max-width: none;
  }

  .wrapper-3.footer-wrapper {
    max-width: 1641px;
  }

  .about-2-values-item-circle-3 {
    margin-right: 40px;
  }

  .button-7.small {
    background-position: 89%;
    padding-right: 50px;
  }

  .button-7.small:hover {
    background-position: 92%;
  }

  .white-2.footer-link {
    color: #000c;
    font-size: 18px;
  }

  .white-2.footer-column-heading {
    font-size: 18px;
  }

  .white-2.footer-column-heading.link {
    font-size: 22px;
  }

  .footer-logo-2 {
    width: 340px;
  }

  .text-block-16 {
    text-align: left;
    font-size: 20px;
  }

  .button-solid {
    background-position: 89%;
    width: 40%;
    padding-right: 20px;
  }

  .button-solid:hover {
    background-position: 92%;
  }

  .button-solid.btn-contact {
    width: 100%;
  }

  .button-solid._3 {
    width: 13vw;
  }

  .button-9.small {
    background-position: 89%;
    padding-right: 50px;
  }

  .button-9.small:hover {
    background-position: 92%;
  }

  .button-9.small.white.nav.phone.hero {
    justify-content: center;
    width: 48%;
  }

  .nav-button-2 {
    background-position: 89%;
    padding-right: 50px;
  }

  .nav-button-2:hover {
    background-position: 92%;
  }

  .main-button {
    background-color: var(--dark-blue);
  }

  .main-button:hover {
    transform: scale(1.1);
  }

  .slider-mask.service-slider-mask {
    max-width: 700px;
  }

  .slide-item-mg.slide-card-wrapper {
    margin-right: 0;
  }

  .service-card-content {
    width: 572px;
    padding-left: 40px;
  }

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

  .rich-text-block-3 {
    font-size: 18px;
    line-height: 33px;
  }

  .section-3 {
    color: var(--main);
    background-color: #fff;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .section-title-content-7.content-tertiary-color {
    margin-top: 20px;
  }

  .section-title-wrap.title-center-align {
    margin-bottom: 0;
  }

  .section-title-17 {
    color: var(--dark-blue);
    font-weight: 700;
  }

  .container-3 {
    max-width: 1400px;
  }

  .container-13 {
    width: 50%;
    max-width: 80%;
  }

  .section-12 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-13 {
    padding-left: 220px;
    padding-right: 220px;
  }

  .div-block-21 {
    margin-bottom: 10px;
  }

  .appointment-form-wrap-2.contact {
    width: 80%;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 52px;
    line-height: 60px;
  }

  h2 {
    font-size: 45px;
    line-height: 54px;
  }

  .display-heading {
    font-size: 66px;
    line-height: 80px;
  }

  .display-heading.home-1-cta {
    line-height: 75px;
  }

  .display-heading.home-1-cta.bubbles {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 52px;
    line-height: 1.2;
  }

  .display-heading.home-1-hero.svc {
    font-size: 42px;
  }

  .display-heading.about-3-hero {
    font-size: 60px;
  }

  .display-heading.home-1-hero, .display-heading.hero {
    margin-bottom: 10px;
    font-size: 42px;
    line-height: 1.2;
  }

  .wrapper {
    width: 92%;
  }

  .wrapper.home-flex-wrapper {
    flex-direction: column;
    width: 100%;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .wrapper.home-flex-wrapper.reverse {
    flex-direction: column;
    padding-bottom: 60px;
  }

  .wrapper.achievement-wrapper {
    z-index: 3;
    width: 100%;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .wrapper.home-1-cta-wrapper {
    width: 85%;
    padding-bottom: 140px;
  }

  .wrapper.home-3-stats-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .wrapper.home-3-testimonial-wrapper {
    width: 92%;
  }

  .wrapper.about-1-hero-wrapper.smaller {
    padding-bottom: 140px;
  }

  .wrapper.about-1-pointers-wrapper {
    flex-direction: column-reverse;
    padding-top: 470px;
  }

  .wrapper.about-1-pointers-wrapper.small.about {
    flex-direction: column;
  }

  .wrapper.about-1-history-wrapper {
    width: 96%;
    padding-top: 40px;
    padding-left: 0;
  }

  .wrapper.about-1-flex-wrapper {
    flex-direction: column;
  }

  .wrapper.about-1-flex-wrapper.huge {
    flex-direction: row;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .wrapper.about-3-hero-wrapper.service {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .wrapper.about-3-hero-wrapper.service.wide {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper.about-3-location-wrapper {
    width: 94%;
    padding-top: 60px;
    padding-bottom: 0;
  }

  .wrapper.blog-1-hero-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .wrapper.contact-hero-wrapper {
    flex-direction: column;
  }

  .wrapper.blog-post-hero-wrapper {
    padding-top: 20px;
  }

  .wrapper.blog-post-related-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .wrapper.full.vert {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
  }

  .wrapper.full.vert.service-area {
    align-items: center;
    padding-top: 60px;
  }

  .wrapper.horizontal.small {
    width: 92%;
  }

  .wrapper.horizontal.small.full {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
  }

  .wrapper.horizontal.small.gallery {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .wrapper.horizontal.full {
    padding-top: 20px;
  }

  .wrapper.horizontal.blog {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 20px;
  }

  .wrapper.home-hero-wrapper {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: none;
    padding-top: 60px;
    padding-bottom: 0;
  }

  .home-hero-content {
    max-width: 600px;
    margin-bottom: 40px;
  }

  .home-hero-content.svc {
    width: 92%;
    max-width: none;
  }

  .button.small.white.nav {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button.small.faded.navbar-button {
    margin-top: 12px;
    margin-left: 7%;
  }

  .button.cta-button {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 14px;
  }

  .button.cta-button.margin {
    margin-top: 20px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .image.contain.icon {
    width: 100px;
    height: 100px;
  }

  .image.blog-1-vertical-inside-image {
    border-bottom-right-radius: 5px;
  }

  .image.static.cover {
    height: auto;
  }

  .image.static.cover.adjust {
    object-position: 50% 0%;
  }

  .image.cover {
    z-index: 8;
    position: relative;
  }

  .hero-image {
    width: 100%;
    max-width: none;
    height: 420px;
    position: relative;
    right: 0%;
  }

  .hero-image.taller {
    height: 550px;
  }

  .features-card {
    padding-bottom: 15%;
  }

  .features-card._2 {
    padding-top: 30px;
    padding-bottom: 100px;
  }

  .features-card.contact {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .features-card.popup {
    width: auto;
  }

  .features-card-icon {
    width: 100px;
    height: 100px;
  }

  .text-block._16-px {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.4;
  }

  .text-block._26px {
    font-size: 28px;
    line-height: 38px;
  }

  .features-1-decoration-image {
    max-height: 80px;
  }

  .home-flex-image {
    width: 100%;
    max-width: none;
    height: 550px;
    margin-bottom: 60px;
  }

  .home-flex-image.auto.hide {
    display: none;
  }

  .home-flex-image.sm {
    width: 40%;
    height: 400px;
    margin-bottom: 0;
  }

  .flex-content {
    width: 90%;
    max-width: none;
  }

  .flex-content.top {
    padding-top: 40px;
  }

  .flex-click-pointers-container {
    max-width: none;
  }

  .flex-interaction-div {
    min-height: auto;
  }

  .flex-interaction-line._1 {
    height: 100px;
  }

  .background-image-wrapper.svc {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .achievement-heading {
    margin-bottom: 40px;
  }

  .achievements-card-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: none;
  }

  .achievement-card-icon {
    width: 60px;
    margin-bottom: 20px;
  }

  .achievement-card-icon.invert {
    width: 60px;
  }

  .achievement-card-item-heading {
    font-size: 60px;
  }

  .home-1-cta-circle._5 {
    width: 90px;
    height: 90px;
  }

  .home-1-cta-circle._5.a {
    width: 80px;
    height: 80px;
    bottom: 8%;
    right: -2%;
  }

  .home-1-cta-circle._2 {
    width: 54px;
    height: 54px;
    top: 55%;
  }

  .home-1-cta-circle._2.e {
    top: 4%;
  }

  .home-1-cta-circle._1 {
    width: 50px;
    height: 50px;
    padding: 5px;
  }

  .home-1-cta-circle._1.a {
    top: 11%;
  }

  .home-1-cta-circle._1.d {
    top: 72%;
    left: 16%;
  }

  .home-1-cta-circle._1.b {
    left: 73%;
  }

  .home-1-cta-circle._3 {
    width: 60px;
    height: 60px;
    bottom: 9%;
    left: 3%;
  }

  .home-1-cta-circle._3._2 {
    top: 38%;
    left: 80%;
  }

  .home-1-cta-circle._4 {
    width: 50px;
    height: 50px;
    right: -5%;
  }

  .home-1-cta-circle._6 {
    width: 90px;
    height: 90px;
    top: 49%;
    left: 11%;
  }

  .home-2-hero-heading {
    font-size: 48px;
    line-height: 1.4;
  }

  .home-2-form-block.flex {
    max-width: 700px;
  }

  .home-2-hero-image-section {
    height: 500px;
  }

  .home-2-hero-image-section.short {
    height: 400px;
  }

  .home-2-image-decoration-1 {
    max-height: 80px;
  }

  .home-2-image-decoration-2 {
    max-width: 80px;
  }

  .white.footer-column-heading {
    margin-bottom: 10px;
  }

  .white.footer-column-heading:hover {
    opacity: .71;
  }

  .white.footer-link {
    text-align: center;
  }

  .white.footer-link.left-align {
    text-align: left;
  }

  .white.footer-down-text {
    text-align: center;
  }

  .home-2-steps-item {
    padding-bottom: 30px;
  }

  .home-2-faq-item {
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-3-stats-heading-and-subheading {
    width: 100%;
    max-width: 570px;
  }

  .home-3-stats-grid {
    width: 100%;
    max-width: 570px;
    margin-top: 60px;
  }

  .home-3-testimonial-section {
    padding-bottom: 60px;
  }

  .home-3-slider {
    height: 400px;
  }

  .home-3-slider-mask {
    height: 100%;
  }

  .home-3-slide {
    min-height: auto;
    padding: 60px 60px 40px;
  }

  .home-3-slider-left-arrow {
    background-color: var(--light-blue-2);
    inset: auto auto -60px 20px;
  }

  .home-3-slide-nav {
    margin-bottom: 20px;
  }

  .home-3-slide-inside-container {
    flex-direction: column-reverse;
    align-items: center;
    min-height: auto;
  }

  .home-3-slider-left {
    max-width: 100%;
    margin-top: 30px;
  }

  .home-3-slider-right-arrow {
    background-color: var(--light-blue-2);
    inset: auto 20px -60px auto;
  }

  .testimonial-text {
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
  }

  .home-3-slider-background-div, .home-3-slider-background-div-2 {
    display: none;
  }

  .home-3-blog-item {
    margin-bottom: 50px;
  }

  .h1-48-px {
    margin-bottom: 0;
  }

  .about-1-hero-content-div {
    max-width: 100%;
  }

  .about-1-hero-image._1 {
    width: 22%;
    height: 260px;
    position: absolute;
    bottom: -29%;
  }

  .about-1-hero-image._2 {
    height: 320px;
    position: absolute;
    bottom: -41%;
  }

  .about-1-hero-image._3 {
    height: 340px;
    position: absolute;
    top: auto;
    bottom: -29%;
  }

  .about-1-hero-image._4 {
    display: none;
    position: relative;
  }

  .about-1-pointers-left {
    width: 100%;
    max-width: none;
  }

  .about-1-pointers-heading {
    border-bottom: 2px solid var(--midnight-blue);
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

  .about-1-pointers-grid {
    grid-row-gap: 10px;
  }

  .about-1-pointers-text {
    width: 100%;
    max-width: 570px;
    margin-bottom: 40px;
  }

  .about-1-pointers-text.wide {
    margin-bottom: 0;
  }

  .about-1-flex-right {
    width: 59%;
    max-width: none;
    padding-left: 10px;
  }

  .about-1-flex-heading {
    margin-bottom: 10px;
    font-size: 38px;
    line-height: 1.2;
  }

  .about-1-flex-line.black {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .about-1-flex-grid-number {
    font-size: 32px;
    line-height: 1;
  }

  .about-1-hiring-heading {
    font-size: 60px;
    line-height: 70px;
  }

  .about-2-flex-up {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-2-flex-content-item {
    width: 48%;
    height: auto;
  }

  .about-2-values-left {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 100%;
    max-width: none;
    margin-right: 0%;
  }

  .about-2-values-item-circle {
    width: 48px;
    height: 48px;
  }

  .about-2-values-right {
    width: 100%;
    margin-bottom: 40px;
  }

  .about-3-hero-images-grid {
    grid-column-gap: 20px;
  }

  .about-3-hero-images-grid.small-margin {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .about-3-hero-small-image {
    height: 260px;
  }

  .about-3-hero-large-image {
    height: 400px;
  }

  .about-3-location-heading {
    margin-bottom: 0;
    font-size: 36px;
  }

  .about-3-location-image {
    height: 50%;
  }

  .location-cards-container.vertical {
    margin-top: 40px;
  }

  .blog-1-hero-section {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .blog-1-hero-left {
    width: 100%;
    max-width: none;
  }

  .blog-1 {
    padding-bottom: 10px;
  }

  .blog-1-hero-right {
    width: 100%;
    max-width: none;
    margin-top: 20px;
  }

  .contact-hero-left {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .contact-hero-left-inside {
    width: 92%;
    padding-left: 2%;
  }

  .contact-email {
    height: 100%;
    margin-bottom: 0;
    padding-top: 10px;
  }

  .contact-email-circle {
    margin-right: 20px;
  }

  .contact-hero-right {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pagination {
    margin-top: 20px;
  }

  .blog-1-main-social {
    border-bottom-style: none;
    width: 45%;
    padding-bottom: 0;
  }

  .blog-2-featured {
    flex-direction: column;
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-2-featured-content {
    width: 100%;
    max-width: 500px;
  }

  .blog-2-featured-content.blog-item {
    max-width: none;
  }

  .blog-2-item {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 20px 32px;
  }

  .blog-2-image {
    max-width: none;
    height: 340px;
  }

  .blog-2-item-heading {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .blog-1-main-tags {
    width: 45%;
    margin-left: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .vacancy-item {
    grid-template-columns: 2.5fr 1.25fr;
  }

  .team-item {
    max-width: 400px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .about-2-team-heading {
    margin-bottom: 40px;
  }

  .blog-template-image {
    margin-top: 20px;
  }

  .related-blogs-container, .team-hero-heading {
    max-width: none;
  }

  .team-hero-item {
    align-items: center;
    margin-bottom: 20px;
  }

  .team-hero-item-image {
    width: 140px;
    height: 140px;
    margin-bottom: 10px;
  }

  .team-hero-item-summary {
    text-align: center;
  }

  .wrapper-2 {
    flex-direction: column;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .wrapper-2.navbar-wrapper {
    flex-direction: row;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .footer-logo-and-text-container {
    width: 100%;
    margin-bottom: 40px;
  }

  .footer-links-grid {
    width: 100%;
    max-width: none;
  }

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

  .dropdown-list-mob.w--open {
    background-color: #fff;
    position: relative;
  }

  .navigation-drop-container {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    display: block;
  }

  .dropdown-toggle {
    font-size: 14px;
    display: none;
  }

  .mobile-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 16px;
    display: flex;
  }

  .mobile-nav-inner-flex {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .mobile-nav {
    background-color: #fff;
    flex-direction: column;
    align-items: stretch;
    padding-top: 15px;
    padding-bottom: 40px;
    display: flex;
    box-shadow: 0 100px 80px #00000005;
  }

  .mobile-nav-link {
    color: #000;
    width: 85%;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 0;
    font-size: 16px;
    transition: color .2s;
    display: block;
  }

  .mobile-nav-link:hover {
    color: #6b6768;
  }

  .mobile-nav-link.w--current {
    color: var(--steel-blue);
  }

  .nav-content-wrap {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .navbar-brand {
    width: 200px;
    margin-right: 0;
  }

  .navbar-brand.w--current {
    height: 60px;
    margin-right: 0;
  }

  .navigation-left {
    width: 30%;
    margin-right: 10px;
  }

  .mobile-toggle {
    color: #000;
    align-items: center;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 0;
    transition: color .2s;
    display: flex;
  }

  .dropdown-list {
    background-color: var(--steel-blue);
  }

  .dropdown-list.menu {
    background-color: var(--dark-slate-blue);
    color: var(--main);
    width: 50vw;
    min-width: auto;
    top: 0;
    left: auto;
  }

  .navigation-right {
    margin-right: 0;
    display: flex;
  }

  .brand {
    width: 160px;
    margin-left: 0;
    padding-left: 0;
  }

  .main-navigations-container {
    height: 80px;
    display: none;
  }

  .nav-link {
    margin-right: 0;
    font-size: 14px;
    display: none;
  }

  .menu-button-mob {
    color: #6b6768;
  }

  .menu-button-mob.w--open {
    color: #6b6768;
    background-color: #0000;
  }

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

  .nav-text {
    margin-bottom: 3px;
    font-weight: 700;
  }

  .dropdown-list-full-wrapper {
    background-color: var(--main);
    flex-flow: row;
    padding: 10px 20px 20px;
  }

  .navigation {
    flex-direction: row;
    height: 100%;
    display: flex;
  }

  .navigation-link-block-mob {
    color: #000;
    align-items: center;
    margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .navigation-link-block-mob:hover {
    color: var(--steel-blue);
    background-color: #0000;
  }

  .blog-1-main-tags-2 {
    width: 45%;
    margin-left: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .blog-1-main-social-2 {
    border-bottom-style: none;
    width: 45%;
    padding-bottom: 0;
  }

  .nav-logo {
    height: auto;
  }

  .hero-logo {
    width: 400px;
  }

  .slider-subheading.margin-small {
    max-width: 100%;
  }

  .photo-overlay {
    z-index: 9;
  }

  .stat.black {
    font-size: 14px;
  }

  .service-description {
    margin-bottom: 20px;
  }

  .hero-icons {
    width: 340px;
  }

  .pricing-card {
    padding-bottom: 20%;
  }

  .gallery-lightbox {
    margin-bottom: 8px;
  }

  .accent {
    font-size: 48px;
  }

  .contact-icons.small {
    margin-top: 10px;
  }

  .contact-icons.small.footer {
    width: 60%;
  }

  .bubble {
    padding: 0;
  }

  .popup-form-wrapper {
    padding: 20px 0 0;
  }

  .heading-tertiary.lose__top-margin.white {
    text-align: center;
  }

  .popup-top {
    width: 100%;
    padding-left: 20px;
    padding-right: 0;
  }

  .pop-par {
    font-size: 18px;
    line-height: 1.4;
  }

  .popup-button-2, .popup-button-1 {
    width: auto;
    height: auto;
    right: 10px;
  }

  .hero-text {
    width: 100%;
  }

  .hero-text.blue {
    margin-bottom: 20px;
  }

  .about-spacing {
    height: 320px;
  }

  .quote-div {
    width: 92%;
  }

  .quote-sub {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.4;
  }

  .about-1-pointers-right {
    width: 100%;
    margin-top: 40px;
  }

  .footer-up-right {
    align-items: center;
    width: 100%;
  }

  .dropdown-nav {
    text-align: left;
    font-size: 20px;
  }

  .text-block-9 {
    font-size: 14px;
    line-height: 1.5;
  }

  .scroller {
    height: 8rem;
  }

  .button-3 {
    z-index: 10;
    width: auto;
    height: 100%;
  }

  .buttons-wrapper {
    opacity: 1;
    display: flex;
  }

  .buttons-wrapper:hover {
    opacity: 1;
  }

  .buttons {
    height: 60px;
  }

  .gallery-wrapper {
    padding-bottom: 14px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .header-vertical {
    width: 100%;
    margin-bottom: 0;
  }

  .stars {
    max-width: 160px;
    margin-bottom: 10px;
  }

  .blog-feature-content {
    padding-top: 20px;
  }

  .menu-button-2 {
    background-color: var(--white);
    right: 0%;
  }

  .menu-button-2.w--open {
    background-color: var(--dark-slate-blue);
    right: 0%;
  }

  .navbar {
    z-index: 999;
    background-color: var(--white);
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    position: sticky;
    top: 0;
  }

  .text-block-11 {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.4;
  }

  .text-block-12 {
    font-size: 16px;
    line-height: 1.4;
  }

  .contact-list {
    flex-direction: column;
    grid-template: ". ."
                   ". ."
                   "Area Area"
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: flex;
  }

  .phone {
    text-align: center;
  }

  .home-hero-text-2 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.5;
  }

  .home-hero-content-2 {
    max-width: 600px;
    margin-bottom: 40px;
  }

  .hero-image-2 {
    background-position: 50% 67%;
    width: 100%;
    max-width: none;
    height: 420px;
    position: relative;
    right: 0%;
  }

  .about-2-values-left-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 100%;
    max-width: none;
    margin-right: 0%;
  }

  .about-3-location-image-2 {
    height: 50%;
  }

  .about-2-values-right-2 {
    width: 100%;
    margin-bottom: 40px;
  }

  .about-2-values-item-circle-2 {
    width: 48px;
    height: 48px;
  }

  .about-3-location-heading-2 {
    margin-bottom: 0;
    font-size: 36px;
  }

  .features-card-2 {
    padding-bottom: 15%;
  }

  .features-card-2.contact {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .footer-logo-and-text-container-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
  }

  .footer-group-wrap {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .about-2-values-item-circle-3 {
    width: 48px;
    height: 48px;
  }

  .button-7.small.white.nav {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button-7.small.white.nav.phone.foot {
    justify-content: center;
  }

  .footer-down-info-2 {
    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;
    width: 80%;
    display: grid;
  }

  .footer-down-info-2._3-column {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }

  .white-2.footer-link {
    text-align: center;
  }

  .white-2.footer-text.description {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .white-2.footer-text.description.center-align {
    text-align: center;
  }

  .white-2.footer-column-heading {
    margin-bottom: 10px;
  }

  .white-2.footer-column-heading:hover {
    opacity: .71;
  }

  .white-2.footer-column-heading.link, .white-2.footer-down-text {
    text-align: center;
  }

  .footer-up-2 {
    flex-direction: column;
  }

  .collection-item-9 {
    text-align: center;
  }

  .footer-links-grid-2 {
    width: 100%;
    max-width: none;
  }

  .footer-links-grid-2._4-services {
    justify-content: center;
  }

  .button-9.small.white.nav {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-button-2.gallery, .nav-button-2.blog {
    margin-top: 20px;
  }

  .main-button {
    margin-top: 20px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 14px;
  }

  .main-button.no-margin.top {
    margin-top: 20px;
  }

  .slider-wrapper.top-buttons {
    max-width: 75%;
    padding-left: 0;
  }

  .slider-mask {
    position: static;
  }

  .slider-mask.service-slider-mask {
    max-width: 60%;
    margin-left: 0;
  }

  .btn-circle-primary.slider-arrow.right---top-right {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
    inset: -110px auto auto 75px;
  }

  .btn-circle-secondary.slider-arrow.left---top-right {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
    inset: -110px auto auto;
  }

  .icon-wrapper._60px {
    width: 60px;
    overflow: hidden;
  }

  .icon-wrapper._60px.wide {
    width: 50px;
  }

  .display-4 {
    font-size: 24px;
  }

  .display-4.mg-bottom-4px.gold {
    font-size: 18px;
  }

  .link-text {
    font-size: 14px;
  }

  .flex-shrink {
    flex: 0 auto;
  }

  .service-card-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
    width: 333px;
    height: 185px;
    padding: 30px 40px;
    top: 16px;
  }

  .rounded-icon---bg {
    width: 60px;
    height: 60px;
  }

  .accordion-wrap {
    width: 70%;
  }

  .section-title-wrapper {
    max-width: 560px;
  }

  .section-2.home-after-video {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .accommodation-map-block {
    min-height: 600px;
  }

  .accommodation-map-block.small {
    width: 75%;
  }

  .home-1-cta-text-2 {
    font-size: 18px;
  }

  .gallery-slide {
    width: 50%;
  }

  .section-title-content-7 {
    font-size: 14px;
  }

  .container-9 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-title-wrap.title-center-align {
    width: 100%;
  }

  .section-title-17 {
    margin-top: 15px;
    font-size: 30px;
  }

  .section-4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-title-content-3 {
    font-size: 14px;
  }

  .section-title-9 {
    margin-top: 15px;
    font-size: 30px;
  }

  .container-3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-5 {
    padding-top: 60px;
  }

  .container-11 {
    flex-flow: column;
  }

  .image-18 {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }

  .image-20 {
    max-width: 100%;
    height: 108%;
  }

  .container-15 {
    max-width: 90%;
  }

  .quick-stack-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2 {
    font-size: 28px;
  }

  .section-title-wrapper-copy {
    max-width: 560px;
  }

  .service-description-copy {
    margin-bottom: 20px;
  }

  .button-16 {
    font-size: 16px;
  }

  .appointment-form-wrap-2.contact {
    width: 100%;
  }

  .area-btn-container {
    width: 80%;
  }

  .blog-card-section-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .service-area-card-wrap.d-grid-3 {
    width: 93%;
  }

  .d-flex {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 44px;
    line-height: 52px;
  }

  h2 {
    font-size: 38px;
    line-height: 50px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 23px;
  }

  blockquote {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 22px;
  }

  .display-heading {
    font-size: 60px;
    line-height: 75px;
  }

  .display-heading.home-1-cta {
    font-size: 48px;
    line-height: 60px;
  }

  .display-heading.home-1-cta.bubbles {
    font-size: 36px;
  }

  .display-heading.about-3-hero {
    font-size: 50px;
    line-height: 60px;
  }

  .display-heading.home-1-hero {
    max-width: 90%;
    font-size: 36px;
  }

  .display-heading.hero {
    font-size: 42px;
  }

  .wrapper {
    width: 90%;
  }

  .wrapper.achievement-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .wrapper.home-1-cta-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .wrapper.home-2-hero-wrapper.small-margin {
    padding-bottom: 40px;
  }

  .wrapper.about-1-pointers-wrapper {
    padding-top: 250px;
  }

  .wrapper.about-1-pointers-wrapper.small.about {
    padding-top: 40px;
  }

  .wrapper.about-1-history-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-top: 30px;
    padding-bottom: 120px;
    padding-left: 20px;
  }

  .wrapper.about-1-flex-wrapper.huge.about {
    flex-direction: column;
    width: 92%;
    padding-top: 20px;
  }

  .wrapper.about-3-hero-wrapper.service {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper.about-3-location-wrapper {
    padding-top: 40px;
  }

  .wrapper.blog-1-hero-wrapper {
    padding-top: 10px;
  }

  .wrapper.blog-post-hero-wrapper, .wrapper.blog-post-rich-wrapper {
    width: 100%;
  }

  .wrapper.full.vert {
    padding-top: 40px;
  }

  .wrapper.horizontal.small.full {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .wrapper.horizontal.small.gallery, .wrapper.horizontal.full {
    flex-direction: column;
    align-items: flex-start;
  }

  .wrapper.horizontal.blog {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper.navigation-wrapper {
    max-width: 98vw;
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-hero-content {
    width: 92%;
    max-width: none;
    margin-bottom: 20px;
  }

  .button.small {
    padding-left: 20px;
    padding-right: 48px;
  }

  .button.small.white.nav {
    display: none;
  }

  .button.book {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 1;
  }

  .image.static.cover {
    height: 100%;
  }

  .hero-image {
    width: 100%;
    height: 400px;
  }

  .hero-image.taller {
    height: 420px;
  }

  .text-block._26px {
    max-height: 200px;
    font-size: 20px;
    line-height: 1.4;
  }

  .home-flex-image {
    width: 100%;
    height: 500px;
  }

  .home-flex-image.sm {
    width: 100%;
    height: 420px;
  }

  .flex-content {
    width: 94%;
  }

  .flex-heading {
    margin-bottom: 20px;
  }

  .flex-line.shorter._10margin {
    margin-left: 0;
  }

  .flex-line._10margin {
    width: 92%;
    margin-left: 20px;
  }

  .flex-pointers-container {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .flex-click-pointer-heading {
    font-size: 23px;
  }

  .background-image-wrapper.svc {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .achievement-heading {
    margin-bottom: 60px;
  }

  .achievements-card-container {
    grid-template-columns: 1fr 1fr;
  }

  .achievement-card-icon {
    margin-bottom: 10px;
  }

  .home-1-tab-link {
    justify-content: center;
    align-items: center;
    height: 80px;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .faq-question-and-icon {
    align-items: flex-start;
  }

  .home-1-cta {
    position: static;
  }

  .home-1-cta-circle {
    display: none;
  }

  .home-2-hero-heading {
    margin-top: 10px;
    font-size: 43px;
    line-height: 48px;
  }

  .home-2-hero-text {
    font-size: 16px;
    line-height: 1.4;
  }

  .home-2-form-block {
    background-color: #0000;
    border-radius: 0;
    width: 100%;
    max-width: none;
    position: static;
  }

  .home-2-form-block.flex {
    margin-bottom: -10px;
    position: absolute;
    bottom: -25px;
  }

  .home-2-form-text-field {
    background-position: 6% 54%;
    border-radius: 230px;
    width: 100%;
    margin-bottom: 20px;
  }

  .home-2-form-text-field.book {
    justify-content: center;
    margin-bottom: 0;
    padding-left: 0;
  }

  .home-2-hero-image-section.short {
    height: 340px;
  }

  .home-2-image-decoration-1 {
    display: none;
  }

  .home-2-image-decoration-2 {
    top: auto;
    bottom: 0;
  }

  .home-2-faq-item {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 0;
  }

  .link-with-arrow {
    margin-top: 20px;
  }

  .home-3-stats-grid {
    grid-column-gap: 20px;
  }

  .home-3-slider {
    height: 310px;
  }

  .home-3-slider-mask {
    height: 100%;
  }

  .home-3-slide {
    padding: 50px 40px 40px;
  }

  .home-3-slider-left-arrow {
    bottom: -80px;
    right: auto;
  }

  .home-3-slide-nav {
    margin-bottom: 0;
  }

  .home-3-slide-inside-container {
    justify-content: center;
    align-items: center;
  }

  .home-3-slider-name {
    text-align: center;
    padding-left: 0;
    font-size: 18px;
  }

  .home-3-slider-right-arrow {
    bottom: -80px;
  }

  .testimonial-text {
    font-size: 14px;
    line-height: 1.2;
  }

  .h1-48-px {
    width: 92%;
    padding-left: 20px;
    font-size: 36px;
    line-height: 48px;
  }

  .about-1-hero-image._1 {
    width: 25%;
    height: 200px;
    bottom: -17%;
  }

  .about-1-hero-image._2 {
    width: 35%;
    height: 200px;
    bottom: -24%;
    left: 29.5%;
  }

  .about-1-hero-image._3 {
    width: 30%;
    height: 240px;
    bottom: -18%;
  }

  .about-1-pointers-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .about-1-history-section {
    padding-bottom: 20px;
  }

  .about-1-history-section.service-slider {
    padding-bottom: 60px;
  }

  .about-1-flex-right {
    width: 100%;
    padding-top: 20px;
  }

  .about-1-hiring-heading {
    font-size: 50px;
    line-height: 60px;
  }

  .about-2-flex-content-item {
    width: 100%;
    margin-bottom: 30px;
  }

  .about-2-values-left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-2-values-right {
    max-width: 500px;
  }

  .about-3-hero-images-grid {
    grid-template-columns: 1fr 1fr;
  }

  .about-3-hero-images-grid.small-margin {
    margin-bottom: 40px;
  }

  .about-3-hero-small-image {
    height: 300px;
  }

  .about-3-hero-large-image {
    height: 460px;
  }

  .about-3-location-heading {
    font-size: 32px;
  }

  .about-3-location-card.first {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .location-cards-container {
    flex-direction: column;
    max-width: 310px;
  }

  .blog-1-image {
    margin-bottom: 20px;
  }

  .blog-1-vertical {
    flex-direction: row;
  }

  .blog-vertical-left {
    width: 100%;
    max-width: none;
  }

  .blog-1-vertical-heading {
    font-size: 20px;
    line-height: 1.4;
  }

  .blog-1-vertical-image {
    width: 54%;
    max-width: none;
    height: 100%;
    margin-bottom: 0;
  }

  .contact-email-link {
    font-size: 16px;
  }

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

  .contact-hero-form-div {
    width: 90%;
  }

  .blog-3-item {
    flex-direction: column;
    align-items: flex-start;
    max-width: 350px;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
  }

  .vacancy-item {
    grid-template-columns: 3fr 1.25fr;
  }

  .team-item {
    max-width: none;
  }

  .blog-template-image {
    height: 420px;
  }

  .team-hero-item {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .team-hero-item-image {
    width: 120px;
    height: 120px;
  }

  .wrapper-2 {
    width: 90%;
  }

  .wrapper-2.navbar-wrapper {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .wrapper.footer-wrapper {
    width: 100%;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .footer-link-column {
    justify-content: flex-start;
  }

  .footer-up {
    margin-bottom: 20px;
  }

  .error-message {
    font-size: 16px;
  }

  .mobile-nav-link {
    width: 90%;
  }

  .navbar-brand {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-right: 0;
  }

  .navigation-left {
    width: auto;
    max-width: 240px;
  }

  .mobile-toggle {
    width: 90%;
  }

  .dropdown-list.menu {
    width: 65vw;
  }

  .navigation-right {
    justify-content: flex-start;
    margin-right: 0;
    padding-right: 0;
  }

  .brand {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 140px;
    margin-left: 0;
  }

  .main-navigations-container {
    display: none;
  }

  .blog-3-page-slider {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-logo {
    width: 300px;
  }

  .hero-logo.hero2 {
    width: 260px;
  }

  .heading {
    font-size: 32px;
    line-height: 1.2;
  }

  .heading.h2-style {
    font-size: 32px;
  }

  .slider-subheading.margin-small {
    max-width: 100%;
    font-size: 18px;
    line-height: 1.4;
  }

  .slider-subheading.margin-small.full {
    margin-bottom: 10px;
  }

  .pricing-card {
    padding-top: 40px;
    padding-bottom: 30%;
  }

  .gallery-lightbox {
    margin-bottom: 0;
  }

  .accent {
    font-size: 36px;
  }

  .logo-loc.popup {
    max-width: 200px;
  }

  .popup {
    max-height: 100vh;
    overflow: scroll;
  }

  .popup-form-wrapper {
    padding-top: 1rem;
  }

  .heading-tertiary.lose__top-margin {
    color: #001d5a;
    margin-top: 0;
  }

  .heading-tertiary.lose__top-margin.white {
    color: var(--white);
  }

  .popup-top {
    width: 100%;
  }

  .popup-button-2 {
    width: auto;
    height: auto;
    bottom: 10px;
    right: 10px;
  }

  .hero-2-text {
    padding-left: 20px;
    font-size: 18px;
    line-height: 1;
  }

  .popup-button-1 {
    width: auto;
    height: auto;
    bottom: 100px;
    right: 10px;
  }

  .about-spacing {
    height: 220px;
  }

  .footer-up-right {
    padding-left: 0;
  }

  .section__review {
    padding-top: 20px;
  }

  .results-section {
    padding-bottom: 20px;
  }

  .gallery-wrapper {
    column-count: 2;
    column-gap: 15px;
    padding: 10px;
  }

  .stars {
    max-width: 120px;
  }

  .menu-button-2 {
    background-color: var(--white);
    right: 0%;
  }

  .navbar {
    width: 100%;
    position: sticky;
    inset: 0% 0% auto;
  }

  .bold-text-3 {
    font-size: 32px;
  }

  .hero-buttons {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .sale-banner-wrapper {
    height: 300px;
  }

  .home-hero-text-2 {
    font-size: 16px;
  }

  .home-hero-content-2 {
    width: 92%;
    max-width: none;
    margin-bottom: 40px;
  }

  .hero-image-2 {
    width: 100%;
    height: 360px;
  }

  .about-2-values-left-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .about-2-values-right-2 {
    max-width: 500px;
  }

  .text-block-15 {
    white-space: nowrap;
  }

  .about-3-location-heading-2 {
    font-size: 24px;
  }

  .footer-ctas-2 {
    width: 100%;
  }

  .wrapper-3.footer-wrapper {
    width: 100%;
    padding-bottom: 140px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-logo-and-text-container-2 {
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .button-7.small {
    padding-left: 20px;
    padding-right: 48px;
  }

  .button-7.small.white.nav {
    display: none;
  }

  .footer-down-info-2._3-column {
    grid-row-gap: 0px;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .white-2.footer-text.small.no-wrap.bottom {
    margin-bottom: 40px;
  }

  .white-2.footer-text.description {
    text-align: center;
  }

  .white-2.footer-column-heading.link {
    margin-bottom: 14px;
    font-size: 16px;
  }

  .footer-up-2 {
    margin-bottom: 20px;
  }

  .footer-links-grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .footer-links-grid-2._4-services {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

  .button-solid.numbah {
    margin-top: 10px;
    margin-left: 0;
  }

  .button-9.small {
    padding-left: 20px;
    padding-right: 48px;
  }

  .button-9.small.white.nav {
    display: none;
  }

  .button-9.small.white.nav.phone.hero {
    margin-top: 20px;
    margin-left: 0;
  }

  .nav-button-2 {
    padding-left: 20px;
    padding-right: 48px;
  }

  .main-button {
    margin-top: 0;
  }

  .slider-wrapper.top-buttons {
    max-height: 300px;
    margin-top: 110px;
  }

  .slider-mask.service-slider-mask {
    max-width: 100%;
  }

  .btn-circle-primary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 24px;
  }

  .btn-circle-primary.slider-arrow.right---top-right {
    top: -90px;
    bottom: auto;
    right: auto;
  }

  .btn-circle-secondary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 24px;
  }

  .btn-circle-secondary.slider-arrow.left---top-right {
    inset: -90px auto auto 0%;
  }

  .service-card-content {
    border-radius: 5px;
    width: 100%;
  }

  .service-card-wrapper {
    width: 100%;
  }

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

  .accordion-wrapper {
    flex-wrap: wrap;
  }

  .section-title-wrapper {
    margin-bottom: 40px;
  }

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

  .section-2.home-after-video {
    padding-top: 260px;
  }

  .accommodation-map-block {
    min-height: 450px;
  }

  .double-button {
    flex-direction: column;
    align-items: stretch;
  }

  .home-1-cta-text-2 {
    font-size: 22px;
    line-height: 30px;
  }

  .image-8 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .gallery-slide {
    width: 100%;
  }

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

  .section-title-17, .section-title-9 {
    font-size: 32px;
  }

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

  .section-5 {
    padding-top: 60px;
  }

  .bold-text-8 {
    font-size: 24px;
  }

  .section-9 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-19 {
    width: 30%;
  }

  .column-3 {
    justify-content: center;
    align-items: center;
  }

  .columns-3 {
    flex-flow: column;
  }

  .column-4 {
    text-align: center;
    margin-top: 20px;
  }

  .image-20 {
    max-width: 100%;
    height: 100%;
  }

  .container-15 {
    max-width: 90%;
  }

  .quick-stack-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-title-wrapper-copy {
    margin-bottom: 40px;
  }

  .appointment-form-wrap-2.contact {
    width: 80%;
  }

  .area-btn-container {
    width: 100%;
  }

  .service-area-card-wrap.d-grid-3 {
    grid-template-columns: 1fr 1fr;
  }

  .footer-service-area-container.d-grid-4 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .contact-us-input {
    font-size: 14px;
    line-height: 24px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 28px;
    line-height: 45px;
  }

  h3 {
    font-size: 21px;
    line-height: 36px;
  }

  h4 {
    font-size: 18px;
    line-height: 30px;
  }

  h5 {
    font-size: 16px;
  }

  p, ul, ol {
    font-size: 14px;
    line-height: 1.6em;
  }

  blockquote {
    font-size: 20px;
    line-height: 31px;
  }

  .display-heading {
    font-size: 55px;
    line-height: 70px;
  }

  .display-heading.home-1-cta {
    font-size: 40px;
    line-height: 44px;
  }

  .display-heading.home-1-cta.bubbles {
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 38px;
    position: static;
  }

  .display-heading.home-1-hero {
    line-height: 62px;
  }

  .display-heading.home-1-hero.svc {
    font-size: 32px;
  }

  .display-heading.about-3-hero {
    font-size: 46px;
    line-height: 50px;
  }

  .display-heading.about-3-hero.service {
    font-size: 32px;
    line-height: 1.4;
  }

  .display-heading.home-1-hero {
    text-align: center;
    font-size: 34px;
    line-height: 1;
  }

  .display-heading.hero {
    text-align: center;
    padding-right: 0;
    font-size: 28px;
    line-height: 1.2em;
  }

  .wrapper.home-flex-wrapper.reverse {
    padding-bottom: 60px;
  }

  .wrapper.achievement-wrapper {
    width: 94%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .wrapper.home-1-cta-wrapper {
    width: 92%;
  }

  .wrapper.home-2-hero-wrapper.small-margin {
    justify-content: center;
    align-items: center;
    width: 92%;
    padding-top: 40px;
    padding-left: 10px;
  }

  .wrapper.about-1-hero-wrapper {
    padding-bottom: 340px;
  }

  .wrapper.about-1-hero-wrapper.smaller {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .wrapper.about-1-pointers-wrapper.small.about {
    padding-bottom: 20px;
  }

  .wrapper.about-1-history-wrapper {
    padding-left: 10px;
  }

  .wrapper.about-1-history-wrapper.slider {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .wrapper.about-1-flex-wrapper.huge.about.sm {
    padding-bottom: 20px;
  }

  .wrapper.about-3-hero-wrapper.service {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .wrapper.about-3-location-wrapper {
    padding-top: 20px;
  }

  .wrapper.blog-1-hero-wrapper {
    padding-top: 0;
  }

  .wrapper.blog-post-related-wrapper, .wrapper.full.vert, .wrapper.full.vert {
    padding-top: 20px;
  }

  .wrapper.vertical.reviews {
    padding-bottom: 20px;
  }

  .wrapper.horizontal.small {
    flex-direction: column;
    align-items: flex-start;
  }

  .wrapper.horizontal.small.full {
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
  }

  .wrapper.horizontal.blog.services {
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper.horizontal.blog.area {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper.home-hero-wrapper {
    padding-top: 60px;
  }

  .home-hero-content {
    padding-left: 10px;
  }

  .home-hero-content.svc {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .button {
    background-position: 87%;
    padding-left: 30px;
    padding-right: 65px;
  }

  .button.small {
    background-position: 90%;
  }

  .button.small.white.nav.phone {
    margin-top: 10px;
  }

  .button.cta-button {
    position: static;
  }

  .button.cta-button.margin {
    margin-top: 0;
  }

  .button.book {
    width: 62%;
    padding: 14px 20px 14px 10px;
    font-size: 14px;
  }

  .image.contain.icon.invert-icon {
    width: 70px;
  }

  .hero-image {
    width: 100%;
    height: 300px;
  }

  .hero-image.taller {
    height: 360px;
  }

  .features-card {
    justify-content: center;
    align-items: center;
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .features-card.contact.popup-button._2 {
    width: 60px;
    height: 60px;
  }

  .features-card-heading {
    margin-bottom: 0;
  }

  .text-block._16-px {
    margin-top: 0;
    padding-top: 5px;
    font-size: 16px;
    line-height: 1.4;
  }

  .text-block._26px {
    max-height: none;
    font-size: 16px;
  }

  .features-1-decoration-image {
    max-height: 60px;
  }

  .features-1-decoration-image.loc.small.xxs {
    height: 20px;
    max-height: 20px;
  }

  .home-flex-image {
    width: 100%;
    height: 450px;
  }

  .flex-content {
    justify-content: center;
    align-items: center;
    width: 94%;
  }

  .flex-content.top {
    padding-left: 10px;
  }

  .flex-heading {
    margin-bottom: 0;
  }

  .flex-line {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .flex-line.thick, .flex-line.shorter._10margin {
    width: 100%;
  }

  .flex-line._10margin {
    width: 80%;
    margin-right: 20px;
  }

  .flex-pointers-container {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-interaction-line._1 {
    height: 140px;
  }

  .flex-click-pointer-heading {
    font-size: 20px;
    line-height: 26px;
  }

  .background-image-wrapper.about {
    padding-bottom: 0;
  }

  .achievement-heading {
    max-width: none;
    margin-bottom: 20px;
    padding-top: 10px;
    font-size: 22px;
    line-height: 1.4;
  }

  .achievements-card-container {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .achievements-card {
    flex-flow: column;
    justify-content: space-around;
    padding-bottom: 20px;
  }

  .achievement-card-item-heading {
    font-size: 48px;
  }

  .benefits-pointer-item {
    max-width: none;
  }

  .home-2-hero-heading {
    text-align: center;
    font-size: 28px;
    line-height: 1.2;
  }

  .home-2-hero-text {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
  }

  .home-2-form-block.flex {
    width: 94%;
    margin-bottom: 0;
  }

  .home-2-form-text-field.book {
    padding-left: 6px;
  }

  .home-2-hero-image-section.short {
    height: 280px;
    margin-top: -20px;
  }

  .home-2-image-decoration-2 {
    max-width: 60px;
  }

  .home-2-flex-pointer-item {
    flex-direction: column;
  }

  .white.footer-link {
    text-align: left;
  }

  .home-2-steps-item {
    flex-direction: column;
  }

  .home-2-faq-item {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .home-3-flex-link-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-3-stats-grid {
    grid-template-columns: 1fr;
  }

  .home-3-testimonial-section {
    padding-bottom: 60px;
  }

  .home-3-slider {
    height: 400px;
  }

  .home-3-slide {
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-3-slider-left-arrow {
    background-color: var(--light-blue-2);
    inset: auto auto -60px 15px;
  }

  .home-3-slide-inside-container {
    min-height: 100%;
  }

  .home-3-slider-left {
    max-width: 100%;
  }

  .home-3-slider-name {
    font-size: 19px;
  }

  .home-3-slider-right-arrow {
    background-color: var(--light-blue-2);
    inset: auto 15px -60px auto;
  }

  .h1-48-px {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 20px;
    font-size: 28px;
    line-height: 1.2;
  }

  .about-1-hero-content-div {
    justify-content: center;
    align-items: center;
    max-width: none;
    padding-top: 10px;
  }

  .about-1-hero-image._1 {
    z-index: 2;
    width: 46%;
    height: 190px;
    display: none;
    position: relative;
    bottom: 10%;
    left: 2%;
  }

  .about-1-hero-image._2 {
    width: 100%;
    height: 240px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    inset: auto 0% 0;
  }

  .about-1-hero-image._3 {
    width: 46%;
    height: 190px;
    display: none;
    position: relative;
    bottom: 10%;
    right: 2%;
  }

  .about-1-flex-heading {
    font-size: 28px;
  }

  .about-1-flex-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .about-1-hiring-heading {
    font-size: 40px;
    line-height: 56px;
  }

  .about-2-values-left {
    grid-template-columns: 1fr;
    width: 90%;
  }

  .about-2-values-item {
    padding-left: 13px;
    padding-right: 13px;
  }

  .about-2-values-item._1, .about-2-values-item._2, .about-2-values-item._3, .about-2-values-item._4, .about-2-values-item._5 {
    justify-content: flex-start;
  }

  .about-3-hero-images-grid.small-margin {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .about-3-hero-small-image {
    height: 200px;
  }

  .about-3-hero-large-image {
    height: 320px;
  }

  .about-3-location-heading {
    font-size: 26px;
    line-height: 1.4;
  }

  .blog-1-hero-section {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .blog-1-image {
    height: 300px;
  }

  .blog-1-heading {
    margin-bottom: 0;
  }

  .blog-1-vertical {
    flex-direction: column-reverse;
    padding-left: 0;
  }

  .blog-vertical-left {
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .blog-1-vertical-image {
    width: 100%;
    height: auto;
  }

  .contact-hero-left {
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-hero-left-inside {
    margin-left: 0;
    margin-right: 0;
  }

  .contact-email {
    flex-direction: column;
    align-items: center;
    min-height: 40px;
    padding-top: 12px;
  }

  .contact-email-circle {
    width: 40px;
    height: 40px;
    margin-top: 0;
    margin-bottom: 6px;
    margin-right: 0;
  }

  .contact-email-heading, .contact-email-link {
    text-align: center;
  }

  .contact-hero-right {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-hero-form-div {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-hero-form-div.no-rounding {
    padding-bottom: 20px;
  }

  .contact-hero-form-heading {
    text-align: center;
    font-size: 32px;
    line-height: 1.4;
  }

  .contact-hero-form-field.short.email, .contact-hero-form-field.short.company, .contact-hero-form-field.short.call, .contact-hero-form-field.short.state, .contact-hero-form-field.short.city, .contact-hero-form-field.short.textfield-white {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .contact-form-field-container {
    flex-direction: column;
    align-items: stretch;
  }

  .blog-1-main-social {
    width: 100%;
  }

  .blog-2-featured {
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-2-item {
    padding: 20px 15px;
  }

  .blog-2-image {
    height: 240px;
  }

  .blog-2-item-heading {
    margin-top: 0;
  }

  .blog-1-main-tags {
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }

  .vacancy-dropdowns-container {
    background-color: #0000;
    flex-direction: column;
    align-items: stretch;
  }

  .vacancy-item {
    grid-row-gap: 30px;
    grid-template-columns: 3fr;
  }

  .team-item {
    padding-bottom: 10px;
  }

  .about-2-team-heading, .related-blog-post-heading {
    margin-bottom: 20px;
  }

  .team-hero-item {
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .team-hero-item-summary {
    font-size: 16px;
    line-height: 1.4;
  }

  .paragraph._90wide {
    text-align: center;
    font-size: 16px;
  }

  .wrapper.footer-wrapper {
    width: 92%;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-links-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-link-column {
    align-items: center;
  }

  .navigation-drop-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .navbar-brand {
    width: auto;
    height: auto;
  }

  .navbar-brand.w--current {
    width: 300px;
    min-width: auto;
    height: auto;
  }

  .navigation-left {
    width: 50%;
  }

  .dropdown-list.menu {
    background-color: var(--main);
    color: var(--main);
    border-radius: 5px;
    width: 80%;
    top: 0;
  }

  .navigation-right {
    display: none;
  }

  .brand {
    width: 130px;
    margin-left: 0;
  }

  .dropdown-list-full-wrapper {
    background-color: var(--main);
    color: var(--main);
  }

  .navigation-link-block-mob {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .navigation-link-block-mob.w--current {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .blog-1-main-tags-2 {
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }

  .blog-1-main-social-2 {
    width: 100%;
  }

  .form-subheading {
    font-size: 16px;
  }

  .home-wrapper.hide-overflow {
    overflow: hidden;
  }

  .hero-logo.hero2 {
    width: 240px;
    max-width: 240px;
  }

  .text-block-3 {
    white-space: nowrap;
    object-fit: fill;
    font-size: 14px;
  }

  .heading {
    text-align: center;
  }

  .heading.h2-style {
    font-size: 28px;
    line-height: 1.2;
  }

  .slider-subheading {
    text-align: center;
    font-size: 18px;
  }

  .slider-subheading.margin-small {
    margin-bottom: 0;
  }

  .subheadinhg {
    font-size: 20px;
  }

  .subheadinhg.service {
    margin-top: 0;
    font-size: 18px;
    line-height: 1.2;
  }

  .photo-overlay {
    border-radius: 0;
  }

  .stat {
    font-size: 14px;
    line-height: 1.4;
  }

  .service-icon {
    width: 30%;
    height: 30%;
  }

  .service-description {
    max-width: none;
  }

  .hero-icons {
    justify-content: center;
    align-items: center;
    width: 84vw;
  }

  .container-large.align-center {
    max-width: none;
  }

  .container-large.align-center.policy {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-card {
    padding: 20px 15px 40%;
  }

  .accent {
    font-size: 30px;
  }

  .logo-loc.popup {
    max-width: 280px;
    max-height: none;
    margin-bottom: -8px;
    overflow: visible;
  }

  .contact-icons.small {
    margin-bottom: 10px;
  }

  .popup-form-wrapper {
    max-width: 96vw;
    padding: 0 0 1rem;
  }

  .popup-top {
    flex-direction: column;
    padding-left: 0;
  }

  .popup-contact {
    border-right-style: none;
    width: auto;
    margin-bottom: 10px;
    padding-right: 0;
  }

  .pop-par {
    text-align: center;
    margin-left: 0;
    font-size: 16px;
  }

  .pop-icon {
    width: 25px;
    height: 25px;
  }

  .popup-button-2 {
    width: auto;
    height: auto;
    bottom: 5px;
    right: 5px;
  }

  .hero-2-text {
    text-align: left;
    padding-left: 10px;
    font-size: 12px;
  }

  .popup-button-1 {
    width: auto;
    height: auto;
    bottom: 75px;
    right: 5px;
  }

  .pop-btn-text {
    font-size: 14px;
  }

  .hero-text {
    text-align: center;
    width: 100%;
  }

  .hero-text.wide {
    width: 100%;
    font-size: 16px;
    line-height: 1.4;
  }

  .hero-text.blue {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.3em;
  }

  .about-spacing {
    display: none;
  }

  .footer-up-right {
    padding-left: 0;
  }

  .dropdown-nav {
    text-align: left;
    font-size: 18px;
  }

  .page-wrapper {
    overflow: hidden;
  }

  .main-wrapper {
    padding-top: 25px;
  }

  .scroller {
    height: 6rem;
  }

  .buttons {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: auto;
    height: auto;
  }

  .section__review {
    width: 92%;
    padding-top: 0;
  }

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

  .html-embed {
    margin-top: 20px;
  }

  .gallery-wrapper {
    column-count: 1;
    padding: 0;
  }

  .header-vertical {
    justify-content: flex-start;
    align-items: center;
  }

  .stars {
    max-width: 140px;
  }

  .blog-feature-content {
    padding: 0 10px 10px;
  }

  .menu-button-2 {
    background-color: var(--white);
    margin-right: 0;
  }

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

  .contact-list {
    flex-direction: column;
    grid-template-areas: ".";
    display: flex;
  }

  .phone {
    color: var(--main);
  }

  .hero-buttons {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }

  .sale-banner-wrapper {
    height: 200px;
  }

  .home-hero-text-2 {
    text-align: center;
    line-height: 1.6;
  }

  .home-hero-content-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .hero-image-2 {
    width: 100%;
    height: 300px;
  }

  .button-5 {
    background-position: 87%;
    padding-left: 30px;
    padding-right: 65px;
  }

  .about-2-values-left-2 {
    grid-template-columns: 1fr;
    width: 90%;
  }

  .button-6 {
    background-position: 87%;
    padding-left: 30px;
    padding-right: 65px;
  }

  .about-2-values-item-2 {
    padding-left: 13px;
    padding-right: 13px;
  }

  .about-2-values-item-2.city {
    justify-content: center;
    align-items: center;
  }

  .about-3-location-heading-2 {
    font-size: 26px;
  }

  .features-card-2 {
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-ctas-2 {
    flex-direction: column;
  }

  .wrapper-3.footer-wrapper {
    width: 92%;
    padding-bottom: 70px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-logo-and-text-container-2 {
    justify-content: center;
    align-items: center;
  }

  .button-7 {
    background-position: 87%;
    padding-left: 30px;
    padding-right: 65px;
  }

  .button-7.small {
    background-position: 90%;
  }

  .button-7.small.white.nav.phone {
    margin-top: 10px;
  }

  .footer-down-info-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .footer-down-info-2._3-column {
    align-items: center;
    display: flex;
  }

  .white-2.footer-link {
    text-align: center;
  }

  .white-2.footer-text.small.no-wrap {
    white-space: normal;
  }

  .white-2.footer-text._0margin.small {
    margin-bottom: 5px;
  }

  .white-2.footer-text.description {
    text-align: center;
  }

  .white-2.footer-column-heading.link {
    margin-bottom: 10px;
    font-size: 16px;
  }

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

  .footer-links-grid-2._3-columns {
    grid-column-gap: 25px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: .5fr;
    justify-content: center;
    place-items: center stretch;
    display: flex;
  }

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

  .button-8 {
    background-position: 87%;
    padding-left: 30px;
    padding-right: 65px;
  }

  .text-block-16 {
    white-space: nowrap;
    object-fit: fill;
    font-size: 14px;
  }

  .button-solid {
    background-position: 90%;
    width: 100%;
  }

  .button-solid.numbah {
    margin-top: 10px;
    margin-left: 0;
  }

  .button-9 {
    background-position: 87%;
    padding-left: 30px;
    padding-right: 65px;
  }

  .button-9.small {
    background-position: 90%;
  }

  .button-9.small.white.nav.phone {
    margin-top: 10px;
  }

  .button-9.small.white.nav.phone.hero {
    margin-top: 20px;
    margin-left: 0;
  }

  .nav-button-2 {
    background-position: 90%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 65px;
  }

  .main-button {
    background-position: 87%;
    margin-top: 0;
    padding-left: 30px;
    padding-right: 65px;
    position: static;
  }

  .main-button.no-margin.top {
    display: block;
  }

  .slider-wrapper.top-buttons {
    max-width: 100%;
    height: auto;
  }

  .slide-item-mg.slide-card-wrapper {
    height: auto;
  }

  .inner-container._320px._100-mbp {
    max-width: 100%;
  }

  .service-card-content {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: 220px;
    padding-left: 20px;
    padding-right: 20px;
    top: 0;
  }

  .service-card-wrapper {
    width: 100%;
    min-height: auto;
  }

  .accordion-item {
    padding-left: 10px;
  }

  .base-container-3.detailed-description {
    max-width: 100%;
  }

  .accommodation-map-block.small {
    width: 90%;
  }

  .double-button {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .home-1-cta-text-2 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.4;
    position: static;
  }

  .button-10 {
    background-position: 87%;
    padding-left: 30px;
    padding-right: 65px;
  }

  .rich-text-block-3 {
    text-align: center;
  }

  .gallery-slider {
    height: 240px;
    min-height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .slide-nav-2 {
    max-width: 100%;
  }

  .left-arrow-3 {
    justify-content: center;
    align-items: center;
  }

  .gallery-slide {
    height: 200px;
  }

  .gallery-image-2 {
    height: 240px;
  }

  .container-9.center.no-pad-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .gallery-section-2 {
    max-width: none;
  }

  .section-title-wrap.title-center-align.pad-mobile {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-title-17 {
    font-size: 24px;
  }

  .right-arrow-2 {
    width: 30px;
  }

  .icon-9 {
    width: 20px;
    font-size: 16px;
  }

  .section-title-9 {
    font-size: 24px;
    line-height: 1.3em;
  }

  .why-choose-item-title {
    font-size: 18px;
  }

  .section-5 {
    padding-top: 10px;
    padding-bottom: 40px;
  }

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

  .container-11 {
    padding-bottom: 0;
  }

  .container-12 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-8 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-22 {
    color: var(--midnight-blue);
  }

  .cell-5 {
    justify-content: center;
    align-items: center;
  }

  .heading-23 {
    margin-bottom: 0;
    font-size: 24px;
  }

  .text-block-21 {
    font-size: 16px;
    line-height: 1.3em;
  }

  .section-9 {
    padding-bottom: 20px;
  }

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

  .column-3 {
    justify-content: center;
    align-items: center;
  }

  .columns-3 {
    flex-flow: column;
  }

  .section-10 {
    padding-bottom: 40px;
  }

  .container-14 {
    flex-flow: column;
  }

  .cred-link {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .cell-11 {
    justify-content: center;
    align-items: center;
  }

  .column-4 {
    text-align: center;
    padding-top: 20px;
  }

  .image-20 {
    max-width: 100%;
    height: auto;
  }

  .quick-stack-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-22 {
    height: 100%;
  }

  .collection-item-13, .collection-list-10 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-13 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-2 {
    font-size: 21px;
  }

  .select-input-field {
    height: 42px;
    margin-bottom: 10px;
  }

  .service-description-copy {
    max-width: none;
  }

  .field-label-7, .input-field-2, .input-field-2::placeholder {
    font-size: 16px;
  }

  .button-16 {
    margin-right: 0;
    padding: 14px 30px;
    font-size: 15px;
  }

  .appointment-form-wrap-2 {
    padding: 30px 20px;
  }

  .form-section-labels {
    padding-top: 10px;
    line-height: 1.5;
  }

  .area-btn-container {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .blog-card-section-wrap, .service-area-card-wrap.d-grid-3 {
    grid-template-columns: 1fr;
  }

  .footer-service-area-container.d-grid-4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .link-block {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .contact-us-input {
    height: 45px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

#w-node-aceba4b9-c32a-48c5-0fc8-fef625d2473e-9730feae, #w-node-_22df010c-de69-3be7-962b-a91a687a4eae-9730feae, #w-node-efbe0965-2e9c-23a9-8f7c-3bb6a639518e-9730feae, #w-node-_8a5ca480-e56d-5282-300c-8d82751ade8f-9730feae, #w-node-c6c649f3-159c-5337-2fa6-e68c815d4627-9730feae, #w-node-e3ffabed-bb39-79a1-858f-1d80fc1ff9f0-9730feae, #w-node-_0b1b01bb-be71-1eeb-42a9-e1838f745c61-9730feae, #w-node-b370fe80-93a9-e6fd-4a56-b010fa2d0614-9730feae, #w-node-ce881d1e-6d20-0518-5832-8b6f81594f6f-9730feae, #w-node-e8d9f6af-21be-dea4-3894-677ef400b405-9730feae, #w-node-e8d9f6af-21be-dea4-3894-677ef400b408-9730feae, #w-node-e8d9f6af-21be-dea4-3894-677ef400b40b-9730feae, #w-node-e8d9f6af-21be-dea4-3894-677ef400b40e-9730feae, #w-node-e8d9f6af-21be-dea4-3894-677ef400b411-9730feae, #w-node-e8d9f6af-21be-dea4-3894-677ef400b414-9730feae, #w-node-e8d9f6af-21be-dea4-3894-677ef400b417-9730feae, #w-node-e8d9f6af-21be-dea4-3894-677ef400b41a-9730feae, #w-node-e8d9f6af-21be-dea4-3894-677ef400b41d-9730feae, #w-node-e8d9f6af-21be-dea4-3894-677ef400b420-9730feae {
  place-self: center;
}

#w-node-d2bb7f23-9661-fc72-b51d-5ea380689d93-80689d83, #w-node-d2bb7f23-9661-fc72-b51d-5ea380689d97-80689d83, #w-node-d2bb7f23-9661-fc72-b51d-5ea380689d9b-80689d83, #w-node-d2bb7f23-9661-fc72-b51d-5ea380689d9f-80689d83, #w-node-d2bb7f23-9661-fc72-b51d-5ea380689da3-80689d83, #w-node-d2bb7f23-9661-fc72-b51d-5ea380689da7-80689d83, #w-node-fb9a5731-1b9a-5926-7dbb-94013b084294-80689d83, #w-node-e5732931-98fa-24e4-f712-ffccb6a768b6-80689d83, #w-node-d2bb7f23-9661-fc72-b51d-5ea380689dd2-80689d83, #w-node-d2bb7f23-9661-fc72-b51d-5ea380689dd6-80689d83, #w-node-_96fe9648-83db-486e-f5d8-9bf8f234beaa-80689d83, #w-node-_732b5b0a-0517-36fd-34c4-3c694ca08150-80689d83, #w-node-_05d36034-1d23-745c-8c1c-4dffe9aee9b8-80689d83, #w-node-d923e30f-2c9b-6759-b5a5-b612209c8782-857a2db7, #w-node-fea8f23a-7c09-5060-a392-6693458df059-857a2db7, #w-node-e56a4ae1-30f9-74bf-41db-8f7c69312174-857a2db7, #w-node-_96975d9a-8147-4182-c134-d10270a5eb54-857a2db7, #w-node-_84d62c4c-6438-87de-1bcb-cba53fa210ed-857a2db7, #w-node-bb1dbb28-3ca4-7628-5d8c-033bf4d61ccd-857a2db7, #w-node-_4e323aba-76a5-be98-bbd6-8cc2f1fd1570-857a2db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9ad4c308-7691-7253-e6d4-5df5e7156238-b4c81446 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_28807096-b6d3-602c-7da1-3ab5ddcf8345-b4c81446, #w-node-_59fdef43-3943-1092-87e3-dbe6e4271794-b4c81446, #w-node-_1e8e9376-0753-0939-d8c2-3f48075cce40-b4c81446 {
  grid-column: span 2 / span 2;
}

#w-node-e4e1239a-1dc1-810f-f7ae-0d694c6fde7d-5e3695b5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_4c376f08-e7e5-c984-e575-3e9f32d7c58a-5e3695b5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ad78a227-3b1a-09ee-e949-65cfa8e57244-cc1756fe {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-dd5e7ea1-eb32-6a64-baa9-ca55af556ff5-af556fbf {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_96fe9648-83db-486e-f5d8-9bf8f234beaa-80689d83, #w-node-_732b5b0a-0517-36fd-34c4-3c694ca08150-80689d83, #w-node-_05d36034-1d23-745c-8c1c-4dffe9aee9b8-80689d83 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_676bcf4c-2bb7-7038-879e-f0acdde195c0-b4c813e0, #w-node-_91eeeb99-4b63-0818-ea83-f97bcd824c26-b4c813e3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9ad4c308-7691-7253-e6d4-5df5e7156238-b4c81446 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-ad78a227-3b1a-09ee-e949-65cfa8e57244-cc1756fe {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-dd5e7ea1-eb32-6a64-baa9-ca55af556ff5-af556fbf {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e5732931-98fa-24e4-f712-ffccb6a768b6-80689d83 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9ad4c308-7691-7253-e6d4-5df5e7156238-b4c81446 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-e4e1239a-1dc1-810f-f7ae-0d694c6fde7d-5e3695b5, #w-node-_4c376f08-e7e5-c984-e575-3e9f32d7c58a-5e3695b5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-ExtraBold.ttf') format('truetype'), url('../fonts/EudoxusSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}