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

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

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

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

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

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

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

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

:root {
  --white: #fff;
  --purple: #987ba7;
  --pink: #bd1c83;
  --black: black;
  --turquoise: #13aeba;
  --pale-grey: #ddd;
  --cookies-bg: #0009;
}

.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-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body {
  background-color: var(--white);
  color: var(--purple);
  font-family: Montserrat, sans-serif;
}

.announcement-contact {
  background-color: var(--pink);
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding: 5px 20px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.announcement-contact:hover {
  color: #212529;
}

.announcement-time {
  color: var(--white);
  font-size: 1em;
  font-weight: 300;
}

.announcement-bar {
  z-index: 99;
  background-color: var(--black);
  color: var(--purple);
  position: sticky;
  inset: 0% 0% auto;
}

.announcement-link {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  font-weight: 300;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.announcement-link:hover {
  color: var(--black);
}

.container {
  flex-direction: column;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.container.announcement-container {
  width: 1005%;
  max-width: 100%;
  margin-bottom: 10px;
}

.container.nav-fluid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.announcement-icon {
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
  display: flex;
}

.announcement-icon:hover {
  color: var(--black);
}

.announcement-contact-info {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.announcement-contact-info.margin-right-20 {
  margin-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.announcement-wrapper {
  background-color: var(--turquoise);
  padding: 0 50px;
  display: flex;
}

.header-social-media {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.nav-menu.margin-auto {
  justify-content: space-between;
  width: 100%;
}

.dropdown-menu-link {
  background-color: #fff;
  border-left: 5px solid #0000;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all .2s ease-in-out;
}

.dropdown-menu-link:hover {
  border-left: 5px solid var(--turquoise);
  color: #353535;
}

.brand {
  color: #fff;
  align-items: center;
  font-size: 2em;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.brand.footer {
  margin-bottom: 20px;
}

.dropdown-list {
  border-radius: 6px;
  width: 300px;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 6px;
  width: auto;
  margin-top: 19px;
  overflow: visible;
}

.nav-link {
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  transition: all .3s ease-in-out;
}

.nav-link:hover {
  color: var(--turquoise);
  background-color: #0000;
  border-radius: 6px;
}

.header-social-icon {
  color: var(--turquoise);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  font-family: "Brands 400", Arial, sans-serif;
  font-size: 1.2em;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.header-social-icon:hover {
  background-color: var(--turquoise);
  color: var(--white);
}

.header-social-icon.margin-right-none {
  margin-right: 0;
}

.dropdown-link {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 600;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.dropdown-link:hover {
  color: var(--turquoise);
  background-color: #0000;
}

.nav {
  margin-left: auto;
  margin-right: auto;
}

.navbar-2 {
  background-color: #0000;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.navbar {
  z-index: 1000;
  background-color: var(--white);
  flex-flow: column;
  width: 100%;
  padding-top: 0;
  padding-bottom: 10px;
  display: flex;
  position: sticky;
  top: 0;
}

.slider-arrow {
  background-color: var(--turquoise);
  border-radius: 6px;
  width: 50px;
  height: 50px;
  margin-left: 10px;
  margin-right: 10px;
  transition: all .2s ease-in-out;
  display: none;
}

.slider-arrow:hover {
  background-color: var(--turquoise);
}

.slide {
  background-image: linear-gradient(#00000059, #00000059), url('../images/Elevate-1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-content {
  background-color: var(--turquoise);
  text-align: center;
  width: 70%;
  padding: 20px;
  box-shadow: 0 2px 5px 11px #0003;
}

.button {
  background-color: var(--turquoise);
  background-image: linear-gradient(90deg, var(--turquoise), var(--purple) 51%, var(--pink));
  color: var(--white);
  border-radius: 0;
  margin-top: 10px;
  margin-right: 20px;
  padding: 15px 40px;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.button:hover {
  transform: scale(.95);
}

.button.book-today {
  color: var(--white);
}

.slider-inner-content {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-left: 100px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-section {
  height: auto;
  position: relative;
}

.hero-slider {
  height: 600px;
  position: static;
}

.slide-2 {
  background-image: linear-gradient(#fff0, #212529a8), url('../images/Elevate-9.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-text {
  color: var(--pink);
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.5;
}

.arrow-icon {
  font-size: .6em;
}

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

.section-h1-wrapper.display-flex.center {
  text-align: center;
}

.default-btn {
  background-color: var(--black);
  color: var(--pink);
  margin-top: 10px;
  padding: 15px 40px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.default-btn:hover {
  transform: scale(.95);
}

.default-btn.margin-top-20 {
  text-align: center;
  background-color: #ef233c;
  border: 1px solid #ef233c;
  margin-top: 0;
}

.default-btn.margin-top-20.light-btn {
  color: #ef233c;
  background-color: #fdfdfd;
  border-color: #fdfdfd;
  margin-top: 20px;
}

.section-design-1-h1 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.top-text {
  color: var(--turquoise);
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.95;
}

.left-section {
  flex: 0 auto;
  width: 48%;
}

.left-section._100 {
  width: 100%;
}

.btn-wrapper {
  padding-top: 20px;
}

.right-section {
  align-self: stretch;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.para {
  color: #838383;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.75;
}

.para.para-white {
  color: #fdfdfd;
}

.inner-img {
  background-image: url('../images/Elevate-5.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.inner-img.map {
  background-image: none;
  justify-content: center;
  align-items: flex-start;
  height: auto;
}

.inner-img.our-services {
  background-image: url('../images/Aircron-2.webp');
}

.inner-img.heat {
  background-image: url('../images/Aircron-3.webp');
}

.inner-img.commrical {
  background-image: url('../images/Aircron-1.webp');
}

.inner-img.refirg {
  background-image: url('../images/Refrig-3.webp');
}

.inner-img.underfloor {
  background-image: url('../images/Elevate-9.webp');
}

.card-bullet {
  padding-left: 0;
}

.card-bullet.grid2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-icon {
  color: var(--turquoise);
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  display: flex;
}

.card-icon.w {
  color: var(--white);
}

.top-title-content {
  text-align: center;
}

.top-title-content.left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-2-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  line-height: 1.9;
}

.heading-2-title.heading-white {
  color: #fdfdfd;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.5;
}

.bullet-icon {
  text-align: left;
  background-image: url('../images/heat-wave.webp');
  background-position: 50%;
  background-size: cover;
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: auto;
  font-family: "Fa solid 900", sans-serif;
  font-size: 4em;
  line-height: 1.5;
  display: inline-block;
}

.bullet-icon.plastering {
  background-image: url('../images/trowel_1trowel.webp');
}

.bullet-icon.kitchen {
  background-image: url('../images/plumbing_1plumbing.webp');
}

.bullet-icon.logo-1 {
  background-image: url('../images/Elevate_Logo_04.webp');
  width: 50px;
  height: 50px;
  margin-left: 0;
  margin-right: 0;
}

.bullet-icon.air {
  background-image: url('../images/air-conditioning.webp');
}

.bullet-icon.refrig {
  background-image: url('../images/refrigerator.webp');
}

.bullet-icon.undr {
  background-image: url('../images/underfloor-heating.webp');
}

.bullet-icon.fridge {
  background-image: url('../images/refrigerator.webp');
}

.bullet-icon.main {
  background-image: url('../images/checklist.webp');
}

.bullet-block-title {
  color: #212529;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.75;
}

.bullet-list-services {
  background-color: var(--pale-grey);
  background-image: linear-gradient(90deg, var(--turquoise), var(--purple) 54%, var(--pink));
  padding-top: 100px;
  padding-bottom: 100px;
}

.bullet-list-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.bullet-list-grid.g-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.bullet-list-grid._4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.bullet-list-grid.borttom {
  margin-bottom: 40px;
}

.bullet-list-grid.padding {
  margin-top: 20px;
  margin-bottom: 20px;
}

.card-bullet-item {
  color: #838383;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
  list-style-type: none;
  display: flex;
}

.bullet-block-btn {
  background-color: var(--turquoise);
  color: var(--white);
  border-radius: 4px;
  margin-top: 20px;
  padding: 10px 20px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.bullet-block-btn:hover {
  transform: scale(.95);
}

.bullet-block {
  border-bottom: 3px solid var(--purple);
  background-color: var(--white);
  text-align: left;
  border-radius: 4px;
  padding: 30px;
  transition: all .2s ease-in-out;
  box-shadow: 1px 1px 3px #0000000d;
}

.bullet-block:hover {
  transform: translate(0, -5px);
}

.bullet-block.stroke {
  border: 1px solid var(--turquoise);
  border-radius: 0;
  padding: 20px;
}

.bullet-heading {
  color: var(--purple);
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  display: flex;
}

.bullet-heading.dropdown-link-2:hover {
  box-shadow: none;
  color: var(--white);
}

.inner-text-content {
  width: 68%;
  max-width: 1400px;
  margin-left: 60px;
  margin-right: auto;
}

.container-fluid.display-flex {
  background-color: var(--turquoise);
  display: flex;
}

.section-2-img-full {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  min-height: 500px;
}

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

.section-2-text-content {
  border-top: 1px solid var(--turquoise);
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.section-2-text-content._100 {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-2-text-content._100.gaps {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.section-2-text-content._100.gaps.pad {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-2-text-content._100.gaps.pad.top {
  margin-top: 20px;
}

.section-2-text-content._100-width {
  width: 100%;
}

.section-2-text-content._100-width.blue {
  background-color: var(--turquoise);
}

.section-2-text-content._100-width.pink {
  background-color: var(--purple);
}

.heading-3-cta-section {
  background-color: var(--turquoise);
  padding-top: 50px;
  padding-bottom: 50px;
}

.heading-3-cta-section.contactform {
  background-color: var(--white);
}

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

.content-h3-box {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  display: flex;
}

.content-h3-box._100 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.heading-3-text {
  color: var(--white);
  text-align: center;
  padding-right: 0;
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.25;
}

.heading-3-text.bold {
  color: var(--white);
  text-overflow: clip;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
  box-shadow: 0 2px 14px #0003;
}

.h3-cta-btns {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 34%;
  display: flex;
}

.h3-cta-call-btn {
  background-color: var(--white);
  color: var(--turquoise);
  margin-right: 20px;
  padding: 15px 20px;
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline;
}

.h3-cta-call-btn.btn-outline {
  border: 1px solid var(--pink);
  color: var(--white);
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.h3-cta-call-btn.btn-outline:hover {
  color: var(--turquoise);
  background-color: #fdfdfd;
}

.brand-bands {
  background-color: var(--pale-grey);
  padding-top: 40px;
  padding-bottom: 40px;
}

.brand-band-wrapper {
  justify-content: space-between;
  display: flex;
}

.brand-icon {
  color: #bdbdbd;
  font-family: "Fa brands 400", sans-serif;
  font-size: 5em;
  line-height: 1;
  display: inline-block;
}

.footer-col {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  display: flex;
}

.footer-col._00 {
  width: 100%;
}

.footer-col.down {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-col.lines {
  border-right: 2px solid var(--turquoise);
  border-left: 2px solid var(--turquoise);
}

.contact-block-1 {
  border-right: 1px solid var(--white);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 33%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.contact-block-1.border-none {
  border-right-style: none;
  align-items: center;
}

.contact-block-1._100 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.contact-block-1._100.nobord {
  border-right-style: none;
  padding-top: 0;
  padding-bottom: 20px;
}

.footer-social-media {
  background-color: var(--turquoise);
  color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  font-family: "Brands 400", Arial, sans-serif;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.footer-social-media:hover {
  background-color: var(--pink);
  color: var(--turquoise);
}

.footer-social-media.margin-right-none {
  margin-right: 0;
}

.footer-mid-content {
  justify-content: space-between;
  padding-top: 0;
  display: flex;
}

.contact-info-text {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-section {
  border-top: 1px solid var(--turquoise);
  background-color: var(--white);
  padding-top: 60px;
  padding-bottom: 0;
}

.footer-menu-text {
  border-bottom: 1px solid var(--turquoise);
  color: var(--turquoise);
  width: 30%;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 1.5em;
  font-weight: 600;
}

.footer-menu-text.purpl {
  border-bottom-color: var(--purple);
  color: var(--purple);
}

.footer-menu-text.pink {
  border-bottom-color: var(--pink);
  color: var(--pink);
}

.contact-type-title {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2;
}

.contact-type-title.red {
  color: var(--turquoise);
}

.footer-contact-info {
  border: 1px solid var(--white);
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  display: flex;
}

.footer-contact-info.vert {
  flex-flow: column;
}

.footer-contact-info.vert.contact {
  border-style: none;
  margin-top: 40px;
  padding-left: 0;
  padding-right: 0;
}

.contact-icon {
  background-color: var(--turquoise);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 23px;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.contact-icon.ct-us {
  background-color: var(--black);
}

.contact-icon.pup {
  background-color: var(--purple);
}

.contact-icon.pink {
  background-color: var(--pink);
}

.contact-info-link {
  color: var(--white);
  font-size: 1em;
  font-weight: 400;
  line-height: 1.25;
  text-decoration: none;
  display: inline-block;
}

.contact-info-link.black {
  color: var(--black);
  text-transform: none;
  font-size: 16px;
}

.footer-copy {
  border-top: 1px solid var(--turquoise);
  margin-top: 60px;
  padding-top: 20px;
  padding-bottom: 100px;
}

.footer-social-media-block {
  justify-content: flex-start;
  padding-top: 20px;
  display: flex;
}

.footer-copy-link {
  color: var(--black);
  cursor: pointer;
  transition: all .2s ease-in-out;
}

.footer-copy-link:hover {
  color: var(--turquoise);
}

.scroll-up {
  z-index: 1000;
  background-color: var(--turquoise);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 10px 10px auto;
}

.scroll-arrow-up {
  color: var(--white);
  justify-content: center;
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
  font-size: 1.5em;
  font-style: normal;
  line-height: 1;
  text-decoration: none;
}

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

._2x3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-link-box {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  justify-content: center;
  align-items: flex-end;
  min-height: 350px;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.services-link-box.s2 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Elevate-7.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.services-link-box.s3 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Elevate-3.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.services-link-box.s3._100 {
  min-height: 100%;
}

.services-link-box.s4 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Elevate-6.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.services-link-box.s5 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Elevate-10.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.services-link-box.s1 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Elevate-14.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.service-box-title {
  background-color: var(--pink);
  background-image: linear-gradient(90deg, var(--turquoise), var(--purple) 57%, var(--pink));
  color: var(--white);
  border-radius: 1px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.service-box-title.link {
  background-color: var(--turquoise);
  color: var(--pale-grey);
  font-weight: 500;
}

.service-box-title.small {
  border: 1px solid var(--white);
  justify-content: center;
  align-items: center;
  width: 30%;
  display: flex;
}

.service-box-title.r {
  width: 25%;
  margin-top: 20px;
}

.service-box-title.h3 {
  border: 1px solid var(--white);
  margin-top: 20px;
}

.mask {
  height: auto;
  min-height: 250px;
}

.who-made-comment {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.quote-symbol {
  color: var(--turquoise);
  justify-content: flex-end;
  margin-left: auto;
  padding-bottom: 40px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 60px;
  display: flex;
  position: relative;
}

.underline {
  background-color: #fb6749;
  border-radius: 6px;
  width: 60%;
  height: 5px;
  line-height: 30px;
  position: absolute;
  inset: 15px 0 auto auto;
}

.underline.testemonials-underline {
  flex: 0 auto;
  width: 20%;
  position: relative;
  left: 0%;
  right: 0;
}

.underline.testemonials-underline.orange {
  background-color: var(--turquoise);
  width: 30%;
  position: absolute;
  top: 0;
}

.underline.testemonials-underline.gray {
  background-color: var(--pink);
  width: 100%;
}

.left-arrow {
  background-color: var(--pale-grey);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 25%;
  transition: all .3s ease-in-out;
  display: flex;
  inset: auto auto 0% 0%;
}

.left-arrow:hover {
  background-color: var(--turquoise);
  transform: scale(.95);
}

.customer-title {
  color: var(--purple);
}

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

.container-2 {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 0;
}

.container-2.test-container {
  padding-top: 0;
}

.testimonials-grid {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.right-arrow {
  background-color: var(--pale-grey);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 25%;
  margin-left: 100px;
  transition: all .3s ease-in-out;
  display: flex;
  inset: auto auto 0% 0%;
}

.right-arrow:hover {
  background-color: var(--turquoise);
  color: #fff;
  transform: scale(.95);
}

.slide-nav {
  display: block;
  position: absolute;
}

.slide-3 {
  background-color: var(--white);
  height: auto;
  padding: 15px;
}

.testemonials {
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-block-3 {
  color: var(--purple);
  flex: none;
  margin-top: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 26px;
  display: block;
  position: static;
  inset: 0%;
}

.test-slider {
  position: static;
}

.sub-heading {
  color: var(--turquoise);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 700;
}

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

.block-quote {
  border-left-style: none;
  margin-bottom: 0;
  padding: 0;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 28px;
}

.heading-2 {
  color: var(--purple);
  margin-top: 0;
  margin-bottom: 10px;
  padding-right: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.slider-2 {
  background-color: var(--white);
  height: auto;
  position: static;
}

.customer-img {
  background-image: url('../images/vicky-hladynets-C8Ta0gwPbQg-unsplash_1vicky-hladynets-C8Ta0gwPbQg-unsplash.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  min-width: 80px;
  min-height: 80px;
  margin-right: 10px;
}

.page-top {
  background-image: linear-gradient(90deg, var(--turquoise), var(--purple) 49%, var(--pink));
  justify-content: center;
  align-items: center;
  min-height: 250px;
  display: flex;
}

.image {
  object-fit: none;
  width: 120px;
  height: 120px;
}

.h1 {
  color: var(--white);
  text-transform: uppercase;
  flex-flow: row;
  align-items: center;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  display: block;
}

.h1.left {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.p {
  color: var(--white);
  font-size: 15px;
  line-height: 25px;
}

.p.black {
  color: var(--black);
}

.p.black.l {
  text-align: left;
}

.p.left {
  margin-top: 10px;
  display: flex;
}

.h2 {
  color: var(--turquoise);
  font-size: 28px;
  line-height: 1.2;
}

.h2.white {
  color: var(--white);
  margin-bottom: 20px;
  font-weight: 500;
}

.h2.white.top {
  margin-top: 0;
}

.h2.left {
  font-size: 20px;
}

.p-dark {
  color: #000;
  line-height: 22px;
}

.p-dark.w {
  color: var(--white);
}

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

.p-dark.w.left {
  text-align: left;
}

.p-dark._100 {
  width: 100%;
}

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

.sub-head {
  font-size: 18px;
}

.sub-head.w {
  color: var(--white);
}

.h2-title {
  justify-content: center;
  width: 90%;
  padding-top: 0;
  display: flex;
}

.button-div.left {
  display: flex;
}

.container-block {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.container-block._100 {
  width: 100%;
}

.container-block._100.left {
  text-align: left;
}

.h2-dark {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 42px;
}

.h2-dark.light {
  filter: drop-shadow(0 2px 5px #000000b3);
  color: var(--turquoise);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 100%;
  font-size: 50px;
}

.h2-dark.d {
  color: var(--black);
}

.h2-dark.d.left {
  text-align: left;
}

.footer-list {
  color: var(--white);
  text-align: center;
}

.service-box-heading-container {
  display: flex;
}

.backtotop {
  height: 0;
}

.dropdown-toggle {
  margin-top: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  transition: all .3s;
}

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

.co-desc {
  color: var(--white);
  font-size: 1em;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_button {
  border: 2px solid var(--turquoise);
  background-color: var(--turquoise);
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--turquoise);
  background-color: var(--white);
  color: var(--turquoise);
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_text {
  color: var(--purple);
  margin-right: 24px;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: var(--white);
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_label {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs_text {
  color: var(--black);
  font-size: 12px;
}

.fs-cc-prefs_toggle-wrapper {
  color: var(--turquoise);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs_close-icon {
  color: var(--turquoise);
  width: 16px;
  height: 16px;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-manager_icon {
  width: 32px;
  height: 32px;
}

.fs-cc-prefs_title {
  color: var(--turquoise);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--turquoise);
  color: var(--turquoise);
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_submit-hide, .fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_component {
  z-index: 9999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: var(--cookies-bg);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: flex;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-banner_button {
  border: 2px solid var(--turquoise);
  background-color: var(--turquoise);
  color: var(--white);
  text-align: center;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--turquoise);
  color: var(--black);
  background-color: #f5f5f5;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.bottom-link {
  color: var(--black);
  margin-bottom: 20px;
  text-decoration: none;
  display: block;
}

.bottom-link:hover, .bottom-link.w--current {
  color: var(--turquoise);
}

.bottom-link.black, .bottom-link.black.w--current {
  color: var(--black);
  text-align: center;
  border: 1px solid #000;
  padding: 10px;
}

.bottom-link.black.tur {
  border-color: var(--turquoise);
}

.bottom-link.black.tur:hover {
  background-color: var(--turquoise);
}

.bottom-link.black.tur.w--current {
  border-color: var(--turquoise);
}

.bottom-link.black.tur.w--current:hover {
  background-color: var(--turquoise);
}

.bottom-link.black.pur {
  border-color: var(--purple);
}

.bottom-link.black.pur:hover {
  background-color: var(--purple);
  color: var(--white);
}

.bottom-link.black.pink {
  border-color: var(--pink);
}

.bottom-link.black.pink:hover {
  background-color: var(--pink);
  color: var(--white);
}

.list {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.list.area {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  grid-template-columns: 1fr 1fr;
  margin-top: 10px;
}

.list-item {
  align-items: center;
  display: flex;
}

.bullet-icon-2 {
  color: #000;
  background-color: #fff;
  border: 2px solid #afafaf;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 18px;
  display: flex;
}

.bullet-icon-2.round {
  background-color: var(--turquoise);
  color: #fff0;
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
  border-style: none;
  border-color: #5f5f5f;
  border-radius: 0;
  flex: none;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
}

.fa-2 {
  color: #fff;
  flex: none;
  font-size: 18px;
}

.bullet-heading-2 {
  color: #111;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.map {
  width: 100%;
}

.lb {
  border: 1px solid var(--turquoise);
  width: 100%;
  display: block;
}

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

.contactform {
  color: var(--white);
  width: 100%;
}

.lottie {
  width: 150px;
  display: inline-flex;
}

.contact-right {
  position: static;
}

.live-chat-top-text {
  color: var(--white);
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  position: static;
}

.live-chat-top-text.block {
  color: #494949;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
}

.whatsapp-block {
  z-index: 30;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 20px;
  margin-right: 20px;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.live-chat-bottom-text {
  color: var(--pink);
  font-size: 10px;
}

.live-chat-bottom-text.block {
  color: var(--purple);
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 24px;
}

.live-chat-bottom-text.bold {
  color: var(--purple);
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
}

.chat-section {
  background-color: var(--pink);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  padding: 16px 20px;
  display: flex;
  position: relative;
}

.small-whatsapp-icon {
  margin-right: 10px;
}

.live-chat-text {
  color: #fff;
  text-decoration: none;
}

.live-chat-link {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.chat-block {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  padding: 15px;
}

.whatsapp-container {
  z-index: 30;
  cursor: pointer;
  background-color: #000;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.whatsapp-container:hover {
  background-color: #494949;
  transform: scale(1.05);
}

.whatsapp-chat {
  background-color: var(--white);
  border: 1px solid #00000029;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 300px;
  max-width: 300px;
  height: 315px;
  margin-bottom: 16px;
  display: flex;
  overflow: hidden;
}

.livechat-button {
  background-color: var(--black);
  cursor: pointer;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.livechat-button:hover {
  background-color: var(--turquoise);
}

.top-section-2 {
  background-color: var(--black);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.live-icon-chat {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.img-div {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 10px solid #d22939;
  border-radius: 0 0 30px 30px;
  align-self: stretch;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.img-div.home {
  background-image: url('../images/Tele-3.webp');
}

.lrg-heading {
  color: #004380;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 40px;
}

.s-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1em;
}

.s-title.number {
  opacity: .18;
  color: #0043809e;
  letter-spacing: 0;
  margin-left: 80px;
  font-family: Montserrat, sans-serif;
  font-size: 200px;
  font-weight: 600;
  line-height: 125px;
  display: block;
  position: absolute;
  inset: 0% auto auto -15%;
}

.body-div {
  flex-direction: column;
  width: 95%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.hyperlink {
  color: var(--turquoise);
  padding-left: 2px;
  padding-right: 2px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}

.hyperlink:hover {
  color: var(--pink);
}

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

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

.left-section-2 {
  flex: 0 auto;
  width: 48%;
  position: relative;
}

.top-text-2 {
  color: #d22939;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.logo {
  background-image: url('../images/Elevate_Logo_04.webp');
  background-position: 50%;
  background-size: cover;
  width: 100px;
  height: 100px;
}

.hero-large-text {
  text-transform: none;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.1;
}

.para-2 {
  font-size: 1rem;
  line-height: 1.75;
}

.para-2.light-grey {
  color: #1a1a1a;
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
}

.butoons-banner {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.butoons-banner.left {
  justify-content: flex-start;
  margin-top: 20px;
}

.btn-group.btn-black {
  color: #444;
  margin-top: 0;
  margin-left: 20px;
}

.text-block-4 {
  font-size: 18px;
}

.background-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 600px;
  padding: 100px 5%;
  display: block;
}

.hero-content-2 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.btn-text {
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 600;
}

.btn-text.btn-black {
  color: #444;
}

.btn-text.btn-black.faq {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 600;
}

.hero-card {
  background-color: #fff;
  width: 40%;
  padding: 32px;
  box-shadow: 12px 12px #c0131e;
}

.btn-underline {
  object-fit: fill;
  background-color: #1a1a1a;
  height: 2px;
  position: relative;
  box-shadow: inset 0 0 #c7a675;
}

.btn-hover-color-2 {
  background-color: #c0131e;
  width: 0;
  position: absolute;
  inset: 0%;
}

.btn-2 {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  margin-left: auto;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.circle-button {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.circle {
  color: #fff;
  background-color: #c0131e;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 22px;
  text-decoration: none;
  display: flex;
}

.clip-2 {
  flex-flow: column;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.heading-medium {
  font-size: 5rem;
  font-weight: 500;
  line-height: 100%;
}

.heading-medium.text-uppercase {
  color: var(--black);
  letter-spacing: 2px;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.heading-medium.text-uppercase._0 {
  color: #c50404;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 10px;
  padding: 10px;
  line-height: 3.5rem;
  display: flex;
}

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

.contact-info-text-2 {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.cta-text-contact {
  color: var(--turquoise);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 1.25em;
  font-weight: 800;
}

.cta-text-contact.purple {
  color: var(--purple);
}

.cta-text-contact.pink {
  color: var(--pink);
}

.main-form {
  width: 80%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.cta-link {
  color: var(--black);
  text-align: center;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}

.page-padding-2 {
  z-index: 10;
  border-top: 2px solid var(--turquoise);
  background-color: var(--white);
  padding: 60px 3rem;
  overflow: hidden;
}

.heading-2-img-section {
  background-image: linear-gradient(to right, #fff0, #16252e99), url('../images/294173684_1294173684.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 50%;
  min-height: 500px;
}

.heading-2-img-section.no-img {
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-2-img-section.no-img.grid-edit {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  place-items: start stretch;
  width: 80%;
  min-height: auto;
  margin-top: 40px;
  display: grid;
}

.contact-info-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  transition: box-shadow .2s cubic-bezier(.455, .03, .515, .955);
  display: grid;
}

.contact-info-block.m-bottom-20 {
  border-bottom: 1px solid #15162314;
  border-radius: 0;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 0 0 10px;
  transition-property: none;
}

.contact-info-block.m-bottom-20.m-top-60 {
  border-bottom: 1px #1516230f;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  place-items: center;
  margin-top: 0;
  padding-bottom: 10px;
  display: flex;
}

.icon-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.icon-2 {
  background-color: var(--turquoise);
  color: var(--white);
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 2.2em;
  line-height: 1.2;
  display: flex;
}

.icon-2.purple {
  background-color: var(--purple);
  border-style: none;
}

.icon-2.pink {
  background-color: var(--pink);
  border-style: none;
}

.dd-navigation.w--open {
  background-color: #0000;
  margin-top: 18px;
}

.nav-icon {
  color: var(--turquoise);
  margin-right: 6px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
}

.navbar-3 {
  background-color: #0000;
}

.dd-icon {
  margin-right: 10px;
}

.menu-logo {
  background-color: #0000;
  width: 100px;
  margin-bottom: -5px;
  padding: 5px;
}

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

.dd-grid-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--turquoise);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: 0;
  padding: 10px 10px 20px;
  display: flex;
}

.dd-grid-div.white {
  background-color: #fff;
}

.dropdown-link-2 {
  color: var(--white);
  width: 100%;
  margin-bottom: -10px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 24px;
  transition: all .8s;
  box-shadow: inset 0 0 #231f20;
}

.dropdown-link-2:hover {
  color: var(--pink);
  box-shadow: inset 300px 0 #231f20;
}

.dropdown-link-2.w--current {
  color: #fff;
  box-shadow: inset 250px 0 #231f20;
}

.dropdown-link-2.bl {
  color: var(--black);
}

.dropdown-link-2.bl:hover {
  color: var(--white);
}

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

.dd-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #231f20;
  grid-template-rows: auto;
}

.dd-toggle {
  align-items: center;
  padding: 10px 30px 10px 10px;
  font-size: 14px;
  line-height: 24px;
  transition: all .2s;
  display: flex;
}

.dd-toggle:hover {
  color: var(--turquoise);
}

.nav-link-2 {
  color: #231f20;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  font-size: 14px;
  line-height: 24px;
  transition: all .2s ease-in-out;
  display: flex;
}

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

.menu-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  font-family: "Fa solid 900", sans-serif;
}

.menu-icon.fb.fbb {
  font-family: "Fa brands 400", sans-serif;
}

.serv:hover {
  color: var(--turquoise);
}

.bottom-logo {
  background-image: url('../images/Elevate_Logo_04.webp');
  background-position: 50%;
  background-size: cover;
  width: 150px;
  height: 150px;
}

.box {
  color: #000;
  background-color: #0000;
  background-image: url('../images/Kitchenimg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  width: 31%;
  margin-bottom: 24px;
  margin-left: 1%;
  margin-right: 1%;
  padding-top: 20%;
  padding-bottom: 20%;
  box-shadow: 1px 1px 14px #24242421;
}

.box._4 {
  background-image: url('../images/Elevate-12.webp');
  position: relative;
  left: 0%;
}

.box._5 {
  background-image: url('../images/Elevate-13.webp');
  width: 65%;
  position: relative;
}

.box._5._1 {
  background-image: url('../images/Elevate-1.webp');
}

.box._2 {
  background-image: url('../images/HeroImage.jpg');
}

.box._3 {
  background-image: url('../images/Elevate-2.webp');
}

.title-header {
  text-align: center;
  width: 70%;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.section-header {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 52px;
  font-weight: 700;
  line-height: 58px;
}

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

.cta {
  letter-spacing: .3px;
  background-color: #0f0f0f;
  border-radius: 200px;
  margin-top: 31px;
  margin-left: 0;
  margin-right: 0;
  padding: 13px 34px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: all .15s;
  display: inline-block;
}

.cta:hover {
  background-color: #000;
  transform: translate(0, -2px);
}

.puzzle-div {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  max-width: 1600px;
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.body-paragraph {
  color: #363636;
  font-size: 19px;
  font-weight: 400;
  line-height: 25px;
  position: relative;
}

.cards-section {
  background-color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Elevate_Logo_03.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding: 100px 10%;
  overflow: hidden;
}

.link-block, .link-block-2 {
  text-decoration: none;
}

.background-image-2 {
  background-image: url('../images/Elevate-4.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: auto;
  padding: 300px 5%;
  display: block;
}

.mobile-scrolly-thing {
  z-index: 100;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--turquoise);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 43px;
  display: flex;
  position: static;
  inset: auto 0% 0%;
  overflow: hidden;
}

.mob-foot-button {
  color: #fff;
  background-color: #c0131e;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 12px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  overflow: hidden;
}

.mob-foot-button:hover {
  background-color: #1a1a1a;
  margin-top: -10px;
}

.mob-foot-button.right-line {
  background-color: var(--turquoise);
  border-right: 1px solid #fff;
  margin-top: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  overflow: hidden;
}

.mob-foot-linktext {
  text-align: justify;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: flex;
}

.sticky-icon {
  margin-right: 6px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 19px;
  line-height: 24px;
}

.sticky-icon.brand {
  min-width: auto;
  min-height: auto;
  max-height: none;
  font-weight: 400;
}

.text-span {
  color: var(--white);
  font-weight: 500;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.h3-link {
  color: var(--black);
  font-weight: 700;
}

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

.fs-cc-prefs_button-2 {
  border: 2px solid var(--turquoise);
  background-color: var(--turquoise);
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button-2.fs-cc-button-alt {
  border-color: var(--black);
  color: var(--black);
  background-color: #fff;
}

.fs-cc-banner_text-2 {
  color: var(--black);
  margin-right: 24px;
}

.fs-cc-banner_component-2 {
  z-index: 998;
  background-color: var(--white);
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_label-2 {
  color: var(--turquoise);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs_text-2 {
  color: var(--black);
  font-size: 12px;
}

.cookie-banner-2 {
  display: block;
}

.fs-cc-prefs_close-icon-2 {
  color: #021a7c;
  width: 16px;
  height: 16px;
}

.fs-cc-prefs_title-2 {
  color: var(--turquoise);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-banner_text-link-2 {
  border-bottom: 2px solid var(--black);
  color: var(--black);
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_overlay-2 {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_button-2 {
  border: 2px solid var(--turquoise);
  background-color: var(--turquoise);
  color: #fff;
  text-align: center;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button-2.fs-cc-button-alt {
  border-color: var(--pink);
  color: var(--pink);
  background-color: #f5f5f5;
}

.fa-container {
  z-index: 17;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.fa-social-2 {
  background-color: var(--turquoise);
  color: var(--white);
  border: 1px solid #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin-bottom: 10px;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 0 2px #0003;
}

.fa-social-2:hover {
  color: #252525;
  background-color: #fff;
  transform: scale(1.1);
}

.fa-social-2.social-media {
  border-radius: 0;
  font-family: "Brands 400", Arial, sans-serif;
}

.fa-social-2.call {
  width: 45px;
  min-width: 45px;
  height: 45px;
  min-height: 45px;
  margin-right: 5px;
}

.fa-social-2.brand {
  width: 45px;
  min-width: 45px;
  height: 45px;
  min-height: 45px;
  margin-right: 5px;
  font-family: "Fa brands 400", sans-serif;
}

.fa-social-2.gap {
  width: 45px;
  min-width: 45px;
  height: 45px;
  min-height: 45px;
  margin-right: 5px;
}

.link-block-3, .link-block-4, .link-block-5, .link-block-6, .link-block-7 {
  text-decoration: none;
}

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

.img-grid {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 400px;
}

.img-grid.mid {
  border: 5px solid var(--white);
}

.img-grid.mid.os2 {
  border-color: var(--turquoise);
  background-image: url('../images/Elevate-10.webp');
}

.img-grid.mid.heat2 {
  background-image: url('../images/Elevate-13.webp');
}

.img-grid.mid.under2 {
  background-image: url('../images/Undefloor-3.webp');
}

.img-grid.os1 {
  background-image: url('../images/Heating-1.webp');
}

.img-grid.os3 {
  background-image: url('../images/Elevate-1.webp');
}

.img-grid.heat1 {
  background-image: url('../images/Elevate-4.webp');
}

.img-grid.heat3 {
  background-image: url('../images/Elevate-7.webp');
}

.img-grid.under1 {
  background-image: url('../images/Undefloor-4.webp');
}

.img-grid.under3 {
  background-image: url('../images/Elevate-10.webp');
}

.link-block-8, .link-block-9, .footer-link {
  text-decoration: none;
}

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

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

.text-span-4, .text-span-5, .text-span-6, .text-span-7 {
  color: var(--pink);
  font-weight: 400;
}

@media screen and (min-width: 1920px) {
  .mask {
    width: 100%;
  }

  .who-made-comment {
    position: relative;
  }

  .test-slider {
    position: static;
  }

  .block-quote {
    font-size: 1.15rem;
  }

  .heading-2 {
    font-size: 2.5rem;
  }

  .slider-2 {
    width: 100%;
  }

  .contact-right {
    position: static;
  }

  .whatsapp-chat {
    display: none;
  }

  .livechat-button {
    transition: all .2s;
  }

  .livechat-button:hover {
    background-color: #000;
    transform: scale(1.05);
  }
}

@media screen and (max-width: 991px) {
  .container.announcement-container {
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container.nav-fluid {
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    padding: 5px 0 5px 30px;
  }

  .announcement-contact-info.margin-right-20 {
    flex: none;
  }

  .announcement-contact-info.margin-right-20.mobile-display-none {
    display: none;
  }

  .announcement-wrapper {
    flex-direction: row;
  }

  .header-social-media {
    justify-content: space-around;
  }

  .nav-menu {
    background-color: #fff;
    width: 100%;
    margin-top: 20px;
  }

  .nav-menu.margin-auto {
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    margin-top: 0;
  }

  .dropdown-menu-link {
    color: var(--black);
    background-color: #0000;
  }

  .dropdown-menu-link:hover {
    color: var(--black);
  }

  .dropdown-list.w--open {
    background-color: #f7f7f7;
    border-radius: 0;
    margin-top: 0;
  }

  .nav-link {
    background-color: var(--turquoise);
    color: var(--white);
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link:hover {
    background-color: var(--purple);
    color: var(--white);
    border-radius: 0;
  }

  .header-social-icon {
    background-color: var(--white);
    color: var(--black);
    border-right: 1px solid #3535353d;
    width: 33.3%;
    height: auto;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 22px;
  }

  .header-social-icon:hover {
    color: var(--white);
  }

  .header-social-icon.margin-right-none {
    background-color: var(--white);
    text-align: left;
    font-size: 22px;
  }

  .header-social-icon.margin-right-none:hover {
    background-color: var(--turquoise);
    color: var(--white);
  }

  .dropdown-link {
    color: #fff;
    border-bottom: 1px solid #0000000d;
    border-radius: 0;
    width: 100%;
  }

  .dropdown-link:hover {
    color: #fff;
    background-color: #ef233c;
    border-radius: 0;
  }

  .dropdown-link.w--open {
    color: #fff;
    background-color: #ef233c;
  }

  .dropdown-link.no-border {
    background-color: var(--turquoise);
    color: var(--white);
    border-bottom-style: none;
  }

  .dropdown-link.no-border:hover {
    background-color: var(--purple);
  }

  .burger-menu {
    color: #353535;
    font-size: 1.2em;
  }

  .nav-toggle {
    border-radius: 6px;
    margin-right: 10px;
  }

  .nav-toggle.w--open {
    background-color: var(--white);
  }

  .nav {
    background-color: #353535;
    height: 100%;
    margin-bottom: auto;
  }

  .navbar-2 {
    justify-content: space-between;
  }

  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-content {
    width: 100%;
  }

  .slider-inner-content {
    padding-left: 0;
  }

  .hero-text {
    font-size: 1.5em;
  }

  .section-h1-wrapper.display-flex {
    flex-flow: column;
  }

  .default-btn {
    margin-right: auto;
  }

  .default-btn.margin-top-20 {
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-design-1-h1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .left-section {
    width: 100%;
    padding-bottom: 20px;
  }

  .btn-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
    display: flex;
  }

  .right-section {
    width: 100%;
    margin-bottom: 0;
  }

  .right-section.padd {
    margin-top: 40px;
  }

  .inner-img {
    min-height: 500px;
  }

  .inner-img.map {
    min-height: auto;
  }

  .inner-img.our-services, .inner-img.commrical {
    min-height: 400px;
  }

  .bullet-list-services {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .bullet-list-grid {
    grid-template-columns: 1fr;
  }

  .bullet-list-grid.g-3 {
    grid-template-columns: 1fr 1fr;
  }

  .bullet-block-btn {
    margin-top: 10px;
  }

  .bullet-block {
    padding: 20px;
  }

  .inner-text-content {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .container-fluid.display-flex {
    flex-direction: column;
  }

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

  .section-2-text-content {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .heading-3-cta-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .content-h3-box {
    width: 100%;
  }

  .heading-3-text {
    text-align: center;
    font-size: 21px;
  }

  .h3-cta-btns {
    justify-content: center;
    width: 60%;
    padding-top: 20px;
    display: flex;
  }

  .footer-col {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-col.lines {
    border-left-style: none;
    border-right-style: none;
  }

  .contact-block-1 {
    border-bottom: 1px #8a8a8a;
    border-right-style: none;
    justify-content: flex-start;
    width: 100%;
  }

  .contact-block-1.border-none {
    border-bottom-style: none;
  }

  .footer-mid-content {
    flex-flow: column;
  }

  .footer-contact-info {
    flex-direction: column;
  }

  .scroll-up {
    z-index: 1;
  }

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

  .left-arrow {
    background-color: var(--turquoise);
    color: #fff;
    bottom: -25%;
    left: auto;
    right: 15%;
  }

  .customer-title {
    font-size: 1.2rem;
  }

  .testimonials-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .right-arrow {
    background-color: var(--turquoise);
    inset: auto 0% -25% auto;
  }

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

  .block-quote {
    font-size: 16px;
  }

  .heading-2 {
    padding-right: 0;
  }

  .slider-2 {
    position: relative;
  }

  .page-top {
    min-height: 200px;
  }

  .h1.left {
    text-align: left;
    font-size: 38px;
  }

  .container-block {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .dropdown-toggle {
    color: var(--white);
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .list-item {
    align-items: center;
  }

  .bullet-icon-2.round {
    width: 32px;
    height: 32px;
  }

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

  .whatsapp-icon {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
  }

  .whatsapp-block {
    margin-bottom: 10px;
    margin-right: 60px;
    display: none;
  }

  .whatsapp-container {
    border-radius: 6px;
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
  }

  .whatsapp-chat {
    display: none;
  }

  .img-div {
    width: 100%;
    min-height: 500px;
  }

  .img-div.home {
    margin-top: 30px;
  }

  .lrg-heading {
    font-size: 34px;
    line-height: 38px;
  }

  .s-title.number {
    margin-left: 0;
    font-size: 12rem;
  }

  .body-div {
    width: 90%;
  }

  .white-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .left-section-2 {
    width: 100%;
  }

  .hero-large-text {
    font-size: 2rem;
  }

  .background-image {
    height: 600px;
  }

  .hero-card {
    width: 90%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-medium {
    font-size: 4rem;
  }

  .heading-medium.text-uppercase {
    letter-spacing: -1px;
    font-size: 3.9rem;
  }

  .heading-medium.text-uppercase._0 {
    letter-spacing: -2px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 3.58rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .cta-text-contact {
    font-size: 1.2em;
  }

  .cta-link {
    font-size: 1.05em;
  }

  .page-padding-2 {
    padding: 30px 2rem;
  }

  .heading-2-img-section {
    width: 100%;
  }

  .heading-2-img-section.no-img.grid-edit {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: stretch stretch;
    width: 100%;
  }

  .dd-navigation.w--open {
    margin-top: 0;
    position: relative;
  }

  .navbar-3 {
    width: 100%;
  }

  .icon {
    color: var(--black);
    text-align: center;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .nav-menu-2 {
    z-index: 1;
    background-color: #f7f7f2;
    border-radius: 10px;
    margin-top: 10px;
    box-shadow: 1px 1px 3px #0000001a;
  }

  .dd-grid-div.white {
    background-color: var(--white);
  }

  .menu-button {
    text-align: center;
    border-radius: 9px;
    width: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .menu-button.w--open {
    background-color: var(--white);
  }

  .dropdown-link-2:hover {
    box-shadow: none;
    color: #231f20;
  }

  .dropdown-link-2.w--current {
    box-shadow: inset 380px 0 #231f20;
  }

  .dropdown-link-2.w--current:hover {
    color: #fff;
  }

  .dropdown {
    width: 100%;
  }

  .dd-toggle {
    color: #231f20;
    background-color: #fff;
    justify-content: space-between;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .menu-div {
    width: 80%;
  }

  .nav-link-2 {
    color: #231f20;
    text-align: left;
    background-color: #fff;
    border-bottom-color: #00000017;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 18px 10px;
    position: static;
  }

  .box {
    width: 48%;
    padding-top: 117px;
    padding-bottom: 117px;
  }

  .box._5 {
    width: 100%;
    padding-top: 163px;
    padding-bottom: 163px;
  }

  .title-header {
    width: 80%;
    margin-bottom: 50px;
  }

  .section-header {
    font-size: 46px;
    line-height: 54px;
  }

  .puzzle-div {
    width: auto;
    margin-top: 40px;
  }

  .cards-section {
    padding-top: 90px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .background-image-2 {
    height: 400px;
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .mobile-scrolly-thing {
    grid-template-columns: 1fr 1fr;
    display: none;
  }

  .mob-foot-button {
    flex-flow: column;
  }

  .mob-foot-linktext {
    text-align: center;
    width: 100%;
  }

  .sticky-icon.brand {
    margin-right: 5px;
    padding-left: 0%;
  }

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

  .img-grid.mid.os2, .img-grid.os1, .img-grid.os3 {
    height: 350px;
  }
}

@media screen and (max-width: 767px) {
  .announcement-contact {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    padding: 20px 40px;
  }

  .announcement-bar {
    position: static;
  }

  .container.announcement-container {
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .container.nav-fluid {
    padding: 5px 20px;
  }

  .announcement-contact-info.margin-right-20 {
    margin-right: 0;
  }

  .announcement-contact-info.margin-right-20.mobile-display-none {
    margin-right: 10px;
  }

  .announcement-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: grid;
  }

  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    display: flex;
  }

  .button {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .slider-inner-content {
    height: auto;
    top: 0%;
  }

  .hero-section {
    height: 90vh;
  }

  .hero-slider {
    height: 400px;
    min-height: 90vh;
  }

  .default-btn {
    flex-direction: row;
    display: flex;
  }

  .section-design-1-h1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .inner-img {
    min-height: 250px;
  }

  .card-bullet.grid2 {
    grid-template-columns: 1fr;
  }

  .bullet-list-services {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .bullet-list-grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .bullet-list-grid.g-3 {
    grid-template-columns: 1fr;
  }

  .section-2-img-full {
    min-height: 250px;
  }

  .h3-cta-btns {
    width: 100%;
  }

  .brand-band-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .footer-col {
    width: 100%;
    margin-top: 40px;
  }

  .footer-col.lines {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .footer-mid-content {
    flex-direction: column;
    padding-top: 0;
  }

  .footer-section {
    padding-top: 20px;
  }

  .footer-copy {
    padding-bottom: 100px;
  }

  .services-section {
    padding-top: 40px;
  }

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

  .services-link-box.s3._100 {
    min-height: 350px;
  }

  .quote-symbol {
    margin-left: 0;
    padding-bottom: 10px;
    padding-right: 0;
    line-height: 1;
    position: static;
  }

  .underline {
    width: 50%;
  }

  .left-arrow {
    width: 80px;
    height: 80px;
    margin-top: 20px;
    margin-left: auto;
    padding-top: 0;
    bottom: -5%;
    right: 20%;
  }

  .container-2 {
    padding-top: 20px;
  }

  .testimonials-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .right-arrow {
    width: 80px;
    height: 80px;
    bottom: -5%;
  }

  .slide-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .test-slider {
    width: 95%;
    position: static;
  }

  .heading-2 {
    font-size: 2rem;
  }

  .slider-2 {
    justify-content: center;
    align-items: center;
    display: block;
    position: static;
  }

  .h1 {
    font-size: 38px;
  }

  .h1.left {
    font-size: 35px;
  }

  .p {
    margin-bottom: 20px;
  }

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

  .h2 {
    font-size: 26px;
  }

  .h2-title {
    padding-top: 0;
  }

  .button-div {
    width: 100%;
    display: flex;
  }

  .h2-dark.light {
    font-size: 32px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

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

  .list.area {
    grid-template-columns: 1fr 1fr;
  }

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

  .contact-right {
    width: 95%;
    position: static;
  }

  .img-div {
    min-height: 350px;
  }

  .img-div.home {
    margin-top: 20px;
  }

  .white-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .logo {
    width: 80px;
    height: 80px;
  }

  .background-image {
    height: auto;
    padding: 60px 3%;
  }

  .hero-card {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 7px 9px #c0131e;
  }

  .heading-medium {
    font-size: 3.5rem;
  }

  .heading-medium.text-uppercase {
    font-size: 2.8rem;
  }

  .heading-medium.text-uppercase._0 {
    margin-top: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 2.6rem;
    line-height: 3rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .main-form {
    width: 100%;
    margin-bottom: 20px;
  }

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

  .heading-2-img-section.no-img.grid-edit {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .contact-info-block.m-bottom-20.m-top-60 {
    width: 100%;
  }

  .dd-grid-div.white {
    display: none;
  }

  .dropdown-link-2.w--current {
    box-shadow: inset 740px 0 #231f20;
  }

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

  .menu-div {
    width: 80%;
  }

  .nav-link-2 {
    width: 100%;
  }

  .section-header {
    line-height: 50px;
  }

  .cards-section {
    padding-top: 80px;
  }

  .background-image-2 {
    height: auto;
    padding: 60px 3%;
  }

  .mobile-scrolly-thing {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .fs-cc-prefs_title-2 {
    font-size: 20px;
  }

  .fs-cc-banner_text-link-2 {
    margin-right: 8px;
  }

  .fs-cc-banner_button-2 {
    margin-left: 0;
    margin-right: 8px;
  }
}

@media screen and (max-width: 479px) {
  .announcement-contact {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
    margin-right: auto;
    padding: 10px 20px;
  }

  .announcement-link {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 15px;
  }

  .container.announcement-container {
    padding-top: 0;
  }

  .container.nav-fluid {
    flex-flow: column;
    max-width: none;
    padding-top: 3px;
  }

  .announcement-icon {
    width: 30px;
    height: 30px;
    font-size: 1.2em;
  }

  .announcement-contact-info.margin-right-20 {
    text-align: center;
    font-size: 14px;
  }

  .announcement-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    line-height: 17px;
  }

  .nav-menu.margin-auto {
    border-top: 1px solid #0000000d;
    width: 100%;
  }

  .slider-arrow {
    display: none;
  }

  .hero-content {
    width: 95%;
  }

  .button {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .button.book-today {
    width: 37%;
  }

  .slider-inner-content {
    top: -16%;
  }

  .hero-section {
    height: auto;
  }

  .hero-slider {
    min-height: 80vh;
  }

  .hero-text {
    padding-bottom: 10px;
    font-size: 1.2em;
    line-height: 1.4;
  }

  .default-btn {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .section-design-1-h1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .top-text {
    margin-bottom: 10px;
    line-height: 1.7;
  }

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

  .right-section {
    margin-bottom: 20px;
  }

  .inner-img, .inner-img.our-services, .inner-img.commrical {
    min-height: 250px;
  }

  .bullet-block-title {
    font-size: 1.1em;
  }

  .bullet-list-services {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .bullet-list-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 30px;
  }

  .bullet-block-btn {
    margin-top: 5px;
  }

  .section-2-text-content {
    flex-direction: row;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
  }

  .section-2-text-content._100.gaps {
    padding: 20px 10px;
  }

  .section-2-text-content._100.gaps.pad {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-3-cta-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .heading-3-text {
    margin-bottom: 20px;
    font-size: 1.3em;
  }

  .h3-cta-btns {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .h3-cta-call-btn {
    text-align: center;
    flex: none;
    width: 100%;
    margin-right: 0;
  }

  .h3-cta-call-btn.btn-outline {
    flex: none;
  }

  .footer-col {
    margin-top: 10px;
  }

  .contact-block-1 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-section {
    padding-top: 30px;
  }

  .footer-contact-info.vert {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-icon {
    width: 50px;
    height: 50px;
    display: flex;
  }

  .contact-info-link {
    line-height: 1.4;
  }

  .contact-info-link.black {
    font-size: 15px;
    display: block;
  }

  .footer-copy {
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .services-section {
    padding-top: 30px;
  }

  .services-link-box, .services-link-box.s3._100 {
    min-height: 250px;
  }

  .service-box-title {
    text-align: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .service-box-title.r {
    width: auto;
  }

  .quote-symbol {
    padding-bottom: 10px;
    padding-right: 0;
    font-size: 2rem;
  }

  .underline {
    width: 30%;
  }

  .testemonials-text {
    line-height: 1;
  }

  .left-arrow {
    width: 60px;
    height: 60px;
    bottom: -10%;
  }

  .testemonial-content-everything {
    padding-right: 0;
  }

  .container-2.test-container {
    width: 95%;
  }

  .testimonials-grid {
    grid-column-gap: 0px;
    grid-row-gap: 35px;
  }

  .right-arrow {
    width: 60px;
    height: 60px;
    bottom: -10%;
  }

  .slide-3 {
    padding: 0;
  }

  .testemonials {
    padding-top: 40px;
    overflow: hidden;
  }

  .text-block-3 {
    font-size: 22px;
  }

  .sub-heading {
    font-size: 1.125rem;
  }

  .block-quote {
    font-size: .95rem;
  }

  .heading-2 {
    font-size: 1rem;
  }

  .slider-2 {
    width: 100%;
  }

  .page-top {
    min-height: 150px;
  }

  .h1 {
    text-align: center;
    font-size: 30px;
    line-height: 1.2;
  }

  .h1.left {
    font-size: 25px;
  }

  .p {
    font-size: 14px;
    line-height: 23px;
  }

  .h2 {
    margin-top: 0;
    font-size: 24px;
  }

  .p-dark.w {
    text-align: left;
  }

  .sub-head.w {
    margin-bottom: 10px;
  }

  .h2-title {
    width: 100%;
    padding-top: 0;
  }

  .slide-nav-2 {
    display: none;
  }

  .button-div {
    flex-direction: column;
  }

  .h2-dark {
    font-size: 24px;
    line-height: 32px;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -22px 10px auto auto;
  }

  .fs-cc-prefs_content, .fs-cc-prefs_component {
    padding: 24px;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-manager_component {
    bottom: 10px;
    left: 10px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

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

  .list.area {
    grid-template-columns: 1fr;
  }

  .bullet-heading-2 {
    text-align: left;
  }

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

  .whatsapp-block {
    margin-bottom: 10px;
  }

  .whatsapp-chat {
    width: 280px;
    max-width: 280px;
    height: 40vh;
    position: relative;
  }

  .livechat-button {
    width: 90%;
  }

  .img-div {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    min-height: 250px;
  }

  .lrg-heading {
    margin-top: 0;
    font-size: 24px;
    line-height: 30px;
  }

  .s-title {
    font-size: 2.2rem;
  }

  .s-title.number {
    margin-top: -25px;
  }

  .white-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .top-text-2 {
    margin-bottom: 10px;
    line-height: 28px;
  }

  .hero-large-text {
    margin-bottom: 5px;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.1;
  }

  .para-2 {
    font-weight: 300;
  }

  .para-2.light-grey {
    font-size: 15px;
  }

  .background-image {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .btn-text {
    font-size: 15px;
  }

  .hero-card {
    opacity: .89;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 7px 7px #c0131e;
  }

  .heading-medium {
    font-size: 3rem;
  }

  .heading-medium.text-uppercase {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .heading-medium.text-uppercase._0 {
    letter-spacing: -1px;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.33rem;
    line-height: 1.5rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .main-form {
    width: 100%;
  }

  .page-padding-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-2-img-section {
    min-height: 300px;
  }

  .heading-2-img-section.no-img.grid-edit {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-info-block {
    padding: 25px;
  }

  .contact-info-block.m-bottom-20.m-top-60 {
    margin-bottom: 12px;
  }

  .icon-2 {
    width: 48px;
    height: 48px;
    font-size: 1.6em;
  }

  .navbar-3 {
    text-align: center;
    background-color: #f5f7fd;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    display: flex;
  }

  .menu-logo-link {
    text-align: center;
    width: 100%;
  }

  .menu-logo-link.w--current {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-right: 0;
    display: flex;
  }

  .icon {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .menu-logo {
    margin-bottom: 10px;
  }

  .nav-menu-2 {
    border-radius: 0;
    flex-direction: row;
    width: 100%;
    margin-top: 0;
    position: relative;
  }

  .menu-button {
    background-color: var(--white);
    border-radius: 0;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
  }

  .menu-button:hover {
    border-radius: 0;
  }

  .menu-button.w--open {
    color: #fff;
    border-radius: 0;
    justify-content: center;
    align-items: center;
  }

  .dropdown-link-2.w--current {
    box-shadow: inset 480px 0 #231f20;
  }

  .dd-toggle {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .menu-div {
    text-align: center;
    width: 100%;
    margin-top: 0;
  }

  .nav-link-2 {
    text-align: left;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .box {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .box._5 {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .title-header {
    width: 100%;
  }

  .section-header {
    font-size: 38px;
    line-height: 44px;
  }

  .cards-section {
    padding-top: 70px;
  }

  .background-image-2 {
    background-position: 50%;
    height: auto;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .mobile-scrolly-thing {
    z-index: 8888888;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #c0131e;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 45px;
    display: none;
    position: fixed;
    inset: auto 0% 0%;
  }

  .mob-foot-button {
    text-align: center;
    background-color: #0000;
    border-left: 1px solid #5d0099;
    border-right: 1px solid #9003eb;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 45px;
    padding: 15px 10px 10px;
    text-decoration: none;
    transition: all .3s;
    display: flex;
  }

  .mob-foot-button:hover {
    background-color: #9c02ff;
    background-image: linear-gradient(309deg, #ef532c, #fff0);
    text-decoration: none;
  }

  .mob-foot-button:active {
    background-image: linear-gradient(162deg, #ef532c, #fff0);
    margin-top: -20px;
  }

  .mob-foot-button.w--current {
    background-color: #5d0099;
    border-left-color: #5d0099;
    border-right-color: #5d0099;
  }

  .mob-foot-linktext {
    color: #eee;
    text-transform: uppercase;
    margin-top: 2px;
    font-family: Open Sans, sans-serif;
    font-size: 11px;
    font-weight: 600;
    line-height: 16px;
  }

  .fs-cc-prefs_button-2 {
    margin-bottom: 8px;
  }

  .fs-cc-banner_text-2 {
    margin-right: 0;
  }

  .fs-cc-banner_button-2 {
    width: 100%;
    margin-bottom: 10px;
  }

  .fa-container {
    top: auto;
  }

  .fa-social-2 {
    width: 45px;
    min-width: 45px;
    height: 45px;
    min-height: 45px;
  }

  .fa-social-2.call, .fa-social-2.gap {
    margin-right: 0;
  }

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

  .img-grid, .img-grid.mid.os2, .img-grid.os1, .img-grid.os3 {
    height: 250px;
  }

  .link-block-8 {
    display: block;
  }
}

#w-node-d4cfa3ce-90fc-4f46-dfba-4b32c68b8bbf-14be3771 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b036613b-9445-4473-4172-b001018b5be4-14be3771, #w-node-adbea63c-d41c-c327-4198-4a5a8d58accf-14be3771 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_5a1d9f18-e588-56e6-d6ed-7ae3c4649e06-14be3771, #w-node-_2ee52069-c011-2593-2af0-b82ee0617beb-14be3771, #w-node-_1f81431f-3fd4-ce50-9f9a-783d355c4949-14be3771 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6413dd0-3c87-6e39-046e-f27dfe230065-14be3771, #w-node-_55eb0226-d900-6b0c-ddcd-1a41c4781680-14be3771, #w-node-_7e832623-e3ec-7881-b1fe-ffbc22f80b08-14be3771, #w-node-b3fc2b52-795c-5f26-b291-af5a4f4de8be-14be3771 {
  place-self: auto;
}

#w-node-_888ab672-c29c-9740-9b65-53935298e2b5-5298e2ac, #w-node-_888ab672-c29c-9740-9b65-53935298e2b6-5298e2ac {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_888ab672-c29c-9740-9b65-53935298e2b9-5298e2ac {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_888ab672-c29c-9740-9b65-53935298e2bf-5298e2ac {
  align-self: start;
}

#w-node-_888ab672-c29c-9740-9b65-53935298e2c0-5298e2ac, #w-node-_888ab672-c29c-9740-9b65-53935298e2c1-5298e2ac {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_888ab672-c29c-9740-9b65-53935298e2c4-5298e2ac {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_888ab672-c29c-9740-9b65-53935298e2ca-5298e2ac {
  align-self: end;
}

#w-node-_888ab672-c29c-9740-9b65-53935298e2cb-5298e2ac {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_888ab672-c29c-9740-9b65-53935298e2ce-5298e2ac {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-c5be9805-54cb-86db-2507-e7744b20b7f0-14be3795, #w-node-_9ff6b542-60a4-084f-a794-76a750f2e8dd-14be3795, #w-node-_2af388ac-8a4e-12d1-8356-bb18acba5aae-14be3795, #w-node-ccf3a3db-1709-0417-435d-7acac27c24ad-14be3795, #w-node-_35787439-84aa-6353-f502-e4b53381acc4-14be379a, #w-node-_35787439-84aa-6353-f502-e4b53381acca-14be379a, #w-node-_35787439-84aa-6353-f502-e4b53381acd0-14be379a, #w-node-_35787439-84aa-6353-f502-e4b53381acd6-14be379a {
  place-self: auto;
}

#w-node-c5be9805-54cb-86db-2507-e7744b20b7f0-95ba53f5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: auto;
}

#w-node-_9d311a5c-4f1f-f231-7bc0-f90ed06cad6c-95ba53f5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c5be9805-54cb-86db-2507-e7744b20b7f0-838c7494 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: auto;
}

#w-node-_8cdb34db-b360-758d-b2a0-4e7258be7fa5-838c7494 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_277f2276-6f23-e6ad-1a11-76286648f5e9-838c7494, #w-node-e3edb303-fd2f-7555-5427-a90bf6442350-838c7494, #w-node-_2fb7220f-4727-116e-ce77-f3c6b9e307a5-838c7494, #w-node-_46ba369f-ae5b-7615-806b-808c07cc8523-838c7494, #w-node-_92c644a1-4f58-c61e-5dd5-b13de8350874-838c7494, #w-node-bc6a76c4-f8de-c01f-7a43-12177e2e6b0b-838c7494 {
  place-self: auto;
}

#w-node-c5be9805-54cb-86db-2507-e7744b20b7f0-8d4586c3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: auto;
}

#w-node-_8b423556-e167-51f6-ef99-0687e1f0ef7d-8d4586c3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ddf285a5-6515-2a21-c244-cc9bbef59cb4-8d4586c3, #w-node-ddf285a5-6515-2a21-c244-cc9bbef59cba-8d4586c3, #w-node-ddf285a5-6515-2a21-c244-cc9bbef59cc0-8d4586c3, #w-node-ddf285a5-6515-2a21-c244-cc9bbef59cc6-8d4586c3 {
  place-self: auto;
}

#w-node-c5be9805-54cb-86db-2507-e7744b20b7f0-d81a839a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-adbea63c-d41c-c327-4198-4a5a8d58accf-14be3771 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1f81431f-3fd4-ce50-9f9a-783d355c4949-14be3771 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1f81431f-3fd4-ce50-9f9a-783d355c4949-14be3771 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_31180443-3b0f-620c-1edd-bbc7be1a3cf8-1349f026 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_31180443-3b0f-620c-1edd-bbc7be1a3cfd-1349f026 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_31180443-3b0f-620c-1edd-bbc7be1a3d02-1349f026 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_31180443-3b0f-620c-1edd-bbc7be1a3cf8-1349f026 {
    justify-self: center;
  }

  #w-node-_31180443-3b0f-620c-1edd-bbc7be1a3cfd-1349f026 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_31180443-3b0f-620c-1edd-bbc7be1a3d02-1349f026 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 100';
  src: url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa duotone 900';
  src: url('../fonts/fa-duotone-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa sharp solid 900';
  src: url('../fonts/fa-sharp-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Brands 400';
  src: url('../fonts/Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}