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

:root {
  --black-2: black;
  --dark-grey: #333;
  --light-blue: #bde5fe;
  --white-smoke: #efefef;
  --dk-med-blue: #2c8bbf;
  --white: white;
  --primary-red: #ba1531;
  --dark-red: #9c0016;
  --alice-blue-2: #f2fbff;
  --dark-slate-grey: #0f4157;
  --blue-smoke: #afdaf2;
  --alice-blue: #e5f6ff;
  --logo-blue: #55b3f3;
  --alice-blue-3: #dbf1ff;
  --light-sky-blue: #93ccf0;
  --mid-grey: #9e9e9e;
  --steel-blue: #0488d1;
  --light-blue-2: #cce7f2;
  --primary-blue: #009bde;
  --black: #092d3d;
  --midnight-blue: #092d3d;
  --saddle-brown: #196a8e;
  --mid-blue: #80c0ec;
  --lt-grey: #e6e9ec;
  --white-2: white;
  --med-blue: #5c98b7;
  --dk-blue: #196a8e;
  --light-sky-blue-2: #94d6ff;
  --deep-sky-blue: #41abf3;
  --blue: #55b3f3;
  --light-blue-3: #e6f1f8;
  --light-grey: #e6e6e6;
  --deep-sky-blue-2: #6db6e3;
  --white-smoke-2: #f2f5f7;
  --steel-blue-2: #0086c0;
}

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

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

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

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

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

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

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

body {
  color: var(--black-2);
  font-family: Eudoxussans, sans-serif;
  font-size: 18px;
  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;
  font-weight: 700;
  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(--black-2);
  text-decoration: none;
}

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

li {
  margin-top: 15px;
}

label {
  color: var(--dark-grey);
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 700;
  display: block;
}

blockquote {
  background-color: var(--light-blue);
  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 {
  margin-top: 60px;
}

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

.display-heading.home-1-hero.svc {
  color: var(--black-2);
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-size: 56px;
  line-height: 1.2;
}

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

.display-heading.about-3-hero.service {
  margin-top: 40px;
  margin-bottom: 0;
}

.home-hero-section {
  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.features-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 40px;
}

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

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

.wrapper.benefits-wrapper {
  align-items: flex-start;
  padding-top: 160px;
  padding-bottom: 160px;
}

.wrapper.tab-section-wrapper {
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding-top: 40px;
  padding-bottom: 100px;
}

.wrapper.faq-section-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.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-2-logos-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  padding-top: 120px;
  padding-bottom: 80px;
}

.wrapper.home-2-testimonial-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.wrapper.home-2-video-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 160px;
  padding-bottom: 100px;
}

.wrapper.faq-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 100px;
  padding-bottom: 160px;
}

.wrapper.home-3-flex-wrapper {
  align-items: flex-start;
  padding-top: 160px;
}

.wrapper.home-3-flex-wrapper.reverse {
  flex-direction: row-reverse;
  align-items: stretch;
  padding-top: 90px;
  padding-bottom: 160px;
}

.wrapper.home-3-flex-wrapper.reverse.services {
  padding-top: 40px;
  padding-bottom: 80px;
}

.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: 80px;
  padding-bottom: 200px;
}

.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;
  overflow: hidden;
}

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

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

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

.wrapper.about-3-location-wrapper.service-area {
  position: static;
}

.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-2-tab-wrapper {
  padding-top: 0;
  padding-bottom: 60px;
}

.wrapper.blog-3-main-wrapper {
  align-items: flex-start;
  padding-bottom: 120px;
}

.wrapper.vacancy-photos-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  max-width: 1060px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.wrapper.vacancy-jobs-wrapper {
  flex-direction: column;
  justify-content: center;
  max-width: 960px;
  padding-top: 160px;
  padding-bottom: 160px;
}

.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.styleguide {
  display: block;
}

.wrapper.changelog {
  flex-direction: column;
}

.wrapper.license, .wrapper.instructions {
  flex-direction: column;
  align-items: flex-start;
}

.wrapper.navigation-wrapper {
  flex-direction: row;
  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 {
  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: 40px;
  padding-bottom: 20px;
}

.wrapper.horizontal.blog {
  background-color: var(--light-blue);
  margin-bottom: 10px;
  padding: 30px 40px;
}

.wrapper.horizontal.blog.book {
  background-color: #0000;
}

.wrapper.embed {
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
}

.wrapper.intro {
  padding-bottom: 30px;
}

.wrapper.other-service-area {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding-top: 40px;
  display: grid;
}

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

.home-hero-content.svc {
  width: 100%;
  max-width: 50vw;
  height: 100%;
}

.home-hero-text {
  color: var(--dark-grey);
  margin-bottom: 40px;
  font-family: Quicksand, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

.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(--black-2);
  background-position: 88%;
}

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

.button.small:hover {
  background-color: var(--dark-red);
}

.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.hero {
  white-space: nowrap;
  background-position: 90%;
  width: 48%;
}

.button.small.white.hero:hover {
  background-color: var(--blue-smoke);
  background-position: 92%;
}

.button.small.white.hero.hide {
  display: none;
}

.button.small.white.absolute {
  background-color: var(--alice-blue);
  width: auto;
  transition: all .3s;
  position: absolute;
  inset: auto auto 8% 6%;
}

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

.button.small.white.absolute.red {
  background-color: var(--primary-red);
  color: var(--white);
  background-image: url('../images/Group-385.svg');
}

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

.button.small.white.nav:hover {
  background-color: var(--light-blue);
  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.white.nav.phone.foot {
  justify-content: space-between;
  width: 220px;
}

.button.small.white.nav.phone.hero {
  filter: brightness(0%) saturate(0%);
  border-width: 2px;
  width: auto;
  margin-top: 0;
  margin-left: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.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.small.previous, .button.small.next {
  text-align: center;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: row-reverse;
  justify-content: flex-start;
  padding-right: 32px;
}

.button.small.top-margin {
  margin-top: 60px;
}

.button.small.reviews {
  margin-top: 40px;
}

.button.small.reviews.service-area {
  width: 100%;
}

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

.button.cta-button:hover {
  background-color: var(--dark-red);
}

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

.button.cta-button.margin.less:hover {
  transform: none;
}

.button.cta-button.margin.reviews {
  background-color: var(--black-2);
}

.button.cta-button.pricing-tool {
  width: 48%;
  margin-top: 10px;
  padding-left: 30px;
}

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

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

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

.image.contain.icon.smaller {
  width: 100px;
}

.image.contain.icon.smaller.height {
  height: 90px;
}

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

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

.image.contain.map {
  object-fit: cover;
}

.image.blog-1-inside-image, .image.blog-1-vertical-inside-image {
  object-fit: cover;
  position: static;
}

.image.static {
  position: static;
}

.image.static.cover {
  object-fit: cover;
  object-position: 40% 50%;
}

.image.static.cover.adjust {
  object-fit: contain;
  height: 600px;
}

.image.static.cover.adjust-2.reviews {
  object-position: 15% 50%;
}

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

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

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

.image.cover {
  object-fit: cover;
  object-position: 33% 50%;
  position: static;
}

.image.cover.blog {
  object-position: 50% 40%;
}

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

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

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

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

.hero-image-decoration.bright {
  z-index: 60;
  opacity: .56;
  width: 150px;
  inset: 0% 8% 0% auto;
}

.hero-decoration-1 {
  z-index: 50;
  opacity: .3;
  transform-style: preserve-3d;
  width: 150px;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.hero-decoration-1.smaller {
  max-width: 8%;
}

.hero-decoration-2 {
  opacity: .65;
  width: 125px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.hero-decoration-2.snow-2 {
  width: 150px;
}

.features-section {
  background-color: var(--alice-blue-2);
  padding-top: 60px;
  display: block;
  overflow: hidden;
}

.features-section.hide {
  display: none;
}

.features-heading {
  text-align: center;
  max-width: 800px;
  margin-bottom: 0;
}

.features-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.features-card {
  background-color: var(--alice-blue-3);
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 40px 32px 30%;
  display: flex;
  position: relative;
}

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

.features-card._3 {
  background-color: var(--light-sky-blue);
}

.features-card.contact {
  background-color: var(--dark-grey);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, white, var(--mid-grey));
  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);
  transition: all .2s;
}

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

.features-card.contact.popup-button._2.darker {
  background-color: var(--dark-slate-grey);
}

.features-card.contact.popup-button._2.darker.popup {
  background-color: #0000;
  background-image: none;
  width: 150px;
  height: auto;
  margin-top: 0;
}

.features-card.contact.popup-button._2.nav {
  background-color: #27a7ff;
  width: 80px;
  height: 80px;
  margin-left: 20px;
  position: absolute;
  inset: 0% -20px 0% auto;
}

.features-card.contact.popup-button._2.nav:hover {
  background-color: #27a7ff;
  width: 140px;
  transform: none;
}

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

.features-card._4 {
  background-color: var(--light-blue-2);
}

.features-card.less-top {
  background-color: var(--light-blue);
  padding-top: 32px;
}

.features-card-icon {
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
}

.features-card-icon.map {
  filter: grayscale();
  object-fit: cover;
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  padding-left: 0;
}

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

.features-card-heading.black {
  color: var(--black);
}

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

.text-block._16-px.bold {
  font-weight: 700;
}

.text-block._16-px.home-2-testimonial {
  line-height: 24px;
}

.text-block._16-px.contact-hero-left-text {
  width: 90%;
  margin-bottom: 40px;
}

.text-block._16-px.blog-3-main-summary {
  margin-bottom: 24px;
}

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

.text-block._32-px {
  max-height: 240px;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  overflow: hidden;
}

.features-card-text {
  color: var(--midnight-blue);
  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.flip2 {
  opacity: .65;
  width: 150px;
  inset: auto auto 0 0;
}

.features-1-decoration-image.flip2.blog {
  z-index: 10;
  max-width: 50px;
  bottom: -12px;
  left: 9px;
}

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

.features-1-decoration-image.flip3.blog {
  z-index: 10;
  height: 50px;
}

.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;
  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.small {
  height: 46px;
}

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

.features-1-decoration-image.loc.contact {
  inset: 0 auto auto 0;
  transform: rotate(0);
}

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

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

.features-1-decoration-image.bottom-right {
  z-index: 10;
  opacity: 1;
  transform-style: preserve-3d;
  width: 80px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.features-1-decoration-image.bottom-right.bigger {
  width: 100px;
}

.features-1-decoration-image.bottom-right.fade {
  opacity: .42;
}

.features-1-decoration-image.bottom-right.fade.flake3 {
  inset: auto 0% 0% auto;
}

.features-1-decoration-image.left {
  z-index: 10;
  width: 100px;
  left: 0;
  right: auto;
}

.features-1-decoration-image.left.low {
  opacity: .5;
}

.features-1-decoration-image.flip4 {
  z-index: 10;
  transform-style: preserve-3d;
  height: 50px;
  inset: 0% auto auto 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.features-1-decoration-image.blog {
  z-index: 10;
  height: 50px;
}

.features-1-decoration-image.flip5 {
  z-index: 10;
  width: auto;
  max-width: none;
  inset: 0% auto auto 0%;
  transform: rotate(90deg);
}

.features-1-decoration-image.flip5.blog {
  top: -3%;
  left: 1%;
}

.features-1-decoration-image.hide {
  display: none;
}

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

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

.features-2-decoration-image.hide {
  display: none;
}

.features-2-decoration-image.flake-2 {
  opacity: .45;
  transform-style: preserve-3d;
  width: 100px;
  inset: 0% 0% auto auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.features-2-decoration-image.flake4 {
  opacity: .45;
  width: 100px;
  inset: auto 2.25% -2.75% auto;
  transform: rotate(-90deg);
}

.features-2-decoration-image.snow {
  opacity: .48;
  width: 120px;
  transform: rotate(180deg);
}

.features-3-decoration-image {
  z-index: 10;
  position: absolute;
  inset: auto 0% 0% auto;
}

.features-3-decoration-image.flip {
  transform-style: preserve-3d;
  width: 100px;
  top: 0;
  bottom: 0;
  right: 0%;
  transform: rotateX(-180deg)rotateY(0)rotateZ(0);
}

.features-3-decoration-image.bottom-rightt {
  width: 125px;
  inset: auto 0 0 auto;
}

.features-3-decoration-image.hide {
  display: none;
}

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

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

.flex-content {
  flex-direction: column;
  align-items: flex-start;
  width: 46%;
  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.cream {
  color: var(--saddle-brown);
  background-color: #fafdff;
}

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

.subheading-div.white.green-text {
  color: #2b634b;
}

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

.subheading-div.blue {
  background-color: var(--blue-smoke);
  color: var(--dark-slate-grey);
  flex: none;
}

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

.flex-heading.reverse {
  color: var(--midnight-blue);
  width: 100%;
  margin-bottom: 40px;
  line-height: 1.4;
}

.flex-line {
  border: 1px solid var(--midnight-blue);
  background-color: var(--midnight-blue);
  width: 96%;
  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.shorter {
  width: 90%;
}

.flex-line.shorter._10margin, .flex-line._10margin {
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.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-image-decoration-1 {
  z-index: 10;
  position: absolute;
  inset: auto 0 0% auto;
}

.flex-image-decoration-1.hide {
  display: none;
}

.flex-image-decoration-2 {
  z-index: 10;
  position: absolute;
  inset: 0% 0% auto 0;
}

.flex-image-decoration-2.hide {
  display: none;
}

.flex-click-pointers-container {
  flex-direction: column;
  width: 100%;
  max-width: none;
  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(--black-2);
  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(--light-blue);
}

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

.background-image-wrapper.stats {
  background-color: var(--black-2);
}

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

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

.flex-reverse-image-decoration-1 {
  z-index: 50;
  transform-style: preserve-3d;
  width: 150px;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.flex-reverse-image-decoration-1.bottom {
  opacity: .22;
  top: auto;
  bottom: 40px;
}

.flex-reverse-image-decoration-1.bottom.blog {
  bottom: 0;
}

.flex-reverse-image-decoration-2 {
  z-index: 10;
  width: 100px;
  position: absolute;
  inset: auto auto 0% 0%;
}

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

.achievements-section {
  background-color: #dfede7;
}

.achievement-heading {
  color: var(--alice-blue-2);
  max-width: 800px;
  margin-bottom: 80px;
  font-size: 32px;
  line-height: 40px;
}

.achievements-card-container {
  grid-column-gap: 120px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 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.wider {
  width: auto;
  height: 80px;
}

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

.achievement-card-item-heading.black {
  color: var(--black-2);
}

.achievement-decoration-image {
  opacity: .5;
  width: 150px;
  position: absolute;
  inset: 0 0 auto auto;
  transform: rotate(180deg);
}

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

.benefits-pointer-heading-and-number {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.benefits-pointer-number {
  margin-right: 16px;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.benefits-pointer-line {
  background-color: var(--lt-grey);
  height: 2px;
  position: absolute;
  inset: 0% 0% auto;
}

.benefits-pointer-line._2 {
  background-color: #bde5fe;
}

.benefits-pointer-line._3 {
  background-color: #d1d3d533;
}

.benefits-pointers-right {
  margin-top: 120px;
}

.benefits-image {
  width: 50%;
  max-width: 400px;
  height: 560px;
  margin-top: 60px;
  margin-left: 5%;
  margin-right: 5%;
  position: relative;
  left: 0%;
}

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

.benefits-decoration-image-2 {
  position: absolute;
  inset: auto 0% 0% auto;
}

.tab-section {
  background-color: var(--light-blue);
  max-height: 100vh;
}

.tab-section-heading {
  text-align: center;
  max-width: 800px;
  margin-bottom: 80px;
}

.home-1-tabs {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.home-1-tabs-menu {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 25%;
  max-width: 240px;
  margin-right: auto;
  padding-top: 60px;
  display: flex;
}

.home-1-tabs-content {
  width: 79%;
  max-width: 940px;
}

.home-1-tab-link {
  background-color: var(--light-blue);
  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(--black-2);
  color: #fff;
  height: auto;
}

.home-1-tab-link.middle {
  background-color: var(--dk-med-blue);
  height: auto;
  margin-top: 15px;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 40px;
}

.home-1-tab-link.middle.w--current {
  background-color: var(--dark-slate-grey);
  margin-bottom: 0;
  transform: scale(1.1);
}

.home-1-tab-pane {
  height: 100%;
}

.home-1-tab-link-heading {
  text-shadow: 1px 1px 1px #e5f6ff6e;
  margin-top: 0;
  font-family: Quicksand, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.home-1-tab-link-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.home-1-tab-link-icon.white {
  display: none;
}

.home-1-background-image {
  position: absolute;
  inset: 0% 0% auto auto;
}

.home-1-tab-pane-inside-div {
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding-top: 100px;
  display: flex;
  position: relative;
}

.home-1-tab-image {
  width: 80%;
  max-width: none;
  height: auto;
  position: relative;
}

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

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

.home-1-tab-content-div {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 48%;
  max-width: none;
  display: flex;
  position: absolute;
  inset: 5% 0% auto auto;
}

.home-1-tab-pane-heading {
  margin-bottom: 10px;
  font-family: Eudoxussans, sans-serif;
  font-size: 48px;
}

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

.home-1-tab-image-decoration-2 {
  position: absolute;
  inset: auto auto 0% 0%;
}

.faq-heading {
  text-align: center;
  margin-bottom: 24px;
}

.faq-text {
  text-align: center;
  max-width: 560px;
  margin-bottom: 80px;
}

.faqs-container {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.faq-left {
  background-color: #dfede7;
  padding: 40px;
}

.faq-item {
  border-bottom: 1px solid var(--white);
  padding-top: 24px;
  padding-bottom: 24px;
}

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

.faq-icon {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-top: 6px;
  display: flex;
  position: relative;
}

.faq-icon-line {
  background-color: var(--black);
  width: 2.3px;
  height: 100%;
}

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

.faq-answer {
  max-width: 90%;
  overflow: hidden;
}

.faq-right {
  background-color: var(--lt-grey);
  padding: 40px;
}

.home-1-cta {
  background-color: var(--mid-blue);
  min-height: 100%;
  overflow: hidden;
}

.home-1-cta-text {
  z-index: 1;
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 32px;
  position: relative;
}

.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 {
  background-color: var(--alice-blue);
  border-radius: 100%;
  width: 64px;
  height: 64px;
  padding: 10px;
  inset: 9% auto auto -4%;
}

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

.home-1-cta-circle._1.d {
  background-color: #0000;
  border-radius: 0%;
  top: 65%;
  left: 24%;
}

.home-1-cta-circle._1.c {
  background-color: #0000;
  border-radius: 0%;
  top: 6%;
  left: 61%;
}

.home-1-cta-circle._1.a {
  background-color: #0000;
  border-radius: 0%;
}

.home-1-cta-circle._2 {
  width: 56px;
  height: 56px;
  padding: 10px;
  inset: 48% auto auto 93%;
}

.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.e {
  top: 2%;
  left: 26%;
}

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

.home-1-cta-circle._3 {
  width: 175px;
  height: 175px;
  padding: 10px;
  inset: auto auto 8% 5%;
}

.home-1-cta-circle._3._2 {
  bottom: 44%;
  left: 74%;
}

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

.home-1-cta-circle._3.c {
  width: 150px;
  height: 150px;
  bottom: 9%;
  left: 69%;
}

.home-1-cta-circle._4 {
  width: 200px;
  height: 200px;
  padding: 10px;
  inset: 6% -10% auto auto;
}

.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._6 {
  width: 150px;
  height: 150px;
  top: 0%;
  left: -6.5%;
}

.image.rounded-image {
  border-radius: 100px;
  padding: 10px;
}

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

.home-2-hero-heading {
  margin-top: 20px;
  margin-bottom: 10px;
}

.home-2-hero-heading.underlined {
  border-bottom: 4px solid var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

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

.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 {
  background-color: var(--white);
  border-radius: 88px;
  justify-content: flex-start;
  align-items: center;
  height: 80px;
  display: flex;
  overflow: hidden;
}

.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-hero-image-section {
  height: 600px;
  position: relative;
  overflow: hidden;
}

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

.home-2-image-decoration-1 {
  z-index: 10;
  opacity: .71;
  width: 150px;
  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;
  opacity: .82;
  width: 150px;
  position: absolute;
  inset: 0% auto auto 0;
}

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

.home-2-logos-heading {
  margin-bottom: 40px;
}

.home-2-logos-container {
  grid-column-gap: 90px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.home-2-logos-line {
  background-color: #e5e5e5;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.home-2-flex-pointers {
  width: 100%;
  max-width: 490px;
}

.home-2-heading {
  margin-bottom: 40px;
}

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

.home-2-flex-pointer-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.home-2-pointer-icon-circle {
  background-color: var(--lt-grey);
  border-radius: 50%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-right: 16px;
  display: flex;
}

.home-2-pointer-icon-circle.green {
  background-color: #dfede7;
}

.home-2-pointer-icon-circle.blue {
  background-color: var(--light-blue);
}

.home-2-flex-pointer-heading-and-text, .home-2-flex-pointer-heading {
  margin-bottom: 8px;
}

.home-2-flex-testimonial-div {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.flex-testimonial-image {
  border-radius: 50%;
  flex: none;
  margin-right: 20px;
}

.home-2-flex-testimonial-person {
  margin-top: 16px;
}

.home-2-steps-section {
  z-index: 20;
  background-color: var(--black);
  position: relative;
}

.wrapper.home-2-flex-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 140px;
}

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

.white.home-2-steps-text {
  text-align: center;
  max-width: 600px;
}

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

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

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

.white.footer-text._0margin.small {
  width: auto;
  margin-top: 7px;
  margin-bottom: 0;
}

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

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

.white.footer-text.description {
  margin-bottom: 20px;
}

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

.white.footer-column-heading.transparent {
  color: #0000;
  border-bottom-style: none;
}

.white.footer-column-heading.link {
  border-bottom-style: none;
  width: auto;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}

.white.footer-column-heading.link:hover {
  opacity: .6;
}

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

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

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

.white.footer-link.bigger {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
}

.white.footer-down-text {
  color: #fffc;
  font-size: 14px;
  font-weight: 300;
}

.white.footer-counties {
  color: #fffc;
  text-align: left;
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 300;
}

.white.footer-counties.transparent {
  color: #0000;
  margin-top: 3px;
  font-family: Quicksand, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

.home-2-steps-div {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 80px;
  display: grid;
}

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

.home-2-steps-number-circle {
  background-color: var(--lt-grey);
  border-radius: 50%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-right: 24px;
  display: flex;
}

.home-2-steps-number-circle._2 {
  background-color: var(--light-blue);
}

.home-2-steps-number-circle._3 {
  background-color: #dfede7;
}

.home-2-steps-number {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.home-2-steps-item-content {
  flex-direction: column;
  align-items: flex-start;
}

.home-2-steps-item-heading {
  color: var(--white);
  margin-bottom: 16px;
}

.home-2-testimonial-section {
  background-color: var(--lt-grey);
}

.home-2-testimonial-decoration-1 {
  position: absolute;
  inset: auto auto 0% 0%;
}

.home-2-testimonial-decoration-2 {
  position: absolute;
  inset: 0% 0% auto auto;
}

.home-2-testimonial-left {
  flex-direction: column;
  align-items: flex-start;
  width: 35%;
  max-width: 360px;
  display: flex;
}

.home-2-testimonial-quote {
  width: 90px;
  margin-bottom: 25px;
}

.home-2-testimonial-heading {
  margin-bottom: 16px;
}

.home-2-testimonial-text {
  margin-bottom: 32px;
}

.home-2-testimonial-cards-container {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 63%;
  display: flex;
}

.home-2-testimonial-card-item {
  background-color: var(--white);
  padding: 33px 50px 33px 24px;
}

.home-2-testimonial-card-item.down {
  margin-top: 30px;
}

.home-2-testimonial-card-stars {
  margin-bottom: 25px;
}

.home-2-testimonial-person {
  align-items: flex-start;
  margin-top: 24px;
  display: flex;
}

.home-2-testimonial-person-image {
  border-radius: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-right: 12px;
  display: flex;
  overflow: hidden;
}

.home-2-testimonial-span {
  font-weight: 700;
}

.home-2-testimonial-cards-left {
  width: 48%;
  margin-top: -30px;
}

.home-2-testimonial-card-right {
  width: 48%;
  margin-bottom: -30px;
  padding-top: 80px;
}

.home-2-video-section {
  z-index: 20;
  position: relative;
}

.home-2-video-subheading-and-heading {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

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

.home-2-video {
  width: 100%;
  height: 600px;
  position: relative;
}

.video-play-button {
  background-color: var(--white);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 108px;
  height: 108px;
  margin-top: 250px;
  margin-left: -54px;
  display: flex;
  position: absolute;
  left: 50%;
  overflow: hidden;
}

.video-play-button-inside {
  background-color: var(--black-2);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 97.5px;
  height: 97.5px;
  display: flex;
  overflow: hidden;
}

.play-button-icon {
  margin-left: 5px;
}

.home-video-text {
  max-width: 600px;
  margin: 40px auto;
}

.home-2-video-section-line {
  background-color: var(--white-smoke);
  position: absolute;
  inset: auto 0% 0%;
}

.faq-heading-and-button {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
  display: flex;
}

.h2-56-px {
  font-size: 56px;
  line-height: 64px;
}

.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-2-faq-item-number {
  color: #1b222b80;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.home-2-faq-content {
  width: 90%;
}

.home-2-question-and-close {
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
  display: flex;
}

.home-2-faq-close {
  background-color: var(--white);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-2-faq-icon-line {
  background-color: var(--black);
  width: 2px;
  height: 14px;
  position: absolute;
}

.home-2-faq-icon-line.vertical {
  transform: rotate(90deg);
}

.home-2-faq-answer {
  max-width: 800px;
  overflow: hidden;
}

.home-3-flex-section {
  width: 100%;
}

.home-3-flex-section.services {
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 40px;
  display: flex;
}

.home-3-flex-content {
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  max-width: 460px;
  display: flex;
}

.home-3-flex-content.wider {
  width: 50%;
  max-width: 570px;
}

.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(--black);
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.home-3-flex-image-decoration {
  position: absolute;
}

.home-3-flex-image-decoration._1 {
  z-index: 10;
  inset: auto auto 0% 0%;
}

.home-3-flex-image-decoration._1.small {
  height: 100px;
}

.home-3-flex-image-decoration._2 {
  z-index: 10;
  inset: 0% 0% auto auto;
}

.home-3-flex-image-decoration._2.small {
  width: 80px;
}

.home-3-flex-image-decoration._2.small.top-right {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.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: #0000;
  padding-bottom: 20px;
}

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

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

.home-3-slide {
  height: 100%;
  min-height: 300px;
  padding: 60px 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(--lt-grey);
}

.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(--black-2);
  margin-bottom: 8px;
  padding-left: 10px;
  font-size: 28px;
}

.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(--lt-grey);
}

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

.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 {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 48px;
  line-height: 60px;
}

.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 -59% 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 {
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 40px;
}

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

.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 {
  background-image: linear-gradient(#fffc, #fffc), url('../images/pure-white-snow-surface-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-bottom: 40px;
}

.about-1-history-slider {
  background-color: #0000;
  align-items: stretch;
  width: 100%;
  height: auto;
  margin-top: 40px;
  display: flex;
}

.about-1-history-slider-mask {
  width: 33%;
  height: auto;
  overflow: visible;
}

.about-1-history-slide {
  background-color: var(--white);
  min-width: 330px;
  margin-right: 40px;
  padding: 0;
}

.about-1-history-left-arrow {
  background-color: var(--light-blue);
  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 -80px 20px;
}

.about-1-history-left-arrow:hover {
  background-color: var(--lt-grey);
}

.about-1-history-nav {
  display: none;
}

.about-1-history-right-arrow {
  background-color: var(--light-blue);
  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 -80px 120px;
}

.about-1-history-right-arrow:hover {
  background-color: var(--lt-grey);
}

.about-1-flex-section {
  background-color: var(--light-sky-blue);
}

.about-1-flex-decoration {
  z-index: 10;
  position: absolute;
  inset: auto auto 0% 0%;
}

.about-1-flex-decoration.snowbl {
  width: 125px;
}

.about-2-flex-decoration {
  z-index: 10;
  position: absolute;
  inset: 0% 0% auto auto;
}

.about-2-flex-decoration.snowtr {
  transform-style: preserve-3d;
  width: 100px;
  transform: rotateX(180deg)rotateY(180deg)rotateZ(0);
}

.about-2-flex-decoration.snowtr.low {
  opacity: .5;
}

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

.about-1-flex-heading {
  margin-bottom: 24px;
  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(--black);
  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 {
  flex: none;
  width: 8px;
  height: 100%;
  margin-right: 24px;
}

.about-1-flex-grid-bar._1, .about-1-flex-grid-bar._2 {
  background-color: var(--black-2);
}

.about-1-flex-grid-number {
  margin-bottom: 8px;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

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

.hiring-float {
  border-radius: 20px;
  margin-bottom: 12px;
  padding: 8px 24px;
  font-size: 16px;
  position: absolute;
}

.hiring-float._2 {
  background-color: var(--lt-grey);
  color: var(--saddle-brown);
  inset: 40% auto auto -4%;
  transform: rotate(-15deg);
}

.hiring-float._4 {
  background-color: var(--lt-grey);
  color: var(--saddle-brown);
  inset: 19% 0% auto auto;
  transform: rotate(15deg);
}

.hiring-float._5 {
  background-color: var(--light-blue);
  color: var(--black-2);
  inset: 43% -7% auto auto;
  transform: rotate(-15deg);
}

.hiring-float._1.vacancy-2 {
  inset: -2% -14% auto auto;
}

.hiring-float._4 {
  color: #8e612a;
  background-color: #ffedd7;
  inset: 19% 0% auto auto;
  transform: rotate(15deg);
}

.hiring-float._4.vacancy {
  inset: auto -16% 10% auto;
}

.hiring-float._5 {
  color: #2d688d;
  background-color: #bde5fe;
  inset: 43% -7% auto auto;
  transform: rotate(-15deg);
}

.hiring-float._5.vacancy {
  top: 33%;
}

.hiring-float._2 {
  color: #8e612a;
  background-color: #ffedd7;
  inset: 40% auto auto -4%;
  transform: rotate(-15deg);
}

.hiring-float._2.vacancy {
  inset: 8% auto auto -12%;
}

.hiring-float._3 {
  color: #8261bf;
  background-color: #d6c6f4;
  inset: auto auto 24% 5%;
  transform: rotate(15deg);
}

.hiring-float._3.vacancy {
  inset: auto auto 12% -10%;
  transform: rotate(-15deg);
}

.hiring-float._1 {
  color: #2b634b;
  background-color: #dfede7;
  inset: 11% auto auto -3%;
  transform: rotate(15deg);
}

.hiring-float._1.vacancy {
  top: 44%;
  left: -10%;
}

.about-2-slider-background-image-2 {
  position: absolute;
  inset: 0% 0% auto auto;
}

.about-2-slider-background-image-2.smaller {
  width: 100px;
  height: auto;
}

.about-2-slider-background-image-2.smaller.top-r {
  transform-style: preserve-3d;
  width: 75px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.about-2-slider-background-image-2.flip {
  transform-style: preserve-3d;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.about-2-slider-background-image-2.flip.small {
  width: 200px;
}

.about-2-slider-background-image-2.snow-1 {
  opacity: .65;
  transform-style: preserve-3d;
  width: 200px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.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 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  display: flex;
  position: relative;
}

.about-2-values-item._1 {
  background-color: var(--alice-blue-3);
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.about-2-values-item._1.city-only {
  flex-direction: row;
  align-items: center;
}

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

.about-2-values-item._2.city-only {
  flex-direction: row;
  align-items: center;
}

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

.about-2-values-item._3.city-only {
  flex-direction: row;
  align-items: center;
}

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

.about-2-values-item._4.city-only {
  flex-direction: row;
  align-items: center;
}

.about-2-values-item._5 {
  background-color: #badcf3;
  position: relative;
}

.about-2-values-item._5.city-only {
  flex-direction: row;
  align-items: center;
}

.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-item-circle.contact.small {
  width: 40px;
  height: 40px;
}

.about-2-values-item-circle.contact.small.nav {
  margin-right: 10px;
}

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

.about-2-values-right.service-area {
  justify-content: flex-start;
  width: 35%;
}

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

.about-3-location-section {
  position: relative;
}

.about-3-location-heading {
  margin-bottom: 60px;
}

.about-3-location-heading.smaller {
  margin-bottom: 0;
  font-size: 30px;
  line-height: 1.1;
}

.about-3-location-image {
  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: none;
  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;
}

.location-cards-container.vertical.service-area.slider {
  position: sticky;
  top: 140px;
}

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

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

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

.blog-1 {
  background-color: var(--light-blue);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
  display: flex;
}

.blog-1-heading {
  margin-bottom: 16px;
}

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

.blog-1-hero-right {
  width: 49%;
  max-width: 540px;
}

.blog-1-vertical {
  background-color: var(--light-blue);
  border: 1px #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  display: flex;
  position: relative;
}

.blog-vertical-left {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  max-width: none;
  height: 100%;
  padding-right: 20px;
  display: flex;
}

.blog-1-vertical-heading {
  margin-bottom: 0;
}

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

.bold {
  font-weight: 700;
}

.blog-1-main-section {
  background-color: var(--light-blue);
}

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

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

.contact-hero-left-heading {
  margin-bottom: 10px;
}

.contact-hero-left-heading.contact {
  font-size: 36px;
}

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

.contact-email.up {
  margin-bottom: 32px;
}

.contact-email-circle {
  background-color: var(--alice-blue-2);
  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-circle:hover {
  background-color: var(--deep-sky-blue);
  transform: scale(1.1);
}

.contact-email-circle.no-link {
  background-color: var(--alice-blue-2);
}

.contact-email-circle.no-link:hover {
  background-color: var(--alice-blue);
}

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

.contact-email-link {
  color: var(--black-2);
  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);
}

.contact-email-link.not-link:hover {
  color: var(--black-2);
}

.contact-hero-right {
  background-color: var(--primary-blue);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 40px;
  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(--light-blue);
  border-radius: 0;
  width: 100%;
  max-width: 1000px;
  position: relative;
}

.contact-hero-form-heading {
  color: var(--dark-slate-grey);
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 0;
  font-size: 2em;
  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(--alice-blue-2);
  color: var(--saddle-brown);
  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.name {
  border-style: solid;
  border-color: var(--saddle-brown);
  background-color: var(--alice-blue-3);
  background-image: url('../images/Vector-21.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 8px;
}

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

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

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

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

.contact-form-text-area {
  border: 1px solid var(--saddle-brown);
  background-color: var(--alice-blue-3);
  color: var(--black);
  border-radius: 8px;
  margin-bottom: 28px;
  padding-bottom: 100px;
}

.contact-form-text-area::placeholder {
  font-size: 16px;
  line-height: 24px;
}

.pagination {
  margin-top: 60px;
}

.blog-1-main-right {
  width: 28%;
  position: sticky;
  top: 140px;
}

.blog-1-social-heading {
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 14px;
}

.blog-1-social-item {
  background-color: var(--white-smoke);
  border-radius: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  font-size: 18px;
  transition: background-color .2s;
  display: flex;
  overflow: hidden;
}

.blog-1-social-item:hover {
  background-color: var(--lt-grey);
}

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

.blog-tag {
  border-radius: 20px;
  margin-bottom: 12px;
  padding: 8px 24px;
  font-size: 16px;
  overflow: hidden;
}

.blog-tag.white-bg {
  background-color: var(--white);
  background-color: #fff;
}

.blog-2-tabs {
  width: 100%;
}

.blog-2-tabs-content {
  margin-top: 60px;
}

.blog-2-tab-pane-inside-div {
  flex-direction: column;
  display: flex;
}

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

.blog-2-featured-image {
  width: 48%;
  max-width: 500px;
  height: 280px;
  overflow: hidden;
}

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

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

.blog-featured-heading {
  margin-bottom: 24px;
}

.blog-name-and-time {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.blog-2-item-container {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
}

.blog-2-item {
  background-color: var(--alice-blue);
  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 {
  margin-bottom: 24px;
}

.collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

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

.blog-time-dot {
  background-color: var(--black);
  border-radius: 50%;
  flex: none;
  width: 3px;
  height: 3px;
  margin-right: 8px;
  overflow: hidden;
}

.blog-3-main-left {
  flex-direction: column;
  width: 68%;
  display: flex;
}

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

.blog-3-image {
  width: 34%;
  max-width: 300px;
  height: 225px;
  overflow: hidden;
}

.blog-3-item-content {
  flex-direction: column;
  align-items: flex-start;
  width: 63%;
  display: flex;
}

.blog-3-main-heading {
  margin-bottom: 12px;
}

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

.vacancy-hero-section {
  background-color: var(--white);
  overflow: hidden;
}

.vacancy-hero-left {
  width: 49%;
  max-width: 570px;
}

.vacancy-hero-heading {
  color: var(--midnight-blue);
  margin-bottom: 10px;
}

.vacancy-hero-text {
  color: var(--dark-slate-grey);
  margin-top: 20px;
  margin-bottom: 24px;
}

.vacancy-hero-image {
  width: 43%;
  height: 600px;
  position: relative;
}

.vacancy-photos-section {
  background-color: var(--light-sky-blue);
}

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

.vacancy-photos-grid {
  grid-column-gap: 39px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.vacancy-photos-grid._2 {
  grid-template-columns: 1fr 1.75fr;
}

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

.jobs-dropdown {
  background-color: var(--white);
  border-radius: 40px;
}

.jobs-dropdown.first {
  margin-right: 8px;
}

.jobs-dropdown-toggle {
  padding: 10px 100px 10px 16px;
}

.jobs-dropdown-toggle.w--open {
  z-index: 10;
  background-color: #fafafa;
  border-radius: 100px;
}

.jobs-dropdown-list.w--open {
  background-color: #0000;
  width: 100%;
  margin-top: -17px;
  padding-top: 30px;
  box-shadow: 0 50px 60px #0000000f;
}

.jobs-dropdown-link {
  overflow: hidden;
}

.vacancy-jobs-links-container {
  width: 100%;
  margin-top: 60px;
}

.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;
  padding: 24px;
  display: flex;
}

.about-2-team-heading {
  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(--light-sky-blue);
}

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

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

.blog-post-share-text {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

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

.related-blog-post-heading {
  margin-bottom: 40px;
}

.related-blogs-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.team-hero-item {
  background-color: var(--light-blue);
  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;
}

.home-2-faq-question {
  width: 90%;
}

.style-guide-title {
  background-color: var(--black);
  color: #fff;
  text-transform: none;
  border-radius: 10px;
  width: 100%;
  padding: 20px;
  font-size: 26px;
  font-weight: 700;
  line-height: 40px;
}

.style-guide-note {
  color: #ff0707;
  letter-spacing: .5px;
  background-color: #ff00001a;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.style-guide-line {
  background-color: #091818;
  border-radius: 20px;
  width: 100%;
  height: 3px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.colour {
  background-color: #fff;
  border-radius: 5px;
  margin: 30px;
  padding: 40px;
}

.colour.colour-1 {
  background-color: var(--black);
  color: #dfede7;
}

.colour.colour-2 {
  background-color: var(--blue);
}

.colour.colour-4 {
  background-color: #dfede7;
}

.colour.colour-3 {
  background-color: var(--lt-grey);
}

.colour.colour-5 {
  background-color: #5fafa3;
}

.colour.colour-6 {
  background-color: var(--saddle-brown);
}

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

.colour.colour-8 {
  background-color: var(--white-smoke);
}

.colour.colour-9 {
  background-color: #d6c6f4;
}

.colour.colour-10 {
  background-color: #8261bf;
}

.style-guide-colours {
  flex-flow: wrap;
  align-items: flex-start;
  display: flex;
}

.update-date {
  font-style: normal;
  font-weight: 500;
}

.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.updates {
  border: 4px solid #04121f;
  justify-content: center;
  margin-top: 100px;
  margin-bottom: 50px;
  padding: 40px;
}

.changelog-subtext {
  letter-spacing: 6px;
  text-transform: uppercase;
  font-size: 20px;
}

.paragraph._90wide {
  width: 90%;
}

.paragraph._90wide.padding {
  padding-top: 8px;
}

.version-wrapper {
  width: 25%;
}

.update-wrapper {
  margin-left: 30px;
  padding: 0;
}

.changelog-subtext-wrapper {
  margin-bottom: 10px;
}

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

.update-text {
  margin-bottom: 10px;
  line-height: 40px;
}

.version-number {
  margin-bottom: 10px;
}

.license-heading {
  margin-bottom: 40px;
}

.license-text {
  width: 80%;
}

.licensing-subtext {
  margin-top: 20px;
  margin-bottom: 40px;
}

.licensing-text-wrap {
  width: 25%;
}

.licensing-link {
  color: #434343;
  margin-bottom: 20px;
  text-decoration: none;
  transition: all .3s;
}

.licensing-link.text {
  color: #ad5555;
  margin-top: 5px;
  margin-bottom: 0;
  display: block;
}

.licencing-image-item {
  border-radius: 10px;
  height: 280px;
  overflow: hidden;
}

.licensing-text {
  text-align: left;
  margin-top: 0;
}

.licencing-images-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 40px;
  display: grid;
}

.licensing-image-and-text-wrap {
  border: 3px solid #000;
  width: 70%;
  margin-right: 30px;
  padding: 44px;
}

.image-2 {
  z-index: 100;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.licensing-text-subtext {
  margin-top: 20px;
}

.instruction-heading {
  margin-bottom: 20px;
}

.instruction-text {
  margin-bottom: 50px;
}

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

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

.footer {
  background-color: var(--black-2);
  color: var(--dk-blue);
  overflow: hidden;
}

.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: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-links-grid._4-columns {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 20px;
}

.footer-links-grid._4-columns.bottom {
  margin-bottom: 0;
}

.footer-links-grid._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-link-column {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.footer-link-column.top {
  justify-content: flex-start;
}

.footer-up {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  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: 86px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.dropdown-toggle {
  color: var(--white);
  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(--light-blue);
}

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

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

.navbar-brand.w--current {
  width: 200px;
  height: auto;
}

.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: 80px;
  left: 0;
  right: 0;
  overflow: hidden;
  box-shadow: 0 30px 50px #00000014;
}

.dropdown-list.w--open {
  border-radius: 0;
  max-width: 1000px;
  padding: 0;
  overflow: visible;
}

.navigation-right {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  max-width: none;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.navigation-right.simplified {
  justify-content: flex-end;
  padding-right: 0%;
}

.dropdown-arrow {
  margin-right: 5px;
  font-size: 14px;
}

.main-navigations-container {
  z-index: 999;
  background-image: linear-gradient(to bottom, var(--black-2), var(--black-2));
  padding-top: 10px;
  padding-bottom: 10px;
  position: sticky;
  top: 0;
}

.nav-link {
  color: var(--white);
  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, .nav-link.w--current {
  color: var(--light-blue);
}

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

.dropdown-list-full-wrapper {
  color: var(--black-2);
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 10px;
  display: block;
  box-shadow: 0 10px 100px #0000000d;
}

.navigation {
  z-index: 100;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.navigation-link-block-mob {
  color: var(--black);
  background-color: #0000;
  border-radius: 20px;
  align-items: flex-start;
  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-1-social-circle-2 {
  background-color: #fff;
  border-radius: 50%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 12px;
  display: flex;
  overflow: hidden;
}

.empty-state {
  background-color: var(--white);
  border-radius: 10px;
  padding: 20px;
}

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

.vacancy-dropdown {
  background-color: var(--white);
  border-radius: 5px;
  box-shadow: 0 10px 100px #0000000d;
}

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

.paragraph-2 {
  font-family: Eudoxussans, sans-serif;
}

.nav-logo {
  width: 100%;
  max-width: 200px;
}

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

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

.home-wrapper {
  background-color: var(--alice-blue-2);
  position: relative;
  overflow: hidden;
}

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

.home-wrapper.service-area {
  overflow: visible;
}

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

.hero-logo.hero2 {
  min-width: 100px;
  margin-bottom: 0;
}

.text-block-3 {
  color: var(--black-2);
  margin-right: 0;
}

.text-block-3._18 {
  margin-right: 10px;
  font-size: 18px;
}

.text-block-3.white {
  color: var(--white-2);
}

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

.heading.book {
  font-size: 48px;
}

.slider-subheading {
  max-width: 75%;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 400;
}

.slider-subheading.margin-small.full {
  color: var(--black-2);
  max-width: none;
}

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

.subheadinhg {
  color: var(--primary-red);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Quicksand, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}

.subheadinhg.service {
  color: var(--dark-grey);
  width: 80%;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1.2em;
}

.photo-overlay {
  z-index: 3;
  position: absolute;
  inset: 0%;
}

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

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

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

.stat-star {
  filter: invert();
  width: 46px;
  margin-left: 3px;
}

.stat-star.black {
  filter: none;
}

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

.service-description {
  color: var(--black-2);
  max-width: 90%;
  margin-bottom: 40px;
}

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

.before-and-after-wrapper {
  outline-offset: 0px;
  cursor: ew-resize;
  border-radius: 0;
  outline: 3px #333;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.flex-image {
  background-image: url('../images/Untitled-1-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  position: relative;
}

.flex-image.tab-side-image {
  background-image: url('../images/clean-tile-img4x3.jpg');
  background-position: 100%;
  background-size: cover;
  border: 1px solid #d2d2f5;
  height: 540px;
  box-shadow: 0 5px 20px #d2d2f5;
}

.flex-image.tab-side-image.third {
  z-index: 3;
  box-shadow: none;
  background-image: url('../images/clean-upholstery-img4x3.jpg');
  background-position: 100% 100%;
  background-size: cover;
  border-style: none;
  border-radius: 0;
  width: 46%;
  height: 100%;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  inset: 0%;
}

.flex-image.tab-side-image.third.before-after {
  background-image: none;
}

.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 {
  border-bottom: 2px none var(--midnight-blue);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.pricing-head {
  color: var(--black);
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 1.2;
}

.subservice {
  border-bottom: 2px solid #000;
  padding-bottom: 5px;
  font-family: Quicksand, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.subheading-par {
  color: var(--midnight-blue);
  max-width: none;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.subheading-par.bold {
  border-bottom: 2px solid var(--midnight-blue);
  color: var(--primary-red);
  margin-top: 5px;
  font-family: Quicksand, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.subheading-par.smol {
  max-width: none;
  margin-top: 0;
  padding-bottom: 2px;
  padding-left: 8px;
}

.choose {
  align-items: flex-end;
  width: 90%;
  max-width: 90%;
  padding-top: 5px;
  display: flex;
}

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

.heading-div {
  flex-direction: column;
  width: 85%;
  max-width: 85%;
  display: flex;
}

.heading-div.hide {
  display: none;
}

.pricing-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  margin-top: 40px;
  display: flex;
}

.pricing-container.hide {
  display: none;
}

.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-blue);
  color: var(--light-blue);
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Quicksand, sans-serif;
  font-size: 52px;
  line-height: 1.3;
  display: inline-block;
}

.accent.red {
  border-bottom-color: var(--primary-red);
  color: var(--primary-red);
  font-size: 40px;
}

.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 {
  justify-content: space-around;
  width: 80%;
  margin-top: 20px;
  margin-bottom: 10px;
}

.contact-icons.small.nav {
  width: auto;
  margin-left: 10px;
}

.dark {
  filter: brightness(0%);
  width: 25px;
  height: 25px;
}

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

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

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

.loc.heading {
  font-size: 24px;
}

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

.bubble._1 {
  padding: 0;
}

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

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

.form-block {
  color: var(--alice-blue-2);
  display: block;
}

.service-interest-wrapper {
  column-count: 2;
}

.form-2 {
  color: var(--alice-blue-2);
}

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

.field-label {
  color: #333333bf;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 400;
}

.field-label.white {
  color: var(--dark-slate-grey);
  font-family: Quicksand, sans-serif;
}

.checkbox-label {
  color: var(--midnight-blue);
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-weight: 400;
  line-height: 1;
}

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

._10px-spacing.height {
  width: 100%;
  height: 10px;
}

.checkbox {
  background-color: #0000;
}

.submit-button {
  background-color: var(--primary-red);
  cursor: pointer;
  margin-top: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 700;
  transition: all .2s;
}

.submit-button:hover {
  background-color: var(--dark-red);
}

.text-field {
  border: 1px none var(--alice-blue);
  background-color: var(--light-sky-blue-2);
  opacity: 1;
  color: var(--black-2);
  border-radius: 5px;
  font-family: Quicksand, sans-serif;
  font-weight: 600;
}

.text-field:focus {
  color: var(--black-2);
  background-color: #b4717c;
}

.text-field::placeholder {
  color: #333333c7;
}

.form-entry__bg-wrapper {
  background-color: var(--light-sky-blue-2);
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 6px 13px;
}

.form__two-entry {
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  color: var(--alice-blue-2);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.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;
  font-size: 16px;
}

.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: none;
  position: fixed;
  inset: 0%;
}

.pop-icon {
  width: 100%;
  height: 100%;
}

.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;
  position: fixed;
  inset: auto 15px 10px auto;
}

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

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

.pop-btn-hover.darker.nav {
  background-color: var(--primary-red);
  opacity: 1;
  width: 170px;
  height: 70px;
  position: relative;
}

.pop-btn-hover.darker.nav:hover {
  background-color: var(--dark-red);
  transform: scale(1.1);
}

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

.pop-btn-text.caps {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
}

.hero-text {
  width: 100%;
}

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

.about-spacing {
  background-color: var(--black-2);
  height: 500px;
}

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

.quote {
  margin-bottom: 0;
}

.quote.white {
  color: var(--white-2);
}

.quote-sub {
  width: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

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

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

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

.footer-info {
  color: var(--white);
  font-family: Quicksand, sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

.footer-info:hover {
  color: var(--alice-blue);
  text-decoration: underline;
}

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

.footer-down-info._3-column {
  margin-bottom: 40px;
}

.footer-collection {
  margin-bottom: 3px;
  line-height: 1.2;
}

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

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

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

.nav-icon {
  filter: invert(95%);
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.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 {
  background-color: var(--primary-red);
  height: 100vh;
}

.main-wrapper.center.thank-you {
  background-color: var(--primary-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;
  box-shadow: 7px 7px 60px 5px var(--midnight-blue);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  background-color: #0099ec;
  border: 0 #0000;
  border-radius: 0;
  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);
  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 {
  width: 200px;
  height: 80px;
  position: relative;
}

.scroll-text-2 {
  color: var(--light-sky-blue);
  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: 60px;
}

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

.hero-subtext {
  margin-bottom: 30px;
  line-height: 1.6;
}

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

.html-embed.hide {
  display: flex;
}

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

.header-vertical.right {
  align-items: center;
  width: auto;
}

.stars {
  margin-bottom: 20px;
}

.collection-item-4, .collection-list-5 {
  height: 100%;
}

.collection-list-wrapper {
  height: 33%;
  margin-bottom: 20px;
}

.collection-list-6, .collection-list-7 {
  height: 100%;
}

.collection-list-wrapper-4 {
  margin-top: 0%;
}

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

.navbar {
  display: none;
}

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

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

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

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

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

.html-embed-2 {
  width: 100%;
  min-width: 400px;
}

.hero-dark {
  background-color: #0000;
  max-height: 86vh;
  padding-top: 60px;
  padding-bottom: 20px;
}

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

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

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

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

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

.image-4, .image-5 {
  color: var(--black-2);
}

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

.no-wrap {
  white-space: nowrap;
}

.full-image {
  object-fit: cover;
  object-position: 37% 50%;
  width: 100%;
  height: 100%;
  min-height: 700px;
  display: block;
}

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

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

.service-area-text {
  text-align: left;
  margin-bottom: 40px;
}

.service-area-icon-heading {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.video-message-intro {
  width: 60%;
  height: 100%;
  position: relative;
}

.side-by-side {
  grid-column-gap: 50px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.video-content {
  width: 40%;
  height: 100%;
}

.split-section-left {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.lottie-animation {
  margin-bottom: 10px;
}

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

.video-thumbnail {
  width: 100%;
  height: 100%;
}

.youtube-play-button {
  width: 100px;
  position: absolute;
}

.thumbnail-haze {
  background-color: #00000080;
  width: 100%;
  height: 100%;
  position: absolute;
}

.checks-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--saddle-brown);
  background-color: var(--alice-blue-3);
  border-radius: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
  display: grid;
}

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

.about-3-location-image-2 {
  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;
}

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

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

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

.about-2-values-item-2._1 {
  background-color: #dbf1ff;
  position: relative;
}

.about-2-values-item-2._5 {
  background-color: #55b3f3;
  position: relative;
}

.about-2-values-item-2._2 {
  background-color: #bde5fe;
  position: relative;
}

.about-2-values-item-2._4 {
  background-color: #6db6e3;
  position: relative;
}

.about-2-values-item-2._3 {
  background-color: #94d6ff;
  position: relative;
}

.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;
  width: 70%;
  max-width: none;
  margin-right: 6%;
  display: grid;
}

.about-3-location-heading-2 {
  color: #e5f6ff;
  margin-bottom: 60px;
}

.home-2-hero-image-cover-2 {
  background-color: #cce7f2;
  display: none;
  position: absolute;
  inset: 0%;
}

.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: #0488d1;
  max-width: none;
  padding: 20% 40px;
}

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

.home-2-image-decoration-5.service-area {
  transform: rotate(180deg);
}

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

.image-7.home-2-hero {
  filter: grayscale();
  object-fit: cover;
  object-position: 50% 30%;
  position: static;
}

.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: #2d688d;
  background-position: 88%;
}

.button-5.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-5.cta-button:hover {
  transform: scale(1.1);
}

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

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

.button-5.small:hover {
  background-color: #196a8e;
  transform: scale(1.1);
}

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

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

.sale-banner-wrapper-2 {
  height: 400px;
  margin-bottom: 100px;
  display: none;
  box-shadow: 1px 1px 15px #092d3d;
}

.heading-19 {
  color: #092d3d;
}

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

.home-2-image-decoration-6.flip {
  transform: rotate(180deg);
}

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

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

.service-area-hero-logo {
  height: 160px;
  margin-bottom: 20px;
}

.collection-list-wrapper-8 {
  width: 100%;
}

.collection-list-wrapper-9 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 60%;
  max-width: 70%;
  display: flex;
}

.special-map {
  width: 100%;
  margin-top: 20px;
}

.pricing-tool-wrap {
  justify-content: center;
  width: 60%;
  display: flex;
}

.flex-pricing-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

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

.copyright-auto {
  margin-bottom: 0;
  font-size: 18px;
}

.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) {
  .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.blog-2-tab-wrapper {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .wrapper.horizontal.blog {
    background-color: var(--light-blue);
    padding: 30px 40px;
  }

  .image {
    position: static;
  }

  .image.blog-1-inside-image {
    object-fit: cover;
    position: static;
  }

  .image.blog-1-vertical-inside-image {
    object-fit: cover;
  }

  .features-1-decoration-image.flip2.blog {
    z-index: 10;
    max-width: 40px;
    bottom: -10px;
    left: 7px;
  }

  .features-1-decoration-image.flip3.blog {
    z-index: 10;
    height: 50px;
  }

  .features-1-decoration-image.left {
    z-index: 10;
  }

  .features-1-decoration-image.flip4 {
    z-index: 10;
    height: 50px;
    inset: 0% auto auto 0%;
    transform: rotateX(0)rotateY(-180deg)rotateZ(0);
  }

  .features-1-decoration-image.blog {
    z-index: 10;
    height: 50px;
  }

  .features-1-decoration-image.flip5 {
    inset: 0% auto auto 0%;
    transform: rotate(90deg);
  }

  .features-1-decoration-image.flip5.blog {
    height: 50px;
    top: -8px;
    left: 7px;
  }

  .flex-content.top {
    max-width: none;
  }

  .achievement-card-item-heading.black {
    color: var(--black);
    font-size: 56px;
  }

  .home-1-tab-pane {
    height: auto;
  }

  .home-1-tab-pane-inside-div {
    height: auto;
    padding-top: 100px;
  }

  .white.footer-column-heading {
    font-size: 16px;
  }

  .white.footer-counties.transparent {
    margin-bottom: 6px;
  }

  .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-2-flex-decoration {
    z-index: 10;
  }

  .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: var(--light-blue);
    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-1-main-section {
    background-color: var(--light-blue);
  }

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

  .collection-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer, .main-navigations-container {
    background-color: var(--black-2);
  }

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

  .stat-star.black {
    filter: none;
  }

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

  .collection-item-4, .collection-list-5 {
    height: 100%;
  }

  .collection-list-wrapper {
    background-color: var(--light-blue);
    height: 33%;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .collection-list-6, .collection-list-7, .collection-item-7, .collection-list-8 {
    height: 100%;
  }

  .collection-list-wrapper-4 {
    justify-content: flex-start;
    align-items: flex-end;
    height: 100%;
    margin-top: 0;
    display: flex;
  }

  .blog-feature-content {
    width: 100%;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-7 {
    position: static;
  }
}

@media screen and (min-width: 1440px) {
  .wrapper.home-hero-wrapper {
    width: 100%;
    max-width: none;
    padding-left: 10%;
  }

  .wrapper.home-flex-wrapper {
    padding-top: 100px;
  }

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

  .wrapper.contact-hero-wrapper {
    width: 100%;
  }

  .wrapper.vacancy-jobs-wrapper {
    flex-direction: column;
    justify-content: center;
  }

  .home-hero-content {
    max-width: 40%;
  }

  .button.cta-button.pricing-tool {
    width: 49%;
  }

  .hero-image {
    max-width: none;
  }

  .hero-decoration-1.smaller {
    left: 2.6%;
  }

  .hero-decoration-1.smaller.left {
    left: 0%;
  }

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

  .home-flex-image.l {
    height: 700px;
  }

  .flex-heading.reverse {
    line-height: 1.4;
  }

  .flex-click-pointers-container {
    max-width: none;
  }

  .flex-click-pointer-heading {
    line-height: 1.2;
  }

  .flex-click-pointer-text {
    padding-top: 10px;
  }

  .flex-reverse-image-decoration-1.bottom {
    right: 0%;
  }

  .achievement-heading {
    max-width: none;
    font-size: 48px;
    line-height: 1.2;
  }

  .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-text._0margin.small {
    font-size: 16px;
  }

  .white.footer-text.small.no-wrap {
    margin-bottom: 0;
    font-size: 16px;
  }

  .white.footer-column-heading {
    margin-bottom: 24px;
  }

  .white.footer-column-heading.link {
    font-size: 20px;
  }

  .white.footer-link {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
  }

  .white.footer-counties {
    font-size: 16px;
  }

  .white.footer-counties.transparent {
    margin-bottom: 19px;
  }

  .about-1-hero-content-div {
    max-width: 800px;
  }

  .about-1-hero-image._1 {
    bottom: -54%;
  }

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

  .jobs-dropdown-toggle {
    padding: 10px 100px 10px 16px;
  }

  .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(--black-2);
    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;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: none;
    display: grid;
  }

  .footer-links-grid._4-columns {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    width: 100%;
    max-width: none;
  }

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

  .hero-logo.hero2 {
    max-width: 400px;
  }

  .heading {
    font-size: 48px;
  }

  .service-description {
    max-width: 660px;
  }

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

  .pricing-card {
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .pricing-container {
    width: 100%;
  }

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

  .text-field {
    margin-bottom: 20px;
  }

  .div-block-14 {
    display: none;
  }

  .pop-btn-hover.darker.nav {
    margin-right: 10px;
  }

  .line-divider._2, .line-divider._1 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .line-divider._3 {
    margin-top: 40px;
  }

  .text-block-10 {
    font-size: 18px;
  }

  .bold-text-4 {
    font-size: 48px;
  }

  .text-block-13 {
    font-size: 20px;
  }

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

  .split-section-left {
    width: 40%;
  }

  .about-3-location-heading-2 {
    font-size: 42px;
  }

  .text-block-14 {
    font-size: 18px;
  }

  .heading-19 {
    font-size: 48px;
  }

  .hero-logo-2.hero2 {
    max-width: 400px;
  }
}

@media screen and (min-width: 1920px) {
  .display-heading.home-1-cta.bubbles {
    padding: 20px 0;
  }

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

  .wrapper {
    max-width: 1480px;
  }

  .wrapper.home-hero-wrapper {
    height: 100%;
    padding-left: 15%;
  }

  .wrapper.home-2-hero-wrapper.small-margin {
    max-width: 1480px;
  }

  .wrapper.home-3-testimonial-wrapper {
    width: 100%;
    max-width: 1480px;
    padding-bottom: 0;
  }

  .wrapper.about-1-hero-wrapper.smaller {
    max-width: 1480px;
    padding-left: 5%;
  }

  .wrapper.about-1-pointers-wrapper.small {
    justify-content: space-around;
  }

  .wrapper.contact-hero-wrapper {
    min-height: 90vh;
  }

  .home-hero-content {
    max-width: 40%;
    margin-left: 0;
    margin-right: 0;
  }

  .home-hero-content.svc {
    max-width: 800px;
    margin-left: 0%;
  }

  .button.small {
    background-position: 89%;
    padding-right: 50px;
  }

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

  .button.small.white.hero {
    width: 48%;
  }

  .button.small.white.nav.phone.hero {
    justify-content: center;
    width: 48%;
  }

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

  .button.cta-button.pricing-tool {
    width: 48%;
    transition: background-color .3s, background-position .3s;
  }

  .image.contain.icon {
    width: 160px;
    height: 160px;
  }

  .image.static.cover, .image.cover.blog {
    object-position: 50% 30%;
  }

  .hero-decoration-2 {
    z-index: 10;
  }

  .features-card, .features-card._2 {
    padding-right: 40px;
  }

  .features-card.contact {
    max-width: none;
  }

  .features-card.contact.popup-button._2.nav {
    right: -33px;
  }

  .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-heading.reverse {
    width: 100%;
  }

  .flex-line.shorter._10margin {
    max-width: 1000px;
  }

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

  .flex-click-pointer-heading {
    font-size: 28px;
  }

  .flex-reverse-image-decoration-1.bottom {
    bottom: 0;
  }

  .achievement-decoration-image {
    max-width: 100px;
    max-height: 120px;
  }

  .home-1-cta {
    height: 100%;
  }

  .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 {
    font-size: 18px;
  }

  .white.footer-column-heading.link {
    font-size: 22px;
  }

  .white.footer-link, .white.footer-counties {
    font-size: 18px;
  }

  .white.footer-counties.transparent {
    margin-bottom: 19px;
    font-size: 18px;
  }

  .home-3-flex-content.wider {
    max-width: none;
  }

  .home-3-testimonial-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .home-3-slider {
    max-width: none;
    height: 100%;
    padding-top: 20px;
  }

  .about-1-hero-content-div {
    max-width: 34vw;
  }

  .about-1-hero-image._1 {
    bottom: -61%;
  }

  .about-1-hero-image._2 {
    max-width: 600px;
    left: 33%;
  }

  .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-slider-background-image-2 {
    z-index: 10;
  }

  .about-2-values-item-circle {
    margin-right: 40px;
  }

  .contact-hero-left-heading {
    font-size: 42px;
  }

  .contact-email-circle {
    width: 66px;
    height: 66px;
  }

  .contact-email-heading {
    margin-bottom: 6px;
    font-size: 14px;
  }

  .contact-email-link {
    font-size: 22px;
  }

  .contact-hero-form-div.no-rounding {
    padding-left: 60px;
    padding-right: 60px;
  }

  .contact-form-text-area {
    margin-bottom: 40px;
  }

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

  .dropdown-list.w--open {
    left: auto;
  }

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

  .pricing-container {
    margin-top: 140px;
  }

  .footer-logo {
    width: 340px;
  }

  .hero-text {
    width: 100%;
    max-width: 90%;
  }

  .about-spacing {
    height: 600px;
  }

  .quote-div {
    flex-direction: column;
    align-items: center;
    max-width: 1480px;
    display: flex;
  }

  .quote {
    font-size: 38px;
  }

  .quote-sub {
    width: 80%;
    margin-bottom: 30px;
  }

  .line-divider._2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .line-divider._1 {
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .line-divider._3 {
    margin-top: 40px;
  }

  .hero-subtext {
    margin-top: 20px;
  }

  .phone.hero {
    padding-left: 30px;
    font-size: 20px;
  }

  .sale-banner-wrapper {
    height: auto;
  }

  .features-card-2 {
    padding-right: 40px;
  }

  .features-card-2.contact {
    max-width: none;
  }

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

  .button-5.small {
    background-position: 89%;
    padding-right: 50px;
  }

  .button-5.small:hover {
    background-position: 92%;
  }

  .about-2-values-item-circle-2 {
    margin-right: 40px;
  }

  .sale-banner-wrapper-2 {
    height: auto;
  }

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

@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 {
    font-size: 52px;
    line-height: 1.2;
  }

  .display-heading.home-1-hero {
    margin-bottom: 10px;
    font-size: 54px;
    line-height: 1.2;
  }

  .display-heading.home-1-hero.svc {
    font-size: 42px;
  }

  .display-heading.about-3-hero {
    font-size: 60px;
  }

  .wrapper {
    width: 92%;
  }

  .wrapper.home-hero-wrapper {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: none;
    padding-top: 60px;
    padding-bottom: 0;
  }

  .wrapper.features-wrapper {
    width: 90%;
  }

  .wrapper.home-flex-wrapper {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .wrapper.home-flex-wrapper.reverse {
    flex-direction: column;
    padding-bottom: 60px;
  }

  .wrapper.home-flex-wrapper.why-us {
    flex-direction: column-reverse;
  }

  .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-2-logos-wrapper {
    padding-bottom: 60px;
  }

  .wrapper.home-2-testimonial-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .wrapper.home-2-video-wrapper {
    align-items: flex-start;
  }

  .wrapper.home-3-flex-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .wrapper.home-3-flex-wrapper.reverse {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    padding-bottom: 120px;
  }

  .wrapper.home-3-flex-wrapper.reverse.services {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .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-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-2-tab-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .wrapper.blog-3-main-wrapper {
    flex-direction: column-reverse;
  }

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

  .wrapper.blog-post-hero-wrapper {
    padding-top: 20px;
  }

  .wrapper.blog-post-related-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .wrapper.license-down {
    flex-direction: column;
  }

  .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.full.vert {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
  }

  .wrapper.horizontal.small {
    width: 92%;
  }

  .wrapper.horizontal.small.full {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
  }

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

  .wrapper.horizontal.blog {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 20px;
  }

  .wrapper.intro {
    padding-top: 70px;
  }

  .wrapper.other-service-area {
    width: 90%;
  }

  .home-hero-content {
    max-width: 600px;
    margin-bottom: 40px;
  }

  .home-hero-content.svc {
    width: 92%;
    max-width: none;
  }

  .home-hero-text {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .button.small.white.absolute {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .button.small.white.nav {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button.small.white.nav.phone.foot {
    justify-content: center;
  }

  .button.small.next {
    min-width: 120px;
  }

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

  .button.cta-button.pricing-tool {
    width: 62%;
  }

  .image.contain.icon {
    width: 100px;
    height: 100px;
  }

  .image.static.cover.adjust {
    object-position: 50% 0%;
  }

  .image.static.cover.adjust-2 {
    object-position: 50% 50%;
    height: 100%;
    position: static;
  }

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

  .hero-image-decoration.bright {
    max-width: 80px;
  }

  .hero-decoration-1 {
    max-width: 80px;
    left: auto;
    right: 0;
  }

  .hero-decoration-1.smaller.left {
    max-width: 80px;
    left: 0;
    right: auto;
  }

  .hero-decoration-2 {
    max-height: 80px;
    bottom: 33%;
    left: auto;
    right: 0;
  }

  .features-heading {
    margin-bottom: 20px;
  }

  .features-container {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    max-width: none;
  }

  .features-card {
    padding-bottom: 15%;
  }

  .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._16-px.contact-hero-left-text {
    margin-bottom: 20px;
  }

  .text-block._32-px {
    font-size: 28px;
    line-height: 38px;
  }

  .features-1-decoration-image {
    max-height: 80px;
  }

  .features-1-decoration-image.flip2 {
    z-index: 10;
    max-width: 80px;
    max-height: 80px;
  }

  .features-1-decoration-image.bottom-right {
    width: 60px;
    max-width: 60px;
  }

  .features-2-decoration-image.flake-2 {
    inset: auto 0% 0% auto;
  }

  .features-2-decoration-image.flake4 {
    opacity: 1;
  }

  .features-3-decoration-image.flip {
    max-width: 60px;
  }

  .features-3-decoration-image.bottom-rightt {
    max-width: 60px;
    max-height: 60px;
  }

  .home-flex-image {
    width: 100%;
    max-width: none;
    height: 550px;
    margin-bottom: 60px;
  }

  .home-flex-image.auto {
    margin-top: 60px;
  }

  .home-flex-image.auto.why-us {
    margin-bottom: 0;
  }

  .home-flex-image.sm {
    width: 40%;
    height: 400px;
    margin-bottom: 0;
  }

  .flex-content {
    width: 90%;
    max-width: none;
  }

  .flex-content.top._60px {
    margin-top: 60px;
  }

  .flex-image-decoration-1 {
    max-height: 80px;
  }

  .flex-image-decoration-2 {
    max-width: 80px;
    max-height: 80px;
  }

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

  .flex-reverse-image-decoration-1.bottom {
    max-width: 60px;
    max-height: 60px;
  }

  .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-item-heading {
    font-size: 60px;
  }

  .achievement-card-item-heading.black {
    font-size: 32px;
    line-height: 1;
  }

  .achievement-decoration-image {
    max-width: 80px;
    max-height: 80px;
  }

  .benefits-image {
    display: none;
  }

  .tab-section {
    display: flex;
  }

  .home-1-tabs {
    flex-direction: row;
  }

  .home-1-tabs-menu {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 30%;
    max-width: none;
    max-height: none;
    margin-bottom: 40px;
    overflow: scroll;
  }

  .home-1-tabs-content {
    width: 66%;
    max-width: none;
  }

  .home-1-tab-link.middle {
    width: 100%;
    margin: 10px 0 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-1-tab-pane {
    width: 100%;
  }

  .home-1-tab-link-heading {
    font-size: 18px;
  }

  .home-1-tab-pane-inside-div {
    flex-direction: column;
    width: 100%;
    padding-top: 10%;
  }

  .home-1-tab-image {
    width: 100%;
    max-width: none;
    height: 100%;
  }

  .home-1-tab-content-div {
    width: 100%;
    margin-top: 0;
    top: 3%;
  }

  .faqs-container {
    grid-template-columns: 1fr;
  }

  .home-1-cta-text {
    font-size: 18px;
  }

  .home-1-cta-circle._1 {
    width: 50px;
    height: 50px;
    padding: 5px;
  }

  .home-1-cta-circle._1.b {
    left: 73%;
  }

  .home-1-cta-circle._1.d {
    top: 72%;
    left: 16%;
  }

  .home-1-cta-circle._1.a {
    top: 11%;
  }

  .home-1-cta-circle._2 {
    width: 54px;
    height: 54px;
    top: 55%;
  }

  .home-1-cta-circle._2.e {
    top: 4%;
  }

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

  .home-1-cta-circle._3._2 {
    top: 38%;
    left: 80%;
  }

  .home-1-cta-circle._3.c {
    left: 80%;
  }

  .home-1-cta-circle._4 {
    right: -5%;
  }

  .home-1-cta-circle._5 {
    width: 90px;
    height: 90px;
  }

  .home-1-cta-circle._5.a {
    width: 80px;
    height: 80px;
    bottom: 8%;
    right: -2%;
  }

  .home-2-hero-heading {
    font-size: 48px;
    line-height: 1.4;
  }

  .home-2-hero-heading.underlined {
    margin-top: 0;
  }

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

  .home-2-logos-heading {
    margin-bottom: 50px;
  }

  .home-2-logos-container {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .home-2-logos-item {
    margin-bottom: 20px;
  }

  .white.footer-column-heading {
    margin-bottom: 10px;
  }

  .white.footer-column-heading:hover {
    opacity: .71;
  }

  .white.footer-column-heading.link, .white.footer-link, .white.footer-down-text, .white.footer-counties {
    text-align: center;
  }

  .home-2-steps-div {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    width: 80%;
  }

  .home-2-steps-item {
    padding-bottom: 30px;
  }

  .home-2-testimonial-left {
    width: 100%;
    max-width: 600px;
  }

  .home-2-testimonial-cards-container {
    width: 100%;
    margin-top: 60px;
  }

  .home-2-testimonial-card-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-2-testimonial-cards-left {
    margin-top: 0;
  }

  .home-2-testimonial-card-right {
    margin-bottom: 0;
  }

  .home-2-video-subheading-and-heading {
    flex-direction: column;
    max-width: 610px;
  }

  .video-play-button {
    margin-top: 200px;
  }

  .home-video-text {
    margin-left: 0;
  }

  .faq-heading-and-button {
    flex-direction: column;
    align-items: flex-start;
  }

  .h2-56-px.home-2-faq-heading-text {
    margin-bottom: 30px;
  }

  .home-2-faq-item {
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-2-faq-content {
    width: 87%;
  }

  .home-2-faq-close {
    flex: none;
  }

  .home-3-flex-section.services {
    padding-top: 10px;
  }

  .home-3-flex-content {
    width: 100%;
    max-width: 580px;
  }

  .home-3-flex-content.wider {
    width: 100%;
    max-width: none;
    margin-top: 40px;
  }

  .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;
    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;
    overflow: scroll;
  }

  .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-history-slider {
    margin-top: 20px;
  }

  .about-1-history-slider-mask {
    width: 50%;
  }

  .about-1-history-slide {
    width: 100%;
    min-width: auto;
  }

  .about-1-history-left-arrow {
    inset: auto auto -80px 10%;
  }

  .about-1-history-right-arrow {
    bottom: -80px;
    left: auto;
    right: 10%;
  }

  .about-1-flex-decoration {
    max-width: 60px;
    max-height: 80px;
  }

  .about-2-flex-decoration {
    max-width: 60px;
    max-height: 60px;
  }

  .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-slider-background-image-2 {
    max-width: 80px;
    left: 0;
    right: auto;
  }

  .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-location-heading {
    margin-bottom: 0;
    font-size: 36px;
  }

  .about-3-location-image {
    height: 50%;
  }

  .location-cards-container.vertical {
    margin-top: 40px;
  }

  .location-cards-container.vertical.service-area.slider {
    position: static;
  }

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

  .blog-1-main-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .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-right {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 40px;
    display: flex;
    position: static;
  }

  .blog-1-social-item {
    max-width: 260px;
  }

  .blog-1-main-social {
    border-bottom-style: none;
    width: 45%;
    padding-bottom: 0;
  }

  .blog-2-tabs-content {
    margin-top: 0;
  }

  .blog-2-featured {
    flex-direction: column;
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-2-featured-image {
    width: 100%;
    margin-bottom: 30px;
  }

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

  .collection-list {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .blog-3-main-left {
    width: 100%;
  }

  .blog-1-main-tags {
    width: 45%;
    margin-left: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .vacancy-hero-left {
    width: 100%;
  }

  .vacancy-hero-image {
    width: 100%;
    max-width: 570px;
    margin-top: 60px;
  }

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

  .home-2-faq-question {
    font-size: 26px;
    line-height: 35px;
  }

  .wrapper-2 {
    flex-direction: column;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .version-wrapper {
    width: 100%;
  }

  .update-wrapper {
    width: 100%;
    margin-top: 50px;
    margin-left: 0;
  }

  .licensing-text-wrap {
    width: 100%;
    padding: 44px;
  }

  .licensing-link {
    font-size: 50px;
  }

  .licensing-link.text {
    font-size: 18px;
  }

  .licensing-image-and-text-wrap {
    width: 100%;
    margin-right: 0;
  }

  .footer-logo-and-text-container {
    width: 100%;
    margin-bottom: 60px;
  }

  .footer-links-grid {
    width: 100%;
    max-width: none;
  }

  .footer-links-grid._4-columns {
    text-align: center;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .footer-links-grid._4-columns.bottom.two {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

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

  .navigation-drop-container {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .dropdown-toggle {
    font-size: 14px;
    display: none;
  }

  .navbar-brand {
    width: auto;
    margin-right: 0;
  }

  .navbar-brand.w--current {
    height: 60px;
    margin-right: 0;
  }

  .navigation-left {
    width: 30%;
    margin-right: 10px;
  }

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

  .dropdown-list.menu {
    background-color: var(--mid-blue);
    width: 50vw;
    min-width: auto;
    left: auto;
  }

  .navigation-right {
    margin-right: 40px;
    display: flex;
  }

  .main-navigations-container {
    height: 80px;
    display: none;
  }

  .nav-link {
    margin-right: 0;
    font-size: 14px;
    display: none;
  }

  .dropdown-list-full-wrapper {
    border: 2px solid var(--mid-blue);
    background-color: var(--primary-blue);
    padding: 10px 20px 20px;
    box-shadow: 0 20px #0000000d;
  }

  .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(--black-2);
    background-color: #0000;
  }

  .navigation-link-block-mob.cta {
    background-color: var(--primary-red);
    text-transform: uppercase;
    border-radius: 0;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
    position: relative;
  }

  .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 {
    width: 200px;
    height: auto;
  }

  .hero-logo {
    width: 400px;
  }

  .slider-subheading.margin-small {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .photo-overlay {
    z-index: 9;
  }

  .stat.black {
    font-size: 14px;
  }

  .stat-star.black {
    width: 32px;
    line-height: 1px;
  }

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

  .hero-icons {
    width: 340px;
  }

  .before-and-after-wrapper {
    min-height: 400px;
  }

  .flex-image.tab-side-image.third {
    width: 100%;
    height: 660px;
    margin-left: 0;
    margin-right: 0;
  }

  .flex-image.tab-side-image.third.before-after {
    height: 100%;
    min-height: 400px;
  }

  .pricing-head {
    font-size: 32px;
  }

  .subheading-par {
    margin-top: 10px;
  }

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

  .submit-button {
    margin-top: 10px;
  }

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

  .pop-btn-hover.darker.nav {
    width: 160px;
    height: 60px;
  }

  .hero-text {
    width: 100%;
  }

  .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-down-info {
    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._3-column {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }

  .footer-up-right {
    align-items: center;
    width: 100%;
  }

  .dropdown-nav {
    text-align: left;
    font-size: 20px;
  }

  .dropdown-nav.center {
    text-align: center;
    font-weight: 700;
  }

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

  .rich-text-block {
    width: 100%;
  }

  .header-vertical {
    width: 100%;
    margin-bottom: 0;
  }

  .header-vertical.right {
    align-items: flex-start;
    margin-bottom: 0;
  }

  .stars {
    max-width: 160px;
    margin-bottom: 10px;
  }

  .collection-list-wrapper {
    height: 240px;
  }

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

  .menu-button-2 {
    background-color: var(--light-blue);
    right: 0%;
  }

  .menu-button-2.w--open {
    background-color: var(--primary-blue);
    right: 0%;
  }

  .navbar {
    z-index: 999;
    background-color: var(--black-2);
    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 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template: ". ."
                   ". ."
                   "Area Area"
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .phone {
    text-align: center;
  }

  .book.hide {
    padding-top: 10px;
    padding-left: 10px;
  }

  .hero-dark {
    padding-top: 20px;
  }

  .collection-item-8 {
    text-align: center;
  }

  .full-image {
    min-height: 500px;
  }

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

  .video-message-intro {
    width: 100%;
  }

  .side-by-side {
    flex-direction: column-reverse;
  }

  .video-content {
    width: 100%;
  }

  .split-section-left {
    width: 80%;
    margin-bottom: 1em;
  }

  .accent-2 {
    font-size: 48px;
  }

  .about-3-location-image-2 {
    height: 50%;
  }

  .home-2-image-decoration-4 {
    max-height: 80px;
  }

  .about-2-values-right-2 {
    width: 100%;
    margin-bottom: 40px;
  }

  .about-2-values-left-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 100%;
    max-width: none;
    margin-right: 0%;
  }

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

  .button-5.cta-button {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 14px;
  }

  .button-5.cta-button.margin {
    margin-top: 20px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .about-2-values-item-circle-2 {
    width: 48px;
    height: 48px;
  }

  .home-2-image-decoration-6 {
    max-width: 80px;
  }

  .hero-logo-2 {
    width: 400px;
  }
}

@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.about-3-hero {
    font-size: 50px;
    line-height: 60px;
  }

  .wrapper {
    width: 90%;
  }

  .wrapper.achievement-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .wrapper.benefits-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 120px;
  }

  .wrapper.tab-section-wrapper {
    padding-top: 60px;
    padding-bottom: 40px;
  }

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

  .wrapper.home-1-cta-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .wrapper.home-3-flex-wrapper.reverse {
    padding-bottom: 100px;
  }

  .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-location-wrapper {
    padding-top: 40px;
  }

  .wrapper.blog-1-hero-wrapper {
    padding-top: 10px;
  }

  .wrapper.vacancy-hero-wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .wrapper.blog-post-hero-wrapper, .wrapper.blog-post-rich-wrapper {
    width: 100%;
  }

  .wrapper.navigation-wrapper {
    max-width: 98vw;
    padding-top: 0;
    padding-bottom: 0;
  }

  .wrapper.full.vert {
    padding-top: 40px;
  }

  .wrapper.horizontal.small.full {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

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

  .wrapper.horizontal.blog {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-hero-content {
    width: 92%;
    max-width: none;
    margin-bottom: 20px;
  }

  .home-hero-text {
    font-size: 20px;
  }

  .button.small {
    padding-left: 20px;
    padding-right: 48px;
  }

  .button.small.white.nav {
    display: none;
  }

  .button.cta-button.margin.less {
    margin-top: 0;
  }

  .button.cta-button.pricing-tool {
    width: 71%;
  }

  .image.contain.icon.smaller {
    width: 90px;
    height: 90px;
  }

  .image.contain.icon.smaller.height {
    width: 90px;
  }

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

  .image.static.cover.adjust {
    height: auto;
  }

  .hero-image {
    width: 100%;
    height: 400px;
  }

  .hero-image.taller {
    height: 420px;
  }

  .hero-image-decoration.bright {
    max-height: 60px;
  }

  .hero-decoration-1 {
    left: auto;
    right: 0;
  }

  .hero-decoration-1.smaller.left {
    left: 0;
    right: auto;
  }

  .hero-decoration-1.left {
    left: 0;
  }

  .hero-decoration-2 {
    bottom: 44%;
  }

  .text-block._16-px.feature-card {
    margin-bottom: 40px;
  }

  .text-block._32-px {
    max-height: 200px;
    font-size: 20px;
    line-height: 1.4;
  }

  .features-1-decoration-image.flip2 {
    max-width: 60px;
    max-height: 60px;
  }

  .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._10margin {
    width: 92%;
    margin-left: 20px;
  }

  .flex-pointers-container {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .flex-image-decoration-1 {
    left: 0;
    right: auto;
  }

  .flex-image-decoration-2 {
    max-height: 60px;
    left: auto;
  }

  .flex-click-pointer-heading {
    font-size: 23px;
  }

  .background-image-wrapper.svc {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .flex-reverse-image-decoration-1.bottom {
    max-width: 80px;
    max-height: 40px;
  }

  .achievement-heading {
    margin-bottom: 60px;
  }

  .achievement-card-icon {
    margin-bottom: 10px;
  }

  .achievement-decoration-image {
    max-height: 60px;
  }

  .benefits-pointers-right {
    margin-top: 0;
  }

  .home-1-tabs {
    flex-direction: column-reverse;
    height: 100%;
  }

  .home-1-tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    width: 100%;
    margin: 20px auto 0;
    padding-top: 0;
    display: grid;
    overflow: visible;
  }

  .home-1-tabs-content {
    width: 100%;
    height: 800px;
  }

  .home-1-tab-link {
    justify-content: center;
    align-items: center;
    height: 80px;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .home-1-tab-link.middle {
    justify-content: center;
    align-items: center;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .home-1-tab-link-heading {
    text-align: center;
    width: 80%;
    line-height: 22px;
  }

  .home-1-tab-pane-inside-div {
    padding-top: 30%;
  }

  .home-1-tab-image {
    width: 100%;
    min-width: 100%;
    max-width: none;
  }

  .home-1-tab-content-div {
    max-width: none;
    top: 0%;
  }

  .faq-left {
    padding: 30px;
  }

  .faq-question-and-icon {
    align-items: flex-start;
  }

  .faq-icon {
    margin-top: 6px;
  }

  .faq-right {
    padding: 30px;
  }

  .home-1-cta {
    position: static;
  }

  .home-1-cta-text {
    font-size: 22px;
    line-height: 30px;
  }

  .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 {
    background-color: #0000;
    border-radius: 0;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .home-2-form-text-field {
    background-position: 6% 54%;
    border-radius: 230px;
    width: 100%;
    margin-bottom: 20px;
  }

  .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-image-decoration-3 {
    max-height: 80px;
    top: 0;
  }

  .white.footer-text.small.no-wrap.bottom {
    margin-bottom: 40px;
  }

  .white.footer-column-heading.transparent {
    display: none;
  }

  .white.footer-column-heading.link {
    margin-bottom: 14px;
    font-size: 16px;
  }

  .white.footer-counties.transparent {
    display: none;
  }

  .home-2-steps-div {
    width: 100%;
  }

  .home-2-testimonial-cards-container {
    flex-direction: column;
  }

  .home-2-testimonial-cards-left {
    width: 100%;
    margin-bottom: 30px;
  }

  .home-2-testimonial-card-right {
    width: 100%;
    padding-top: 0;
  }

  .home-2-video {
    height: 500px;
  }

  .video-play-button {
    margin-top: 200px;
  }

  .home-video-text {
    margin-right: 0;
  }

  .home-2-faq-item {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 0;
  }

  .home-2-faq-content {
    width: 96%;
  }

  .home-2-question-and-close {
    margin-top: 10px;
  }

  .home-3-flex-content.wider, .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-slider-mask {
    width: 80%;
  }

  .about-1-history-left-arrow {
    inset: auto auto -22%;
  }

  .about-1-history-right-arrow {
    inset: auto 0% -22% auto;
  }

  .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: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .about-2-values-right {
    max-width: 500px;
  }

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

  .blog-3-image {
    width: 100%;
    max-width: none;
    height: 270px;
    margin-bottom: 30px;
  }

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

  .vacancy-photos-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .vacancy-photos-grid._2 {
    grid-template-columns: 1.75fr;
  }

  .vacancy-jobs-links-container {
    margin-top: 30px;
  }

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

  .update-wrapper {
    margin-top: 40px;
  }

  .license-text {
    width: 100%;
  }

  .licensing-subtext {
    text-align: left;
  }

  .licensing-text-wrap {
    padding: 30px;
  }

  .licensing-link {
    font-size: 40px;
  }

  .licencing-image-item {
    height: 240px;
  }

  .licensing-image-and-text-wrap {
    padding: 20px 30px 30px;
  }

  .licensing-text-subtext {
    text-align: left;
  }

  .wrapper.footer-wrapper {
    width: 100%;
    padding-bottom: 140px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .footer-links-grid._4-columns.bottom.two {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-links-grid._4-columns.two {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 10px;
  }

  .footer-link-column {
    justify-content: flex-start;
  }

  .footer-up {
    margin-bottom: 20px;
  }

  .error-message {
    font-size: 16px;
  }

  .navbar-brand {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-right: 0;
  }

  .navigation-left {
    width: auto;
    max-width: 240px;
  }

  .dropdown-list.menu {
    width: 65vw;
    top: 69px;
  }

  .navigation-right {
    justify-content: flex-start;
    margin-right: 10px;
    padding-right: 10px;
  }

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

  .slider-subheading.margin-small.full {
    margin-bottom: 10px;
  }

  .slider-subheading.margin-small.full.book {
    margin-bottom: 20px;
  }

  .slider-subheading.margin-small {
    max-width: 100%;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.4;
  }

  .before-and-after-wrapper {
    min-height: 300px;
  }

  .flex-image.tab-side-image.third {
    height: 500px;
    margin-left: 0;
    margin-right: 0;
  }

  .pricing-card {
    padding-top: 40px;
    padding-bottom: 30%;
  }

  .gallery-lightbox {
    margin-bottom: 0;
  }

  .accent {
    font-size: 36px;
  }

  .logo-loc.popup {
    max-width: 200px;
  }

  .contact-icons.small.nav {
    justify-content: flex-start;
    margin-left: 0;
  }

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

  .submit-button {
    background-color: #0841ac;
  }

  .form__two-entry {
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .popup-top {
    width: 100%;
  }

  .popup-button-2 {
    width: auto;
    height: auto;
    bottom: 10px;
    right: 10px;
  }

  .popup-button-1 {
    width: auto;
    height: auto;
    bottom: 100px;
    right: 10px;
  }

  .pop-btn-hover.darker.nav {
    display: none;
  }

  .about-spacing {
    height: 220px;
  }

  .footer-down-info._3-column {
    grid-row-gap: 0px;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .footer-up-right {
    padding-left: 0;
  }

  .section__review {
    padding-top: 20px;
  }

  .rich-text-block {
    white-space: break-spaces;
  }

  .header-vertical.right {
    align-items: center;
  }

  .stars {
    max-width: 120px;
  }

  .menu-button-2 {
    background-color: var(--light-blue);
    right: 0%;
  }

  .menu-button-2.w--open {
    background-color: var(--primary-red);
  }

  .navbar {
    width: 100%;
    position: sticky;
    inset: 0% 0% auto;
  }

  .bold-text {
    font-size: 18px;
    line-height: 1;
  }

  .book.hide {
    display: none;
  }

  .footer-ctas {
    width: 100%;
  }

  .sale-banner-wrapper {
    height: 300px;
  }

  .youtube-play-button {
    width: 50px;
  }

  .accent-2 {
    font-size: 36px;
  }

  .home-2-image-decoration-4 {
    display: none;
  }

  .about-2-values-right-2 {
    max-width: 500px;
  }

  .about-2-values-left-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-3-location-heading-2 {
    font-size: 32px;
  }

  .home-2-image-decoration-5 {
    max-height: 80px;
    top: 0;
  }

  .button-5.small {
    padding-left: 20px;
    padding-right: 48px;
  }

  .sale-banner-wrapper-2 {
    height: 300px;
  }

  .heading-19 {
    font-size: 32px;
    line-height: 1.2;
  }

  .home-2-image-decoration-6 {
    top: auto;
    bottom: 0;
  }

  .hero-logo-2 {
    width: 300px;
  }

  .hero-logo-2.hero2 {
    width: 260px;
  }

  .contact-us-input {
    font-size: 14px;
    line-height: 24px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 34px;
    line-height: 45px;
  }

  h3 {
    font-size: 24px;
    line-height: 36px;
  }

  h4 {
    font-size: 22px;
    line-height: 30px;
  }

  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;
    font-size: 48px;
    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;
  }

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

  .wrapper.home-flex-wrapper.reverse {
    padding-bottom: 60px;
  }

  .wrapper.achievement-wrapper {
    width: 94%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .wrapper.tab-section-wrapper {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .wrapper.home-1-cta-wrapper {
    width: 92%;
  }

  .wrapper.home-2-hero-wrapper.small-margin {
    align-items: flex-start;
    width: 92%;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .wrapper.home-3-flex-wrapper.reverse.services {
    width: 92%;
    padding-top: 0;
  }

  .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-flex-wrapper.huge.about.sm {
    padding-bottom: 20px;
  }

  .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 {
    padding-top: 20px;
  }

  .wrapper.embed {
    width: 100%;
    max-width: 100vw;
  }

  .home-hero-content {
    padding-left: 10px;
  }

  .home-hero-content.svc {
    padding-left: 0;
  }

  .home-hero-text {
    line-height: 30px;
  }

  .button {
    background-position: 87%;
    padding-left: 30px;
    padding-right: 65px;
  }

  .button.small {
    background-position: 90%;
  }

  .button.small.white.nav.phone {
    margin-top: 10px;
  }

  .button.small.white.nav.phone.hero {
    margin-top: 20px;
    margin-left: 0;
  }

  .button.cta-button {
    position: static;
  }

  .button.cta-button.margin {
    margin-top: 0;
  }

  .button.cta-button.margin.reviews {
    padding-right: 40px;
  }

  .button.cta-button.pricing-tool {
    width: 100%;
  }

  .image.contain.icon {
    width: 90px;
    height: 90px;
  }

  .hero-image {
    width: 100%;
    height: 300px;
  }

  .hero-image.taller {
    height: 360px;
  }

  .hero-decoration-1.smaller.left {
    max-width: 60px;
  }

  .hero-decoration-2 {
    z-index: 10;
    max-height: 60px;
    bottom: 0%;
  }

  .features-card {
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .features-card._2 {
    padding-bottom: 60px;
  }

  .features-card.contact.popup-button._2 {
    width: 60px;
    height: 60px;
  }

  .features-card.contact.popup-button._2.darker.popup {
    width: auto;
  }

  .text-block._16-px {
    margin-top: 0;
    padding-top: 5px;
    font-size: 16px;
    line-height: 1.4;
  }

  .text-block._16-px.contact-hero-left-text {
    width: 100%;
    margin-bottom: 0;
  }

  .text-block._32-px {
    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;
  }

  .features-1-decoration-image.left {
    max-width: 60px;
  }

  .features-3-decoration-image.flip {
    left: 0;
    right: auto;
  }

  .home-flex-image {
    width: 100%;
    height: 450px;
  }

  .flex-content {
    width: 94%;
  }

  .flex-content.top {
    padding-left: 10px;
  }

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

  .flex-heading.reverse {
    width: 100%;
  }

  .flex-line {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .flex-line.thick {
    width: 100%;
  }

  .flex-line.shorter._10margin {
    width: 100%;
    margin-bottom: 0;
  }

  .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-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .achievements-card {
    flex-direction: row;
    justify-content: space-around;
    padding-bottom: 20px;
  }

  .achievement-card-item-heading {
    font-size: 48px;
  }

  .benefits-pointer-item {
    max-width: none;
  }

  .benefits-pointer-heading-and-number {
    justify-content: flex-start;
  }

  .home-1-tabs-menu {
    order: -1;
    grid-template-columns: 1fr 1fr;
    align-self: auto;
    place-items: stretch stretch;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .home-1-tabs-content, .home-1-tab-pane {
    height: auto;
  }

  .home-1-tab-link-heading {
    font-size: 16px;
  }

  .home-1-tab-pane-inside-div {
    height: auto;
    padding-top: 220px;
  }

  .home-1-tab-image {
    height: 400px;
  }

  .home-1-tab-content-div {
    margin-top: 0;
  }

  .home-1-tab-pane-heading {
    font-size: 42px;
  }

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

  .home-1-cta-text {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.4;
    position: static;
  }

  .home-2-hero-heading {
    text-align: left;
    font-size: 32px;
    line-height: 1.2;
  }

  .home-2-hero-text {
    text-align: left;
    margin-top: 0;
    font-size: 14px;
  }

  .home-2-hero-image-section.short {
    height: 280px;
    margin-top: -20px;
  }

  .home-2-image-decoration-2 {
    max-width: 60px;
  }

  .home-2-image-decoration-3 {
    display: none;
  }

  .home-2-logos-container {
    flex-direction: column;
    align-items: stretch;
    max-width: 180px;
  }

  .home-2-flex-pointer-item {
    flex-direction: column;
  }

  .home-2-pointer-icon-circle {
    margin-bottom: 16px;
  }

  .home-2-pointer-icon-circle.green {
    margin-right: 0;
  }

  .home-2-flex-testimonial-div {
    flex-direction: column;
  }

  .flex-testimonial-image {
    margin-bottom: 20px;
  }

  .white.footer-text._0margin.small {
    margin-bottom: 5px;
  }

  .white.footer-text.small.no-wrap {
    white-space: normal;
  }

  .white.footer-column-heading.link {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .white.footer-link {
    text-align: center;
  }

  .home-2-steps-item {
    flex-direction: column;
  }

  .home-2-steps-number-circle {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .home-2-video {
    height: 400px;
  }

  .video-play-button {
    margin-top: 175px;
  }

  .home-2-faq-item {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .home-2-faq-close {
    width: 40px;
    height: 40px;
  }

  .home-3-flex-link-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-3-flex-image-decoration._1 {
    max-width: 60px;
    max-height: 60px;
  }

  .home-3-flex-image-decoration._1.small {
    max-width: 60px;
    height: 60px;
  }

  .home-3-flex-image-decoration._2 {
    max-width: 60px;
    max-height: 50px;
  }

  .home-3-flex-image-decoration._2.small {
    width: auto;
    max-width: none;
    height: 50px;
    max-height: 50px;
  }

  .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 {
    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-history-slider-mask {
    width: 90%;
  }

  .about-1-history-slide {
    margin-right: 20px;
    padding: 0;
  }

  .about-1-history-left-arrow {
    left: 20px;
    right: auto;
  }

  .about-1-history-right-arrow {
    right: 20px;
  }

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

  .hiring-float._1.vacancy, .hiring-float._2.vacancy, .hiring-float._3.vacancy, .hiring-float._4.vacancy, .hiring-float._5.vacancy, .hiring-float._1.vacancy-2 {
    display: none;
  }

  .about-2-slider-background-image-2 {
    max-width: 60px;
  }

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

  .blog-1-main-section {
    padding-top: 20px;
  }

  .contact-hero-left {
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-hero-left-inside {
    margin-left: 0;
    margin-right: 0;
  }

  .contact-hero-left-heading {
    font-size: 32px;
    line-height: 1.4;
  }

  .contact-email {
    flex-direction: column;
    align-items: center;
    min-height: 40px;
    padding-top: 12px;
  }

  .contact-email.up {
    flex-direction: column;
  }

  .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.name, .contact-hero-form-field.short.email, .contact-hero-form-field.short.phone, .contact-hero-form-field.short.company {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .contact-form-field-container {
    flex-direction: column;
    align-items: stretch;
  }

  .contact-form-text-area {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .blog-1-main-right {
    flex-direction: column;
  }

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

  .collection-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .blog-1-main-tags {
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }

  .vacancy-hero-image {
    height: 500px;
  }

  .vacancy-dropdowns-container {
    background-color: #0000;
    flex-direction: column;
    align-items: stretch;
  }

  .jobs-dropdown {
    width: 100%;
  }

  .jobs-dropdown.first {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .jobs-dropdown-toggle {
    background-color: var(--white-smoke);
    border-radius: 40px;
    width: 100%;
  }

  .jobs-dropdown-toggle.w--open {
    background-color: var(--white-smoke);
  }

  .jobs-dropdown-toggle.first {
    margin-bottom: 0;
  }

  .jobs-dropdown-list {
    z-index: 0;
  }

  .jobs-dropdown-list.w--open {
    padding-top: 30px;
  }

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

  .home-2-faq-question {
    width: 86%;
    font-size: 20px;
    line-height: 28px;
  }

  .style-guide-title {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
  }

  .colour {
    margin: 10px;
  }

  .style-guide-colours {
    justify-content: center;
    align-items: center;
  }

  .wrapper-2.updates {
    padding: 20px;
  }

  .paragraph._90wide {
    font-size: 16px;
  }

  .update-wrapper {
    margin-top: 30px;
  }

  .update-text {
    line-height: 30px;
  }

  .licensing-link {
    font-size: 30px;
  }

  .licencing-images-grid {
    grid-template-columns: 1fr;
  }

  .licensing-image-and-text-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper.footer-wrapper {
    width: 92%;
    padding-bottom: 70px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-links-grid, .footer-links-grid._4-columns, .footer-links-grid._4-columns.bottom.two {
    grid-template-columns: 1fr 1fr;
  }

  .footer-links-grid._3-columns {
    grid-column-gap: 25px;
    grid-template-rows: auto auto auto;
    grid-template-columns: .5fr .5fr;
  }

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

  .navigation-left {
    width: 70%;
  }

  .dropdown-list.menu {
    width: 60vw;
  }

  .navigation-right {
    display: none;
  }

  .navigation-link-block-mob {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .navigation-link-block-mob.w--current {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .navigation-link-block-mob.cta {
    margin-top: 6px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .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.book {
    font-size: 32px;
  }

  .slider-subheading.margin-small.full.book {
    margin-bottom: 10px;
    font-size: 16px;
  }

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

  .subheadinhg {
    font-size: 20px;
  }

  .subheadinhg.service {
    margin-top: 0;
    font-size: 18px;
    line-height: 1.2;
  }

  .stat {
    font-size: 14px;
    line-height: 1.4;
  }

  .service-icon {
    width: 30%;
    height: 30%;
  }

  .service-description {
    max-width: none;
  }

  .hero-icons {
    width: 84vw;
  }

  .flex-image {
    height: 300px;
  }

  .flex-image.tab-side-image {
    background-position: 50%;
    background-size: cover;
    height: 300px;
  }

  .flex-image.tab-side-image.third {
    height: 300px;
    margin-left: 0;
    margin-right: 0;
  }

  .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 {
    justify-content: space-between;
    margin-top: 10px;
    padding-bottom: 10px;
  }

  .pricing-head {
    font-size: 28px;
  }

  .subservice {
    font-size: 18px;
  }

  .pricing-card {
    padding: 20px 15px 40%;
  }

  .pricing-container {
    width: 100%;
    margin-top: 20px;
  }

  .accent {
    font-size: 30px;
  }

  .logo-loc.popup {
    max-width: 280px;
    max-height: none;
    margin-bottom: -8px;
    overflow: visible;
  }

  .contact-icons.small {
    margin-bottom: 10px;
  }

  .form-block {
    flex-direction: column;
    align-items: stretch;
    max-width: none;
    margin-bottom: 0;
    display: flex;
  }

  .service-interest-wrapper {
    column-count: 2;
  }

  .form-2 {
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .popup-form-wrapper {
    max-width: 96vw;
    padding: 0 0 1rem;
  }

  .checkbox-label {
    font-size: 14px;
  }

  .form-entry__bg-wrapper {
    padding-bottom: 10px;
  }

  .form__two-entry {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .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: 100px;
    height: 100px;
  }

  .popup-button-2 {
    bottom: 5px;
    right: 5px;
  }

  .popup-button-1 {
    width: auto;
    height: auto;
    bottom: 75px;
    right: 5px;
  }

  .pop-btn-text {
    font-size: 14px;
  }

  .hero-text {
    width: 100%;
  }

  .hero-text.wide {
    width: 100%;
    font-size: 16px;
    line-height: 1.4;
  }

  .about-spacing {
    display: none;
  }

  .footer-down-info {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    width: 100%;
    display: grid;
  }

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

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

  .footer-up-right {
    padding-left: 0;
  }

  .dropdown-nav {
    text-align: left;
  }

  .page-wrapper {
    overflow: hidden;
  }

  .main-wrapper {
    padding-top: 25px;
  }

  .scroller {
    height: 6rem;
  }

  .section__review {
    width: 92%;
    padding-top: 0;
  }

  .hero-subtext {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .html-embed {
    margin-top: 20px;
  }

  .stars {
    max-width: 140px;
  }

  .collection-list-wrapper {
    height: auto;
  }

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

  .menu-button-2 {
    margin-right: 10px;
  }

  .contact-list {
    flex-direction: column;
    grid-template-areas: ".";
    display: flex;
  }

  .html-embed-2 {
    min-width: 300px;
    max-width: 100vw;
  }

  .hero-dark {
    padding-top: 0;
  }

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

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

  .sale-banner-wrapper {
    height: 200px;
  }

  .accent-2 {
    font-size: 30px;
  }

  .about-2-values-item-2 {
    padding-left: 13px;
    padding-right: 13px;
  }

  .about-2-values-item-2._1, .about-2-values-item-2._5, .about-2-values-item-2._2, .about-2-values-item-2._4, .about-2-values-item-2._3 {
    justify-content: flex-start;
  }

  .about-2-values-left-2 {
    grid-template-columns: 1fr;
    width: 90%;
  }

  .about-3-location-heading-2 {
    font-size: 26px;
    line-height: 1.4;
  }

  .features-card-2 {
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-2-image-decoration-5 {
    display: none;
  }

  .button-5 {
    background-position: 87%;
    padding-left: 30px;
    padding-right: 65px;
  }

  .button-5.cta-button {
    position: static;
  }

  .button-5.cta-button.margin {
    margin-top: 0;
  }

  .button-5.small {
    background-position: 90%;
  }

  .sale-banner-wrapper-2 {
    height: 200px;
  }

  .home-2-image-decoration-6 {
    max-width: 60px;
  }

  .hero-logo-2.hero2 {
    width: 240px;
    max-width: 240px;
  }

  .contact-us-input {
    height: 45px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

#w-node-ab2a7c0c-d90c-ecdd-8af0-1427bf30281e-bf3027f7 {
  place-self: center start;
}

#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-d2bb7f23-9661-fc72-b51d-5ea380689dca-80689d83, #w-node-d2bb7f23-9661-fc72-b51d-5ea380689dce-80689d83, #w-node-d2bb7f23-9661-fc72-b51d-5ea380689dd2-80689d83, #w-node-d2bb7f23-9661-fc72-b51d-5ea380689dd6-80689d83, #w-node-d2bb7f23-9661-fc72-b51d-5ea380689dde-80689d83, #w-node-_732b5b0a-0517-36fd-34c4-3c694ca08150-80689d83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d623de5-e337-15b6-ecdb-187a39ae3d8e-a108075b {
  place-self: center start;
}

#w-node-_7def6c34-53f5-c0a5-80a0-653bed1ab186-5708075d {
  place-self: center;
}

#w-node-_7def6c34-53f5-c0a5-80a0-653bed1ab1b2-5708075d, #w-node-_39370a9f-a3c6-3fd7-0cb0-d386d27f1eba-d27f1e8b {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-a0a23d9f-7f86-d786-697e-1642eebc5655-eebc5620 {
  place-self: center;
}

#w-node-a0a23d9f-7f86-d786-697e-1642eebc5680-eebc5620 {
  grid-area: 1 / 1 / 2 / 7;
}

@media screen and (min-width: 1280px) {
  #w-node-ab2a7c0c-d90c-ecdd-8af0-1427bf30281e-bf3027f7, #w-node-_9d623de5-e337-15b6-ecdb-187a39ae3d8e-a108075b {
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_732b5b0a-0517-36fd-34c4-3c694ca08150-80689d83, #w-node-_7def6c34-53f5-c0a5-80a0-653bed1ab1b2-5708075d, #w-node-_39370a9f-a3c6-3fd7-0cb0-d386d27f1eba-d27f1e8b, #w-node-a0a23d9f-7f86-d786-697e-1642eebc5680-eebc5620 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7def6c34-53f5-c0a5-80a0-653bed1ab1b2-5708075d, #w-node-_39370a9f-a3c6-3fd7-0cb0-d386d27f1eba-d27f1e8b, #w-node-a0a23d9f-7f86-d786-697e-1642eebc5680-eebc5620 {
    grid-column: 1 / 9;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7def6c34-53f5-c0a5-80a0-653bed1ab1b2-5708075d, #w-node-_39370a9f-a3c6-3fd7-0cb0-d386d27f1eba-d27f1e8b, #w-node-a0a23d9f-7f86-d786-697e-1642eebc5680-eebc5620 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}


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