@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap);
@charset "UTF-8";
.hd-grid-landscape-img {
  width: 100%;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 960px) {
  .hd-grid-landscape-img {
    max-height: 220px;
    max-width: 450px;
    display: block;
    margin: auto;
  }
}
.hd-grid-landscape-img img {
  width: 100%;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 960px) {
  .hd-grid-landscape-img img {
    max-height: 220px;
  }
}

.hd-grid-vertical-img {
  width: 100%;
  height: 530px;
  max-width: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.hd-grid-vertical-img.hd-grid-vertical-img-history {
  max-width: none;
}
@media (max-width: 960px) {
  .hd-grid-vertical-img {
    max-width: 226px;
    max-height: 297px;
  }
}
.hd-grid-vertical-img img {
  max-width: 340px;
  max-height: 416x;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 960px) {
  .hd-grid-vertical-img img {
    max-width: 226px;
    max-height: 297px;
  }
}

.hd-grid-block-vertical-img {
  max-height: 297px;
  -o-object-fit: cover;
     object-fit: cover;
}
.hd-grid-block-vertical-img img {
  max-height: 297px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 960px) {
  .hd-grid-block-vertical-img {
    width: 100%;
    max-height: 620px;
    height: 620px;
    max-width: none;
  }
}

/* Padding */
.hd-pr-0 {
  padding-right: 0;
}

.hd-pb-5 {
  padding-bottom: 3rem;
}

@media (min-width: 960px) {
  .hd-pl-0 {
    padding-left: 0;
  }
}

@media (min-width: 960px) {
  .hd-pr-md-30 {
    padding-right: 32px;
  }
}

@media (min-width: 960px) {
  .hd-pr-md-120 {
    padding-right: 120px;
  }
}

.hd-py-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.hd-py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.hd-py-50 {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (min-width: 960px) {
  .hd-py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.hd-py-100 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.hd-py-100.mobile50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 960px) {
  .hd-py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.hd-py-150 {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 960px) {
  .hd-py-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

.hd-py-200 {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 960px) {
  .hd-py-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}

.hd-pb-100 {
  padding-bottom: 50px;
}
@media (min-width: 960px) {
  .hd-pb-100 {
    padding-bottom: 100px;
  }
}

.hd-pb-150 {
  padding-bottom: 25px;
}
@media (min-width: 960px) {
  .hd-pb-150 {
    padding-bottom: 150px;
  }
}

.hd-pt-100 {
  padding-top: 50px;
}
@media (min-width: 960px) {
  .hd-pt-100 {
    padding-top: 100px;
  }
}

.hd-pt-150 {
  padding-top: 50px;
}
@media (min-width: 960px) {
  .hd-pt-150 {
    padding-top: 150px;
  }
}

.hd-pb-0 {
  padding-bottom: 0;
}

/*margin */
@media (min-width: 960px) {
  .hd-mt-120 {
    margin-top: 120px;
  }
}

.hd-ml-30 {
  margin-left: 30px;
}
@media (max-width: 640px) {
  .hd-ml-30 {
    margin-left: 30px;
  }
}

@media (min-width: 1200px) {
  .hd-mt-50 {
    margin-top: 50px;
  }
}

@media (min-width: 1200px) {
  .hd-mt-75 {
    margin-top: 75px;
  }
}

@media (max-width: 960px) {
  .hd-mb-50 {
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .hd-mb-50 {
    margin-bottom: 50px;
  }
}

@media (min-width: 1200px) {
  .hd-mb-100 {
    margin-bottom: 100px;
  }
}

@media (min-width: 640px) {
  .hd-ml-30-md {
    margin-left: 50px;
  }
}

.hd-my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

@media (min-width: 960px) {
  .hd-mt--150 {
    margin-top: -150px;
  }
}

@media (min-width: 960px) {
  .hd-mt--100 {
    margin-top: -100px;
  }
}

/** Index **/
.z-index-2 {
  z-index: 2;
}

.hd-z-index-2 {
  z-index: 2;
}

.hd-z-index-3 {
  z-index: 3;
}

.hd-bg-white {
  background-color: #FFFFFF;
}

.hd-t-orange {
  color: #ff5100 !important;
  font-family: "Prompt", sans-serif;
}

.hd-t-white {
  color: #FFFFFF !important;
}

.hd-bg-white {
  background-color: #FFFFFF;
}

.hd-bg-orange {
  background-color: #ff5100;
}

.hd-bg-light-gray {
  background-color: #f2f2f2;
}

.hd-bg-dark-gray {
  background-color: #cad4d8;
}

.hd-bg-blue {
  background-color: #212933;
}

.hd-bg-none {
  background-color: transparent;
}

.hd-border-bottom-grey {
  border-bottom: 1px solid #c6c6c6;
}

.hd-bg-random-grey {
  background-color: #f1f1f1;
}

.hd-img-bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.hd-weight-normal {
  font-weight: normal;
}

.hd-page-category h1, .hd-page-category h2, .hd-page-category h3, .hd-page-category p {
  font-family: "Prompt", sans-serif;
  font-size: 50px;
  color: #FFFFFF;
  font-weight: 500;
}

.hd-page-title-white h1, .hd-page-title-white h2, .hd-page-title-white h3, .hd-page-title-white p, .hd-page-title-white div {
  font-family: "Prompt", sans-serif;
  font-size: 38px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 960px) {
  .hd-page-title-white h1, .hd-page-title-white h2, .hd-page-title-white h3, .hd-page-title-white p, .hd-page-title-white div {
    font-size: 24px;
    font-weight: normal;
  }
}

.hd-page-title-orange h1, .hd-page-title-orange h2, .hd-page-title-orange h3, .hd-page-title-orange p {
  font-family: "Prompt", sans-serif;
  font-size: 38px;
  color: #ff5100;
  font-weight: 400;
  line-height: 1;
}
.hd-page-title-orange h1 {
  font-weight: bold;
}
@media (max-width: 960px) {
  .hd-page-title-orange h1 {
    font-size: 24px;
    font-weight: normal;
    margin-left: 15px;
  }
}
@media (max-width: 960px) {
  .hd-page-title-orange h2, .hd-page-title-orange h3, .hd-page-title-orange p {
    font-size: 20px;
    font-weight: normal;
  }
}

.hd-page-title-blue h1, .hd-page-title-blue h2, .hd-page-title-blue h3, .hd-page-title-blue p {
  font-family: "Prompt", sans-serif;
  font-size: 38px;
  color: #212933;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 960px) {
  .hd-page-title-blue h1, .hd-page-title-blue h2, .hd-page-title-blue h3, .hd-page-title-blue p {
    font-size: 24px;
    font-weight: normal;
  }
}
.hd-page-title-blue.main-title h1, .hd-page-title-blue.main-title h2, .hd-page-title-blue.main-title h3, .hd-page-title-blue.main-title p {
  font-size: 55px;
  font-weight: 600;
  line-height: 1.5;
}
@media (max-width: 960px) {
  .hd-page-title-blue.main-title h1, .hd-page-title-blue.main-title h2, .hd-page-title-blue.main-title h3, .hd-page-title-blue.main-title p {
    font-size: 26px;
    font-weight: normal;
  }
}

.hd-giant-text h1, .hd-giant-text h2, .hd-giant-text h3, .hd-giant-text p {
  opacity: 0.05;
  font-family: "Prompt", sans-serif;
  font-size: 347.5px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #FFFFFF;
}

.description-light {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #7c8080;
}
.description-light p {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #7c8080;
  margin: 0;
  align-self: center;
}
.description-light li {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #7c8080;
}

.hd-pages-text-light-gray {
  color: #7c8080;
  font-family: "Open Sans", sans-serif;
  font-size: 19px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: normal;
  text-align: left;
}
@media (max-width: 960px) {
  .hd-pages-text-light-gray {
    font-size: 13px;
  }
}
.hd-pages-text-light-gray h1, .hd-pages-text-light-gray h2, .hd-pages-text-light-gray h3, .hd-pages-text-light-gray p {
  color: #7c8080;
  font-family: "Open Sans", sans-serif;
  font-size: 19px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: normal;
  text-align: left;
}
@media (max-width: 960px) {
  .hd-pages-text-light-gray h1, .hd-pages-text-light-gray h2, .hd-pages-text-light-gray h3, .hd-pages-text-light-gray p {
    font-size: 13px;
  }
}
.hd-pages-text-light-gray.align-center {
  text-align: center;
}
.hd-pages-text-light-gray p {
  margin-bottom: 0;
}

.hd-pages-text-white * {
  color: #FFFFFF;
  font-family: "Open Sans", sans-serif;
  font-size: 19px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: normal;
  text-align: left;
}
@media (max-width: 960px) {
  .hd-pages-text-white * {
    font-size: 13px;
  }
}

.hd-pages-text-blue * {
  color: #212933;
  font-family: "Open Sans", sans-serif;
  font-size: 19px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: normal;
  text-align: left;
}
@media (max-width: 960px) {
  .hd-pages-text-blue * {
    font-size: 13px;
  }
}

.hd-section-title {
  opacity: 0.05;
  font-family: "Prompt", sans-serif;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #efefef;
  position: absolute;
  z-index: 2;
  top: 0;
  width: 100%;
  font-size: 70px;
}
@media (min-width: 960px) {
  .hd-section-title {
    font-size: 200px;
  }
}
@media (min-width: 1200px) {
  .hd-section-title {
    font-size: 260px;
  }
}
.hd-section-title.section-title-white {
  color: #FFFFFF;
  opacity: 0.4;
}
@media (max-width: 960px) {
  .hd-section-title.hd-section-title-page {
    display: none;
  }
}

.title-orange {
  color: #ff5100;
  font-family: "Prompt", sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.11;
  letter-spacing: normal;
  text-align: left;
}

.hd-grid-number-label {
  font-family: "Prompt", sans-serif;
  font-size: 65px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.66;
  letter-spacing: normal;
  text-align: left;
  color: #cad4d8;
}
@media (min-width: 960px) {
  .hd-grid-number-label {
    font-size: 90px;
  }
}

.hd-grid-content ul {
  color: #7c8080;
  margin-top: 0;
  padding-left: 10px;
  list-style-type: none;
}
@media (max-width: 960px) {
  .hd-grid-content ul {
    margin-bottom: 0px;
  }
}
.hd-grid-content ul li {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
  color: #7c8080;
  margin: 8px 0px;
}
@media (min-width: 960px) {
  .hd-grid-content ul li {
    font-size: 19px;
  }
}
.hd-grid-content ul li:before {
  content: "•";
  font-size: 14pt;
  position: relative;
  left: -8px;
  opacity: 0.5;
}
.hd-grid-content ol {
  list-style-type: none;
  color: #7c8080;
  margin-bottom: 0;
  padding-left: 0;
}
.hd-grid-content ol li {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
  color: #7c8080;
  margin: 8px 0px;
}
@media (min-width: 960px) {
  .hd-grid-content ol li {
    font-size: 19px;
  }
}
.hd-grid-content .hd-grid-content-text-remove-margin {
  margin-bottom: 0px !important;
}

.hd-grid-block-heading h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
  color: #7c8080;
  margin: 8px 0px;
}
@media (min-width: 960px) {
  .hd-grid-block-heading h2 {
    font-size: 19px;
  }
}

@media (max-width: 960px) {
  .hd-grid-block-list ul {
    margin-bottom: 0;
  }
}
.hd-grid-block-list ul > li {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
  color: #7c8080;
}
@media (min-width: 960px) {
  .hd-grid-block-list ul > li {
    font-size: 19px;
  }
}

.hd-block-main-title {
  font-family: "Prompt", sans-serif;
  font-size: 38px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #ff5100;
}
@media (max-width: 960px) {
  .hd-block-main-title {
    font-size: 24px;
    font-weight: normal;
  }
}
.hd-block-main-title h2 {
  font-family: "Prompt", sans-serif;
  font-size: 38px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #ff5100;
  margin-bottom: 0;
}
@media (max-width: 960px) {
  .hd-block-main-title h2 {
    font-size: 24px;
    font-weight: normal;
  }
}

.hd-text-main-title {
  font-family: "Prompt", sans-serif;
  font-size: 38px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #212933;
}
@media (max-width: 960px) {
  .hd-text-main-title {
    font-size: 24px;
    font-weight: normal;
  }
}

.hd-text-sub-title {
  font-family: "Open Sans", sans-serif;
  font-size: 19px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: normal;
  text-align: left;
  color: #ff5100;
}
.hd-text-sub-title.font-strong {
  font-weight: 600;
}
.hd-text-sub-title.align-center {
  text-align: center;
}

.hd-textarea-main-title {
  font-family: "Prompt", sans-serif;
  font-size: 38px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #212933;
}

.hd-textarea-sub-title {
  font-family: "Open Sans", sans-serif;
  font-size: 19px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: normal;
  text-align: left;
  color: #ff5100;
}

.hd-btn {
  padding: 12px 14.5px 12px 24.9px;
  border-radius: 5px;
  background-color: transparent;
  font-family: "Prompt", sans-serif;
  font-weight: 400;
  border: none;
  cursor: pointer;
  vertical-align: middle;
}
.hd-btn svg {
  margin-left: 16px;
  margin-top: -5px;
  width: 18px;
  height: 11px;
}

.hd-btn-dark {
  background-color: #212933;
  color: #FFFFFF;
  transition: all ease 0.3s;
}
.hd-btn-dark.hd-Gmaps-Btn {
  padding: 12px 16px;
}
.hd-btn-dark.hd-Gmaps-Btn svg {
  transform: rotate(45deg);
}
.hd-btn-dark:hover {
  background-color: #ff5100;
  color: #FFFFFF;
}
.hd-btn-dark.hover-white:hover {
  background-color: #FFFFFF;
  color: #212933;
}
.hd-btn-dark.hover-white:hover svg {
  filter: invert(10%) sepia(7%) saturate(2723%) hue-rotate(174deg) brightness(99%) contrast(86%);
}
.hd-btn-dark.no-svg {
  padding: 12px 14.5px 12px 14.5px;
}

.hd-btn-orange {
  background-color: #ff5100;
  color: #FFFFFF;
  transition: all ease 0.3s;
}
.hd-btn-orange:hover {
  background-color: #212933;
  color: #FFFFFF;
}

.hd-scroll-btn svg {
  transition: all ease 0.5s;
}
.hd-scroll-btn:hover svg {
  filter: invert(35%) sepia(100%) saturate(2043%) hue-rotate(360deg) brightness(99%) contrast(110%);
  position: relative;
  top: -7px;
}

/* Sliders Navigation Buttons */
.hd-nav-btn {
  width: 91.9px;
  height: 78.7px;
  margin: 0 0 0 61.6px;
  transition: all ease 0.3s;
  margin: 0;
  border: 0;
  cursor: pointer;
}
.hd-nav-btn.hd-nav-btn-orange {
  background-color: #ff5100;
}
.hd-nav-btn.hd-nav-btn-orange.hover-white:hover {
  background-color: #FFFFFF;
}
.hd-nav-btn.hd-nav-btn-orange.hover-white:hover svg {
  filter: invert(10%) sepia(7%) saturate(2723%) hue-rotate(174deg) brightness(99%) contrast(86%);
}
.hd-nav-btn.hd-nav-btn-orange:hover {
  background-color: #212933;
}
.hd-nav-btn.hd-nav-btn-blue {
  background-color: #212933;
}
.hd-nav-btn.hd-nav-btn-blue:hover {
  background-color: #ff5100;
}
.hd-nav-btn.hd-nav-btn-transparent {
  background-color: transparent;
}
.hd-nav-btn.hd-nav-btn-transparent:hover {
  background-color: #FFFFFF;
}
.hd-nav-btn.hd-nav-btn-transparent.hover-white:hover svg {
  filter: invert(10%) sepia(7%) saturate(2723%) hue-rotate(174deg) brightness(99%) contrast(86%);
}

.hd-scroll-btn {
  background: transparent;
  border: none;
  cursor: pointer;
}

.document-download-btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px 0px;
}

.hd-home-btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px 0px 40px 0px;
}

.hd-vertical-socials {
  padding-bottom: 8rem;
}
.hd-vertical-socials a {
  margin-top: 8px;
  margin-bottom: 8px;
}
.hd-vertical-socials a svg {
  color: #212933;
}
.hd-vertical-socials a svg:hover {
  color: #ff5100;
}

.hd-navbar-absolute {
  z-index: 3;
}
.hd-navbar-absolute .uk-navbar-container {
  background: transparent;
  transition: all 0.3s ease;
}
@media (min-width: 960px) {
  .hd-navbar-absolute .uk-navbar-container {
    height: 110px;
  }
}

.hd-navbar-relative {
  z-index: 3;
  background-color: transparent;
}
.hd-navbar-relative .uk-navbar-container {
  background: transparent;
}
@media (max-width: 960px) {
  .hd-navbar-relative {
    min-height: 310px !important;
  }
}

.uk-navbar-nav li {
  transition: all ease 0.3s;
}
.uk-navbar-nav li:not(.hd-grandchild) {
  margin: 0 24px;
}
.uk-navbar-nav li:last-child {
  margin-right: 0;
}
.uk-navbar-nav li a {
  color: #FFFFFF !important;
  text-decoration: none;
  font-family: "Prompt", sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  position: relative;
}
.uk-navbar-nav li a:focus {
  color: #FFFFFF;
  text-decoration: none;
}
.uk-navbar-nav li a:not(.grandchild-a):after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #ff5100;
  z-index: 4;
  opacity: 0;
}
.uk-navbar-nav li a:hover {
  color: #ff5100 !important;
}
.uk-navbar-nav li a:hover:after {
  opacity: 1;
}
.uk-navbar-nav li a:hover:before {
  display: none;
}
.uk-navbar-nav li a:before {
  display: none;
}
.uk-navbar-nav li .hd-grandchildContainer {
  background-color: transparent !important;
  box-shadow: none;
  padding-top: 24px;
  padding-left: 0px;
  width: calc(100% + 350px);
}
.uk-navbar-nav li .hd-grandchildContainer li:not(.hd-grandchild-active) {
  opacity: 0.4;
}
.uk-navbar-nav li .hd-grandchildContainer li:hover {
  opacity: 1;
}
.uk-navbar-nav li .hd-grandchildContainer li:hover a {
  opacity: 1;
  color: #FFFFFF !important;
}
.uk-navbar-nav li .hd-grandchildContainer li a {
  color: #FFFFFF;
}
.uk-navbar-nav li.hd-active {
  position: relative;
}
.uk-navbar-nav li.hd-active:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #ff5100;
  z-index: 4;
}
@media (min-width: 960px) {
  .uk-navbar-nav li.hd-active .hd-grandchildContainer {
    position: absolute;
    top: 150px;
    left: 0;
    width: calc(100% + 350px);
  }
  .uk-navbar-nav li.hd-active .hd-grandchildContainer ul {
    list-style-type: none;
    padding: 0px;
  }
  .uk-navbar-nav li.hd-active .hd-grandchildContainer ul li:not(.hd-grandchild-active) {
    opacity: 0.4;
  }
  .uk-navbar-nav li.hd-active .hd-grandchildContainer ul li:hover {
    opacity: 1;
  }
  .uk-navbar-nav li.hd-active .hd-grandchildContainer ul li:hover a {
    opacity: 1;
    color: #FFFFFF !important;
  }
  .uk-navbar-nav li.hd-active .hd-grandchildContainer ul li a {
    color: #FFFFFF;
  }
}
@media (min-width: 960px) {
  .uk-navbar-nav li:last-child {
    margin-right: 24px;
  }
}

.hd-header-grid-absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50%;
  z-index: -1;
  margin-top: 0 !important;
}

.hd-page-header-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50%;
  z-index: 2;
  background-position: center center;
  background-color: #212933;
  background-repeat: no-repeat;
  background-size: cover;
}
.hd-page-header-image:after {
  content: "";
  position: absolute;
  background-color: #212933;
  opacity: 0.9;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.hd-page-title-container {
  margin-top: 110px;
  height: 100%;
}
@media (min-width: 960px) {
  .hd-page-title-container {
    height: calc(100% - 110px);
  }
}
@media (max-width: 960px) {
  .hd-page-title-container {
    margin-top: 0px;
  }
}
.hd-page-title-container .hd-page-title {
  max-width: 100%;
  padding-left: 40px;
}
.hd-page-title-container .hd-page-title h1, .hd-page-title-container .hd-page-title h2 {
  font-family: "Prompt", sans-serif;
  font-size: 50px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #FFFFFF;
  z-index: 3;
  position: relative;
  align-self: center;
}
@media (max-width: 960px) {
  .hd-page-title-container .hd-page-title h1, .hd-page-title-container .hd-page-title h2 {
    font-size: 38px;
  }
}
.hd-page-title-container .hd-section-title-page {
  position: absolute;
  left: 50% !important;
  text-align: left;
  transform: translate(-40%, -50%) !important;
  color: #FFFFFF;
  top: 40%;
  opacity: 0.05;
}

@media (max-width: 960px) {
  .hd-page-navbar-grey {
    min-height: 130px !important;
    max-height: 130px;
  }
}
.hd-page-navbar-grey .hd-section-title-page {
  position: absolute;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  color: #FFFFFF;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.05;
}

.uk-offcanvas-bar {
  background-color: #212933;
}

.uk-offcanvas-overlay::before {
  background: rgba(33, 41, 51, 0.75);
}

.uk-navbar-toggle {
  color: #FFFFFF;
}

.hd-footer-padding {
  padding: 100px 15px;
}
@media (min-width: 1200px) {
  .hd-footer-padding {
    max-width: calc(100% - 300px);
    margin: auto;
    padding: 100px 0px;
  }
}
@media (max-width: 960px) {
  .hd-footer-padding {
    padding: 50px 15px;
  }
}
@media (max-width: 640px) {
  .hd-footer-padding .socials {
    display: none;
  }
}

.hd-footer-padding-small {
  padding: 50px 0px;
}

.hd-footer-text {
  font-family: "Open Sans", sans-serif;
  font-size: 9px;
  font-weight: 200;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: 1.35px;
  color: #c6c6c6;
  text-transform: uppercase;
  margin: 0 24px;
}
.hd-footer-text .span {
  font-weight: normal;
}
.hd-footer-text a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}
.hd-footer-text a:hover {
  color: #FFFFFF;
}

.hd-footer-socials {
  opacity: 0.8;
  color: #f2f2f2;
}
.hd-footer-socials:not(:first-child) {
  margin-left: 8px;
}
.hd-footer-socials:hover {
  color: #ff5100;
}
.hd-footer-socials:hover svg {
  color: inherit;
  opacity: 1;
}

.hd-overlay-gradient {
  background-color: rgba(33, 41, 51, 0.75);
  background-image: none;
}

.hd-slideshow-text {
  margin-bottom: 150px;
}

.hd-slide-text h1, .hd-slide-text h2, .hd-slide-text h3, .hd-slide-text p {
  font-family: "Prompt", sans-serif;
  font-size: 50px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #FFFFFF;
}
@media (max-width: 960px) {
  .hd-slide-text h1, .hd-slide-text h2, .hd-slide-text h3, .hd-slide-text p {
    font-size: 24px;
    margin-left: 15px;
  }
}

.hd-slideshow-counter {
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hd-slideshow-counter span {
  font-family: "Prompt", sans-serif;
  font-size: 13px;
  font-weight: 100;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.49;
  letter-spacing: normal;
  text-align: left;
  color: #FFFFFF;
  display: inline-block;
}
.hd-slideshow-counter .currentSlide {
  font-weight: 500;
}

.hd-navigation-container {
  background-color: #212933;
}
.hd-navigation-container .hd-slide-navigation {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 70px;
  display: flex;
}
.hd-navigation-container .hd-slide-navigation span {
  padding: 14px;
  padding: 24px;
  cursor: pointer;
  display: block;
  background-color: #ff5100;
  transition: all ease 0.5s;
}
.hd-navigation-container .hd-slide-navigation span:hover {
  background-color: #FFFFFF;
}
.hd-navigation-container .hd-slide-navigation span:hover svg {
  filter: invert(10%) sepia(7%) saturate(2723%) hue-rotate(174deg) brightness(99%) contrast(86%);
}

.hd-left-orange-bar {
  position: relative;
  padding-left: 32px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.hd-left-orange-bar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 1px;
  background-color: #ff5100;
}

.hd-left-orange-bar-padding {
  padding-left: 32px;
}

.hd-right-orange-bar {
  position: relative;
  padding-left: 32px;
}
.hd-right-orange-bar:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 1px;
  background-color: #ff5100;
}

.hd-left-dark-bar {
  position: relative;
  padding-left: 32px;
}
.hd-left-dark-bar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 1px;
  background-color: #212933;
}

.hd-pseudo-bootom-grey-bar:after {
  content: "";
  position: absolute;
  bottom: 1px;
  width: 100%;
  height: 0.5px;
  background-color: #c6c6c6;
  opacity: 0.4;
}

.hd-pseudo-bg-white-right {
  position: relative;
}
.hd-pseudo-bg-white-right:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 80%;
  background-color: #FFFFFF;
  z-index: 1;
}

.hd-pseudo-bg-dark-gray {
  position: relative;
  z-index: 1;
}
.hd-pseudo-bg-dark-gray:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 75%;
  width: 100%;
  background-color: #cad4d8;
  z-index: -1;
}
.hd-pseudo-bg-dark-gray.bottom:after {
  top: inherit;
  bottom: 0;
}

.hd-overlay-blue {
  position: relative;
  z-index: 1;
}
.hd-overlay-blue:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #212933;
  opacity: 0.3;
  z-index: 2;
}

.hd-pseudo-halfwhite-halfgray {
  position: relative;
  z-index: 1;
}
.hd-pseudo-halfwhite-halfgray:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background-color: #cad4d8;
  z-index: 2;
}
.hd-pseudo-halfwhite-halfgray:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  height: 50%;
  background-color: #FFFFFF;
  z-index: 2;
}

.hd-automatation-pseudo-bg {
  position: relative;
  z-index: 1;
}
.hd-automatation-pseudo-bg:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #cad4d8;
  z-index: 0;
}
@media (min-width: 960px) {
  .hd-automatation-pseudo-bg:before {
    height: calc(100% - 250px);
  }
}

.hd-pre-footer-text p {
  font-family: "Prompt", sans-serif;
  font-size: 45px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #FFFFFF;
}
@media (max-width: 960px) {
  .hd-pre-footer-text p {
    font-size: 24px;
  }
}

.hd-pre-footer-list {
  list-style-type: none;
}
.hd-pre-footer-list li a {
  font-family: "Prompt", sans-serif;
  font-size: 30px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #f2f2f2;
  opacity: 0.7;
  transition: all ease 0.3s;
}
.hd-pre-footer-list li a .svg-on-hover {
  opacity: 0;
  transition: all ease 0.3s;
}
.hd-pre-footer-list li a .svg-on-hover svg {
  width: 25px;
}
.hd-pre-footer-list li.hd-active a {
  opacity: 1;
  font-weight: bold;
  color: #FFFFFF;
}
.hd-pre-footer-list li:hover a {
  color: #FFFFFF;
  opacity: 1;
}
.hd-pre-footer-list li:hover a .svg-on-hover {
  opacity: 1;
}
@media (max-width: 960px) {
  .hd-pre-footer-list li a {
    font-size: 18px;
    line-height: 1.1;
  }
}

.hd-simple-icon-list {
  margin-top: 22px;
  margin-bottom: 22px;
}
.hd-simple-icon-list img {
  width: 50px;
  height: 50px;
}
@media (min-width: 960px) {
  .hd-simple-icon-list img {
    width: 70px;
    height: 92px;
  }
}
.hd-simple-icon-list .text {
  font-family: "Prompt", sans-serif;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
  color: #212933;
}
@media (min-width: 960px) {
  .hd-simple-icon-list .text {
    font-size: 19px;
  }
}
.hd-simple-icon-list.hd-simple-icon-list-maintenance {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hd-list-icon-with-bar {
  padding-right: 32px;
  width: 100%;
}
@media (min-width: 960px) {
  .hd-list-icon-with-bar {
    max-width: 20%;
    min-width: 20%;
  }
}
.hd-list-icon-with-bar img {
  height: 60px;
  width: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 50px;
}

.hd-grid-slider {
  height: 100%;
}
.hd-grid-slider ul {
  height: calc(100% - 75px);
  height: 350px;
}
.hd-grid-slider img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 960px) {
  .hd-grid-slider {
    min-height: 390px;
    max-height: 390px;
  }
}
.hd-grid-slider .hd-slide-navigation {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
}
.hd-grid-slider .hd-slide-navigation span {
  padding: 24px;
  cursor: pointer;
  display: block;
  background-color: #ff5100;
  transition: all ease 0.5s;
}
.hd-grid-slider .hd-slide-navigation span:first-child {
  background-color: #FFFFFF;
}
.hd-grid-slider .hd-slide-navigation span:first-child svg {
  filter: invert(35%) sepia(100%) saturate(2043%) hue-rotate(360deg) brightness(99%) contrast(110%);
}
.hd-grid-slider .hd-slide-navigation span:hover {
  background-color: #212933;
}
@media (max-width: 960px) {
  .hd-grid-slider .hd-slide-navigation span {
    padding: 16px 12px;
  }
}

.hd-spare-part-tabs li {
  border-bottom: 1px solid #7c8080;
  padding: 16px 0;
}
.hd-spare-part-tabs li a {
  font-family: "Prompt", sans-serif;
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.06;
  letter-spacing: normal;
  text-align: left;
  color: #c0c0c0;
}
.hd-spare-part-tabs li a:hover {
  color: #ff5100;
}
.hd-spare-part-tabs li.uk-active {
  border-bottom: 1px solid #ff5100;
}
.hd-spare-part-tabs li.uk-active a {
  font-weight: bold;
  color: #ff5100;
}
.hd-spare-part-tabs li.uk-disabled {
  border-bottom: 1px solid rgba(124, 128, 128, 0.41);
}
.hd-spare-part-tabs li.uk-disabled a {
  color: #7c8080;
  opacity: 0.4;
}

.hd-spare-part-content {
  margin-bottom: 42px;
}

.hd-spare-part-img {
  width: 100%;
  max-height: 250px;
}
@media (min-width: 960px) {
  .hd-spare-part-img {
    height: 100%;
  }
}

.hd-spare-part-title {
  font-family: "Prompt", sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: normal;
  text-align: left;
  color: #FFFFFF;
  margin-top: 12px;
}

.hd-spare-part-tabs-mobile {
  margin-top: 0px !important;
  margin-bottom: 24px !important;
}
.hd-spare-part-tabs-mobile li {
  display: block;
  width: 100%;
}
.hd-spare-part-tabs-mobile li a {
  text-align: left;
  color: #FFFFFF;
}
.hd-spare-part-tabs-mobile .spare-part-toggle-mobile {
  font-family: "Prompt", sans-serif;
  font-size: 15px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.27;
  letter-spacing: normal;
  text-align: left;
  color: #ff5100 !important;
  padding-bottom: 16px;
  border-bottom: 1px solid #c0c0c0;
  width: 100%;
  display: block;
}
.hd-spare-part-tabs-mobile .hd-spare-part-toggle {
  position: absolute;
  right: 0;
  top: 0;
}
.hd-spare-part-tabs-mobile ul.hd-spare-parts-mobile-options li.uk-active a {
  color: #ff5100;
}
.hd-spare-part-tabs-mobile ul.hd-spare-parts-mobile-options li.uk-disabled {
  border-bottom: 1px solid rgba(124, 128, 128, 0.41);
}
.hd-spare-part-tabs-mobile ul.hd-spare-parts-mobile-options li.uk-disabled a {
  color: #7c8080;
  opacity: 0.4;
}
.hd-spare-part-tabs-mobile #hd-spare-parts-dropdown {
  background-color: #212933;
  box-shadow: 0px 0px 3px white;
}

.hd-afterSlideShow {
  background-color: #212933;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (min-width: 1200px) {
  .hd-afterSlideShow {
    margin-left: 40px;
  }
}
@media (max-width: 960px) {
  .hd-afterSlideShow {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.hd-afterSlideShow .description {
  font-family: "Open Sans", sans-serif;
  font-size: 19px;
  font-weight: 100;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: normal;
  text-align: left;
  color: #FFFFFF;
}
@media (max-width: 960px) {
  .hd-afterSlideShow .description {
    line-height: 1.11;
    font-size: 15px;
  }
}
.hd-afterSlideShow img {
  max-width: 150px;
}

.hd-home-services {
  padding-top: 200px;
}
.hd-home-services .hd-section-title {
  color: #7c8080;
  font-size: 22vw;
}
.hd-home-services img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hd-home-services img:first-child {
  height: 338px;
}
.hd-home-services img:last-child {
  height: 432px;
}
@media (max-width: 1200px) {
  .hd-home-services img {
    max-width: 450px;
  }
}
@media (max-width: 1200px) {
  .hd-home-services {
    padding-top: 80px;
  }
  .hd-home-services .servicesImg1 {
    padding-left: 30px !important;
  }
  .hd-home-services .servicesImg1 img {
    max-height: 297px;
  }
  .hd-home-services .servicesImg2 {
    margin-top: 30px !important;
  }
  .hd-home-services .servicesImg2 img {
    max-height: 297px;
  }
}
@media (max-width: 640px) {
  .hd-home-services img {
    max-width: calc(100% - 30px);
  }
}

.hd-home-projects {
  padding: 370px 0px;
  margin-top: -100px;
  position: relative;
  z-index: 1;
  background-color: #212933;
}
@media (max-width: 960px) {
  .hd-home-projects {
    padding: 240px 0px 50px 0px;
  }
}
.hd-home-projects .hd-section-title {
  color: #FFFFFF;
  top: 200px;
  font-size: 23vw;
  left: -4vw;
}
@media (max-width: 960px) {
  .hd-home-projects .hd-section-title {
    top: 220px;
  }
}
.hd-home-projects .hd-home-projects-description {
  background-color: #FFFFFF;
  padding: 62.7px 70.4px 73.1px 80.4px;
}
@media (max-width: 960px) {
  .hd-home-projects .hd-home-projects-description {
    padding: 44px 40px 44px 50px;
  }
}
.hd-home-projects .hd-home-project-slideshow {
  height: 600px;
}
@media (max-width: 960px) {
  .hd-home-projects .hd-home-project-slideshow {
    max-height: 297px;
  }
}

@media (max-width: 960px) {
  .hd-projects-content {
    padding: 15px;
  }
}

@media (max-width: 960px) {
  #hdHomeProjectsDescription {
    padding: 15px;
    margin-top: 0px !important;
  }
}

#homeProjectSliderNavs {
  display: flex;
}

.hd-home-brands {
  background-color: #FFFFFF;
  padding: 100px 0px;
}
@media (max-width: 960px) {
  .hd-home-brands {
    padding: 50px 0px;
  }
}
.hd-home-brands .hd-brands img {
  height: 60px;
}
@media (max-width: 960px) {
  .hd-home-brands .hd-brands {
    text-align: center;
  }
  .hd-home-brands .hd-brands .hd-right-orange-bar:after, .hd-home-brands .hd-brands .hd-right-orange-bar:before {
    display: none;
  }
  .hd-home-brands .hd-brands img {
    height: 50px;
  }
}

.hd-renewables .banner {
  height: 350px;
}
@media (min-width: 1600px) {
  .hd-renewables .banner {
    height: 700px;
  }
}
@media (min-width: 960px) {
  .hd-renewables .banner {
    height: 400;
  }
}
.hd-renewables .hd-renewables-description {
  background-color: #ff5100;
  padding: 62.7px 70.4px 73.1px 80.4px;
}
.hd-renewables .hd-renewables-description .hd-page-title-white {
  font-weight: 400;
}
.hd-renewables .renewables-desc-container {
  margin-top: -200px;
  background-color: #f2f2f2;
}
@media (max-width: 960px) {
  .hd-renewables .renewables-desc-container {
    margin-top: -36px;
    padding-right: 15px;
  }
}

.home-about {
  padding: 200px 0px;
}
@media (max-width: 960px) {
  .home-about {
    padding: 100px 0px;
  }
}
.home-about .hd-section-title {
  color: #FFFFFF;
}
@media (max-width: 960px) {
  .home-about .hd-section-title {
    padding: 100px 0px;
  }
}
@media (max-width: 640px) {
  .home-about .hd-section-title {
    top: -80px;
  }
}
@media (min-width: 1600px) {
  .home-about .home-about-descp {
    width: 300px;
    margin-left: auto;
  }
}
.home-about .about-banner {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 250px;
  padding: 50px 0;
}
@media (min-width: 960px) {
  .home-about .about-banner {
    height: 350px;
  }
}
@media (min-width: 1200px) {
  .home-about .about-banner {
    height: 620px;
  }
}

.hd-about-partners {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (max-width: 960px) {
  .hd-about-partners .hd-right-orange-bar:after, .hd-about-partners .hd-right-orange-bar:before {
    display: none;
  }
}
.hd-about-partners .hd-partners-img {
  height: 80px;
}

.hd-home-contact-banner {
  height: 420px;
  position: relative;
  display: flex;
}
@media (min-width: 1200px) {
  .hd-home-contact-banner {
    height: 641.1px;
  }
}
@media (max-width: 960px) {
  .hd-home-contact-banner {
    height: 320px;
  }
}
.hd-home-contact-banner:after {
  content: "";
  position: absolute;
  z-index: 1;
  background-color: #212933;
  opacity: 0.85;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.hd-home-contact-banner .hd-section-title {
  color: #FFFFFF;
  top: 50%;
  transform: translateY(-50%);
}
.hd-home-contact-banner .hd-contact-description {
  text-align: center;
  font-size: 24px;
  align-self: center;
}
@media (min-width: 1600px) {
  .hd-home-contact-banner .hd-contact-description {
    width: 75%;
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .hd-home-contact-banner .hd-contact-description {
    width: 50%;
    margin: 0 auto;
    font-size: 45px;
  }
}
.hd-home-contact-banner .hd-contact-description a {
  font-size: 16px;
}
.hd-home-contact-banner .link {
  margin-bottom: 110px;
}
@media (max-width: 960px) {
  .hd-home-contact-banner .link {
    margin-bottom: 60px;
  }
}

section.hd-contact-map {
  position: relative;
  /*margin-top: -100px;*/
}
section.hd-contact-map:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #f2f2f2;
  z-index: -1;
}

.title-fix {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.contact-fix {
  justify-content: space-around;
  padding: 0;
}
.contact-fix .contact-fix-div {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start !important;
}
@media (max-width: 640px) {
  .contact-fix .contact-fix-div {
    padding: 0 50px 50px;
    width: 100%;
  }
}

#mapContainer {
  margin-top: -30vh !important;
}
@media (max-width: 960px) {
  #mapContainer {
    margin-top: -5vh !important;
  }
}

.hd-contact-white-card {
  padding: 50px 75px;
  background-color: #FFFFFF;
  position: relative;
  z-index: 3;
}
@media (max-width: 960px) {
  .hd-contact-white-card {
    padding: 24px;
  }
}
.hd-contact-white-card .hd-contact-tab {
  display: flex;
  justify-content: space-around;
}
.hd-contact-white-card .hd-contact-tab li {
  font-family: "Prompt", sans-serif;
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.11;
  letter-spacing: normal;
  text-align: center;
  color: #c1c1c1;
  padding: 0px 24px;
  transition: all ease 0.3s;
  border-bottom: 1px solid #c1c1c1;
}
.hd-contact-white-card .hd-contact-tab li a {
  color: inherit;
  text-decoration: none;
}
.hd-contact-white-card .hd-contact-tab li.uk-active {
  color: #ff5100;
  border-color: #ff5100;
  font-weight: 600;
}
.hd-contact-white-card .hd-uk-switcher-contact .hd-switcher-data h1,
.hd-contact-white-card .hd-uk-switcher-contact .hd-switcher-data h2,
.hd-contact-white-card .hd-uk-switcher-contact .hd-switcher-data h3,
.hd-contact-white-card .hd-uk-switcher-contact .hd-switcher-data p,
.hd-contact-white-card .hd-uk-switcher-contact .hd-switcher-data a {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #7c8080;
}

#map {
  height: 100%;
  width: 100%;
}
#map img {
  height: 100%;
  width: 100%;
}

#map2 {
  height: 100%;
  width: 100%;
}
#map2 img {
  height: 100%;
  width: 100%;
}

.hd-contact-form {
  background-color: #cad4d8;
  padding: 100px 0px;
}
@media (max-width: 960px) {
  .hd-contact-form {
    padding: 50px 0px;
  }
}
.hd-contact-form .hd-form-input-container {
  margin: 12px 0px;
}
.hd-contact-form .hd-form-input-container input {
  height: 60px;
  border: none;
  padding-left: 32px;
  background-color: #FFFFFF;
}
.hd-contact-form .hd-form-input-container input::-moz-placeholder {
  font-family: "Prompt", sans-serif;
  font-size: 11px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.36;
  letter-spacing: normal;
  text-align: left;
  color: #7c8080;
  margin-left: 16px;
}
.hd-contact-form .hd-form-input-container input:-ms-input-placeholder {
  font-family: "Prompt", sans-serif;
  font-size: 11px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.36;
  letter-spacing: normal;
  text-align: left;
  color: #7c8080;
  margin-left: 16px;
}
.hd-contact-form .hd-form-input-container input::placeholder {
  font-family: "Prompt", sans-serif;
  font-size: 11px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.36;
  letter-spacing: normal;
  text-align: left;
  color: #7c8080;
  margin-left: 16px;
}
.hd-contact-form .hd-form-input-container textarea {
  border: none;
  padding-left: 32px;
  padding-top: 32px;
  background-color: #FFFFFF;
}
.hd-contact-form .hd-form-input-container textarea::-moz-placeholder {
  font-family: "Prompt", sans-serif;
  font-size: 11px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.36;
  letter-spacing: normal;
  text-align: left;
  color: #7c8080;
  margin-left: 16px;
}
.hd-contact-form .hd-form-input-container textarea:-ms-input-placeholder {
  font-family: "Prompt", sans-serif;
  font-size: 11px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.36;
  letter-spacing: normal;
  text-align: left;
  color: #7c8080;
  margin-left: 16px;
}
.hd-contact-form .hd-form-input-container textarea::placeholder {
  font-family: "Prompt", sans-serif;
  font-size: 11px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.36;
  letter-spacing: normal;
  text-align: left;
  color: #7c8080;
  margin-left: 16px;
}
@media (max-width: 960px) {
  .hd-contact-form .hd-form-input-container textarea {
    height: 200px !important;
  }
}
.hd-contact-form .hd-form-rgpd {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: normal;
  text-align: left;
  color: #7c8080;
}
.hd-contact-form .hd-form-rgpd .rgpd {
  margin-left: 16px;
}
.hd-contact-form .hd-form-rgpd .rgpd p {
  margin-bottom: 5px;
}
.hd-contact-form .hd-form-rgpd .mandatory {
  margin-left: -12px;
}
.hd-contact-form .hd-form-col-title p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 12px;
  font-family: "Prompt", sans-serif;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 3.35;
  letter-spacing: normal;
  text-align: left;
  color: #151616;
  margin-bottom: 0;
}
.hd-contact-form .uk-checkbox:checked {
  background-color: #212933;
}

@media (max-width: 960px) {
  .hd-map-height-mobile {
    height: 450px !important;
  }
}

@media (max-width: 960px) {
  form .uk-grid-margin {
    margin: 0;
  }
}

.uk-alert-success {
  background-color: transparent !important;
}
.uk-alert-success p {
  background-color: transparent !important;
  font-family: "Prompt", sans-serif;
  font-size: 38px;
  color: #ff5100;
  font-weight: 400;
  line-height: 1;
  width: 75%;
  padding: 20px;
  margin: 0 auto;
  text-align: center;
}

#templateerror {
  color: #FFFFFF;
}
#templateerror .uk-navbar-item:not(.uk-logo) {
  opacity: 0.5;
}
#templateerror .uk-navbar-item:hover {
  opacity: 1;
  color: #212933 !important;
}
#templateerror .uk-navbar-nav li a {
  opacity: 0.5;
  line-height: 1.2;
}
#templateerror .uk-navbar-nav li a:hover {
  opacity: 1;
  color: #212933 !important;
}
#templateerror .hd-pseudo-bootom-grey-bar:after {
  display: none;
}

.hd-error {
  min-height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.hd-error .error-code {
  color: #FFFFFF;
  opacity: 0.3;
  z-index: 2;
  font-size: 200px;
}
@media (min-width: 1200px) {
  .hd-error .error-code {
    font-size: 347px;
  }
}

.hd-pp-heading h2 {
  font-family: "Open Sans", sans-serif;
}

.hd-pp-text {
  font-family: "Open Sans", sans-serif;
  font-size: 19px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  color: #212933;
}

.hd-pp-title {
  font-family: "Prompt", sans-serif;
  font-size: 38px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  color: #212933;
}

.hd-pp-list ul {
  list-style-type: none;
}
.hd-pp-list ul li {
  font-family: "Prompt", sans-serif;
  font-size: 19;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #212933;
}

@media (min-width: 1200px) {
  .hd-about-text-grid {
    max-width: 75%;
  }
}
@media (max-width: 960px) {
  .hd-about-text-grid {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .hd-about-history-grey-section {
    margin-top: -50px;
  }
}
@media (min-width: 1200px) {
  .hd-about-history-grey-section .hd-grid-first-img {
    width: 450px;
  }
}
@media (max-width: 960px) {
  .hd-about-history-grey-section .hd-grid-first-img {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .hd-about-history-grey-section .hd-grid-second-img {
    margin-left: 450px;
  }
}
@media (min-width: 1200px) {
  .hd-about-history-grey-section .remove-mt {
    margin-top: 0;
  }
}

.hd-structure-certificate {
  max-width: 130px;
  margin-bottom: 40px;
}

@media (max-width: 960px) {
  .hd-structure-img-mobile {
    text-align: center;
  }
}

.hd-structure-dep-image {
  width: 100%;
  height: 465px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: -180px;
}
@media (max-width: 960px) {
  .hd-structure-dep-image {
    margin-top: 0;
    max-height: 220px;
    width: calc(100% - 30px);
  }
}

.hd-department-list-icon {
  padding-right: 32px;
}
.hd-department-list-icon img {
  max-width: 65px;
  width: 65px;
}

.hd-department-list-text ul {
  padding-left: 20px;
}

/* Organization */
.hd-board-member {
  height: 480px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 85%;
  margin: auto;
}
@media (max-width: 960px) {
  .hd-board-member {
    height: 320px;
  }
  .hd-board-member:first-child {
    margin-bottom: 50px;
  }
}
.hd-board-member .hd-drop {
  left: 0;
  bottom: 0 !important;
  top: initial !important;
  width: 100%;
  height: 100%;
}
.hd-board-member .hd-drop .drop-content {
  padding: 24px 24px 32px 24px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.hd-board-member .hd-drop .drop-content p {
  margin-bottom: 8px;
}
.hd-board-member .hd-drop .drop-content .title-orange {
  color: #ff5100;
  font-family: "Prompt", sans-serif;
  font-size: 28px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: left;
}
@media (max-width: 960px) {
  .hd-board-member .hd-drop .drop-content .title-orange {
    font-size: 18px;
  }
}
.hd-board-member .hd-drop .board-box-shadow {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.hd-vision-boxes {
  border-right: 2px solid #FFFFFF;
}
@media (min-width: 960px) {
  .hd-vision-boxes:not(:first-child) {
    padding: 0;
  }
}
.hd-vision-boxes:last-child {
  border: none;
}
.hd-vision-boxes .hd-drop {
  left: 0;
  bottom: 0 !important;
  top: initial !important;
  width: 85%;
  height: 100%;
}
.hd-vision-boxes .hd-drop .drop-content {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.hd-vision-boxes .hd-drop .drop-content p {
  margin-bottom: 8px;
}
@media (max-width: 960px) {
  .hd-vision-boxes .hd-drop .drop-content p {
    margin: 24px 8px 24px 0;
  }
}

button.hd-drop-open {
  color: #FFFFFF;
  border-radius: 0 !important;
  padding: 18px 32px;
  box-shadow: none !important;
}
@media (max-width: 960px) {
  button.hd-drop-open {
    padding: 8px 18px;
  }
}
button.hd-drop-open svg {
  width: 24px;
}
@media (max-width: 960px) {
  button.hd-drop-open svg {
    width: 22px;
  }
}
button.hd-drop-open:hover {
  background-color: #212933;
}
button.hd-drop-open:focus {
  background-color: #212933;
}
button.hd-drop-open:active {
  background-color: #212933;
}
button.hd-drop-open:after {
  background-color: #212933 !important;
}

.button-drop-container button.close {
  background-color: transparent;
  border: 0;
  border: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 100px;
  height: 100px;
  cursor: pointer;
}
.button-drop-container button.close svg {
  width: 24px;
  max-width: 35%;
  -o-object-fit: contain;
     object-fit: contain;
}

.drop-text {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}

.hd-vision-img {
  max-height: 430px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 960px) {
  .hd-vision-landscape-img {
    position: relative !important;
    height: 297px;
    width: calc(100% - 30px);
    margin: auto;
    transform: inherit;
    margin-bottom: 50px;
  }
  .hd-vision-landscape-img img {
    height: 297px;
  }
}

.hd-about-expansion {
  color: #7c8080;
  font-size: 22vw;
}

.hd-projects-energy-section .remove-mt {
  margin-top: 0;
}
@media (min-width: 960px) {
  .hd-projects-energy-section .pl-remove:not(.pl--remove-mobile) {
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .hd-projects-energy-section .hd-ml-48 {
    margin-left: 48px;
  }
}
.hd-projects-energy-section .hd-mt-150 {
  margin-top: 150px;
}
@media (max-width: 960px) {
  .hd-projects-energy-section .hd-mt-150 {
    margin-top: 50px;
  }
}
.hd-projects-energy-section .hd-grid-vertical-img {
  width: 60%;
}
@media (min-width: 1200px) {
  .hd-projects-energy-section .hd-grid-second-img {
    margin-right: -40px;
  }
}

.hd-keyInHand-icon-list {
  margin-top: 22px;
  margin-bottom: 22px;
}
.hd-keyInHand-icon-list img {
  width: 38px;
  height: 38px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 960px) {
  .hd-keyInHand-icon-list img {
    width: 55px;
    height: 55px;
  }
}

.hd-square-div {
  height: 170px;
  width: 170px;
  font-family: "Prompt", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: left;
  padding-left: 24px;
  padding-top: 24px;
  padding-right: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hd-square-div.hd-bg-orange {
  color: #FFFFFF;
}
.hd-square-div.hd-bg-white {
  color: #ff5100;
}
.hd-square-div img {
  width: 41px;
  height: 35px;
}
.hd-square-div svg {
  width: 41px;
  height: 35px;
}
.hd-square-div .square-number {
  font-family: "Prompt", sans-serif;
  font-size: 65px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: center;
  color: #c9d3d7;
  position: absolute;
  top: 10px;
  right: -35px;
}
.hd-square-div .small-square {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25px;
  height: 25px;
  background-color: #ff5100;
  z-index: 99999;
}

.hd-spacing-square {
  padding: 24px 0 0;
}
@media (min-width: 960px) {
  .hd-spacing-square {
    padding: 48px 0px;
  }
}

.square-mt-top3 {
  margin-top: 24px;
}

.square-mt-top4 {
  margin-top: 48px;
}

.square-mt-top5 {
  margin: 48px 0px;
}

.square-mt-top7 {
  margin-top: 24px;
}

.square-mt-top8 {
  margin-top: 48px;
}

.square-mt-top10 {
  margin-top: 24px;
}

.square-mt-top11 {
  margin-top: 48px;
}

.childSquare-mt-top1 {
  margin-top: 8px;
}

.childSquare-mt-top2 {
  margin-top: 24px;
}

@media (min-width: 960px) {
  .mainLine0 {
    margin-top: -12px;
  }
}

@media (min-width: 960px) {
  .mainLine1 {
    margin-top: 11px;
  }
}

@media (min-width: 960px) {
  .mainLine2 {
    margin-top: 30px;
  }
}

.hd-portfolio-project-slider {
  height: 700px;
}
@media (max-width: 960px) {
  .hd-portfolio-project-slider {
    height: 400px;
  }
}
.hd-portfolio-project-slider .hd-height-calc {
  height: 600px;
}
@media (max-width: 960px) {
  .hd-portfolio-project-slider .hd-height-calc {
    height: 300px;
  }
}
.hd-portfolio-project-slider .hd-slide-navigation {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
}
.hd-portfolio-project-slider .hd-slide-navigation span {
  padding: 24px;
  cursor: pointer;
  display: block;
  background-color: #ff5100;
  transition: all ease 0.5s;
}
.hd-portfolio-project-slider .hd-slide-navigation span:first-child {
  background-color: #FFFFFF;
}
.hd-portfolio-project-slider .hd-slide-navigation span:first-child svg {
  filter: invert(35%) sepia(100%) saturate(2043%) hue-rotate(360deg) brightness(99%) contrast(110%);
}
.hd-portfolio-project-slider .hd-slide-navigation span:hover {
  background-color: #212933;
}
@media (max-width: 960px) {
  .hd-portfolio-project-slider .hd-slide-navigation span {
    padding: 16px 12px;
  }
}

.hd-page-navigation-portfolio-project {
  font-family: "Prompt", sans-serif;
  font-size: 17px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.65;
  letter-spacing: normal;
  text-align: right;
  color: #ff5100;
}
@media (min-width: 1200px) {
  .hd-page-navigation-portfolio-project {
    font-size: 36px;
  }
}
.hd-page-navigation-portfolio-project:hover {
  color: #212933;
}
.hd-page-navigation-portfolio-project:hover svg {
  filter: invert(10%) sepia(7%) saturate(2723%) hue-rotate(174deg) brightness(99%) contrast(86%);
}
.hd-page-navigation-portfolio-project svg {
  filter: invert(35%) sepia(100%) saturate(2043%) hue-rotate(360deg) brightness(99%) contrast(110%);
}
@media (min-width: 1200px) {
  .hd-page-navigation-portfolio-project.prev svg {
    margin-right: 24px;
  }
}
@media (min-width: 1200px) {
  .hd-page-navigation-portfolio-project.next svg {
    margin-left: 24px;
  }
}

.hd-portfolio-tab {
  display: flex;
  justify-content: space-around;
  margin-bottom: 32px;
  margin-left: 0;
}
.hd-portfolio-tab li {
  font-family: "Prompt", sans-serif;
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.11;
  letter-spacing: normal;
  text-align: center;
  color: #c1c1c1;
  padding: 0px 24px;
  transition: all ease 0.3s;
  border-bottom: 1px solid #c1c1c1;
  margin: 0px 8px;
}
.hd-portfolio-tab li a {
  color: inherit;
  text-decoration: none;
}
.hd-portfolio-tab li:hover a {
  color: #ff5100;
  border-color: #ff5100;
}
.hd-portfolio-tab li.uk-active {
  color: #ff5100;
  border-color: #ff5100;
  font-weight: 600;
}
.hd-portfolio-tab li.uk-active a {
  color: #ff5100;
}

.hd-portfolio-grid-img {
  height: 350px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 640px) {
  .hd-portfolio-grid-img {
    height: 285px;
  }
}

.hd-portfolio-grid-anchor:hover .hd-grid-img-overlay {
  opacity: 1;
}

.hd-grid-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 8px;
  padding-bottom: 8px;
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
.hd-grid-img-overlay .content {
  position: relative;
  z-index: 4;
}
.hd-grid-img-overlay .portfolio-child-title {
  font-family: "Prompt", sans-serif;
  font-weight: 600;
  line-height: 0.91;
  text-align: left;
  color: #FFFFFF;
  font-size: 20px;
}
.hd-grid-img-overlay .portfolio-child-country {
  font-weight: 300;
  color: #b9b9b9;
  font-size: 12px;
}
.hd-grid-img-overlay:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #212933;
  opacity: 0.95;
  z-index: 2;
}
.hd-grid-img-overlay .arrow {
  position: absolute;
  width: 100%;
  height: 55%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 4;
  left: 0;
  bottom: 0;
}
.hd-grid-img-overlay .arrow svg {
  width: 50px;
}

.hd-maintenance-title-margin-mobile {
  margin-left: 32px;
}

.hd-maintenance-list-icon-bar .title-orange {
  line-height: 1.2;
  margin-bottom: 16px !important;
}

@media (max-width: 960px) {
  .hd-grid-block-hidden-mobile {
    display: none;
  }
}

* img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

body {
  overflow-x: hidden;
}

.uk-navbar-nav li a {
  padding: 0;
  margin: 0;
}

.menu-overlay {
  position: absolute;
  height: 50vh;
  width: calc(100vw - 165px);
  background-color: #212933;
  opacity: 0.9;
  display: none;
}
@media (min-width: 960px) {
  .menu-overlay {
    display: block;
    visibility: visible;
    transition: visibility 0s, opacity 0.5s linear;
  }
  .menu-overlay.hd-hide-slow {
    /*display: none;*/
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.6s, opacity 0.5s linear;
  }
}

@media (max-width: 1280px) and (min-width: 1200px) {
  .uk-navbar-left,
.uk-navbar-right,
.uk-navbar-center:only-child {
    flex-wrap: nowrap;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .uk-logo img {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
}
.uk-grid-p-fix {
  padding: 0 10%;
}

.uk-grid-p-fix-l {
  margin-left: -10%;
  font-family: "Open Sans", sans-serif !important;
}

.hd-home-contact-banner .hd-contact-description {
  width: 100%;
}

.title-orange {
  line-height: 1.2;
  text-align: left;
  padding-bottom: 15px;
}

@media (min-width: 1200px) {
  .bg-fix {
    background-color: #c9d4d8;
    margin-bottom: 150px;
  }
}
.hd-simple-icon-list img,
.hd-list-icon-with-bar img,
.hd-square-div img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.hd-simple-icon-list.hd-simple-icon-list-maintenance {
  justify-content: flex-start;
}

img.hd-image-bg-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
  background-color: #fff;
}

button.hd-drop-open {
  color: #ffffff;
  border-radius: 0 !important;
  padding: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  box-shadow: none !important;
}

@media (min-width: 1200px) {
  .hd-error .error-code {
    font-size: 600px;
    font-family: "Prompt", sans-serif;
    opacity: 0.2;
  }
}
.drop-content-fix {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.drop-content-fix-text {
  display: inline-flex;
  justify-content: center;
  justify-items: flex-start;
  flex-direction: column;
}
.drop-content-fix .title-orange {
  line-height: 1 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.drop-content-fix .title-orange p {
  overflow: hidden;
  padding: 0 0 2px 0 !important;
  margin: 0 !important;
}

.share {
  padding: 32px;
}
.share-title {
  text-transform: uppercase;
  color: #c1c1c1;
  font-family: "Prompt", sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  padding-bottom: 12px;
}
.share-icons {
  display: flex;
  gap: 10px;
}
.share-icons a {
  display: inline-flex;
  width: 30px;
  height: 30px;
}
.share-icons a svg {
  width: 100%;
  max-width: 100%;
  fill: #212933;
}

.tm-language {
  opacity: 0.5;
}

.board-member-name.title-orange {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3 !important;
}

.hd-simple-icon-list-maintenance img {
  width: 50px;
  height: 50px;
  margin-bottom: 16px;
}

.uk-slideshow-items img.hd-image-bg-contain {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

#square12 {
  position: absolute;
  font-size: 35px;
  color: #ff5100;
  text-align: center;
  width: 437px;
  top: 50%;
  left: 50%;
  margin-top: -75px;
  margin-left: -221.5px;
  /* height: 100px; */
  line-height: 150px;
}

#templateprojects-child .hd-square-div img {
  width: 50px;
  height: 50px;
}

.uk-tab {
  margin-left: 0;
}

@media (min-width: 960px) {
  .hd-contact-tab.uk-tab {
    justify-content: space-between;
  }
  .hd-contact-tab.uk-tab li {
    width: calc(30% - 10px);
    margin-right: calc(20% - 10px);
    margin-left: 20px;
  }
}
@media (max-width: 640px) {
  .hd-vision-boxes {
    border-bottom: 2px solid #FFFFFF;
  }
}
