@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 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: "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 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: "Brands 400";
  src: url('../fonts/Brands-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: #fff;
  --black: black;
  --10-black: #0000001a;
  --primary: #8f9da7;
  --secondary: #3a6ea5;
  --third: #3a6ea5;
  --transparent: #fff0;
}

.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 {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.body {
  background-color: var(--white);
  color: var(--black);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.nav-link {
  border-right: 1px solid var(--10-black);
  text-align: center;
  text-transform: uppercase;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 14px;
  line-height: 24px;
  transition: all .2s ease-in-out;
}

.nav-link:hover {
  background-color: var(--primary);
  color: var(--white);
}

.nav-link.w--current {
  background-color: var(--secondary);
  color: var(--white);
}

.nav-link.contact {
  background-color: var(--secondary);
  color: var(--white);
  margin-left: 10px;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all .2s ease-in-out;
}

.nav-link.contact:hover {
  background-color: var(--black);
  color: var(--white);
}

.nav-link.contact.call-btn {
  display: none;
}

.co-logo-link {
  margin-left: 10px;
  margin-right: 0;
}

.co-logo-link.w--current {
  margin-right: 0;
}

.nav-container {
  border-radius: 5px;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.nav-menu {
  text-align: right;
  display: flex;
}

.dropdown-list {
  margin-top: 20px;
}

.dropdown-list.w--open {
  background-color: #f0f6f8;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  min-width: 240px;
  margin-top: 0;
}

.navbar {
  background-color: var(--white);
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  box-shadow: 0 2px 8px #0003;
}

.dropdown-link {
  background-color: var(--white);
  text-transform: uppercase;
  border-left: 5px solid #0000;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  transition: all .3s;
}

.dropdown-link:hover {
  border-left-color: var(--secondary);
  background-color: var(--primary);
  color: var(--white);
  padding-left: 25px;
}

.dropdown-link.w--current {
  color: var(--third);
}

.dropdown-link.last {
  border-bottom-color: #1b1b1b00;
}

.navigation-bar {
  z-index: 10000;
  width: 100%;
  color: var(--white);
  letter-spacing: 2px;
  background-color: #1b1b1b03;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 0;
  font-family: quiet-sans, sans-serif;
  position: fixed;
  inset: 0 0% auto;
  overflow: visible;
}

.dd-toggle {
  border-right: 1px solid var(--10-black);
  letter-spacing: .5px;
  text-transform: uppercase;
  padding: 10px 35px 10px 15px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.dd-toggle:hover {
  background-color: var(--primary);
  color: var(--white);
}

.dd-toggle.nav-link {
  color: var(--primary);
  padding-top: 25px;
  padding-bottom: 25px;
}

.dd-toggle.nav-link:hover {
  color: var(--secondary);
}

.hero-container {
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
}

.hero-intro-text {
  color: var(--secondary);
  margin-bottom: 5px;
  font-size: 32px;
  line-height: 42px;
}

.banner-text {
  color: var(--primary);
  text-transform: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: 400;
  display: flex;
}

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

.p._10b {
  margin-bottom: 20px;
  padding-top: 10px;
}

.hero-section {
  background-color: #fff;
  background-image: linear-gradient(#fff0, #1b1b1b91), url('../images/AdobeStock_451880390.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

.hero-section.small {
  min-height: 60vh;
}

.hero-section.small.svs {
  background-image: linear-gradient(#fff0, #1b1b1b91), url('../images/AdobeStock_235389305.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-section.small.cr {
  background-image: linear-gradient(#fff0, #1b1b1b91), url('../images/AdobeStock_362092913.webp');
}

.hero-section.small.ld {
  background-image: linear-gradient(#fff0, #1b1b1b91), url('../images/AdobeStock_112665149.webp');
}

.hero-section.small.ft {
  background-image: linear-gradient(#fff0, #1b1b1b91), url('../images/AdobeStock_739488081.webp');
}

.hero-section.small.re {
  background-image: linear-gradient(#fff0, #1b1b1b91), url('../images/AdobeStock_400263223.webp');
}

.button {
  background-color: var(--secondary);
  color: var(--white);
  margin-right: 20px;
  padding: 15px 40px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.button:hover {
  background-color: var(--primary);
  color: var(--secondary);
}

.button.blue {
  background-color: var(--primary);
  color: var(--white);
  border: 1px #ffe135;
  transition: all .2s ease-in-out;
}

.button.blue:hover {
  background-color: var(--secondary);
  color: var(--primary);
}

.button.white {
  background-color: var(--white);
  color: var(--primary);
  transition: all .2s ease-in-out;
}

.button.white:hover {
  background-color: var(--secondary);
  color: var(--primary);
}

.hero-card {
  border-left: 5px solid var(--secondary);
  background-color: var(--white);
  width: 40%;
  margin-top: 100px;
  margin-left: 5%;
  padding: 25px;
}

.hero-content {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.hero-content.middle {
  justify-content: center;
  align-items: center;
}

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

.svs-title {
  color: var(--primary);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 10px;
  font-family: quiet-sans, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
}

.svs-title.light {
  color: var(--white);
}

.services-section {
  background-color: var(--10-black);
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.services-text-block {
  border-bottom: 2px solid var(--primary);
  background-color: var(--white);
  width: 100%;
  height: 45%;
  padding: 20px;
  box-shadow: 1px 1px 3px #101b2240;
}

.services-button-group {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: grid;
}

.section-line {
  background-color: var(--primary);
  width: 30px;
  height: 1px;
}

.section-line.large-line {
  background-color: var(--primary);
  width: 35px;
  margin-right: 0;
}

.section-line.light {
  background-color: #fefefe;
  background-color: var(--white);
}

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

.container.container-fluid {
  width: 98%;
  max-width: none;
}

.container.container-fluid._100 {
  width: 90%;
  max-width: 1400px;
}

.container.container-1600px {
  width: 90%;
  max-width: 1600px;
}

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

.services-title {
  color: var(--primary);
  text-transform: uppercase;
  margin-top: 0;
  font-size: 20px;
  font-weight: 600;
}

.services-title.price {
  color: var(--third);
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
}

.services-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .3s ease-in-out;
}

.services-block:hover {
  transform: translate(0, -20px);
}

.test-wrapper {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
  position: static;
}

.test-wrapper.text-center {
  text-align: center;
  justify-content: center;
  padding-bottom: 40px;
}

.services-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 1px 1px 3px #101b2240;
}

.service-btn {
  background-color: var(--secondary);
  width: 100%;
  height: 100%;
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.service-btn:hover {
  background-color: var(--primary);
  color: var(--white);
}

.service-btn.blue {
  background-color: var(--primary);
  color: var(--white);
  padding: 10px 20px;
  display: inline-block;
}

.service-btn.blue:hover {
  background-color: var(--secondary);
  color: var(--primary);
}

.white-section {
  background-color: var(--white);
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.white-section._0b {
  padding-bottom: 0;
}

.white-section._0b._0t {
  padding-top: 0;
}

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

.white-section._0p {
  padding-top: 0;
  padding-bottom: 0;
}

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

.white-section._40p {
  padding-top: 40px;
  padding-bottom: 40px;
  transition: all .3s;
}

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

.section-h1-wrapper.display-flex.flex-reverse {
  width: 100%;
  max-width: 1400px;
}

.section-h1-wrapper.display-flex.rvs {
  flex-flow: row-reverse wrap;
}

.sm-inner-img {
  background-color: var(--secondary);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 10%;
  margin-top: -25px;
  margin-bottom: 0;
  margin-right: -25px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.left-section-para-container.padding-top-20 {
  padding-top: 20px;
}

.left-section-para-container.padding-top-20.flex {
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 0;
  display: flex;
}

.project-img-title {
  color: var(--white);
  text-align: center;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 400;
}

.left-text-area {
  width: 50%;
  padding: 20px;
}

.left-text-area.paddint-tomp-bottom-40 {
  padding: 40px;
  position: relative;
}

.left-text-area.paddint-tomp-bottom-40._100 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.left-text-area._100--width {
  width: 100%;
}

.left-text-area.centre {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.h1 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 42px;
}

.h1.margin-top-bottom-10 {
  color: var(--primary);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2rem;
}

.h1.dark {
  color: var(--primary);
}

.ri {
  width: 48%;
}

.ri.image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.ri.image.contact {
  background-image: none;
}

.ri.image.map {
  background-image: none;
  flex-direction: column-reverse;
  align-items: flex-end;
}

.ri.image.rs {
  background-image: url('../images/AdobeStock_227731304.webp');
}

.ri.image.ld {
  background-image: url('../images/WhatsApp-Image-2.webp');
}

.ri.image.cr {
  background-image: url('../images/WhatsApp-Image-8.webp');
  background-position: 50% 0;
}

.ri.image.fr {
  background-image: url('../images/WhatsApp-Image-211.webp');
}

.ri.image.fr2 {
  background-image: url('../images/AdobeStock_370759877-1.webp');
}

.ri.image.rr {
  background-image: url('../images/WhatsApp-Image-4.webp');
}

.ri.image.rr2 {
  background-image: url('../images/WhatsApp-Image-12.webp');
}

.default-btn {
  color: #101b22;
  background-color: #ffe135;
  padding: 15px 40px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.default-btn:hover {
  color: #fefefe;
  background-color: #101b22;
}

.default-btn.margin-top-40 {
  border: 1px solid var(--secondary);
  background-color: var(--secondary);
  color: var(--black);
  margin-top: 40px;
}

.default-btn.margin-top-40:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
}

.default-btn.margin-top-40.hover-white:hover {
  color: #101b22;
  background-color: #fefefe;
}

.default-btn.margin-top-40 {
  text-transform: uppercase;
  margin-top: 40px;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 600;
}

.default-btn.margin-top-40.white {
  background-color: var(--white);
}

.default-btn.margin-top-40.white:hover {
  background-color: var(--secondary);
  color: #1b1b1b;
}

.default-btn.margin-top-40.black {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
}

.default-btn.margin-top-40.black:hover {
  border-color: var(--secondary);
  background-color: var(--secondary);
  color: var(--black);
}

.section-hedaing-2-wrapper.display-flex {
  background-image: linear-gradient(to right, #fff0, var(--primary) 52%);
  justify-content: space-between;
  display: flex;
}

.section-hedaing-2-wrapper.display-flex.flex-reverse {
  background-image: linear-gradient(to right, var(--primary) 48%, #fff0);
  flex-direction: row-reverse;
}

.section-hedaing-2-wrapper.display-flex.no-bg {
  background-image: none;
}

.section-hedaing-2-wrapper.display-flex.no-bg.down {
  flex-flow: column;
}

.section-hedaing-2-wrapper.display-flex._00 {
  background-image: none;
}

.section-heading-2.margin-bottom-20 {
  margin-bottom: 20px;
  padding-top: 100px;
}

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

.section-heading-2._100.bp {
  margin-bottom: 40px;
}

.left-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
}

.left-img.test {
  min-height: 300px;
}

.h2 {
  color: var(--primary);
  padding-left: 10px;
  line-height: 40px;
}

.h2.white {
  color: var(--white);
  margin-top: 10px;
  font-weight: 600;
}

.col-1 {
  flex-direction: column;
  justify-content: flex-start;
  width: 48%;
  display: flex;
}

.bottom-img {
  background-image: url('../images/AdobeStock_235305251.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  height: 45%;
  transition: all .2s ease-in-out;
  box-shadow: 1px 1px 3px #101b229c;
}

.bottom-img:hover {
  transform: translate(-10px);
}

.bottom-img._2 {
  background-image: url('../images/AdobeStock_739488081.webp');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 20px;
}

.bottom-img._2:hover {
  transform: translate(10px);
}

.bottom-img._2.cr {
  background-image: url('../images/AdobeStock_126480058.webp');
}

.col-2 {
  flex-direction: column-reverse;
  justify-content: flex-start;
  width: 48%;
  display: flex;
}

.right-img-grid {
  justify-content: space-between;
  width: 48.5%;
  display: flex;
}

.moving-img {
  background-image: url('../images/WhatsApp-Image-211.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  height: 45%;
  margin-bottom: 20px;
  transition: all .3s;
  box-shadow: 2px 2px 4px #0003;
}

.moving-img._2 {
  background-image: url('../images/AdobeStock_227731304.webp');
  margin-bottom: 20px;
  transition: all .2s ease-in-out;
}

.moving-img._2:hover {
  transform: translate(10px);
}

.moving-img._1 {
  background-image: url('../images/AdobeStock_400263223.webp');
  margin-bottom: 20px;
  transition: all .2s ease-in-out;
}

.moving-img._1:hover {
  transform: translate(0, -10px);
}

.moving-img._3 {
  background-image: url('../images/AdobeStock_370759877-1.webp');
}

.moving-img._3:hover {
  transform: translate(-10px);
}

.moving-img._4 {
  background-image: url('../images/AdobeStock_1339690939.webp');
}

.moving-img._4:hover {
  transform: translate(0, 10px);
}

.moving-img.svs3 {
  background-image: url('../images/WhatsApp-Image-5.webp');
}

.moving-img.cr {
  background-image: url('../images/AdobeStock_247265158.webp');
}

.h3-sub-heading {
  color: var(--white);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-left: 10px;
  font-family: quiet-sans, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.heading-3-btn {
  background-color: var(--white);
  color: var(--primary);
  text-transform: uppercase;
  padding: 15px 50px;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.9;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.heading-3-btn:hover {
  background-color: var(--primary);
  color: #fff;
}

.left-image {
  background-image: url('../images/AdobeStock_235389305.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 49.5%;
  min-height: 250px;
}

.heading-3-right-text {
  background-color: var(--secondary);
  width: 49.5%;
  padding: 40px;
}

.heading-3-top-title {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.light-text-line {
  background-color: var(--primary);
  width: 40px;
  height: 2px;
  color: var(--black);
}

.heading-3-wrapper {
  justify-content: space-between;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h3 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}

.footer-brand {
  text-decoration: none;
}

.div-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 4.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-link {
  color: #f0f6f8;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.95;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: inline-block;
}

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

.footer-link.black {
  color: #000;
}

.footer-col-text-title {
  border-bottom: 2px none var(--secondary);
  box-shadow: 0 1px 0 0 var(--secondary);
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  display: inline-block;
}

.footer-links-block {
  flex-direction: column;
  padding-top: 10px;
  display: flex;
}

.footer-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.bottom-section {
  background-color: var(--primary);
  margin-top: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-section {
  background-color: var(--primary);
  padding-top: 20px;
  padding-bottom: 100px;
}

.footer-copy-social {
  justify-content: flex-end;
  display: flex;
}

.footer-social-icon {
  border: 1px solid var(--secondary);
  background-color: var(--primary);
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  color: var(--secondary);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  font-family: "Brands 400", Arial, sans-serif;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.footer-social-icon:hover {
  background-color: var(--secondary);
  color: var(--black);
}

.footer-link-texts {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
}

.arrow-up {
  z-index: 500;
  background-color: #ffd900;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: auto 1% 10px auto;
}

.socials {
  z-index: 500;
  background-color: var(--secondary);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: auto auto 20px 3%;
}

.social-button {
  background-color: var(--secondary);
  width: 40px;
  height: 40px;
  color: var(--primary);
  justify-content: center;
  align-items: center;
  font-family: "Brands 400", Arial, sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.social-button:hover {
  background-color: var(--black);
  color: var(--white);
}

.arrow-up-2 {
  z-index: 1000;
  background-color: #ffd900;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: auto 20px 20px auto;
}

.back-to-top {
  background-color: var(--white);
  width: 40px;
  height: 40px;
  color: var(--black);
  justify-content: center;
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  box-shadow: 0 2px 4px #0003;
}

.back-to-top:hover {
  background-color: var(--secondary);
}

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

.hyperlink:hover {
  box-shadow: inset 0 -50px 0 0 var(--secondary);
  color: var(--white);
}

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

.hyperlink.blue {
  color: var(--black);
}

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

.areas-list {
  padding-left: 0;
}

.areas-list.areas-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.areas-list-item.areas-list-flex {
  color: #000;
  border-bottom: 1px solid #5f5f511f;
  align-items: center;
  padding-top: 0;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
}

.font-icon {
  color: #000;
  background-color: #ffd935;
  border: 1px #e5605c;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  display: flex;
}

.gallery-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  display: block;
}

.lightbox {
  width: 300px;
  height: 300px;
}

.lb {
  width: 150px;
  height: 150px;
}

.contactform, .google-map {
  width: 100%;
}

.footer-links-block-2 {
  flex-direction: column;
  padding-top: 20px;
  display: flex;
}

.footer-links-block-2.remove {
  padding-top: 0;
}

.footer-link-2 {
  color: #f0f6f8;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.95;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

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

.footer-link-2.black {
  color: #000;
  margin-bottom: 5px;
}

.footer-link-2.black:hover {
  border-bottom: 1px solid var(--secondary);
}

.footer-link-2.black.w--current {
  font-family: Open Sans, sans-serif;
}

.right-img {
  background-image: url('../images/AdobeStock_235305251.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.right-img._48 {
  width: 48.5%;
}

.right-img._48._2 {
  background-image: url('../images/AdobeStock_370759877-1.webp');
}

.section-wrapper {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
  position: static;
}

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

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

.contact-grid.no-img.grid-edit {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  place-items: start stretch;
  display: grid;
}

.contact-info-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--10-black);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 0 0 10px;
  transition: box-shadow .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.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 solid #1516230f;
  border-radius: 0;
  place-items: end stretch;
  margin-top: 0;
  padding-bottom: 10px;
}

.cta-text-contact {
  color: var(--primary);
  margin-bottom: 5px;
  font-weight: 600;
}

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

.contact-info-text {
  flex-direction: column;
  display: flex;
}

.cta-link {
  color: var(--primary);
  font-weight: 500;
  text-decoration: none;
}

.form {
  width: 100%;
  margin-top: 30px;
}

.icon {
  background-color: var(--secondary);
  width: 60px;
  height: 60px;
  color: var(--black);
  justify-content: center;
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
  font-size: 1.8em;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.header-contact {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  display: flex;
}

.header-cont-info {
  color: var(--black);
  letter-spacing: .5px;
  align-items: center;
  font-family: Lato, sans-serif;
  font-size: 15.5px;
  text-decoration: none;
  display: flex;
}

.fa-icon {
  width: 26px;
  min-width: 26px;
  height: 26px;
  min-height: 26px;
  color: var(--black);
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
  display: none;
}

.fa-icon.small {
  width: 26px;
  height: 26px;
  margin-right: 5px;
  font-size: 12px;
}

.header-link-cont {
  color: var(--primary);
  text-decoration: none;
}

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

.fs-cc-prefs_button {
  border: 2px solid var(--primary);
  background-color: var(--primary);
  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(--primary);
  color: var(--primary);
  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-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(--black);
  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(--third);
  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 {
  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-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

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

.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(--primary);
  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(--third);
  color: var(--third);
  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: 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-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #1a1a1a99;
  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: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-banner_button {
  border: 2px solid var(--third);
  background-color: var(--primary);
  color: #fff;
  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(--third);
  color: var(--primary);
  background-color: #f5f5f5;
}

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

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

.bottom-co-logo {
  width: 200px;
  height: 200px;
}

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

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

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

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

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

.live-chat-bottom-text.block {
  margin-bottom: 5px;
  font-size: 12px;
  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;
}

.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;
  background-color: var(--black);
  cursor: pointer;
  border: 1px solid #ffffff4d;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: none;
  position: relative;
  inset: auto 0% 0% auto;
}

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

.whatsapp-chat {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border: 1px solid #00000029;
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 300px;
  max-width: 300px;
  height: 315px;
  margin-bottom: 16px;
  display: none;
  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(--third);
}

.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: 40px;
  height: 40px;
  margin-right: 10px;
}

.button-div {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.left-div {
  width: 48.5%;
}

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

._2-col-div {
  justify-content: space-between;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._2-col-div._95 {
  background-color: var(--primary);
  width: 98%;
  max-width: 98%;
}

._2-col-div.rvs {
  flex-flow: row-reverse wrap;
}

.text-area {
  width: 48.5%;
}

.faq-div {
  border-style: solid;
  border-width: 1px 1px 0;
  border-color: var(--primary);
}

.tab-dropdown {
  border-bottom: 1px solid var(--primary);
  width: 100%;
}

.tab-toggle {
  width: 100%;
}

.faq-title {
  white-space: pre-wrap;
}

.tab-dropdown-container.w--open {
  background-color: var(--primary);
  padding: 20px;
  position: relative;
}

.co-logo {
  width: 120px;
  min-width: 120px;
}

.nav-link {
  letter-spacing: .5px;
  padding: 10px 15px;
  line-height: 20px;
}

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

.colour {
  color: var(--secondary);
}

.list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  display: grid;
}

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

.list._2col.nop {
  padding-left: 0;
}

.image-2 {
  width: 32px;
  height: 32px;
}

.co-logo-div {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

.body-div.contact {
  background-image: linear-gradient(#000c, #000c), url('../images/AdobeStock_451880390.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 15px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 60px;
  display: flex;
}

.contact-info-block-2 {
  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-2.m-bottom-20 {
  border-bottom: 1px solid #15162314;
  border-radius: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 0 10px;
  transition-property: none;
}

.contact-info-block-2.m-bottom-20.m-top-60 {
  border-bottom: 1px solid #1516230f;
  border-radius: 0;
  margin-top: 20px;
  padding-bottom: 10px;
}

.cta-link-2 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  text-decoration: none;
}

.h2-div {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 0;
  display: flex;
}

.cta-text-contact-2 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

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

.icon-2 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  font-family: "Fa 300", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.contact-link {
  text-decoration: none;
}

.contact {
  background-color: #fff;
  padding-top: 60px;
}

.contact._60b {
  padding-bottom: 60px;
}

.right-div {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 48.5%;
}

.right-div.form-2 {
  background-image: none;
  width: 60%;
}

.left-contact {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  padding-left: 0;
  display: flex;
}

.h2-wrapper {
  align-items: center;
  display: flex;
}

.h1-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: PT Sans, sans-serif;
  font-size: 35px;
  font-weight: 400;
}

.h1-2.white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
}

.h1-2.white.smaller {
  font-size: 30px;
}

.scroll-stop {
  z-index: 5;
  width: 0;
  height: 0;
  margin-top: -110px;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

.hero-text {
  color: var(--white);
  font-size: 70px;
  font-weight: 600;
}

.gallery {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 20px;
}

.lb-img {
  object-fit: cover;
  width: 100%;
  height: 260px;
}

.bullet-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.bullet-div {
  border: 1px dashed #000;
  padding: 10px;
}

.subheading {
  font-size: 18px;
  font-weight: 600;
}

.subheading._20bp {
  padding-bottom: 20px;
}

.subheading.nop {
  margin-top: 0;
}

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

.subheading.white._20b {
  padding-bottom: 20px;
}

.list-item {
  list-style-type: none;
}

.bullet-heading {
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

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

.bullet-icon {
  width: 32px;
  height: 32px;
  color: var(--secondary);
  background-color: #fff0;
  border-radius: 0%;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-family: "Fa 400", sans-serif;
  font-size: 22px;
  font-weight: 400;
  display: flex;
}

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

.img-div-grid {
  background-image: url('../images/AdobeStock_362092913.webp');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

.img-div-grid.cr {
  background-image: url('../images/AdobeStock_235305251.webp');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.box-sectiom {
  padding-top: 60px;
  padding-bottom: 60px;
}

.grid-div {
  border: 1px dashed #000;
  padding: 15px;
}

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

.div-grid {
  border: 2px dashed var(--secondary);
  padding: 15px;
}

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

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

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

.whatsapp-container-2 {
  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-2:hover {
  background-color: #d3d3d3;
  transform: scale(1.05);
}

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

.live-icon-chat-2 {
  width: 47px;
  margin-right: 10px;
}

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

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

.chat-section-2 {
  background-color: #7e7e7e;
  flex-direction: column;
  justify-content: center;
  height: 50%;
  padding: 16px 20px;
  display: flex;
}

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

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

.livechat-button-2:hover {
  background-color: #4c4a4b;
}

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

  .whatsapp-chat-2 {
    display: none;
  }

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

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

@media screen and (max-width: 991px) {
  .nav-link {
    background-color: var(--white);
  }

  .nav-link.contact.call-btn {
    background-color: var(--secondary);
    color: var(--primary);
    margin-right: 0;
    display: block;
  }

  .dropdown {
    width: 100%;
  }

  .nav-container {
    border-radius: 0;
    width: 95%;
  }

  .menu-button {
    background-color: var(--primary);
    color: var(--white);
    margin-left: 10px;
  }

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

  .navbar {
    border-radius: 0;
    width: 100%;
    padding-right: 10px;
  }

  .dropdown-link {
    text-align: center;
    text-transform: uppercase;
    border-left-width: 0;
    padding-left: 0;
  }

  .dropdown-link:hover {
    border-left-width: 0;
    padding-left: 0;
  }

  .navigation-bar {
    width: 100%;
  }

  .dd-toggle {
    width: 100%;
    padding-left: 40px;
  }

  .dd-toggle.nav-link {
    width: 100%;
  }

  .dd-toggle.nav-link:hover {
    color: var(--secondary);
  }

  .banner-text {
    font-size: 30px;
    line-height: 40px;
  }

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

  .services-wrapper.display-grid {
    grid-template-columns: 1fr 1fr;
  }

  .services-section {
    padding-bottom: 0;
  }

  .container.container-fluid {
    width: 90%;
  }

  .container.display-flex.container-1600px.copy-flex {
    text-align: center;
    flex-direction: column;
  }

  .services-image {
    height: 250px;
  }

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

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

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

  .sm-inner-img {
    margin-top: -10px;
    margin-right: -10px;
    display: none;
  }

  .left-text-area {
    width: 100%;
  }

  .left-text-area.paddint-tomp-bottom-40 {
    background-color: var(--primary);
    width: 100%;
  }

  .left-text-area.paddint-tomp-bottom-40.bg-white {
    background-color: #0000;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .left-text-area.centre {
    background-color: var(--primary);
  }

  .ri.image {
    width: 100%;
    height: 500px;
    margin-top: 100px;
  }

  .ri.image.contact, .ri.image.map {
    height: auto;
  }

  .ri.image.rs {
    margin-top: 40px;
  }

  .ri.image.ld {
    margin-top: 10px;
  }

  .ri.image.cr {
    margin-top: 40px;
  }

  .section-hedaing-2-wrapper.display-flex {
    background-image: none;
    flex-direction: column;
  }

  .section-hedaing-2-wrapper.display-flex.flex-reverse {
    flex-direction: column-reverse;
  }

  .left-img {
    width: 100%;
  }

  .left-img.test {
    min-height: 500px;
  }

  .right-img-grid {
    width: 100%;
    min-height: 500px;
    margin-top: 40px;
    padding-top: 0;
  }

  .heading-3-btn {
    text-align: center;
    width: 100%;
  }

  .left-image {
    width: 100%;
    min-height: 500px;
  }

  .heading-3-right-text {
    width: 100%;
    margin-bottom: 10px;
  }

  .heading-3-wrapper {
    flex-direction: column-reverse;
  }

  .heading-3-section {
    padding-bottom: 10px;
  }

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

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

  .bottom-section {
    margin-top: 0;
  }

  .footer-copy-social {
    margin-top: 20px;
  }

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

  .google-map {
    width: 100%;
  }

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

  .right-img._48 {
    width: 100%;
    margin-top: 40px;
  }

  .contact-grid {
    width: 100%;
    margin-top: 20px;
  }

  .contact-grid.no-img.grid-edit {
    width: 100%;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .form {
    margin-top: 20px;
  }

  .whatsapp-block {
    display: flex;
  }

  .whatsapp-chat {
    display: none;
  }

  .left-div {
    width: 100%;
  }

  ._2-col-div, ._2-col-div._95 {
    flex-flow: column;
  }

  .text-area {
    width: 100%;
  }

  .faq-title {
    width: 90%;
  }

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

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

  .dd-list {
    position: relative;
  }

  .body-div.contact {
    flex-flow: column;
    padding: 40px;
  }

  .contact-info-block-2.m-bottom-20 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .h2-div {
    flex-direction: column;
    align-items: flex-start;
  }

  .icon-2 {
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
  }

  .contact {
    padding-top: 0;
  }

  .contact._60b {
    padding-top: 40px;
  }

  .right-div {
    width: 100%;
    height: 300px;
    margin-top: 0;
  }

  .right-div.form-2 {
    width: 100%;
    height: auto;
  }

  .left-contact {
    width: 100%;
    margin-left: 0;
  }

  .h2-wrapper {
    align-items: center;
    display: flex;
  }

  .form-2 {
    width: 100%;
  }

  .h1-2 {
    margin-bottom: 20px;
  }

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

  .lb-img {
    height: 180px;
  }

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

  .box-sectiom {
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .whatsapp-container-2 {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
  }

  .whatsapp-chat-2 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .navigation-bar {
    position: static;
  }

  .hero-intro-text {
    font-size: 28px;
    line-height: 38px;
  }

  .hero-section {
    height: auto;
    min-height: auto;
  }

  .hero-section.small {
    min-height: 50vh;
  }

  .hero-section.small.svs {
    min-height: 40vh;
  }

  .hero-card {
    width: 90%;
    margin: 60px auto;
  }

  .services-wrapper.display-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

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

  .services-text-block {
    height: 50%;
  }

  .services-block {
    margin-bottom: 20px;
  }

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

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

  .section-h1-wrapper.display-flex.flex-reverse.rvs {
    flex-flow: row-reverse wrap;
  }

  .sm-inner-img {
    width: auto;
    margin-top: -10px;
    margin-right: -10px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .left-text-area {
    padding: 0;
  }

  .left-text-area.paddint-tomp-bottom-40 {
    padding: 30px;
  }

  .left-text-area.paddint-tomp-bottom-40.bg-white {
    padding-top: 20px;
  }

  .left-text-area.paddint-tomp-bottom-40._100 {
    background-color: var(--transparent);
  }

  .h1 {
    font-size: 26px;
    line-height: 34px;
  }

  .ri.image {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .default-btn.margin-top-40 {
    text-align: center;
    text-align: center;
    width: 100%;
    margin-top: 20px;
  }

  .left-img.test {
    min-height: 350px;
  }

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

  .left-image {
    width: 100%;
    min-height: 350px;
    margin-top: 0;
  }

  .heading-3-right-text {
    width: 100%;
    margin-bottom: 0;
    padding: 30px;
  }

  .heading-3-wrapper {
    flex-direction: column;
  }

  .f-col {
    border-bottom: 1px solid #f0f6f81f;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .f-col.no-padding {
    border-bottom-style: none;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .footer-links-block {
    padding-top: 10px;
  }

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

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

  .footer-links-block-2 {
    padding-top: 10px;
  }

  .right-img {
    height: 350px;
  }

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

  .header-contact {
    display: none;
  }

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

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

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

  .faq-title {
    white-space: pre-wrap;
    word-break: normal;
    overflow-wrap: normal;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

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

  .body-div.contact {
    flex-flow: column;
  }

  .cta-link-2 {
    font-size: 16px;
  }

  .h2-div {
    margin-bottom: 0;
  }

  .contact._60b {
    padding-bottom: 40px;
  }

  .scroll-stop {
    margin-top: 0;
  }

  .hero-text {
    font-size: 50px;
  }

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

  .lb-img {
    height: 150px;
  }

  .box-sectiom {
    padding-top: 20px;
    padding-bottom: 10px;
  }

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

@media screen and (max-width: 479px) {
  .nav-link.contact, .nav-link.contact.call-btn {
    display: none;
  }

  .dropdown-link {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
  }

  .hero-intro-text {
    font-size: 22px;
    line-height: 32px;
  }

  .banner-text {
    font-size: 24px;
    line-height: 34px;
  }

  .hero-section.small, .hero-section.small.cr, .hero-section.small.ld, .hero-section.small.ft, .hero-section.small.re {
    min-height: 40vh;
  }

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

  .button.blue, .button.white {
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }

  .hero-card {
    width: 90%;
    margin: 30px auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .svs-title {
    font-size: 20px;
    line-height: 30px;
  }

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

  .services-text-block {
    height: auto;
  }

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

  .test-wrapper.text-center {
    padding-bottom: 20px;
  }

  .services-image {
    height: 200px;
  }

  .service-btn {
    font-weight: 400;
  }

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

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

  .sm-inner-img {
    width: auto;
    margin-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .left-section-para-container.padding-top-20 {
    padding-top: 0;
  }

  .project-img-title {
    font-size: 1rem;
  }

  .left-text-area {
    padding: 10px;
  }

  .left-text-area.paddint-tomp-bottom-40 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h1 {
    font-size: 22px;
    line-height: 30px;
  }

  .h1.margin-top-bottom-10 {
    color: #16252e;
    text-transform: uppercase;
    text-transform: uppercase;
    font-size: 22px;
  }

  .ri.image {
    height: 300px;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .ri.image.cr {
    margin-bottom: 0;
  }

  .ri.image.fr, .ri.image.rr {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .section-heading-2.margin-bottom-20 {
    margin-bottom: 0;
  }

  .left-img, .left-img.test {
    min-height: 250px;
  }

  .h2 {
    padding-left: 0;
    font-size: 26px;
    line-height: 34px;
  }

  .h2.white {
    text-transform: uppercase;
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .col-1 {
    width: 100%;
    min-height: 300px;
  }

  .bottom-img {
    height: 100%;
  }

  .col-2 {
    width: 100%;
    min-height: 300px;
  }

  .right-img-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .moving-img {
    height: 200px;
  }

  .heading-3-btn {
    text-align: center;
    width: 100%;
  }

  .left-image {
    min-height: 250px;
  }

  .heading-3-right-text {
    padding: 20px;
  }

  .h3 {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
  }

  .f-col.no-padding {
    padding-bottom: 0;
  }

  .footer-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

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

  .socials {
    justify-content: flex-start;
    align-items: center;
    bottom: 10px;
  }

  .arrow-up-2 {
    display: flex;
    bottom: 10px;
    right: 5%;
  }

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

  .footer-link-2 {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .footer-link-2.black {
    font-size: 14px;
  }

  .right-img {
    height: 250px;
  }

  .right-img._48 {
    margin-top: 30px;
  }

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

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

  .contact-grid.no-img.grid-edit {
    grid-template-columns: 1fr;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .title-container-3 {
    margin-bottom: 20px;
  }

  .contact-info-block.m-bottom-20.m-top-60, .cta-text-contact {
    margin-bottom: 0;
  }

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

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

  .form {
    margin-top: 0;
  }

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

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

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

  .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-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

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

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

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

  .livechat-button {
    width: 90%;
  }

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

  .faq-title {
    width: 95%;
  }

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

  .body-div.contact {
    padding: 30px;
  }

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

  .cta-link-2 {
    font-size: 14px;
  }

  .h2-div {
    margin-bottom: 0;
    font-size: 18px;
  }

  .cta-text-contact-2 {
    margin-bottom: 0;
  }

  .contact._60b {
    padding-bottom: 30px;
  }

  .right-div.form-2, .left-contact {
    width: 100%;
  }

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

  .h1-2.white {
    font-size: 28px;
  }

  .h1-2.white.smaller {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 24px;
  }

  .hero-text {
    text-align: center;
    justify-content: center;
    align-items: center;
    line-height: 55px;
    display: block;
  }

  .gallery {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .lb-img {
    height: 120px;
  }

  .box-sectiom {
    padding-top: 0;
  }

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

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

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

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

  .whatsapp-container-2 {
    bottom: 10px;
    right: 0;
  }

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

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

#w-node-_5f08f2c4-5279-6565-4e0a-0c66011da3cd-011da3c2, #w-node-_5f08f2c4-5279-6565-4e0a-0c66011da3d7-011da3c2, #w-node-_5f08f2c4-5279-6565-4e0a-0c66011da3e1-011da3c2, #w-node-_5f08f2c4-5279-6565-4e0a-0c66011da3eb-011da3c2 {
  align-self: center;
}

#w-node-c27f431a-d7d7-9d39-a431-6fda4030f1f5-510dde82 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_124be658-7bd8-09bb-bc99-bddbf81c34db-510dde82, #w-node-c57d1466-fa56-9e1b-ea54-9aeb640fade9-510dde82, #w-node-_78fb163a-528d-6baa-0cf8-03b9722a8254-510dde82, #w-node-_89065b24-04ea-795d-64b7-4e9eea7bfd34-510dde84, #w-node-aff5ae32-e055-46c0-cd0d-c632515c47e1-510dde84, #w-node-e436cbda-a653-6eff-3407-39e0113be7c0-510dde84, #w-node-_8a2f3c84-329c-4a1d-609c-903b9ba19d28-510dde84, #w-node-_01763b81-5dea-6862-acaa-cfae0eef63ec-510dde84, #w-node-ff4680ef-8882-d35b-2c40-ca0a4b7cc059-510dde84, #w-node-_766dc1ed-99c5-6f11-aec8-dc88e0825930-510dde84, #w-node-_2e84ef8e-1ae7-bace-9c7b-f3cd477d3d16-510dde84, #w-node-_456a1e67-ba80-e289-8747-f89848783f8d-510dde84, #w-node-_1aeccca2-c327-fca9-e360-284b1f58bd1c-510dde84, #w-node-dc6d58a3-6b4b-3c9f-20f6-856599dbb089-510dde84, #w-node-_89fca7c9-42c2-06d6-848b-1a455c359d86-510dde84 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c27f431a-d7d7-9d39-a431-6fda4030f1f5-47d230f4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_27bffba0-2f59-26cf-73a9-387af72194f1-6c35ed75 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-c27f431a-d7d7-9d39-a431-6fda4030f1f5-510dde82, #w-node-c27f431a-d7d7-9d39-a431-6fda4030f1f5-47d230f4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_27bffba0-2f59-26cf-73a9-387af72194f1-6c35ed75 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@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 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: '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 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: 'Brands 400';
  src: url('../fonts/Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}