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

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

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

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

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

@font-face {
  font-family: "Fa Sharp 300";
  src: url('../fonts/fa-sharp-light-300.ttf') format("truetype");
  font-weight: 300;
  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 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 300";
  src: url('../fonts/fa-light-300.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --black: #262523;
  --primary: #bfc6c7;
  --white: white;
  --secondary: #80817d;
  --dark-blue: #001852;
  --dark-grey: #b3b2ae;
}

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

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

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

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

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

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

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

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

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

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

.title-section.faq {
  padding-top: 20px;
  padding-bottom: 20px;
}

.hero-section {
  font-size: 18px;
  line-height: 24px;
}

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

.about-section.small, .about-section.smaller {
  padding-top: 30px;
  padding-bottom: 30px;
}

.lg-img-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.lg-img-section.smaller {
  padding-top: 60px;
  padding-bottom: 60px;
}

.lg-img-section._40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

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

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

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

.footer-section {
  background-color: var(--black);
  padding-bottom: 40px;
}

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

.top-div {
  justify-content: space-between;
  align-items: center;
  width: 97%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.co-logo-link {
  background-color: var(--black);
  text-align: center;
  width: 150px;
  padding: 10px;
  text-decoration: none;
}

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

.contact-txt {
  width: 150px;
  color: var(--black);
  text-align: right;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.nav-link {
  color: var(--primary);
  letter-spacing: 1px;
  text-transform: none;
  padding: 5px 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 38px;
}

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

.nav-link.w--current {
  color: var(--white);
  text-align: center;
}

.arrow-upright {
  margin-left: 5px;
  font-family: Fa duotone, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.navbar {
  z-index: 20;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.co-logo {
  color: var(--white);
  line-height: 16px;
}

.modular-div {
  justify-content: flex-end;
  align-items: center;
  width: 97%;
  max-width: 1500px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.modular-div.down {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.main-title-div {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  width: 97%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.main-title {
  text-align: right;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 65px;
  font-weight: 500;
  line-height: 70px;
}

.project-button {
  color: var(--black);
  background-color: #0000;
  border: 1px solid #26252380;
  border-radius: 100px;
  justify-content: flex-end;
  align-items: center;
  padding: 5px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.large-subtitle {
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 500;
  line-height: 45px;
}

.hero-img-div {
  z-index: -1;
  background-image: url('../images/relay-control-protection-guides.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 97%;
  max-width: 1500px;
  min-height: 350px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero-img-div.switch {
  background-image: url('../images/linkedin3.webp');
}

.hero-img-div.trans {
  background-image: url('../images/transformer.webp');
}

.hero-img-div.relay {
  background-image: url('../images/linked-2.1.webp');
}

.hero-img-div.london {
  background-image: url('../images/london.webp');
  background-size: cover;
}

.triangle {
  background-color: var(--primary);
  width: 250px;
  height: 250px;
  margin-top: -180px;
  margin-right: 20%;
  transform: skew(0deg)rotate(45deg);
}

.triangle.left {
  width: 300px;
  height: 300px;
  margin: 0 auto -150px -150px;
}

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

.body-div.dark {
  background-color: var(--black);
  justify-content: space-between;
  align-items: stretch;
  padding: 120px 60px 60px;
  display: flex;
}

.body-div.dark.down {
  flex-flow: column;
}

.body-div.dark.top {
  padding-top: 60px;
}

.body-div._60t {
  justify-content: space-between;
  align-items: stretch;
  min-height: 500px;
  margin-top: 60px;
  display: flex;
}

.body-div._20l {
  margin-left: auto;
}

.p {
  margin-bottom: 0;
}

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

.p.white.bp {
  margin-bottom: 20px;
}

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

.p._50.topp {
  margin-top: 20px;
}

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

.p._30t {
  margin-top: 30px;
}

.p._20t {
  margin-top: 20px;
}

.p.bp {
  margin-bottom: 50px;
}

.p.level {
  margin-bottom: 25px;
}

.p.big {
  text-align: center;
  font-size: 28px;
  line-height: 32px;
}

.h1 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
}

._2-col-div {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

._3x2-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 50%;
}

._6-box-div {
  border: 1px solid #26252380;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  margin-top: -1px;
  margin-left: -1px;
  padding: 40px 30px;
  display: flex;
}

._6-box-div.black {
  background-color: var(--black);
  align-items: center;
}

._6-box-div.empty {
  border-width: 0;
}

._40-div {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

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

._40-div._100.cent, ._40-div.mid {
  justify-content: center;
  align-items: center;
}

.box-title {
  margin-bottom: 5px;
  font-size: 80px;
  line-height: 80px;
}

.box-title.white {
  color: var(--primary);
}

.box-text {
  margin-bottom: 0;
  padding-left: 3px;
  font-size: 14px;
  line-height: 24px;
}

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

.model-title {
  z-index: 100;
  padding-bottom: 0;
  padding-left: 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.grey-number {
  color: var(--secondary);
}

.learn-more-button {
  color: var(--black);
  background-color: #0000;
  border: 1px solid #26252380;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 6px 30px 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .2s;
  display: flex;
}

.learn-more-button:hover {
  background-color: var(--black);
  color: var(--primary);
}

.mobile-project-button {
  color: var(--black);
  background-color: #0000;
  border: 1px solid #26252380;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 5px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  display: none;
}

.nav-menu {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

._4-box-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 1fr;
}

._4-box-div {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

._4-box-div.img {
  border: 10px solid var(--black);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.box-heading {
  text-transform: uppercase;
  border-bottom: 1px solid #26252380;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
}

.box-heading.green {
  width: auto;
  color: var(--primary);
  border-bottom-color: #e3ebd280;
  margin-bottom: 30px;
}

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

.h2.light {
  width: 100%;
  color: var(--primary);
  margin-bottom: 30px;
}

.dark-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

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

.dark-img {
  width: 50%;
  margin-top: -150px;
  margin-bottom: -100px;
}

.model-button {
  background-color: var(--primary);
  color: var(--black);
  border: 1px solid #26252380;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding: 5px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.bottom-heading {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.footer-links {
  color: var(--primary);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
}

.form-container {
  background-color: var(--black);
  justify-content: space-between;
  align-items: stretch;
  padding: 60px;
  display: flex;
}

.form-container._100 {
  text-align: center;
  justify-content: space-around;
  align-items: stretch;
}

.form-code {
  width: 50%;
}

.form-code._100 {
  width: 100%;
}

.left-div {
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

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

.click-menu {
  border: 2px solid var(--black);
  background-color: var(--primary);
  width: 200px;
  color: var(--black);
  text-align: center;
  cursor: pointer;
  border-radius: 50px;
  padding: 9px 20px;
  font-size: 15px;
  line-height: 15px;
  transition: all .2s;
}

.click-menu:hover {
  background-color: var(--black);
  color: var(--primary);
}

.nav-div {
  z-index: 10;
  border: 5px solid var(--primary);
  background-color: var(--black);
  width: 30%;
  box-shadow: 0 0 20px 0 var(--black);
  align-items: flex-start;
  margin-top: 20px;
  margin-right: 20px;
  padding: 40px;
  display: none;
  position: fixed;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.close-button {
  z-index: 30;
  color: var(--primary);
  background-color: #0000;
  margin-top: 20px;
  margin-right: 20px;
  padding: 0;
  font-family: Fa duotone, sans-serif;
  font-size: 40px;
  line-height: 40px;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.house-img {
  width: 100%;
}

.back-to-top-div {
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
  display: flex;
}

.back-to-top-link {
  border: 2px solid var(--primary);
  background-color: var(--black);
  width: 50px;
  height: 50px;
  color: var(--primary);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-top: -25px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

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

.btt-icon {
  font-family: Fa duotone, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

._2-img-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  min-height: 400px;
  margin-top: 40px;
}

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

.img-div._1 {
  background-image: url('../images/AdobeStock_60904780.webp');
  background-position: 50%;
  background-size: cover;
}

.img-div._1.switch {
  background-image: url('../images/linkedin2.5.webp');
}

.img-div._1.trans {
  background-image: url('../images/transformers-2.webp');
}

.img-div._2 {
  background-image: url('../images/AdobeStock_621472402.webp');
  background-position: 50%;
  background-size: cover;
}

.img-div._2.switch {
  background-image: url('../images/linkedin3.webp');
}

.img-div._2.trans {
  background-image: url('../images/transformer-3.avif');
}

.bottom-container {
  border: 1px solid #e3ebd299;
  flex-direction: column;
  align-items: center;
  width: 48%;
  padding: 40px;
  display: flex;
}

.bottom-container._2 {
  width: 48%;
  padding-left: 60px;
}

.bottom-container._1 {
  padding-right: 60px;
}

.bottom-link {
  color: var(--primary);
  text-align: center;
  margin-bottom: 6px;
  text-decoration: none;
}

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

.icons {
  color: var(--primary);
  margin-right: 5px;
  font-family: Fa duotone, sans-serif;
}

.icons.bl {
  color: var(--black);
}

.bottom-title {
  color: var(--primary);
  border-bottom: 1px solid #e3ebd280;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-weight: 700;
}

.social-media-div {
  margin-top: 20px;
  display: flex;
}

.sm-link {
  margin-right: 1px;
  text-decoration: none;
}

.sm-icon {
  color: var(--primary);
  margin-right: 20px;
  font-family: "Brands 400", Arial, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.sm-icon.fb {
  font-size: 28px;
  line-height: 38px;
}

.sm-icon.fb.black {
  color: var(--black);
}

.sm-icon.insta {
  margin-right: 0;
}

.sm-icon.insta.black, .sm-icon.bl {
  color: var(--black);
}

.bottom-text {
  color: var(--primary);
  text-align: center;
  margin-top: 10px;
  text-decoration: none;
}

.bottom-text.black {
  color: var(--black);
  margin-top: 0;
}

.bottom-div {
  justify-content: space-between;
  align-items: stretch;
  width: 97%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.round-img {
  z-index: 1;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 22%;
  margin: auto -50px;
  display: flex;
  position: relative;
}

.project-div {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.project-container {
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding-right: 5px;
  display: flex;
}

.view-project {
  color: var(--black);
  text-align: right;
  font-size: 14px;
  line-height: 24px;
}

.arrows-div {
  justify-content: center;
  align-items: center;
  width: 15%;
  display: flex;
}

.project-small-div {
  background-image: url('../images/AdobeStock_125039978.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30%;
  margin-top: 60px;
  margin-bottom: 60px;
}

.arrows {
  color: var(--black);
  font-family: Fa duotone, sans-serif;
}

.arrows.left {
  color: var(--secondary);
  margin-right: 10px;
  font-size: 20px;
}

.arrows.right {
  margin-left: 10px;
  font-size: 20px;
}

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

.project-img-div {
  background-image: url('../images/AdobeStock_473150167.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

._3-box {
  border-bottom: 5px solid var(--dark-blue);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  padding: 0 0 20px;
  display: flex;
}

._4-box-img {
  background-color: var(--black);
  object-fit: cover;
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
  padding: 10px;
}

._3-box-title {
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5rem;
}

._4-svs-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 100px;
}

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

.list._1 {
  grid-template-columns: 1.25fr;
}

.list._2col {
  grid-column-gap: 50px;
  grid-template-columns: 1.25fr 1fr;
}

.list._2col.topp {
  margin-top: 20px;
}

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

.list-item {
  align-items: center;
  transition: all .3s;
  display: flex;
}

.list-item:hover {
  margin-left: 30px;
}

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

.bullet-icon.round {
  border-color: var(--black);
  background-color: #0000;
  border-radius: 20px;
  flex: none;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

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

.bullet-icon.round {
  background-color: #0000;
  border-color: #262523;
  border-radius: 20px;
  flex: none;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

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

.fa-2.dark {
  color: #262523;
  font-family: Fa duotone, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

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

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

.contact-div {
  flex-direction: column;
  display: flex;
}

.top-tel {
  color: var(--black);
  text-align: center;
  margin-top: 5px;
  text-decoration: none;
}

.font-awsome {
  font-family: Fa duotone, sans-serif;
}

.top-nav-50-div {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.top-nav-50-div._2 {
  justify-content: flex-start;
  width: auto;
  margin-top: 5px;
}

.social-link {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-left: 2px;
  margin-right: 2px;
  padding: 10px;
  font-family: "Brands 400", Arial, sans-serif;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.social-link:hover {
  border: 1px solid var(--black);
  color: var(--black);
  background-color: #fff;
}

.div-block {
  display: flex;
}

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

.fs-cc-prefs_button {
  border: 2px solid var(--black);
  background-color: var(--black);
  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(--black);
  color: var(--black);
  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(--black);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

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

.fs-cc-prefs_toggle-wrapper {
  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(--black);
}

.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(--black);
  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(--black);
  color: var(--black);
  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-prefs_overlay {
  z-index: -1;
  background-color: #0009;
  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(--black);
  background-color: var(--primary);
  min-width: 140px;
  color: var(--black);
  text-align: center;
  border-radius: 500px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

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

.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-animation {
  height: 150px;
  display: inline-flex;
}

.image-div {
  background-image: url('../images/linkedin2.5.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 48%;
}

.image-div.map {
  background-image: none;
}

.image-div._100 {
  width: 100%;
  height: 400px;
}

.image-div._100.topp {
  margin-top: 40px;
}

.image-div.switch {
  background-image: url('../images/linked-2.1.webp');
}

.image-div.trans {
  background-image: url('../images/Linkedin1.6.webp');
}

.gallery-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.lb {
  width: 100%;
}

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

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

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

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

.whatsapp-chat {
  background-color: #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: flex;
  overflow: hidden;
}

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

.livechat-button {
  cursor: pointer;
  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:hover {
  background-color: #326db1;
}

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

.faq-div {
  border-style: solid;
  border-width: 1px 1px 0;
  border-color: var(--dark-grey);
  width: 100%;
}

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

.tab-toggle {
  width: 100%;
}

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

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

.tab-text {
  margin-bottom: 0;
}

.tab-text._30t {
  margin-top: 30px;
}

.tab-text._20t {
  margin-top: 20px;
}

.hyperlink {
  color: var(--black);
  transition: all .3s;
}

.hyperlink:hover {
  box-shadow: inset 0 -20px 5px 0 var(--primary);
  color: var(--white);
}

.h3 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 95%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  display: flex;
}

.contact-info-block {
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  transition: box-shadow .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.contact-info-block.last {
  margin-bottom: 0;
}

._2-column-div {
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h2-2 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

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

.git-icon {
  background-color: var(--secondary);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  font-family: "Fa Sharp 300", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.text-line {
  background-color: #7e7e7e;
  width: 40px;
  height: 2px;
  margin-bottom: 20px;
}

.text-line._10r {
  margin-right: 10px;
}

.form-div {
  flex-direction: column;
  justify-content: flex-start;
  width: 60%;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 4px #0003;
}

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

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

.h2-div {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.h2-div._30b {
  margin-bottom: 30px;
}

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

.cta-text-contact {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}

.cta-link {
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.cta-link.address {
  max-width: 350px;
  color: var(--white);
}

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

.subheading {
  font-weight: 700;
}

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

.subheading.white.bp {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-size: 18px;
}

.subheading.bp {
  margin-top: 20px;
  margin-bottom: 20px;
}

.subheading.bp.sm {
  font-size: 18px;
}

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

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

.lottie {
  width: 100px;
  margin-bottom: 10px;
}

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

.list-2._1 {
  grid-template-columns: 1.25fr;
}

.list-2._1.topp {
  margin-top: 20px;
}

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

.list-2._2.topp {
  margin-top: 20px;
}

.h2-3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 34px;
}

.learn-more-button-2 {
  color: #262523;
  background-color: #0000;
  border: 1px solid #80817d;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 6px 30px 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .2s;
  display: flex;
}

.learn-more-button-2:hover {
  color: #e3ebd2;
  background-color: #262523;
}

.learn-more-button-2._500 {
  width: 220px;
  margin-top: 30px;
}

.bottom-heading-2 {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

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

.relay-div.topp {
  margin-top: 20px;
}

.relay-div.topp._3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.relay-grid-div {
  border: 1px dashed var(--dark-blue);
  padding: 10px;
}

.relay-grid-div.top {
  margin-top: 20px;
  padding-top: 10px;
}

.button-container {
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  display: block;
  position: relative;
}

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

  ._2-column-div {
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .title-section {
    padding-bottom: 40px;
  }

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

  .lg-img-section {
    padding-top: 80px;
    padding-bottom: 60px;
  }

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

  .top-div {
    width: 95%;
  }

  .nav-link {
    text-align: center;
    font-size: 18px;
    line-height: 38px;
  }

  .navbar {
    background-color: #0000;
  }

  .modular-div {
    flex-direction: column;
    align-items: flex-start;
    width: 95%;
    margin-bottom: 0;
  }

  .main-title-div {
    flex-direction: column;
    align-items: flex-start;
    width: 95%;
  }

  .main-title {
    font-size: 80px;
    line-height: 80px;
  }

  .project-button {
    justify-content: flex-start;
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: auto;
    display: none;
    inset: auto auto 0% 0%;
  }

  .large-subtitle {
    font-size: 40px;
  }

  .hero-img-div {
    width: 95%;
    min-height: 400px;
  }

  .triangle {
    width: 160px;
    height: 160px;
    margin-top: -90px;
  }

  .triangle.left {
    width: 280px;
    height: 280px;
  }

  .body-div {
    width: 95%;
  }

  .body-div.dark {
    flex-direction: column;
    padding: 40px;
  }

  .body-div._60t {
    min-height: 400px;
    margin-top: 60px;
  }

  ._2-col-div {
    flex-direction: column;
  }

  ._3x2-grid {
    width: 100%;
    margin-top: 40px;
  }

  ._6-box-div {
    min-height: auto;
  }

  ._40-div {
    width: 100%;
  }

  .box-title {
    font-size: 70px;
    line-height: 70px;
  }

  .mobile-project-button {
    justify-content: flex-start;
    margin-top: 10px;
    display: block;
    inset: auto auto 0% 0%;
  }

  .nav-menu {
    background-color: var(--primary);
    text-align: center;
  }

  ._4-box-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .dark-left {
    align-items: flex-start;
    width: 100%;
    margin-top: 30px;
  }

  .dark-img {
    width: 55%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    display: none;
  }

  .model-button {
    justify-content: flex-start;
    inset: auto auto 0% 0%;
  }

  .bottom-heading {
    margin-top: 30px;
  }

  .form-container {
    flex-direction: column;
    padding: 40px;
  }

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

  .left-div {
    width: 100%;
  }

  .nav-div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
  }

  .house-img {
    width: 100%;
  }

  ._2-img-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    min-height: 300px;
  }

  .bottom-container._2 {
    padding: 20px 20px 20px 30px;
  }

  .bottom-container._1 {
    padding: 20px 30px 20px 20px;
  }

  .bottom-text {
    max-width: 200px;
  }

  .bottom-div {
    width: 95%;
  }

  .round-img {
    width: 30%;
  }

  ._4-box-img {
    padding: 10px;
  }

  ._4-svs-grid {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 60px;
  }

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

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

  .top-nav-50-div._2 {
    margin-right: 20px;
  }

  .image-div {
    width: 100%;
    height: 450px;
    margin-top: 40px;
  }

  .image-div.map {
    height: auto;
  }

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

  .chat-section {
    background-color: var(--dark-grey);
  }

  .whatsapp-container {
    background-color: var(--black);
  }

  .whatsapp-container:hover {
    background-color: var(--secondary);
  }

  .whatsapp-chat {
    display: none;
  }

  .whatsapp-block {
    display: flex;
  }

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

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

  .contact-info-block.last {
    margin-bottom: 30px;
  }

  ._2-column-div {
    flex-direction: column;
    align-items: center;
  }

  .left-contact {
    width: 100%;
  }

  .text-line, .text-line._10r {
    display: none;
  }

  .form-div {
    width: 100%;
  }

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

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

  .h2-div._30b {
    margin-bottom: 10px;
  }

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

  .cta-link.address {
    max-width: 100%;
  }

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

  .bottom-heading-2 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .title-section {
    padding-top: 0;
  }

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

  .lg-img-section {
    padding-top: 70px;
    padding-bottom: 40px;
  }

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

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

  .bottom-section._0t {
    padding-bottom: 50px;
  }

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

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

  .navbar {
    width: 200px;
  }

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

  .main-title {
    font-size: 60px;
    line-height: 60px;
  }

  .large-subtitle {
    font-size: 30px;
    line-height: 40px;
  }

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

  .triangle {
    width: 120px;
    height: 120px;
    margin-top: -70px;
  }

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

  .body-div._60t {
    min-height: 300px;
    margin-top: 40px;
  }

  ._3x2-grid {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  ._6-box-div {
    align-items: center;
  }

  ._6-box-div.empty {
    display: none;
  }

  .dark-left {
    width: 100%;
    margin-top: 20px;
  }

  .dark-img {
    background-position: 0%;
    width: 100%;
    min-height: 350px;
    margin-top: 30px;
  }

  .click-menu {
    width: 100%;
    margin-bottom: 10px;
  }

  .nav-div {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    inset: 0% 0% auto;
  }

  ._2-img-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    min-height: 200px;
  }

  .bottom-container._2 {
    width: 100%;
    padding-top: 80px;
    padding-left: 20px;
  }

  .bottom-container._1 {
    width: 100%;
    padding-bottom: 70px;
    padding-right: 20px;
  }

  .bottom-div {
    flex-direction: column;
    align-items: center;
  }

  .round-img {
    width: 50%;
    margin: -50px 0;
  }

  ._4-svs-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 40px;
  }

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

  .contact-div {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: 300px;
    margin-bottom: 10px;
  }

  .top-nav-50-div._2 {
    text-align: center;
    justify-content: center;
    margin-right: 0;
  }

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

  .image-div {
    height: 350px;
  }

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

  .h3 {
    flex-flow: column;
  }

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

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

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

  .cta-link.address {
    max-width: 330px;
  }

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

@media screen and (max-width: 479px) {
  .title-section {
    padding-bottom: 20px;
  }

  .about-section, .lg-img-section, .bottom-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .bottom-section._0t {
    padding-bottom: 40px;
  }

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

  .top-div {
    flex-direction: column;
    width: 100%;
  }

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

  .contact-link {
    width: 100%;
  }

  .contact-txt {
    text-align: center;
    width: 100%;
    display: none;
  }

  .nav-link {
    font-size: 16px;
    line-height: 26px;
  }

  .navbar {
    width: 100%;
  }

  .modular-div, .main-title-div {
    width: 90%;
  }

  .main-title {
    font-size: 30px;
    line-height: 35px;
  }

  .large-subtitle {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 30px;
  }

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

  .triangle {
    width: 100px;
    height: 100px;
    margin-top: -55px;
  }

  .triangle.left {
    width: 250px;
    height: 250px;
    margin-bottom: -130px;
    margin-left: -130px;
  }

  .body-div {
    width: 90%;
  }

  .body-div.dark {
    margin-top: 20px;
    padding: 20px;
  }

  .body-div._60t {
    flex-direction: column;
    align-items: center;
    min-height: auto;
    margin-top: 40px;
  }

  .h1 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
  }

  ._6-box-div {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .box-title {
    margin-bottom: 0;
    font-size: 60px;
    line-height: 60px;
  }

  .model-title {
    padding-left: 20px;
  }

  .learn-more-button {
    width: 100%;
  }

  .mobile-project-button {
    justify-content: center;
  }

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

  ._4-box-div.img {
    min-height: 250px;
  }

  .box-heading {
    margin-bottom: 10px;
  }

  .box-heading.green, .h2, .h2.light {
    margin-bottom: 20px;
  }

  .dark-img {
    min-height: 220px;
    margin-top: 20px;
  }

  .bottom-heading {
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .footer-links {
    margin-top: 20px;
  }

  .form-container {
    padding: 20px;
  }

  .form-code {
    margin-top: 30px;
  }

  .click-menu {
    width: 90%;
  }

  .nav-div {
    padding: 50px 20px 20px;
  }

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

  .back-to-top-div {
    margin-bottom: 20px;
  }

  ._2-img-grid {
    grid-template-columns: 1fr;
    min-height: 450px;
  }

  .bottom-div {
    width: 90%;
  }

  .round-img {
    width: 70%;
    height: 170px;
  }

  .project-div {
    width: 100%;
  }

  .view-project {
    text-align: right;
    display: flex;
  }

  .arrows-div {
    width: 100%;
    display: none;
  }

  .project-small-div {
    width: 100%;
    min-height: 200px;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .project-img-div {
    min-height: 200px;
  }

  ._4-svs-grid {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }

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

  .list._2col, .list._2x1 {
    grid-template-columns: 1.25fr;
  }

  .bullet-heading {
    text-align: left;
    font-weight: 400;
  }

  .contact-div {
    flex-direction: column;
    align-items: center;
    max-width: 280px;
  }

  .top-tel {
    margin-top: 0;
  }

  .top-nav-50-div._2 {
    background-color: #fff;
    justify-content: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed;
    inset: auto 0% 0%;
  }

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

  .image-div {
    height: 250px;
  }

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

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

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

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

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

  .livechat-button {
    width: 90%;
  }

  .contact-info-block.last {
    margin-bottom: 20px;
  }

  .h2-2 {
    font-size: 24px;
  }

  .git-icon {
    font-size: 1em;
    display: none;
  }

  .text-line {
    margin-right: 5px;
    display: none;
  }

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

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

  .h2-div, .cta-text-contact {
    margin-bottom: 0;
  }

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

  .list-2._2.topp {
    grid-template-columns: 1.25fr;
  }

  .h2-3 {
    margin-bottom: 20px;
  }

  .learn-more-button-2 {
    width: 100%;
  }

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

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

#w-node-_73925187-2d64-99f2-f4db-dffa4a71d0bb-b5078e08, #w-node-be881e1d-3198-f796-6bac-c9fcd9b45a38-b5078e08, #w-node-_8d5c10ad-1f4d-8f84-41cf-fff6303677b9-b5078e08, #w-node-_9838587b-84de-a334-61af-2ce5d10772af-b5078e08, #w-node-c82c7ee4-c467-39cd-673f-7809a9003453-b5078e08, #w-node-_3b3e3c8a-fb22-2c81-4e47-8ef92fe779ed-b5078e08, #w-node-ed7cfd4b-fbde-065a-04f7-6da58895e10b-b5078e08, #w-node-_10ae1899-8cbf-92e6-223e-64678a0d94cf-b5078e08, #w-node-_11dd71b6-5923-7776-3c1d-43d01a785500-b5078e08, #w-node-_499ca9e6-f66c-3b2e-b18d-4acaf4fb9a45-b5078e08, #w-node-_46297209-8488-cfe2-d543-a17e070be1ce-b5078e08, #w-node-_149b5166-c81e-3a9e-2416-44eec33caf97-b5078e08, #w-node-b966c633-6123-dd18-b8fd-e2af2b6b1d0a-2b6b1d08, #w-node-b966c633-6123-dd18-b8fd-e2af2b6b1d1c-2b6b1d08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a48d588d-c938-c95c-62e7-ed9b4e4441a7-4e44419c, #w-node-a48d588d-c938-c95c-62e7-ed9b4e4441b5-4e44419c, #w-node-a48d588d-c938-c95c-62e7-ed9b4e4441bf-4e44419c {
  align-self: center;
}

#w-node-_46297209-8488-cfe2-d543-a17e070be1ce-b5078e09, #w-node-_149b5166-c81e-3a9e-2416-44eec33caf97-b5078e09, #w-node-d608942c-10ce-3449-fbad-dfe745c0b699-c0f88f1c, #w-node-d8fbe864-3e72-b23d-65b1-e19bb2ca64e4-c0f88f1c, #w-node-_2366ddf6-c9c1-630c-0352-6d95189ab3bf-c0f88f1c, #w-node-_262a3b77-c1e9-df35-f3f0-c65a23d8e559-c0f88f1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ccc8d4cf-6b36-371b-0860-78c96c2dccfb-c0f88f1c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_46297209-8488-cfe2-d543-a17e070be1ce-c0f88f1c, #w-node-_149b5166-c81e-3a9e-2416-44eec33caf97-c0f88f1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_602caf8f-b2b1-8712-4853-f87bec6181fb-2a7e2ee7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-d608942c-10ce-3449-fbad-dfe745c0b699-c0f88f1c, #w-node-d8fbe864-3e72-b23d-65b1-e19bb2ca64e4-c0f88f1c, #w-node-_2366ddf6-c9c1-630c-0352-6d95189ab3bf-c0f88f1c, #w-node-_262a3b77-c1e9-df35-f3f0-c65a23d8e559-c0f88f1c, #w-node-ccc8d4cf-6b36-371b-0860-78c96c2dccfb-c0f88f1c, #w-node-_602caf8f-b2b1-8712-4853-f87bec6181fb-2a7e2ee7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands';
  src: url('../fonts/FA-Brands.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa duotone';
  src: url('../fonts/FA-Duotone.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp 300';
  src: url('../fonts/fa-sharp-light-300.ttf') format('truetype');
  font-weight: 300;
  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 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 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp 400';
  src: url('../fonts/fa-sharp-regular-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: 'Brands 400';
  src: url('../fonts/Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}