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

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

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

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

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

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

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

:root {
  --mid-grey: #737374;
  --white: #fff;
  --yellow: #ffef12;
  --dark-grey: #454746;
  --light-grey: #ccc;
  --dark-grey-2: #454746;
  --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 {
  background-color: var(--mid-grey);
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.call-us-box {
  background-color: var(--mid-grey);
  color: var(--yellow);
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding: 12px 20px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.call-us-box:hover {
  background-color: var(--white);
  color: var(--dark-grey);
}

.announcement-time {
  color: var(--dark-grey);
  font-size: 14px;
  line-height: 20px;
}

.announcement-bar {
  z-index: 999;
  background-color: var(--yellow);
  color: var(--dark-grey);
  position: sticky;
  inset: 0% 0% auto;
  box-shadow: 0 0 3px #0000004d;
}

.announcement-link {
  color: var(--dark-grey);
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

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

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

.contact-info {
  justify-content: flex-start;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.top-wrapper {
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.header-social-media {
  margin-left: 20px;
  display: flex;
}

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

.nav-menu.margin-auto {
  justify-content: space-between;
  margin-top: 5px;
  margin-left: auto;
}

.dd-menu-link {
  color: var(--mid-grey);
  border-left: 5px solid #0000;
  padding: 10px 20px 10px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .2s ease-in-out;
}

.dd-menu-link:hover {
  border-left: 5px solid var(--yellow);
  background-color: var(--light-grey);
  color: var(--dark-grey);
}

.dd-menu-link.w--current {
  background-color: var(--light-grey);
  color: var(--dark-grey);
}

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

.co-logo-link.footer {
  margin-bottom: 20px;
}

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

.dropdown-list.w--open {
  background-color: var(--white);
  color: var(--white);
  border-radius: 0;
  width: auto;
  margin-top: 45px;
  overflow: visible;
}

.nav-link {
  color: var(--mid-grey);
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s ease-in-out;
}

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

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

.header-social-icon {
  color: var(--dark-grey);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 35px;
  min-width: 35px;
  height: 35px;
  min-height: 35px;
  margin-right: 10px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.header-social-icon:hover {
  background-color: var(--dark-grey);
  color: var(--white);
  font-weight: 400;
}

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

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

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

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

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

.navbar {
  z-index: 10;
  background-color: var(--white);
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.hero-content {
  text-align: center;
  background-color: #000c;
  border-radius: 40px;
  width: 60%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px;
}

.button {
  border: 1px solid var(--dark-grey);
  background-color: var(--dark-grey);
  color: var(--yellow);
  border-radius: 4px;
  margin-right: 20px;
  padding: 15px 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.button:hover {
  background-color: var(--white);
  color: var(--dark-grey);
}

.button.top {
  border-color: var(--light-grey);
  background-color: var(--dark-grey);
  color: var(--yellow);
}

.button.top:hover, .button.midgrey {
  background-color: var(--mid-grey);
}

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

.hero-section {
  background-image: url('../images/ses-3.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 78vh;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

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

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

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

.top-text {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

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

.left-section.vertical {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.btn-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  display: flex;
}

.right-section {
  box-shadow: 11px -11px 0 0 var(--dark-grey);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: stretch;
  align-items: stretch;
  width: 48.5%;
  display: flex;
}

.right-section.home {
  background-image: url('../images/ses-8.webp');
}

.right-section.hire {
  background-image: url('../images/domestic-13.webp');
}

.right-section.domestic {
  background-image: url('../images/domestic-3.webp');
}

.right-section.commercial {
  background-image: url('../images/commercial-7.webp');
  background-position: 50% 70%;
}

.right-section.access {
  background-image: url('../images/commercial-6.webp');
}

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

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

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

.bullet-block-title {
  color: var(--white);
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
}

.services {
  background-color: var(--dark-grey);
  padding-top: 100px;
  padding-bottom: 100px;
}

.services.mid {
  background-color: var(--mid-grey);
}

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

.bullet-list-grid._40t {
  margin-top: 30px;
}

.card-bullet-item {
  align-items: center;
  font-weight: 500;
  list-style-type: none;
  display: flex;
}

.bullet-block-btn {
  background-color: var(--white);
  color: var(--dark-grey);
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 4px;
  margin-top: auto;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 600;
  line-height: 23px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.bullet-block-btn:hover {
  background-color: var(--yellow);
}

.bullet-block {
  text-align: left;
  background-image: linear-gradient(#5f5f5ff2, #5f5f5ff2), url('../images/bg-stripes.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 30px 30px;
  transition: all .2s ease-in-out;
  display: flex;
  box-shadow: 1px 1px 3px #0000000d;
}

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

.bullet-block.still:hover {
  transform: none;
}

.bullet-heading {
  color: var(--white);
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  display: flex;
}

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

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

.section-2-img.home {
  background-image: url('../images/ses-11.webp');
  background-position: 50% 100%;
}

.section-2-img.hire {
  background-image: url('../images/ses-5.webp');
}

.section-2-img.hire1 {
  background-image: url('../images/ses-2.webp');
}

.section-2-img.domestic {
  background-image: url('../images/domestic-6.webp');
}

.section-2-img.commercial {
  background-image: url('../images/commercial-1.webp');
}

.section-2-img.commercial1 {
  background-image: url('../images/commercial-3.webp');
}

.section-2-img.access {
  background-image: url('../images/ses-12.webp');
}

.section-2-img.domestic1 {
  background-image: url('../images/domestic-1.webp');
}

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

.content-section {
  background-color: var(--mid-grey);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.cta-section {
  background-image: linear-gradient(#ffef12d9, #ffef12d9), url('../images/bg-stripes.webp');
  background-position: 0 0, 50%;
  background-size: auto, 100% 100%;
  background-attachment: scroll, fixed;
  padding-top: 60px;
  padding-bottom: 60px;
}

.cta-section._0t {
  padding-top: 0;
}

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

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

.heading-3-text {
  color: var(--dark-grey);
  padding-right: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.h3-cta-btns {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.h3-cta-call-btn {
  background-color: var(--dark-grey);
  color: var(--yellow);
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding: 15px 20px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.h3-cta-call-btn:hover {
  background-color: var(--mid-grey);
}

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

.h3-cta-call-btn.btn-outline:hover {
  background-color: var(--white);
  color: var(--dark-grey);
}

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

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

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

.footer-col {
  width: 30%;
}

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

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

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

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

.contact-block._100._0b {
  border-right-width: 0;
  padding-top: 0;
  padding-bottom: 20px;
}

.contact-block.mid {
  width: 40%;
}

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

.footer-social-media:hover {
  background-color: var(--mid-grey);
  color: var(--yellow);
}

.footer-social-media.contact {
  font-family: "Fa solid 900", sans-serif;
}

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

.footer-section {
  background-color: var(--dark-grey);
  padding-top: 60px;
  padding-bottom: 0;
}

.footer-menu-text {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: 600;
}

.contact-type-title {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 700;
}

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

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

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

.contact-icon {
  background-color: var(--yellow);
  color: var(--dark-grey);
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  font-family: "Fa 300", sans-serif;
  font-size: 20px;
  font-weight: 300;
  display: flex;
}

.contact-icon.ct-us {
  background-color: var(--dark-grey-2);
  color: var(--yellow);
  min-width: 60px;
  min-height: 60px;
  font-size: 24px;
  line-height: 24px;
}

.contact-info-link {
  color: var(--white);
  text-decoration: none;
  display: inline-block;
}

.footer-div {
  border-top: 1px solid #ffffff17;
  margin-top: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.social-media-block {
  justify-content: flex-start;
  align-items: center;
  width: 250px;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

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

.scroll-arrow-up {
  color: var(--dark-grey);
  justify-content: center;
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

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

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

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

.services-box:hover {
  filter: drop-shadow(0 3px 6px #000000b3);
  outline-offset: -10px;
  outline-width: 1px;
}

.services-box._1 {
  background-image: url('../images/ses-14.webp');
}

.services-box._2 {
  background-image: url('../images/ses-2.webp');
}

.services-box._3 {
  background-image: url('../images/ses-7.webp');
}

.services-box._4 {
  background-image: url('../images/ses-1.webp');
  background-position: 50% 0;
}

.services-box._5 {
  background-image: url('../images/ses-12.webp');
}

.service-box-title {
  background-color: var(--white);
  color: var(--dark-grey);
  text-align: center;
  text-transform: uppercase;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
}

.service-box-title.link {
  background-color: var(--yellow);
  color: var(--dark-grey);
  border-radius: 0 5px 5px 0;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-width: 130px;
  font-weight: 600;
  transition: all .2s;
  display: flex;
}

.service-box-title.link:hover {
  background-color: var(--dark-grey);
  color: var(--yellow);
}

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

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

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

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

.testemonials {
  background-color: var(--dark-grey);
  padding-top: 100px;
  padding-bottom: 100px;
}

.test-slider {
  position: static;
}

.sub-heading {
  color: var(--yellow);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

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

.heading-2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  padding-right: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.heading-2.dark {
  color: var(--mid-grey);
}

.co-logo {
  filter: invert();
  width: 250px;
}

.co-logo.non {
  filter: none;
  width: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.hero-h1 {
  color: var(--yellow);
  text-transform: uppercase;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
}

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

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

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

.h2 {
  color: var(--yellow);
  text-transform: uppercase;
  text-shadow: 3px 3px 3px #00000080;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 38px;
}

.sub-head {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.button-div {
  margin-top: 20px;
}

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

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

.footer-list {
  color: var(--light-grey);
  text-align: center;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 24px;
}

.box-container {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.backtotop {
  height: 0;
}

.dropdown-toggle {
  color: var(--mid-grey);
  margin-top: 0;
  padding: 10px 30px 10px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
}

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

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

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

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #fff;
  border-color: #4353ff;
}

.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: #616161;
  margin-right: 24px;
}

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

.fs-cc-prefs_label {
  color: #4353ff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs_text {
  color: #021a69;
  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-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

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

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

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

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

.fs-cc-prefs_title {
  color: #021a69;
  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 {
  color: #4353ff;
  border-bottom: 2px solid #4353ff;
  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: #03052499;
  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 131px 20px;
}

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

.fs-cc-banner_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #f5f5f5;
  border-color: #4353ff;
}

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

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

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

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

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

.bottom-link.w--current {
  color: var(--yellow);
}

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

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

.contact-right {
  border: 2px solid var(--mid-grey);
  background-color: #0003;
  border-radius: 10px;
  width: 50%;
  padding: 10px 20px 20px;
  position: static;
}

.top-container {
  flex-flow: row;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.h1-yellow {
  color: var(--white);
  margin-top: 10px;
  font-size: 25px;
  line-height: 40px;
}

.hero-text {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

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

.hyperlink:hover {
  box-shadow: inset 0 -30px 0 0 var(--yellow);
  color: var(--dark-grey);
}

.hyperlink.black {
  box-shadow: inset 0 -1px 0 0 var(--dark-grey);
  color: var(--dark-grey);
}

.hyperlink.black:hover {
  box-shadow: inset 0 -30px 0 0 var(--dark-grey);
  color: var(--yellow);
}

.contact-details {
  color: var(--dark-grey);
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 700;
}

.contact-details-link {
  color: var(--dark-grey);
  margin-bottom: 0;
  font-weight: 500;
  text-decoration: none;
}

.box-icon {
  width: 60px;
  margin-bottom: 15px;
}

.ul-div {
  background-image: linear-gradient(90deg, var(--light-grey), var(--transparent) 75%);
  border-radius: 5px;
  width: 100%;
  height: 5px;
  margin-bottom: 30px;
}

.trustatrader-logo {
  width: 20%;
}

.trade-block {
  justify-content: space-between;
  align-items: center;
  max-width: 300px;
  padding-top: 20px;
  display: flex;
}

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

.contact-text, .checkatrade-logo {
  width: 50%;
}

.side-links {
  z-index: 9999;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  height: 180px;
  margin-top: 220px;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.side-link {
  border: 1px solid var(--yellow);
  background-color: var(--dark-grey-2);
  color: var(--yellow);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-right: 10px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.side-link:hover {
  background-color: var(--yellow);
  color: var(--dark-grey);
  font-weight: 400;
}

.side-link.contact {
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  line-height: 20px;
}

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

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

.whatsapp-block {
  z-index: 30;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 60px;
  margin-right: 10px;
  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;
}

.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: var(--yellow);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  padding: 16px 20px;
  display: flex;
  position: relative;
}

.small-whatsapp-icon {
  color: var(--dark-grey);
  margin-right: 10px;
}

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

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

.chat-block {
  background-color: var(--dark-grey);
  border-radius: 8px;
  width: 100%;
  padding: 15px;
}

.whatsapp-container {
  z-index: 30;
  background-color: var(--dark-grey);
  cursor: pointer;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  min-width: 70px;
  height: 70px;
  min-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(--mid-grey);
  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(--mid-grey);
  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(--light-grey);
}

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

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

._148-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 75px;
  min-width: 75px;
  height: 75px;
  min-height: 75px;
  margin-left: 32px;
  margin-right: 32px;
  display: flex;
  position: relative;
}

.resize-text {
  display: none;
}

._148-sm-inner-square {
  border: 1px solid var(--yellow);
  background-color: var(--dark-grey);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotate(45deg);
}

._148-social-media-wrapper {
  display: flex;
}

.browser-top {
  z-index: 1;
  background-color: #e2e2e2;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  align-items: center;
  height: 30px;
  padding-left: 15px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

._148-sm-inner-circle {
  border: 1px solid var(--yellow);
  border-radius: 100%;
  width: 100px;
  min-width: 100px;
  height: 100px;
  min-height: 100px;
  display: block;
  position: absolute;
}

.browser-dot {
  background-color: #fc615d;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-left: 3px;
  margin-right: 3px;
}

.browser-dot.yellow {
  background-color: #fdbc40;
}

.browser-dot.green {
  background-color: #35cc4b;
}

.browser-demo {
  z-index: auto;
  background-color: #1a1a1a;
  background-image: none;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  flex-wrap: nowrap;
  place-content: flex-end center;
  align-items: center;
  width: 800px;
  height: 400px;
  display: none;
  position: relative;
  overflow: hidden;
}

.demo-wrapper {
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
  position: static;
  left: 0%;
  right: 0%;
}

.call-icon {
  color: var(--yellow);
  font-family: "Fa solid 900", sans-serif;
  font-size: 25px;
  transform: rotate(-45deg);
}

.call-icon.social {
  font-family: "Fa brands 400", sans-serif;
}

.mini-circle {
  background-color: var(--yellow);
  border-radius: 60px;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: -30% auto auto;
}

.lottie-animation {
  z-index: 999;
  width: 150px;
  height: 150px;
  position: fixed;
  inset: auto auto 0% 1%;
}

.sister-section {
  background-color: var(--dark-grey);
  padding-top: 20px;
  padding-bottom: 20px;
}

.sister-div {
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.p-2 {
  color: #fff;
}

.p-2.black {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
  text-decoration: none;
}

.sister-logo {
  width: 150px;
  margin-left: 20px;
  margin-right: 20px;
}

.h1 {
  color: var(--yellow);
  text-transform: uppercase;
  text-shadow: 3px 3px 3px #00000080;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 40px;
  display: flex;
}

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

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

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

.bullet-list.areas {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 0;
}

.bullet-list._10t {
  margin-top: 10px;
}

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

.bullet-list._2col._0ty {
  margin-top: 0;
}

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

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

.bullet-list._3col._0t {
  margin-top: 0;
  margin-bottom: 20px;
}

.bullet-list._3col._0p {
  margin-top: 0;
  margin-bottom: 0;
}

.card-icon-2 {
  color: #ffef12;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  font-family: "Fa solid 900", sans-serif;
  display: flex;
}

.lb-link {
  color: #fff;
  background-color: #737374;
  border-bottom: 5px solid #ccc;
  text-decoration: none;
  transition: all .2s;
}

.lb-link:hover {
  color: #454746;
  background-color: #fff;
  border-bottom-color: #737374;
}

.gallery-title {
  text-align: center;
  padding: 10px;
  text-decoration: none;
}

.left-section-2 {
  text-align: left;
  flex: 0 auto;
  width: 48.5%;
}

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

.h1-2 {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
}

.h1-2.left {
  justify-content: flex-start;
  align-items: flex-start;
}

.lb-img {
  filter: brightness(75%);
  object-fit: cover;
  width: 100%;
  height: 350px;
}

.lb-img:hover {
  filter: brightness();
}

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

.contact-icon-2 {
  color: #454746;
  background-color: #ffef12;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  font-family: "Fa 300", sans-serif;
  font-size: 20px;
  font-weight: 300;
  display: flex;
}

.contact-icon-2.yellow {
  color: #fff;
  background-color: #454746;
  border: 1px solid #ffef12;
  border-radius: 50%;
  min-width: 60px;
  min-height: 60px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}

.left-section-3 {
  text-align: left;
  flex: 0 auto;
  width: 48.5%;
}

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

.contact-block-2 {
  border-right: 1px solid #fff;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 30%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

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

.contact-block-2._100._0p {
  border-right-width: 0;
  padding-top: 0;
  padding-bottom: 0;
}

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

.contact-details-2 {
  color: #454746;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 700;
}

.contact-details-2.yellow {
  color: #ffef12;
}

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

.footer-contact-info-2 {
  border: 1px solid #fff;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  display: flex;
}

.footer-contact-info-2.contactus {
  border-width: 0;
  flex-flow: column;
  padding: 0;
}

.contact-link {
  color: #454746;
  margin-bottom: 0;
  font-weight: 500;
  text-decoration: none;
}

.contact-link.white {
  color: #fff;
}

.areas-item {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.left-section-4 {
  text-align: left;
  flex: 0 auto;
  width: 48.5%;
}

.areas-map {
  width: 48.5%;
}

.site-map-link {
  color: #fff;
  margin-bottom: 3px;
  text-decoration: none;
}

.site-map-link.w--current {
  margin-bottom: 0;
}

.h1-white {
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 5px;
  font-size: 25px;
  line-height: 30px;
  text-decoration: none;
  display: flex;
}

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

.filler-img {
  background-image: url('../images/ses-6.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-link {
  color: var(--light-grey);
  text-decoration: none;
}

.bullet-icon {
  width: 20px;
  min-width: 20px;
  margin-right: 10px;
}

.link-block {
  width: 30%;
  margin-left: 10px;
  margin-right: 10px;
}

.vat {
  margin-top: 10px;
}

.trade-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 300px;
  padding-top: 20px;
  display: flex;
}

.trustatrader-logo-2 {
  width: 28%;
}

.checkatrade-logo-2 {
  width: 65%;
}

.sister-section-2 {
  background-color: var(--dark-grey);
  padding-top: 20px;
  padding-bottom: 20px;
}

.p-3 {
  color: #fff;
  margin-top: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.p-3.black {
  color: #454746;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
  text-decoration: none;
}

.p-3.visit {
  color: var(--yellow);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
  text-decoration: none;
}

@media screen and (min-width: 1920px) {
  .test-slider, .contact-right {
    position: static;
  }

  .whatsapp-chat {
    display: none;
  }

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

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

@media screen and (max-width: 991px) {
  .container.nav-fluid {
    width: 100%;
    padding: 0;
  }

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

  .top-wrapper {
    flex-flow: column;
  }

  .header-social-media {
    justify-content: space-around;
    margin-top: 0;
    margin-left: 0;
  }

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

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

  .dd-menu-link {
    background-color: var(--dark-grey);
    color: var(--white);
    border-left-width: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 10px;
  }

  .dd-menu-link:hover {
    background-color: var(--dark-grey);
    color: var(--yellow);
    border-left-width: 0;
  }

  .dropdown-list.w--open {
    margin-top: 0;
    position: relative;
  }

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

  .nav-link:hover {
    background-color: var(--dark-grey);
    color: var(--yellow);
    border-radius: 0;
  }

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

  .header-social-icon {
    background-color: var(--white);
    color: var(--dark-grey-2);
    width: 33.3%;
    height: auto;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 22px;
    font-weight: 400;
  }

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

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

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

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

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

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

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

  .burger-menu {
    color: var(--dark-grey);
  }

  .nav-toggle {
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    margin-left: auto;
  }

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

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

  .navbar-2 {
    justify-content: space-between;
    align-items: center;
    padding: 20px;
  }

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

  .hero-content {
    width: 90%;
  }

  .button.top {
    margin-left: 10px;
    margin-right: 10px;
  }

  .hero-section {
    height: auto;
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

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

  .left-section {
    width: 100%;
  }

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

  .right-section {
    box-shadow: none;
    width: 100%;
    min-height: 500px;
    margin-top: 50px;
  }

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

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

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

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

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

  .section-2-img.hire1 {
    display: none;
  }

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

  .content-section._0t-tablet {
    padding-top: 0;
  }

  .content-section._20b {
    padding-bottom: 20px;
  }

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

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

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

  .heading-3-text {
    text-align: center;
    font-size: 22px;
    line-height: 32px;
  }

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

  .footer-col {
    width: 30%;
  }

  .footer-col.mid {
    width: 25%;
  }

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

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

  .contact-block._100.nobord {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .contact-block._100._0b {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .contact-block.mid {
    width: 100%;
  }

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

  .footer-contact-info.vert.contact {
    margin-top: 20px;
  }

  .social-media-block {
    padding-top: 0;
  }

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

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

  .service-box-title {
    padding-left: 10px;
    padding-right: 10px;
  }

  .quote-symbol {
    line-height: 40px;
  }

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

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

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

  .heading-2.dark {
    margin-bottom: 20px;
  }

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

  .h2 {
    margin-bottom: 15px;
  }

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

  .box-container {
    max-width: 500px;
  }

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

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

  .dropdown-toggle.w--open {
    background-color: var(--dark-grey);
  }

  .contact-right {
    width: 100%;
  }

  .top-container {
    align-items: center;
    width: 95%;
  }

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

  .ul-div {
    margin-bottom: 20px;
  }

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

  .contact-text {
    width: 100%;
  }

  .side-link {
    background-color: var(--white);
    color: var(--dark-grey-2);
    font-size: 22px;
    font-weight: 400;
  }

  .side-link:hover {
    background-color: var(--white);
    color: var(--dark-grey);
  }

  ._148-icon-wrapper {
    margin-top: 42px;
    margin-bottom: 0;
  }

  .resize-text {
    color: #ce3434;
    text-align: center;
    background-color: #0000;
    width: auto;
    max-width: 480px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.2;
  }

  ._148-social-media-wrapper {
    flex-flow: row;
    margin-top: 10px;
  }

  .browser-demo {
    flex-direction: column;
    justify-content: center;
    width: 700px;
    height: 500px;
    margin-bottom: 100px;
  }

  .demo-wrapper {
    flex-flow: row;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .sister-logo {
    margin-left: 10px;
    margin-right: 10px;
  }

  .h1 {
    margin-bottom: 15px;
  }

  .bullet-list._4col, .bullet-list._2col, .bullet-list._3col {
    grid-template-columns: 1fr 1fr;
  }

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

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

  .lb-img {
    height: 200px;
  }

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

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

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

  .contact-block-2._100._0p {
    margin-bottom: 10px;
  }

  .contact-block-2._100.nobord {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

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

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

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

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

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

  .filler-img {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .call-us-box {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-left: 0;
    padding: 10px 40px;
  }

  .announcement-bar {
    padding-top: 10px;
    padding-bottom: 10px;
    position: static;
  }

  .container.nav-fluid {
    padding-top: 0;
  }

  .contact-info {
    justify-content: center;
    align-items: center;
  }

  .top-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-content {
    border-radius: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
    display: flex;
  }

  .button {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .button.auto {
    margin-left: 0;
    margin-right: auto;
  }

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

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

  .top-text {
    line-height: 28px;
  }

  .right-section {
    min-height: 350px;
    margin-top: 40px;
  }

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

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

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

  .cta-section, .cta-section.contactform {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-3-text {
    line-height: 30px;
  }

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

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

  .footer-col {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    display: flex;
  }

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

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

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

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

  .footer-contact-info.vert.contact {
    margin-top: 30px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-div {
    margin-top: 40px;
    padding-bottom: 80px;
  }

  .social-media-block {
    justify-content: center;
    align-items: center;
  }

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

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

  .services-box {
    min-height: 250px;
  }

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

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

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

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

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

  .heading-2.dark {
    margin-bottom: 20px;
    font-size: 24px;
  }

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

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

  .button-div {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    display: flex;
  }

  .footer-list {
    width: 100%;
  }

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

  .top-container {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

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

  .hero-text {
    margin-bottom: 20px;
    line-height: 24px;
  }

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

  .resize-text {
    color: #333;
    line-height: 1.5;
    display: none;
  }

  .browser-demo {
    flex-flow: column;
    justify-content: center;
    width: 400px;
    height: 500px;
    margin-bottom: 100px;
    margin-left: 110px;
    margin-right: 110px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .demo-wrapper {
    min-height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .p-2.black {
    text-align: center;
    line-height: 20px;
  }

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

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

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

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

  .lb-img {
    height: 250px;
  }

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

  .contact-icon-2.yellow {
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
    font-size: 20px;
    line-height: 20px;
  }

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

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

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

  .p-3.black, .p-3.visit {
    text-align: center;
    line-height: 20px;
  }
}

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

  .announcement-time {
    margin-bottom: 0;
    line-height: 22px;
  }

  .announcement-bar {
    padding-bottom: 0;
  }

  .announcement-link {
    font-size: 15px;
  }

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

  .contact-info {
    margin-bottom: 5px;
    margin-right: 0;
  }

  .top-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    max-width: 280px;
    line-height: 17px;
  }

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

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

  .navbar-2 {
    flex-flow: column;
    padding: 10px 10px 0;
  }

  .hero-content {
    border-radius: 20px;
    width: 90%;
    padding: 25px 20px;
  }

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

  .button.auto {
    margin-bottom: 0;
  }

  .button.top {
    margin: 12px 0 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .button.midgrey {
    margin-bottom: 0;
  }

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

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

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

  .right-section {
    min-height: 250px;
    margin-top: 20px;
  }

  .card-bullet {
    margin-bottom: 15px;
  }

  .bullet-block-title {
    font-size: 22px;
    line-height: 28px;
  }

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

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

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

  .bullet-block {
    padding: 20px;
  }

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

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

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

  .heading-3-text {
    font-size: 20px;
    line-height: 28px;
  }

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

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

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

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

  .contact-block {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .contact-block._100.nobord {
    margin-bottom: 0;
  }

  .contact-block._100._0b {
    padding-bottom: 5px;
  }

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

  .footer-menu-text {
    margin-bottom: 10px;
  }

  .contact-type-title {
    margin-bottom: 4px;
    line-height: 20px;
  }

  .footer-contact-info {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-contact-info.vert.contact {
    margin-top: 15px;
  }

  .contact-icon {
    display: none;
  }

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

  .footer-div {
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 70px;
  }

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

  .services-box {
    min-height: 200px;
  }

  .service-box-title {
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .service-box-title.link {
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
    width: 100%;
  }

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

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

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

  .sub-heading.black {
    line-height: 25px;
  }

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

  .heading-2.dark, .hero-h1 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 26px;
  }

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

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

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

  .footer-list {
    font-size: 14px;
    line-height: 24px;
  }

  .box-container {
    flex-flow: column;
  }

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

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

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

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

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

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

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

  .contact-right {
    background-color: var(--transparent);
    border-width: 0;
    border-radius: 0;
    padding: 0;
  }

  .h1-yellow {
    margin-top: 5px;
    font-size: 16px;
    line-height: 24px;
  }

  .hero-text {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .contact-details.left {
    text-align: left;
  }

  .trade-block {
    max-width: 250px;
  }

  .contact-grid {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
  }

  .side-links {
    margin-top: 320px;
  }

  .side-link {
    margin-right: 5px;
  }

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

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

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

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

  .livechat-button {
    width: 90%;
  }

  ._148-icon-wrapper {
    width: 35px;
    min-width: 35px;
    height: 35px;
    min-height: 35px;
    margin-left: 15px;
    margin-right: 15px;
    display: flex;
  }

  .resize-text {
    margin-left: 20px;
    margin-right: 20px;
  }

  ._148-sm-inner-square {
    background-color: var(--mid-grey);
    border-style: none;
    border-radius: 100%;
  }

  ._148-social-media-wrapper {
    flex-flow: column;
    margin-top: 0;
  }

  ._148-social-media-wrapper.hide {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  ._148-sm-inner-circle {
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
  }

  .browser-demo {
    width: 300px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .demo-wrapper {
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .call-icon {
    font-size: 22px;
    line-height: 22px;
  }

  .mini-circle {
    top: -45%;
  }

  .sister-div {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .p-2.black {
    margin-bottom: 0;
  }

  .sister-logo {
    width: 170px;
    margin: 5px 0;
  }

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

  .bullet-list {
    margin-bottom: 15px;
  }

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

  .bullet-list.areas {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-columns: 1fr;
  }

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

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

  .lb-img {
    height: 200px;
  }

  .contact-icon-2 {
    display: none;
  }

  .contact-block-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .contact-block-2._100._0p {
    padding-bottom: 5px;
  }

  .contact-block-2._100.nobord {
    margin-bottom: 0;
  }

  .contact-details-2.yellow {
    text-align: left;
  }

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

  .footer-contact-info-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h1-white {
    margin-top: 5px;
    font-size: 16px;
    line-height: 24px;
  }

  .trade-block-2 {
    max-width: 250px;
  }

  .p-3.black, .p-3.visit {
    margin-bottom: 0;
  }
}

#w-node-d4cfa3ce-90fc-4f46-dfba-4b32c68b8bbf-dfdaeab8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-adbea63c-d41c-c327-4198-4a5a8d58accf-dfdaeab8 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_5a1d9f18-e588-56e6-d6ed-7ae3c4649e06-dfdaeab8, #w-node-_2ee52069-c011-2593-2af0-b82ee0617beb-dfdaeab8, #w-node-_1f81431f-3fd4-ce50-9f9a-783d355c4949-dfdaeab8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6413dd0-3c87-6e39-046e-f27dfe230065-dfdaeab8, #w-node-d6413dd0-3c87-6e39-046e-f27dfe230082-dfdaeab8, #w-node-d6413dd0-3c87-6e39-046e-f27dfe23009f-dfdaeab8 {
  place-self: auto;
}

#w-node-_5d7a501f-c3c6-3913-bd63-bb004b5ef96b-4b5ef962 {
  place-self: end;
}

#w-node-cca6338a-1100-14b7-8b28-99e3cceda913-df035b74, #w-node-cca6338a-1100-14b7-8b28-99e3cceda92c-df035b74, #w-node-cca6338a-1100-14b7-8b28-99e3cceda954-df035b74, #w-node-_1f3dfff7-524d-8994-1199-0c2820c47a1d-df035b74, #w-node-_2eebc9a4-5a2c-85eb-aabe-e769443ffec3-df035b74 {
  place-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-adbea63c-d41c-c327-4198-4a5a8d58accf-dfdaeab8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1f81431f-3fd4-ce50-9f9a-783d355c4949-dfdaeab8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1f81431f-3fd4-ce50-9f9a-783d355c4949-dfdaeab8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5d7a501f-c3c6-3913-bd63-bb004b5ef96a-4b5ef962, #w-node-_6740a32e-634d-c46e-1e71-a4920a06016a-069283de {
    justify-self: auto;
  }

  #w-node-_70385179-4d1c-3a17-8fc3-115a5e6d55e7-5e6d55df {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_70385179-4d1c-3a17-8fc3-115a5e6d55ec-5e6d55df {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8466dcd8-3bfa-2523-3931-0b72a6c67274-151ce8ac {
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5d7a501f-c3c6-3913-bd63-bb004b5ef96a-4b5ef962, #w-node-_6740a32e-634d-c46e-1e71-a4920a06016a-069283de {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_70385179-4d1c-3a17-8fc3-115a5e6d55e7-5e6d55df {
    justify-self: center;
  }

  #w-node-_70385179-4d1c-3a17-8fc3-115a5e6d55ec-5e6d55df {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_8466dcd8-3bfa-2523-3931-0b72a6c67274-151ce8ac {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 100';
  src: url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa duotone 900';
  src: url('../fonts/fa-duotone-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa sharp solid 900';
  src: url('../fonts/fa-sharp-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}