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

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

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

:root {
  --smoke: #f0f0f0;
  --white: white;
  --silver: #9b9b9b;
  --light-blue: #a5e2ff;
  --font: #333;
  --gainsboro: #e6e6e6;
}

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

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

.body {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.master-header-section {
  z-index: 5;
  border-bottom: 1px solid var(--smoke);
  background-color: var(--white);
  box-shadow: 0 1px 3px 0 var(--silver);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
}

.header-main {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.header-group {
  align-items: center;
  display: flex;
}

.navbar {
  background-color: #0000;
}

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

.nav-link {
  text-align: center;
  border-bottom: 1px solid #0000;
  padding: 10px;
  font-size: 15px;
  font-weight: 600;
  transition: all .2s;
}

.nav-link:hover {
  border-bottom-color: var(--font);
}

.nav-link.w--current {
  border-bottom-color: var(--light-blue);
  color: var(--light-blue);
}

.co-logo {
  width: 200px;
}

.header-subgroup {
  border-left: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 20px;
  display: flex;
}

.header-info {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}

.link-black {
  color: var(--font);
  text-decoration: none;
}

.toggle {
  border-bottom: 1px solid #0000;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-size: 15px;
  font-weight: 600;
  transition: all .2s;
}

.toggle:hover {
  border-bottom-color: var(--font);
}

.dropdown-list.w--open {
  background-color: var(--smoke);
}

.dropdown-link {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
  transition: all .2s;
}

.dropdown-link:hover {
  color: var(--light-blue);
}

.dropdown-link.w--current {
  background-color: var(--light-blue);
  color: var(--white);
}

.banner-slider {
  height: auto;
}

.banner-mask {
  height: 570px;
}

.banner-arrow, .banner-slider-nav {
  display: none;
}

.menu-link-boxes {
  z-index: 1;
  background-color: var(--light-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.menu-link-div {
  width: 90%;
  max-width: 1300px;
  margin-top: -65px;
}

.menu-link-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.menu-link-box {
  color: var(--font);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 300px;
  text-decoration: none;
  display: flex;
}

.menu-link-box._1 {
  background-image: url('../images/331015487.webp');
}

.menu-link-box._2 {
  background-image: url('../images/325122884.webp');
}

.menu-link-box._3 {
  background-image: url('../images/175246263.webp');
}

.menu-link-label {
  text-align: center;
  background-color: #ffffffe6;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  width: 100%;
  padding: 20px 10px;
  font-weight: 700;
}

.content-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.content-section.blue {
  background-color: var(--light-blue);
}

.content-section._2 {
  padding-top: 0;
}

.content-section.smoke {
  background-color: var(--smoke);
}

.content-div {
  width: 90%;
  max-width: 1300px;
}

.content-div._2 {
  padding-bottom: 60px;
}

.content-div._1 {
  padding-top: 60px;
}

.content-div._1.line {
  border-top: 1px solid var(--silver);
}

._2x1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
}

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

.grid-image.home {
  background-image: url('../images/244293250.webp');
}

.grid-image._1 {
  background-image: url('../images/facebook-1.webp');
}

.grid-image._2 {
  background-image: url('../images/facebook-14.webp');
  min-height: 300px;
}

.grid-image._3 {
  background-image: url('../images/facebook-11.webp');
  min-height: 300px;
}

.grid-image._4 {
  background-image: url('../images/249411057.webp');
}

.grid-image._5 {
  background-image: url('../images/198619354.webp');
}

.grid-image._6 {
  background-image: url('../images/437652458.webp');
}

.grid-image._7 {
  background-image: url('../images/facebook-4.webp');
}

.grid-image._8 {
  background-image: url('../images/facebook-3.webp');
}

.h1 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Jost, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.h1.centre {
  text-align: center;
  padding-bottom: 0;
}

.h1-subheading {
  color: var(--silver);
  margin-top: 5px;
  padding-top: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  display: block;
}

.p {
  margin-bottom: 10px;
}

.p._2 {
  padding-bottom: 30px;
}

.p._1 {
  padding-top: 30px;
}

.p.contact, .p.site-map {
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

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

.p._20b {
  margin-bottom: 20px;
}

.p._0b {
  margin-bottom: 0;
}

.p._30b {
  margin-bottom: 30px;
}

.c2a-button {
  border: 2px solid var(--light-blue);
  background-color: var(--font);
  color: var(--light-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  transition: all .2s;
}

.c2a-button:hover {
  border-color: var(--light-blue);
  background-color: var(--light-blue);
  color: var(--white);
}

.large-image-section {
  justify-content: space-between;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.large-image-div {
  width: 100%;
}

.large-image-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.large-grid-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  min-height: 900px;
}

.large-grid-image.home {
  background-image: url('../images/facebook-8.webp');
  min-height: 650px;
}

.large-grid-image._1 {
  background-image: url('../images/facebook-14.webp');
  min-height: 700px;
}

.large-grid-image._2 {
  background-image: url('../images/facebook-2.webp');
  min-height: 550px;
}

.large-grid-image._3 {
  background-image: url('../images/311334684.webp');
  min-height: 500px;
}

.absolute-content-main {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-right: 2%;
  display: flex;
  position: absolute;
  inset: 0% 0 0% auto;
}

.h2 {
  color: var(--silver);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Jost, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
}

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

.h2.test {
  color: var(--font);
  border-top: 1px solid #000;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 0;
  font-size: 22px;
}

.absolute-content-div {
  z-index: 3;
  background-color: #ffffffe6;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  box-shadow: 0 2px 8px #0000004d;
}

.list-group.hzl {
  display: flex;
}

.list {
  grid-column-gap: 10px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  display: grid;
}

.list._0b {
  margin-bottom: 0;
}

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

.list-item {
  padding-bottom: 5px;
}

._2x2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.h3 {
  color: var(--font);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Jost, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.footer-section {
  background-color: var(--font);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 30px;
  display: flex;
}

.form-section {
  background-color: var(--light-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.form-div {
  width: 90%;
  max-width: 960px;
}

.footer-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.footer-content {
  border: 1px solid var(--silver);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-content._1 {
  border-left-width: 0;
  border-right-width: 0;
  padding-bottom: 20px;
}

.footer-content._2 {
  justify-content: center;
}

.footer-logo {
  width: 250px;
}

.media-group {
  padding-top: 30px;
}

.media-link {
  color: var(--white);
  margin-left: 5px;
  margin-right: 5px;
  text-decoration: none;
  transition: all .2s;
}

.media-link:hover {
  color: var(--light-blue);
}

.media-icon {
  text-align: center;
  width: 50px;
  height: 50px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 50px;
  line-height: 50px;
  transition: all .2s;
}

.footer-subgroup {
  flex-direction: column;
  align-items: center;
  width: 90%;
  padding-top: 40px;
  display: flex;
}

.footer-p {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 14px;
}

.footer-p._1 {
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
}

.link-white {
  color: var(--white);
  text-decoration: none;
}

.footerlink-div {
  width: 90%;
  max-width: 1300px;
  padding-top: 30px;
}

.footerlinks {
  color: var(--gainsboro);
  text-align: center;
  font-size: 15px;
  text-decoration: none;
}

.services-header-section {
  z-index: 5;
  border-bottom: 1px solid var(--smoke);
  background-color: var(--white);
  box-shadow: 0 1px 3px 0 var(--silver);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
}

.services-toggle {
  border-bottom: 1px solid var(--light-blue);
  color: var(--light-blue);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-size: 15px;
  font-weight: 600;
  transition: all .2s;
}

.services-toggle:hover {
  border-bottom-color: var(--font);
}

.large-content-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  min-height: 600px;
}

.large-content-image._1 {
  background-image: url('../images/226750697.webp');
}

.large-content-image._3 {
  background-image: url('../images/158966148.webp');
}

.large-content-image._2 {
  background-image: url('../images/342963007.webp');
}

.area-section {
  justify-content: space-between;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.absolute-area-main {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45%;
  padding-left: 2%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.absolute-area-div {
  z-index: 3;
  background-color: #ffffffe6;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}

.area-map-html {
  border-radius: 10px;
  height: 800px;
}

.area-map-html.tablet {
  display: none;
}

.hyperlink {
  box-shadow: inset 0 -1px 0 0 var(--font);
  color: var(--font);
  padding-left: 2px;
  padding-right: 2px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s;
}

.hyperlink:hover {
  box-shadow: inset 0 -30px 0 0 var(--font);
  color: var(--light-blue);
}

.contact-map-html.tablet {
  display: none;
}

.slide {
  background-image: url('../images/220520544.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/140123535.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonials-slider {
  background-color: var(--smoke);
  height: auto;
}

.test-mask {
  height: 500px;
}

.test-arrow {
  color: var(--font);
  transition: all .2s;
}

.test-arrow:hover {
  background-color: #ffffff4d;
}

.test-main {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.test-group {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

._5-star-icon {
  height: 30px;
  margin-bottom: 20px;
}

.bullet-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

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

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

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

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

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: 0 0 5px #3333334d;
}

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

.fs-cc-prefs_component {
  z-index: 997;
  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-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

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

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

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

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

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

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

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

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

.fs-cc-prefs_button {
  border: 2px solid var(--light-blue);
  background-color: var(--light-blue);
  color: var(--font);
  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(--font);
  color: var(--font);
  background-color: #fff;
}

.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-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_trigger {
  display: none;
}

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

.fs-cc-prefs_close-icon {
  color: var(--font);
  width: 16px;
  height: 16px;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 20px;
}

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

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

.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(--font);
  margin-right: 24px;
}

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

.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_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

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

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

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

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

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

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

.live-chat-top-text {
  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: 14px;
  font-weight: 700;
}

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

.live-icon {
  background-color: #00b94a;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 2px auto auto 2px;
}

.live-chat-bottom-text {
  font-size: 10px;
  font-weight: 500;
}

.live-chat-bottom-text.block {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

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

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

.live-chat-text {
  color: var(--font);
  font-weight: 500;
  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;
  background-color: var(--font);
  cursor: pointer;
  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: var(--silver);
  transform: scale(1.05);
}

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

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

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

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

.whatsapp-chat-icon {
  color: var(--font);
  margin-right: 5px;
  font-family: "Fa brands 400", sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.cookies-icon {
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
}

@media screen and (min-width: 1920px) {
  .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) {
  .header-main {
    width: 100%;
    padding-left: 10px;
    position: relative;
  }

  .menu-div {
    z-index: 5;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 50%;
    display: flex;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .header-group {
    z-index: 10;
    position: relative;
  }

  .navbar {
    width: 100%;
  }

  .nav-menu {
    background-color: var(--smoke);
    display: block;
  }

  .menu-button {
    text-align: right;
    align-items: center;
    width: 100%;
    transition: all .2s;
  }

  .menu-button:hover {
    color: var(--light-blue);
  }

  .menu-button.w--open {
    color: var(--light-blue);
    background-color: #0000;
  }

  .nav-link {
    text-align: left;
    border-bottom-width: 0;
  }

  .nav-link:hover {
    color: var(--light-blue);
    width: 100%;
  }

  .nav-link.w--current {
    background-color: var(--light-blue);
    color: var(--white);
    border-bottom-width: 0;
  }

  .header-info {
    font-size: 14px;
  }

  .dropdown {
    width: 100%;
  }

  .toggle {
    border-bottom-width: 0;
    width: 100%;
  }

  .toggle:hover {
    color: var(--light-blue);
    width: 100%;
  }

  .toggle.w--open {
    color: var(--light-blue);
  }

  .dropdown-list.w--open {
    background-color: var(--gainsboro);
  }

  .dropdown-link:hover {
    background-color: var(--light-blue);
    color: var(--white);
  }

  .menu-link-boxes {
    padding-bottom: 30px;
  }

  .menu-link-div {
    margin-top: -61px;
  }

  .menu-link-box {
    min-height: 200px;
  }

  .menu-link-label {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    display: flex;
  }

  ._2x1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .large-image-section {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }

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

  .large-grid-image, .large-grid-image.home, .large-grid-image._1, .large-grid-image._2, .large-grid-image._3 {
    min-height: 400px;
  }

  .absolute-content-main {
    width: 90%;
    max-width: 1300px;
    padding-top: 60px;
    padding-right: 0;
    position: static;
  }

  .absolute-content-div {
    box-shadow: none;
    padding: 0;
  }

  .list-group.hzl {
    flex-direction: column;
  }

  .list-group.area {
    display: flex;
  }

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

  .footer-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-subgroup {
    width: 100%;
  }

  .footerlink-div {
    width: 70%;
  }

  .services-toggle {
    background-color: var(--light-blue);
    color: var(--white);
    border-bottom-width: 0;
    width: 100%;
  }

  .services-toggle:hover {
    width: 100%;
  }

  .large-content-image {
    min-height: 400px;
  }

  .area-section {
    flex-direction: column;
    align-items: center;
  }

  .placeholder-div {
    display: none;
  }

  .absolute-area-main {
    align-items: stretch;
    width: 90%;
    max-width: 1300px;
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .absolute-area-div {
    padding: 0;
  }

  .area-map-html {
    display: none;
  }

  .area-map-html.tablet {
    height: auto;
    display: block;
  }

  .contact-map-html {
    display: none;
  }

  .contact-map-html.tablet {
    display: block;
  }

  .test-arrow {
    width: 60px;
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .master-header-section {
    position: static;
  }

  .header-main {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .menu-div {
    width: 100%;
    position: static;
  }

  .header-group {
    flex-direction: column;
  }

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

  .co-logo {
    width: 360px;
  }

  .header-subgroup {
    border-left-width: 0;
    align-items: center;
    margin-left: 0;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .banner-mask {
    height: 450px;
  }

  .menu-link-boxes {
    padding-top: 30px;
  }

  .menu-link-div {
    margin-top: 0;
  }

  .menu-link-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .menu-link-box {
    border: 2px solid var(--white);
    min-height: auto;
  }

  .menu-link-label {
    background-color: #fffc;
  }

  .grid-image {
    min-height: 300px;
  }

  .h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .h1-subheading {
    padding-top: 5px;
    font-size: 20px;
    line-height: 28px;
  }

  .p.contact._1 {
    font-size: 17px;
  }

  .large-image-section {
    margin-bottom: 30px;
  }

  .large-grid-image, .large-grid-image.home, .large-grid-image._1, .large-grid-image._2, .large-grid-image._3 {
    min-height: 300px;
  }

  .absolute-content-main {
    padding-top: 30px;
  }

  .h3 {
    font-size: 22px;
  }

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

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

  .footer-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .footer-content._1 {
    border-width: 0 1px;
  }

  .footer-content._2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footerlink-div {
    width: 90%;
  }

  .services-header-section {
    position: static;
  }

  .large-content-image {
    min-height: 300px;
  }

  .test-arrow {
    width: 50px;
    font-size: 24px;
  }

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

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

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

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

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

@media screen and (max-width: 479px) {
  .co-logo {
    width: 100%;
  }

  .home-link {
    text-align: center;
    width: 90%;
  }

  .header-info._1 {
    font-size: 13px;
  }

  .banner-mask {
    height: 300px;
  }

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

  .content-div._2 {
    padding-bottom: 30px;
  }

  .content-div._1, .content-div._1.line {
    padding-top: 30px;
  }

  .grid-image._1, .grid-image._2, .grid-image._3 {
    min-height: 250px;
  }

  .h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .h1-subheading {
    padding-top: 0;
    font-size: 18px;
  }

  .p.contact {
    flex-direction: column;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
    display: flex;
  }

  .p.contact._1 {
    font-size: 14px;
  }

  .p.site-map {
    font-size: 16px;
    line-height: 22px;
  }

  .list-group.area {
    flex-direction: column;
  }

  ._2x2.home {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .footer-section {
    padding-bottom: 80px;
  }

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

  .footer-p._2 {
    font-size: 13px;
  }

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

  .absolute-area-main {
    padding-bottom: 30px;
  }

  .test-mask {
    height: 560px;
  }

  .test-arrow {
    display: none;
  }

  .test-group {
    width: 90%;
  }

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

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

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

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

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

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

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

  .whatsapp-icon {
    width: 30px;
  }

  .whatsapp-block {
    margin-bottom: 10px;
    margin-right: 10px;
    inset: auto 0% 0% auto;
  }

  .live-icon {
    width: 12px;
    height: 13px;
  }

  .whatsapp-container {
    width: 55px;
    min-width: 55px;
    height: 55px;
    min-height: 55px;
    bottom: 10px;
    right: 0;
  }

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

  .livechat-button {
    width: 90%;
  }
}

#w-node-_88afa323-742e-56de-bf70-63a1b3e24919-684a9b17 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e1c053be-d36d-4b59-9382-3bf98d63c423-684a9b17 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_4eff6066-603a-58f6-8fe6-b5d5cd951586-684a9b17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eea3454a-425a-0330-ca72-0fb79ee09775-354a9b19, #w-node-_69684e50-3521-f98f-a8b4-6606bc747cc5-354a9b19, #w-node-_88afa323-742e-56de-bf70-63a1b3e24919-144a9b1a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e1c053be-d36d-4b59-9382-3bf98d63c423-144a9b1a {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_88afa323-742e-56de-bf70-63a1b3e24919-0f4a9b22 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e1c053be-d36d-4b59-9382-3bf98d63c423-0f4a9b22 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_88afa323-742e-56de-bf70-63a1b3e24919-794a9b23 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e1c053be-d36d-4b59-9382-3bf98d63c423-794a9b23 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_88afa323-742e-56de-bf70-63a1b3e24919-684a9b17 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_69684e50-3521-f98f-a8b4-6606bc747cc5-354a9b19 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_88afa323-742e-56de-bf70-63a1b3e24919-144a9b1a, #w-node-_88afa323-742e-56de-bf70-63a1b3e24919-0f4a9b22, #w-node-_88afa323-742e-56de-bf70-63a1b3e24919-794a9b23 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e1c053be-d36d-4b59-9382-3bf98d63c423-684a9b17 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e1c053be-d36d-4b59-9382-3bf98d63c423-684a9b17 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}