@charset "UTF-8";
.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}

* {
  outline: none;
  border: none;
}

select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
}

select::-ms-expand {
  display: none;
}

.wf-loading {
  visibility: hidden;
}

.wf-active, .wf-inactive {
  visibility: visible;
}

header.site-header {
  background-color: black;
  display: block;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
body.homepage header.site-header {
  background-color: rgb(255, 255, 255);
}
header.site-header .header-top-row {
  transition: height 0.3s;
  background-color: #242f3b;
}
header.site-header .header-top-row .wrapper {
  display: flex;
  justify-content: flex-end;
  height: 100%;
}
@media (max-width: 480px) {
  header.site-header .header-top-row {
    display: none;
  }
}
header.site-header .header-bottom-row {
  transition: height 0.3s;
  height: 90px;
}
header.site-header .header-bottom-row .wrapper {
  display: flex;
  height: 100%;
}
header.site-header .top-header-bar {
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
header.site-header .top-header-bar .wrapper .logo-area {
  flex: 1;
  transition: margin 0.3s;
  display: flex;
  align-items: center;
  padding: 20px 20px;
}
@media (max-width: 1070px) {
  header.site-header .top-header-bar .wrapper .logo-area {
    padding: 15px 20px;
  }
}
header.site-header .top-header-bar .wrapper .logo-area a {
  display: block;
  color: #fff;
}
header.site-header .top-header-bar .wrapper .logo-area a img {
  display: block;
  max-width: 178px;
  width: 178px;
  max-height: 37px;
}
@media (max-width: 380px) {
  header.site-header .top-header-bar .wrapper .logo-area a img {
    max-width: 120px;
    width: 120px;
  }
}
header.site-header .top-header-bar .wrapper .top-right-part {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-left: 2rem;
}
header.site-header .top-header-bar .wrapper .right-menu-bar {
  display: flex;
  align-items: center;
}
header.site-header .top-header-bar .wrapper .right-menu-bar a {
  display: inline-block;
  margin-left: 2rem;
  font-weight: 400;
  color: white;
  text-decoration: none;
  font-size: 15px;
}
@media (max-width: 480px) {
  header.site-header .top-header-bar .wrapper .right-menu-bar {
    display: none;
  }
}

.hma .mobile-navigation {
  display: none;
  position: fixed;
  top: 80px;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  z-index: 999;
  background-color: #ffffff;
}
.hma .mobile-navigation > ul {
  display: block;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
}
.hma .mobile-navigation > ul > li {
  display: block;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #242f3b;
}
.hma .mobile-navigation > ul > li:first-child {
  box-shadow: inset 0px 8px 8px rgba(0, 0, 0, 0.1);
}
.hma .mobile-navigation > ul > li.active {
  border-left: 5px solid #242f3b;
}
.hma .mobile-navigation > ul > li > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 30px;
  padding-left: 30px;
}
.hma .mobile-navigation > ul > li > div .toggle-dropdown {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 50%;
  height: 60px;
}
.hma .mobile-navigation > ul > li.open > div i {
  transform: rotate(180deg);
}
.hma .mobile-navigation > ul > li.open > ul {
  display: block;
}
.hma .mobile-navigation > ul > li a {
  display: block;
  padding: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #242f3b;
  text-decoration: none;
  font-size: 22px;
  font-weight: 700;
}
.hma .mobile-navigation > ul > li > ul {
  display: none;
  background-color: #f5f5f5;
  padding: 0;
  margin: 0;
}
.hma .mobile-navigation > ul > li > ul > li {
  display: block;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #242f3b;
  list-style: none;
}
.hma .mobile-navigation > ul > li > ul > li.active {
  border-left: 5px solid #242f3b;
}
.hma .mobile-navigation > ul > li > ul > li a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 300;
  padding-left: 30px;
}
.hma .mobile-navigation > ul > li > ul > li a svg {
  width: 15px;
}
.hma .mobile-navigation > ul > li > ul > li:last-child {
  border-bottom: none;
}

.hma {
  /*
   * Articles styles
   */
  /** 
   * For the about columns on /about
   */
}
.hma h1,
.hma h2,
.hma h3,
.hma h4,
.hma h5,
.hma h6 {
  font-family: din-2014, "Heebo", sans-serif;
  font-weight: 600;
}
.hma h1 {
  margin: 20px 0 10px 0;
  font-size: 48px;
  line-height: 42px;
  color: #79d0e1;
}
@media (max-width: 620px) {
  .hma h1 {
    font-size: 30px;
    line-height: 34px;
  }
}
.hma h2 {
  margin: 20px 0 10px 0;
  font-size: 36px;
  line-height: 44px;
}
@media (max-width: 620px) {
  .hma h2 {
    font-size: 30px;
    line-height: 34px;
  }
}
.hma h3 {
  margin: 20px 0 10px 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}
@media (max-width: 620px) {
  .hma h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
.hma h4 {
  margin: 15px 0 5px 0;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}
.hma p {
  margin: 15px 0 10px 0;
  font-family: din-2014, "Heebo", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.hma ul li {
  margin: 10px 0 5px 0;
  font-family: din-2014, "Heebo", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.hma a,
.hma div.btn {
  color: #242f3b;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.hma a:hover,
.hma div.btn:hover {
  color: #79d0e1;
}
.hma a.btn,
.hma div.btn.btn {
  display: inline-block;
  padding: 5px 12px 5px 12px;
  background-color: #79d0e1;
  border: 2px solid #79d0e1;
  font-family: din-2014, "Heebo", sans-serif;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}
.hma a.btn:hover,
.hma div.btn.btn:hover {
  background-color: transparent;
  color: #79d0e1;
}
.hma a.btn.dark,
.hma div.btn.btn.dark {
  background-color: transparent;
  border: 2px solid #87cbd8;
  color: #87cbd8;
}
.hma a.btn.dark:hover,
.hma div.btn.btn.dark:hover {
  background-color: #87cbd8;
  color: #ffffff;
}
.hma a.btn.black,
.hma div.btn.btn.black {
  background-color: transparent;
  border: 2px solid #242f3b;
  color: #242f3b;
}
.hma a.btn.black:hover,
.hma div.btn.btn.black:hover {
  border: 2px solid #79d0e1;
  color: #79d0e1;
}
.hma .wondering {
  padding: 10px;
  background-color: #ffffff;
  border-top: 2px solid #eaeaea;
  text-align: center;
}
.hma .wondering p {
  font-size: 18px;
}
@media (max-width: 650px) {
  .hma .wondering p span {
    display: block;
    margin-top: 20px;
  }
}
.hma .wondering p span a {
  margin-left: 10px;
}
.hma .footer-2024 footer {
  background-color: #242f3b;
  color: #fff;
  padding-top: 100px;
}
.hma .footer-2024 footer p {
  font-weight: 400;
}
.hma .footer-2024 .footer-wrapper {
  margin-left: 25px;
  margin-right: 25px;
}
.hma .footer-2024 .foooter-main-container {
  max-width: 1150px;
  margin: 0 auto;
  display: flex;
  padding-bottom: 100px;
}
.hma .footer-2024 .footer-logo-box {
  max-width: 250px;
  margin-right: 80px;
}
.hma .footer-2024 .footer-logo-box img {
  width: 250px;
  margin-bottom: 15px;
}
.hma .footer-2024 .footer-logo-box a {
  font-weight: 700;
  background-color: #7acfe3;
  padding: 15px 25px;
  display: inline-block;
  border-radius: 3px;
  margin-top: 35px;
  transition: background-color 0.1s ease-in-out;
}
.hma .footer-2024 .footer-logo-box a:hover {
  background-color: #64bace;
}
.hma .footer-2024 .footer-contact-button {
  color: #fff;
  text-decoration: none;
}
.hma .footer-2024 .footer-menu-box h2 {
  font-size: 1.5em;
  font-weight: 700;
  margin: 0 0 10px 0;
}
.hma .footer-2024 .footer-menu-box {
  display: flex;
  flex-direction: column;
  margin-right: 80px;
}
.hma .footer-2024 .footer-menu-box:last-child {
  margin-right: 0;
}
.hma .footer-2024 .footer-menu-box h2 {
  margin-bottom: 10px;
  line-height: 1.5em;
}
.hma .footer-2024 .footer-menu-box a {
  margin-bottom: 10px;
  color: #fff;
  text-decoration: none;
}
.hma .footer-2024 .footer-menu-box a:hover {
  text-decoration: underline;
}
.hma .footer-2024 .contact-info-container {
  display: flex;
  margin-bottom: 10px;
  align-items: baseline;
}
.hma .footer-2024 .contact-info-container a {
  margin-bottom: 0px;
}
.hma .footer-2024 .contact-info-container i {
  color: #7acfe3;
  margin-right: 10px;
}
.hma .footer-2024 .contact-info-container p {
  margin: 0;
}
.hma .footer-2024 .social-icons {
  display: flex;
}
.hma .footer-2024 .social-icons img {
  width: 40px;
  margin-right: 5px;
}
.hma .footer-2024 .footer-bottom-container {
  background-color: #192027;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}
.hma .footer-2024 .footer-bottom-container p {
  margin-left: 25px;
  margin-right: 25px;
}
.hma .footer-2024 .footer-bottom-container a {
  text-decoration: underline;
  color: #fff;
}
@media screen and (max-width: 1130px) {
  .hma .footer-2024 .foooter-main-container {
    flex-wrap: wrap;
  }
  .hma .footer-2024 .footer-logo-box {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .hma .footer-2024 .footer-logo-box p {
    font-size: 18px;
  }
  .hma .footer-2024 .footer-logo-box a {
    font-size: 18px;
  }
  .hma .footer-2024 .footer-menu-box {
    margin-top: 35px;
  }
  .hma .footer-2024 .footer-menu-box h2 {
    font-size: 24px;
  }
  .hma .footer-2024 .footer-menu-box a {
    font-size: 18px;
  }
  .hma .footer-2024 .footer-menu-box p {
    font-size: 18px;
  }
  .hma .footer-2024 .social-icons img {
    width: 50px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 700px) {
  .hma .footer-2024 .foooter-main-container {
    flex-direction: column;
  }
  .hma .footer-2024 .footer-menu-box {
    margin-right: 0;
    width: 100%;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.hma .base-slideshow.royalSlider {
  height: 550px;
}
@media (max-width: 770px) {
  .hma .base-slideshow.royalSlider {
    height: 400px;
  }
}
@media (max-width: 650px) {
  .hma .base-slideshow.royalSlider {
    height: 300px;
  }
}
.hma .base-slideshow.royalSlider .zoom img {
  transform: scale(1);
  animation: pulse 25s infinite alternate;
}
.hma .base-slideshow.royalSlider .rsOverflow {
  position: relative;
}
.hma .base-slideshow.royalSlider .rsOverflow .rsArrow {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 20px;
  height: 58px;
  width: 58px;
}
@media (max-width: 520px) {
  .hma .base-slideshow.royalSlider .rsOverflow .rsArrow {
    display: none !important;
  }
}
.hma .base-slideshow.royalSlider .rsOverflow .rsArrow .rsArrowIcn {
  width: 58px;
  height: 58px;
  top: auto;
  left: auto;
  margin: 0;
  line-height: 58px;
  vertical-align: middle;
  text-align: center;
  border-radius: 0;
  background: #ffffff;
}
.hma .base-slideshow.royalSlider .rsOverflow .rsArrow .rsArrowIcn:hover {
  background-color: #fff;
}
.hma .base-slideshow.royalSlider .rsOverflow .rsArrow .rsArrowIcn::after {
  color: #242f3b;
  font-family: FontAwesome;
  font-size: 24px;
}
.hma .base-slideshow.royalSlider .rsOverflow .rsArrow.rsArrowRight .rsArrowIcn::after {
  content: "\f105";
}
.hma .base-slideshow.royalSlider .rsOverflow .rsArrow.rsArrowLeft {
  right: 60px;
  left: auto;
}
.hma .base-slideshow.royalSlider .rsOverflow .rsArrow.rsArrowLeft .rsArrowIcn::after {
  content: "\f104";
}
.hma .base-slideshow.royalSlider .rsOverflow .rsContent {
  position: absolute;
  bottom: 20px;
  right: 120px;
  left: auto;
  width: auto;
  height: 58px;
  line-height: 58px;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  color: #242f3b;
  background-color: #ffffff;
}
.hma .base-slideshow.royalSlider .rsOverflow .rsContent .caption-wrapper {
  position: relative;
  padding: 0 20px;
}
.hma .base-slideshow.royalSlider .rsOverflow .rsContent .caption-wrapper a {
  position: absolute;
  top: -30px;
  left: 0;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  padding: 0 8px;
  background-color: #87cbd8;
  font-family: pt-sans, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}
.hma .base-slideshow.royalSlider .rsOverflow .rsContent.text-small {
  left: 0;
  top: auto;
  bottom: 0;
  width: 100%;
  right: auto;
  height: auto;
  font-size: 38px;
  line-height: 58px;
  vertical-align: middle;
  color: #79d0e1;
  padding: 30px 20px 30px 30px;
  background-color: rgba(0, 0, 0, 0.75);
}
.hma .base-slideshow.royalSlider .rsOverflow .rsContent.text-small .content-wrapper {
  font-size: 20px;
  line-height: 1.5em;
  max-width: 70%;
  color: #ffffff;
  padding-bottom: 2.5em;
  text-align: left;
}
@media (max-width: 600px) {
  .hma .base-slideshow.royalSlider .rsOverflow .rsContent.text-small .content-wrapper {
    display: none;
  }
}
.hma .base-slideshow.royalSlider .rsOverflow .rsContent .content-wrapper {
  max-width: 50%;
}
@media (max-width: 600px) {
  .hma .base-slideshow.royalSlider .rsOverflow .rsContent .content-wrapper {
    font-size: 25px;
    line-height: 1em;
    padding-bottom: 45px;
    max-width: 100%;
  }
}
@media (max-width: 520px) {
  .hma .base-slideshow.royalSlider .rsOverflow .rsContent {
    right: 0;
  }
}
.hma .base-slideshow.royalSlider .rsNav.rsBullets {
  background: transparent;
  bottom: 37px;
}
.hma .base-slideshow.royalSlider .rsNav .rsBullet {
  width: auto;
  height: auto;
  padding: 5px;
  background: 0;
}
.hma .base-slideshow.royalSlider .rsNav .rsBullet span {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  line-height: 1em;
  background: #ffffff;
}
.hma .base-slideshow.royalSlider .rsNav .rsBullet.rsNavSelected span {
  background-color: #151515;
  border: 2px solid #ffffff;
}
.hma .homepage-main-areas {
  display: flex;
  background-color: #fff;
  padding: 4rem 0;
  clear: both;
}
@media (max-width: 850px) {
  .hma .homepage-main-areas {
    display: block;
    margin-bottom: 2rem;
  }
}
.hma .homepage-main-areas > a {
  display: block;
  flex: 1;
  text-decoration: none;
}
.hma .homepage-main-areas > a .inner-container {
  display: flex;
  padding: 0 2rem;
}
@media (max-width: 850px) {
  .hma .homepage-main-areas > a .inner-container {
    padding: 0 1rem;
    margin-bottom: 2rem;
  }
}
.hma .homepage-main-areas > a .inner-container .img-container {
  width: 200px;
  flex: 1;
  margin-right: 2rem;
}
@media (max-width: 850px) {
  .hma .homepage-main-areas > a .inner-container .img-container {
    flex: auto;
    width: 60px;
    flex-basis: 60px;
  }
}
.hma .homepage-main-areas > a .inner-container .text {
  flex: 1;
}
.hma .homepage-main-areas > a .inner-container .text h3 {
  margin-top: 0;
}
.hma .homepage-facts {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 3rem;
  row-gap: 3rem;
  background-color: #fff;
  padding: 4rem;
  border-top: 1px solid #ccc;
}
@media (max-width: 850px) {
  .hma .homepage-facts {
    display: block;
  }
}
.hma .homepage-facts > div {
  background-color: #394450;
  padding: 2rem;
  box-shadow: 0 0 4px #444, 1px 1px 2px #fff inset;
  box-shadow: 1px 1px 1px #fff inset;
  box-shadow: 1px 1px 4px #555, 1px 1px 1px #ddd inset;
  box-shadow: 1px 1px 4px #555;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
  text-align: center;
  color: #fff;
  border: 1px solid #394450;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media (max-width: 850px) {
  .hma .homepage-facts > div {
    margin-bottom: 2rem;
  }
}
.hma .homepage-info-boxes {
  width: 100%;
  display: flex;
  display: none;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 15px 15px 0 15px;
  background-color: #ffffff;
}
.hma .homepage-info-boxes:hover .column {
  opacity: 0.5;
}
@media (max-width: 850px) {
  .hma .homepage-info-boxes {
    display: block;
  }
}
.hma .homepage-info-boxes .column {
  width: 33.33%;
  text-decoration: none;
}
.hma .homepage-info-boxes .column:last-child {
  border-right: none;
  flex: 0 0 33.3333%;
}
.hma .homepage-info-boxes .column:hover {
  opacity: 1;
}
@media (max-width: 850px) {
  .hma .homepage-info-boxes .column {
    display: block;
    width: 100%;
    flex: none;
    border: none;
    border-bottom: 2px solid #fff;
  }
  .hma .homepage-info-boxes .column:last-child {
    width: 100%;
    border-bottom: none;
  }
}
.hma .homepage-info-boxes .column .inner-container .image {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 30%;
  height: 100%;
  background-color: #242f3b;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 990px) {
  .hma .homepage-info-boxes .column .inner-container .image {
    display: none;
  }
}
@media (max-width: 660px) {
  .hma .homepage-info-boxes .column .inner-container .image {
    display: block;
  }
}
@media (max-width: 430px) {
  .hma .homepage-info-boxes .column .inner-container .image {
    display: none;
  }
}
.hma .homepage-info-boxes .column .inner-container .text {
  flex: 1;
  margin-left: 0%;
  padding: 25px 10px;
  width: 100%;
  height: 100%;
}
.hma .homepage-info-boxes .column .inner-container .text > h1,
.hma .homepage-info-boxes .column .inner-container .text h2,
.hma .homepage-info-boxes .column .inner-container .text h3,
.hma .homepage-info-boxes .column .inner-container .text h4,
.hma .homepage-info-boxes .column .inner-container .text h5,
.hma .homepage-info-boxes .column .inner-container .text h5 {
  color: #242f3b;
  text-align: center;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.hma .homepage-info-boxes .column .inner-container .text p {
  color: #7d7d7d;
}
.hma .homepage-info-boxes .column .inner-container .text img {
  overflow: hidden;
}
.hma .homepage-info-boxes .column .inner-container .text:hover > h1,
.hma .homepage-info-boxes .column .inner-container .text:hover h2,
.hma .homepage-info-boxes .column .inner-container .text:hover h3,
.hma .homepage-info-boxes .column .inner-container .text:hover h4,
.hma .homepage-info-boxes .column .inner-container .text:hover h5,
.hma .homepage-info-boxes .column .inner-container .text:hover h5 {
  color: #242f3b;
}
.hma .homepage-info-boxes .column .inner-container .text:hover p {
  color: #7d7d7d;
}
.hma .homepage-info-boxes .column .inner-container .text div.btn {
  margin-top: 15px;
}
@media (max-width: 1200px) {
  .hma .homepage-info-boxes .column .inner-container .text {
    padding: 20px;
  }
}
@media (max-width: 850px) {
  .hma .homepage-info-boxes .column .inner-container .text {
    padding: 40px;
  }
}
.hma .homepage-info-boxes .column .inner-container .text h1,
.hma .homepage-info-boxes .column .inner-container .text h2,
.hma .homepage-info-boxes .column .inner-container .text h3,
.hma .homepage-info-boxes .column .inner-container .text h4,
.hma .homepage-info-boxes .column .inner-container .text h5,
.hma .homepage-info-boxes .column .inner-container .text h4 {
  margin: 0;
  font-size: 20px;
  line-height: 22px;
  color: #242f3b;
}
.hma .homepage-info-boxes .column .inner-container .text p {
  margin: 10px 0 0 0;
  font-size: 14px;
  line-height: 20px;
  color: #7d7d7d;
}
.hma .homepage-info-boxes .column .inner-container .arrow {
  display: none;
  padding: 20px 20px 20px 0;
  flex: grow;
  color: #79d0e1;
  font-size: 24px;
}
@media (max-width: 1130px) {
  .hma .homepage-info-boxes .column .inner-container .arrow {
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
  }
}
@media (max-width: 737px) {
  .hma .homepage-info-boxes .column .inner-container .arrow {
    display: none;
    position: static;
  }
}
.hma .homepage-content-blocks {
  text-align: center;
}
.hma .news-heading {
  display: block;
  padding: 40px;
  margin-top: 2px;
  background-color: white;
}
.hma .news-heading h3 {
  display: block;
  margin: 0;
  font-size: 24px;
  color: #242f3b;
  text-transform: uppercase;
}
.hma .homepage-hero-blurb-container .wrapper {
  position: relative;
}
.hma .homepage-hero-blurb-container .wrapper .homepage-hero-blurb {
  width: 80%;
  margin: 0 auto;
  margin-top: 4rem;
}
.hma .homepage-hero-blurb-container .wrapper .homepage-hero-blurb p {
  font-size: 48px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.2em;
  text-align: center;
}
@media (max-width: 480px) {
  .hma .homepage-hero-blurb-container .wrapper .homepage-hero-blurb {
    margin-top: 0;
    width: auto;
    padding: 2rem;
    padding-bottom: 0;
    padding-top: 3rem;
  }
  .hma .homepage-hero-blurb-container .wrapper .homepage-hero-blurb p {
    font-size: 24px;
  }
}
.hma .homepage-blurb {
  margin: 6rem auto;
  margin-top: 2rem;
  text-align: center;
  width: 70%;
}
.hma .homepage-blurb p {
  font-size: 28px;
  line-height: 1.5em;
}
.hma .homepage-secondary-hero {
  margin: 0 auto 0 auto;
}
.hma .homepage-secondary-hero > div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 700px;
  background-size: cover;
}
.hma .homepage-secondary-hero > div > div {
  width: 50%;
}
.hma .homepage-secondary-hero > div > div p {
  text-align: center;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.4em;
  color: white;
}
.hma .homepage-content-box {
  padding: 6rem;
  margin-bottom: 3rem;
  background-color: #f5f5f5;
  font-size: 28px;
}
.hma .homepage-content-box h3 {
  margin-bottom: 2rem;
  font-size: 42px;
}
.hma .homepage-content-box p {
  margin-bottom: 2rem;
  line-height: 1.5em;
  font-size: 22px;
}
.hma .homepage-content-box ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.hma .homepage-content-box ul li {
  margin-right: 2rem;
}
.hma .homepage-content-box ul li a {
  font-size: 22px;
  text-decoration: none;
  font-weight: bold;
}
.hma .homepage-content-box ul li a:hover {
  border-bottom: 2px solid #79d0e1;
}
@media (max-width: 480px) {
  .hma .homepage-content-box {
    padding: 2rem;
  }
  .hma .homepage-content-box ul {
    display: block;
  }
}
.hma .level-3 .homepage-cases {
  margin: 0 auto;
}
.hma .homepage-cases {
  margin: 6rem auto;
  background-color: #242f3b;
  color: white;
}
.hma .homepage-cases > div {
  width: 50%;
  margin: 0 auto;
  padding: 4rem;
}
.hma .homepage-cases p {
  font-size: 32px;
  line-height: 1.5em;
}
.hma .homepage-cases .name {
  margin-top: 2rem;
  font-size: 18px;
}
@media (max-width: 480px) {
  .hma .homepage-cases {
    margin: 2rem auto;
  }
  .hma .homepage-cases > div {
    width: auto;
  }
}
.hma .homepage-contact {
  margin: 6rem auto;
}
.hma .homepage-contact > div {
  width: 50%;
  margin: 0 auto;
  padding: 4rem;
  text-align: center;
}
.hma .homepage-contact h3 {
  font-size: 42px;
  margin-bottom: 3rem;
}
.hma .homepage-contact p {
  font-size: 32px;
  line-height: 1.5em;
}
.hma .homepage-contact input {
  width: 80%;
  border: 1px solid #242f3b;
  padding: 0.5rem;
  font-size: 32px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.hma .homepage-contact button {
  background-color: #79d0e1;
  border-radius: 50px;
  padding: 1.2rem 4rem;
  font-size: 18px;
}
.hma .level-3 .page-introduction .heading {
  background-color: #f5f5f6;
}
.hma .compact-page-introduction {
  padding: 70px 20px;
  background-color: #242f3b;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: white;
}
@media screen and (max-width: 768px) {
  .hma .compact-page-introduction {
    font-size: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    line-height: 1;
  }
}
.hma .page-introduction {
  display: block;
}
.hma .page-introduction.deep, .hma .page-introduction.regular {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 1200px) {
  .hma .page-introduction.deep, .hma .page-introduction.regular {
    display: block;
  }
}
.hma .page-introduction.deep > *, .hma .page-introduction.regular > * {
  flex: 1;
}
.hma .page-introduction.deep .heading-wrapper, .hma .page-introduction.regular .heading-wrapper {
  background-color: #242f3b;
}
.hma .page-introduction.deep .heading-wrapper.imageless .heading-container, .hma .page-introduction.regular .heading-wrapper.imageless .heading-container {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
}
.hma .page-introduction.deep .heading-wrapper.imageless .heading, .hma .page-introduction.regular .heading-wrapper.imageless .heading {
  width: auto;
}
.hma .page-introduction.deep .heading-wrapper h1, .hma .page-introduction.deep .heading-wrapper h2, .hma .page-introduction.deep .heading-wrapper h3, .hma .page-introduction.deep .heading-wrapper h4, .hma .page-introduction.deep .heading-wrapper h5, .hma .page-introduction.deep .heading-wrapper p, .hma .page-introduction.deep .heading-wrapper a, .hma .page-introduction.regular .heading-wrapper h1, .hma .page-introduction.regular .heading-wrapper h2, .hma .page-introduction.regular .heading-wrapper h3, .hma .page-introduction.regular .heading-wrapper h4, .hma .page-introduction.regular .heading-wrapper h5, .hma .page-introduction.regular .heading-wrapper p, .hma .page-introduction.regular .heading-wrapper a {
  color: #fff;
}
@media (max-width: 1200px) {
  .hma .page-introduction.deep .heading-container, .hma .page-introduction.regular .heading-container {
    position: relative;
  }
}
.hma .page-introduction.deep .heading-haha, .hma .page-introduction.regular .heading-haha {
  display: flex;
  align-items: center;
  max-width: 1260px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 660px) {
  .hma .page-introduction.deep .heading-haha, .hma .page-introduction.regular .heading-haha {
    flex-wrap: wrap;
  }
}
.hma .page-introduction.deep .heading, .hma .page-introduction.regular .heading {
  flex: 50%;
  text-align: left;
  background-color: transparent;
  border-top: none !important;
}
@media (max-width: 1200px) {
  .hma .page-introduction.deep .heading, .hma .page-introduction.regular .heading {
    width: auto;
  }
}
@media (max-width: 660px) {
  .hma .page-introduction.deep .heading, .hma .page-introduction.regular .heading {
    flex: 100%;
    order: 2;
  }
}
.hma .page-introduction.deep .heading p, .hma .page-introduction.regular .heading p {
  margin-left: 0;
  font-size: 15px;
  color: #fff;
}
.hma .page-introduction.deep .heading h1, .hma .page-introduction.regular .heading h1 {
  text-transform: none;
  color: #fff;
  line-height: 1.2;
}
.hma .page-introduction.deep .image, .hma .page-introduction.regular .image {
  flex: 50%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 660px) {
  .hma .page-introduction.deep .image, .hma .page-introduction.regular .image {
    flex: 100%;
    order: 1;
  }
}
.hma .page-introduction.deep .image img, .hma .page-introduction.regular .image img {
  max-height: 300px;
  border-radius: 10px;
}
.hma .page-introduction.contact .hero::after {
  display: none;
}
.hma .page-introduction.contact .heading {
  padding: 80px;
}
@media (max-width: 500px) {
  .hma .page-introduction.contact .heading {
    padding: 40px 20px 40px 20px;
    text-align: left;
  }
}
.hma .page-introduction.contact .heading h1 {
  margin: 0;
}
.hma .page-introduction .hero {
  position: relative;
  display: block;
  padding-top: 29%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.hma .page-introduction .hero.contain {
  background-size: contain;
  background-color: #ffffff;
  padding-top: 35%;
}
.hma .page-introduction .hero h1 {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  text-align: center;
  color: #242f3b;
  z-index: 10;
}
@media (max-width: 720px) {
  .hma .page-introduction .hero h1 {
    display: none;
  }
}
.hma .page-introduction .hero h1.light-heading {
  color: white;
}
@media (max-width: 770px) {
  .hma .page-introduction .hero {
    height: 200px;
  }
}
.hma .page-introduction .hero #contact-map {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 2px;
  left: 0;
}
.hma .page-introduction .hero #contact-map .hma-map-marker table tr td:nth-child(2n) {
  padding-left: 10px;
}
.hma .page-introduction .heading {
  display: block;
  padding: 80px 40px 80px 40px;
  text-align: center;
  background-color: #ffffff;
}
@media (max-width: 500px) {
  .hma .page-introduction .heading {
    padding: 0px 20px 40px 20px;
    text-align: left;
  }
}
.hma .page-introduction .heading.no-image {
  border-top: 2px solid #eaeaea;
}
.hma .page-introduction .heading h1 {
  margin: 0 0 30px 0;
}
.hma .page-introduction .heading h1.hide-desktop {
  display: none;
}
@media (max-width: 720px) {
  .hma .page-introduction .heading h1.hide-desktop {
    display: block;
  }
}
@media (max-width: 500px) {
  .hma .page-introduction .heading h1 {
    margin-bottom: 15px;
  }
}
.hma .page-introduction .heading .date {
  font-size: 14px;
  margin: -10px auto 10px auto;
}
.hma .page-introduction .heading p {
  margin: 0 auto;
  max-width: 800px;
  color: #7d7d7d;
}
.hma .page-introduction .heading p big {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5em;
}
@media (max-width: 480px) {
  .hma .page-introduction .heading p big {
    font-size: 20px;
    line-height: 1.4em;
  }
  .hma .page-introduction.deep {
    display: block;
  }
  .hma .page-introduction.deep .heading-container {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
  }
  .hma .page-introduction.deep .heading {
    width: auto;
  }
}
.hma .news-section-main {
  background-color: #E3F1F5;
  padding-bottom: 160px;
  padding-top: 60px;
  margin: 0;
}
.hma .news-section-main .news-section-wrapper {
  margin-left: 15px;
  margin-right: 15px;
}
.hma .news-section-main .news-topsection {
  max-width: 1150px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
}
.hma .news-section-main .news-topcontent {
  flex: 1;
  padding: 0px;
  margin-left: 10px;
}
.hma .news-section-main .news-topcontent h3 {
  margin-bottom: 2px;
  font-size: 30px;
}
.hma .news-section-main .news-topcontent p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
}
.hma .news-section-main .read-more-top {
  background-color: #ffffff;
  margin-right: 10px;
  margin-bottom: 0px;
  border-radius: 5px;
  align-self: flex-end;
}
.hma .news-section-main .read-more-top a {
  text-decoration: none;
  color: inherit;
}
.hma .news-section-main .read-more-top h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 18px;
  padding-right: 18px;
  line-height: 1.5;
}
.hma .news-section-main .readmoreiconnews {
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-left: 5px;
  fill: #242f3b;
  stroke: #242f3b;
}
.hma .news-section-main .read-more-top:hover {
  background-color: #f5f5f5;
}
.hma .news-section-main .article-section {
  margin-left: 0px;
  margin-right: 0px;
}
.hma .news-section-main .article-boxes {
  padding-top: 20px;
  display: flex;
  justify-content: flex-start;
  max-width: 1150px;
  margin: 0 auto;
}
.hma .news-section-main .section-title {
  text-align: center;
  margin-bottom: 20px;
}
.hma .news-section-main .news-article {
  flex-basis: calc(33.33% - 20px);
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #F5F5F5;
  padding-top: 0px;
  padding-bottom: 40px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: left;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s ease;
  text-decoration: none;
  color: inherit;
}
.hma .news-section-main .news-article:hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #f1f1f1;
}
.hma .news-section-main .news-article:hover h3 {
  text-decoration: underline;
}
.hma .news-section-main .news-article h3:hover {
  text-decoration: underline;
}
.hma .news-section-main .news-article .image-wrapper {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.hma .news-section-main .news-article img {
  width: 100%;
  height: 30vh;
  object-fit: cover;
  object-position: center;
}
.hma .news-section-main .news-article .content {
  margin-top: 20px;
}
.hma .news-section-main .news-article h3 {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  margin-top: 18px;
  margin-bottom: 15px;
  margin-left: 18px;
  margin-right: 18px;
}
.hma .news-section-main .news-article h4 {
  font-size: 16px;
  font-weight: 300;
  margin-top: 0px;
  margin-bottom: 15px;
  margin-left: 18px;
  margin-right: 18px;
  color: #969da7;
}
.hma .news-section-main .news-article p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 18px;
  margin-right: 18px;
}
.hma .news-section-main .news-article a {
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 768px) {
  .hma .news-section-main .news-section-main {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .hma .news-section-main .news-topsection {
    flex-direction: column;
    margin-bottom: 25px;
  }
  .hma .news-section-main .news-topcontent {
    margin-left: 0px;
  }
  .hma .news-section-main .read-more-top {
    align-self: flex-start;
    margin-left: 0px;
    margin-top: 30px;
  }
  .hma .news-section-main .article-section {
    margin-left: 0px;
    margin-right: 0px;
  }
  .hma .news-section-main .article-boxes {
    flex-direction: column;
  }
  .hma .news-section-main .news-article {
    flex-direction: column;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 50px;
  }
}
.hma .blue-article-wrapper {
  background-color: #E3F1F5;
  padding: 4rem 0;
}
.hma .blue-article-wrapper h2 {
  margin: 0;
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
  color: #242f3b;
}
@media (max-width: 480px) {
  .hma .blue-article-wrapper h2 {
    margin: 0 20px;
  }
}
.hma .blue-article-wrapper p {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  color: #242f3b;
}
.hma .blue-article-wrapper .article-controls-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 480px) {
  .hma .blue-article-wrapper .article-controls-wrapper {
    margin: 0 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
  }
}
.hma .blue-article-wrapper .article-controls-wrapper .read-more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
  background-color: white;
  text-decoration: none;
  border: none;
}
.hma .blue-article-wrapper .article-controls-wrapper .read-more-btn:hover {
  background-color: #f5f5f5;
  color: #242f3b;
}
.hma .blue-article-wrapper .article-controls-wrapper .read-more-btn .readmoreicon {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  fill: #242f3b;
}
@media (max-width: 480px) {
  .hma article.null {
    display: none;
  }
}
.hma .related-list.markets, .hma .related-list.solutions {
  margin-top: 2rem;
}
.hma .related-list.staggered {
  margin-top: 6rem;
}
.hma .related-list.staggered .article-list article {
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-template-areas: "image text";
  margin-bottom: 4rem;
  width: 100%;
}
.hma .related-list.staggered .article-list article:nth-child(odd) .text {
  padding-left: 4rem;
}
.hma .related-list.staggered .article-list article:nth-child(even) {
  grid-template-areas: "text image";
}
.hma .related-list.staggered .article-list article .image {
  width: 100%;
  height: 300px;
  grid-area: image;
}
.hma .related-list.staggered .article-list article .text {
  grid-area: text;
}
@media (max-width: 480px) {
  .hma .related-list.staggered {
    margin-top: 2rem;
  }
  .hma .related-list.staggered .article-list article {
    display: block;
    padding-right: 0;
    margin-bottom: 1rem;
  }
  .hma .related-list.staggered .article-list article.null {
    display: none;
  }
  .hma .related-list.staggered .article-list article:nth-child(odd) .text {
    padding-left: 0;
  }
}
.hma .article-list {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #ffffff;
}
.hma .article-list .hide {
  display: none;
}
.hma .article-list article {
  width: 33.33333%;
  padding-right: 2rem;
  margin-bottom: 2rem;
  transition: all 0.25s;
}
.hma .article-list article:hover {
  opacity: 1;
}
.hma .article-list article:last-child {
  padding-right: 0;
}
@media (max-width: 1090px) {
  .hma .article-list article {
    width: 50%;
  }
}
@media (max-width: 770px) {
  .hma .article-list article {
    width: 100%;
  }
}
.hma .article-list article .more-link a {
  font-size: 28px;
  font-weight: bold;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .hma .article-list article.hide-thumbnails-on-mobile .image {
    height: auto;
    position: static;
    background-color: transparent;
  }
  .hma .article-list article.hide-thumbnails-on-mobile .image .pos-bottom {
    display: none !important;
  }
  .hma .article-list article.hide-thumbnails-on-mobile .text h2 {
    display: block !important;
  }
  .hma .article-list article.hide-thumbnails-on-mobile .text a.btn {
    position: static;
  }
}
.hma .article-list article .image {
  position: relative;
  height: 200px;
  display: block;
  background-color: #242f3b;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #242f3b;
  cursor: pointer;
}
.hma .article-list article .image.light-heading a {
  color: #ffffff;
}
.hma .article-list article .image.light-heading a:hover {
  color: #ffffff;
}
.hma .article-list article .image a {
  color: #242f3b;
}
.hma .article-list article .image a:hover {
  color: #242f3b;
}
.hma .article-list article .image.no-image {
  height: auto;
  position: static;
  background-color: transparent;
}
.hma .article-list article .image.no-image.light-heading a {
  color: #242f3b;
}
.hma .article-list article .image.no-image.light-heading a:hover {
  color: #79d0e1;
}
.hma .article-list article .image.no-image a {
  color: #242f3b;
}
.hma .article-list article .image.no-image a:hover {
  color: #79d0e1;
}
.hma .article-list article .image.no-image .pos-bottom {
  position: static;
  right: auto;
  bottom: auto;
  left: auto;
  padding: 40px 40px 0 40px;
  margin-bottom: -20px;
}
.hma .article-list article .image .white h2 {
  color: white;
}
.hma .article-list article .image .white a {
  color: white;
}
.hma .article-list article .image .pos-bottom {
  position: absolute;
  right: 40px;
  bottom: 20px;
  left: 40px;
}
@media (max-width: 480px) {
  .hma .article-list article .image .pos-bottom {
    right: 20px;
    bottom: 10px;
    left: 20px;
  }
}
.hma .article-list article .image .pos-bottom p.date {
  font-family: din-2014, "Heebo", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
}
.hma .article-list article .image .pos-bottom a {
  text-decoration: none;
}
.hma .article-list article .image .pos-bottom h2 {
  margin: 0 0 10px 0;
}
.hma .article-list article.no-image .pos-bottom p.date {
  font-family: din-2014, "Heebo", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(36, 47, 59, 0.8);
}
.hma .article-list article.no-image .text {
  padding: 2rem 0;
  height: auto;
}
.hma .article-list article.no-image .text a.btn {
  position: static;
}
.hma .article-list article .text {
  height: calc(100% - 200px);
  position: relative;
  padding: 1rem 0;
}
.hma .article-list article .text.career {
  padding: 1rem 1rem;
  background-color: #f5f5f5;
}
@media (max-width: 480px) {
  .hma .article-list article .text {
    height: auto;
  }
}
.hma .article-list article .text p.date {
  margin-bottom: 5px;
  font-family: din-2014, "Heebo", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(36, 47, 59, 0.5);
}
.hma .article-list article .text h2 {
  margin: 0 0 10px 0;
}
.hma .article-list article .text h2 a {
  text-decoration: none;
}
.hma .article-list article .text p {
  margin: 0 0 0 0;
  color: #7d7d7d;
}
@media (max-width: 480px) {
  .hma .article-list article .text a.btn {
    position: static;
    margin-top: 10px;
  }
}
.hma .homepage-article-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1rem;
  margin-top: 1rem;
}
@media (max-width: 480px) {
  .hma .homepage-article-list {
    display: block;
  }
}
.hma .homepage-article-list .hide {
  display: none;
}
.hma .homepage-article-list article:hover {
  box-shadow: 0 0 3px #ccc;
  transition: box-shadow 0.1s ease-in-out;
}
.hma .homepage-article-list article {
  margin-bottom: 2rem;
  background-color: #f5f5f5;
}
@media (max-width: 480px) {
  .hma .homepage-article-list article {
    margin: 0 20px 20px 20px;
  }
}
.hma .homepage-article-list article .text {
  height: auto !important;
}
.hma .homepage-article-list article .rest {
  flex: 0 0 50%;
}
.hma .homepage-article-list article .image {
  position: relative;
  flex: 0 0 50%;
  height: 360px;
  display: block;
  background-color: #242f3b;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #242f3b;
  cursor: pointer;
}
.hma .homepage-article-list article .image.light-heading a {
  color: #ffffff;
}
.hma .homepage-article-list article .image.light-heading a:hover {
  color: #ffffff;
}
.hma .homepage-article-list article .image a {
  color: #242f3b;
}
.hma .homepage-article-list article .image a:hover {
  color: #242f3b;
}
.hma .homepage-article-list article .image.no-image {
  height: auto;
  position: static;
  background-color: transparent;
}
.hma .homepage-article-list article .image.no-image.light-heading a {
  color: #242f3b;
}
.hma .homepage-article-list article .image.no-image.light-heading a:hover {
  color: #79d0e1;
}
.hma .homepage-article-list article .image.no-image a {
  color: #242f3b;
}
.hma .homepage-article-list article .image.no-image a:hover {
  color: #79d0e1;
}
.hma .homepage-article-list article .image.no-image .pos-bottom {
  position: static;
  right: auto;
  bottom: auto;
  left: auto;
  padding: 40px 40px 0 40px;
  margin-bottom: -20px;
}
.hma .homepage-article-list article .image .white h2 {
  color: white;
}
.hma .homepage-article-list article .image .white a {
  color: white;
}
.hma .homepage-article-list article .image .pos-bottom {
  position: absolute;
  right: 40px;
  bottom: 20px;
  left: 40px;
}
@media (max-width: 480px) {
  .hma .homepage-article-list article .image .pos-bottom {
    right: 20px;
    bottom: 10px;
    left: 20px;
  }
}
.hma .homepage-article-list article .image .pos-bottom p.date {
  font-family: din-2014, "Heebo", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #242f3b;
}
.hma .homepage-article-list article .image .pos-bottom a {
  text-decoration: none;
}
.hma .homepage-article-list article .image .pos-bottom h2 {
  margin: 0 0 10px 0;
}
.hma .homepage-article-list article.no-image .pos-bottom p.date {
  font-family: din-2014, "Heebo", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(36, 47, 59, 0.8);
}
.hma .homepage-article-list article.no-image .text {
  padding: 40px 40px 40px 40px;
  height: auto;
}
.hma .homepage-article-list article.no-image .text a.btn {
  position: static;
}
.hma .homepage-article-list article .text {
  height: calc(100% - 300px);
  position: relative;
  padding: 1.5rem;
}
@media (max-width: 480px) {
  .hma .homepage-article-list article .text {
    height: auto;
  }
}
.hma .homepage-article-list article .text p.date {
  margin-bottom: 5px;
  font-family: din-2014, "Heebo", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(36, 47, 59, 0.5);
}
.hma .homepage-article-list article .text h2 {
  margin: 0 0 10px 0;
  font-size: 24px;
  line-height: 1.4em;
}
.hma .homepage-article-list article .text h2 a {
  text-decoration: none;
}
.hma .homepage-article-list article .text h2 a:hover {
  text-decoration: underline;
  color: #242f3b;
}
.hma .homepage-article-list article .text p {
  margin: 0 0 0 0;
  color: #7d7d7d;
}
@media (max-width: 480px) {
  .hma .homepage-article-list article .text a.btn {
    position: static;
    margin-top: 10px;
  }
}
.hma .pagination {
  margin-top: 2px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
}
.hma .pagination .column .stats,
.hma .pagination .column .previous,
.hma .pagination .column .next {
  padding: 40px;
  font-size: 24px;
}
.hma .pagination .column .previous,
.hma .pagination .column .next {
  display: inline-block;
  border-left: 2px solid #fff;
  font-size: 42px;
}
.hma .level-3 .content-blocks {
  padding: 0;
  margin-top: 80px;
}
.hma .content-blocks {
  display: block;
  background-color: #ffffff;
}
.hma .content-blocks > :first-child {
  margin-top: 40px;
}
.hma .content-blocks .product-section-main {
  margin-top: 0;
}
.hma .content-blocks .changes-from-hma {
  margin-top: 0;
}
.hma .content-blocks.default-margin {
  margin-top: 2px;
  margin-bottom: 2px;
}
.hma .content-blocks .wrapper {
  position: relative;
}
.hma .content-blocks .wrapper.with-inline-image {
  background-color: #fff;
}
.hma .content-blocks .wrapper.share-buttons {
  text-align: right;
}
.hma .content-blocks .wrapper.share-buttons > span {
  height: 24px;
  display: inline-block;
  vertical-align: bottom;
}
.hma .content-blocks .wrapper.share-buttons > span iframe,
.hma .content-blocks .wrapper.share-buttons > span span {
  vertical-align: bottom !important;
}
.hma .content-blocks .wrapper.share-buttons > span .IN-widget {
  margin-bottom: -3px;
}
.hma .content-blocks .wrapper .heading {
  margin-left: 15%;
  margin-right: 15%;
  width: 70%;
  float: left;
}
@media (max-width: 720px) {
  .hma .content-blocks .wrapper .heading {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    border: none;
  }
}
.hma .content-blocks .wrapper .paragraph {
  margin-left: 15%;
  margin-right: 15%;
  margin-bottom: 80px;
  width: 70%;
  float: left;
  font-family: din-2014, "Heebo", sans-serif;
}
.hma .content-blocks .wrapper .paragraph.nofloat {
  float: none;
}
@media (max-width: 720px) {
  .hma .content-blocks .wrapper .paragraph {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    border: none;
  }
}
.hma .content-blocks .wrapper .paragraph p,
.hma .content-blocks .wrapper .paragraph li {
  font-family: din-2014, "Heebo", sans-serif;
  font-size: 22px;
  line-height: 30px;
}
.hma .content-blocks .wrapper .paragraph .description {
  position: absolute;
  top: 0;
  left: 0;
  right: 80%;
  padding: 5px 15px 15px 35px;
}
@media (max-width: 720px) {
  .hma .content-blocks .wrapper .paragraph .description {
    position: static;
    flaot: left;
    margin: 15px 0 10px 0;
    padding: 5px 10px 5px 10px;
    border-left: 2px solid #fff;
  }
}
.hma .content-blocks .wrapper .paragraph .description p {
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
}
.hma .content-blocks .wrapper .info-box {
  margin-left: 15%;
  margin-right: 15%;
  width: 70%;
  padding: 30px;
  margin-bottom: 4rem;
  float: left;
  font-family: din-2014, "Heebo", sans-serif;
  background-color: #f5f5f5;
}
.hma .content-blocks .wrapper .info-box > :first-child {
  margin-top: 0;
}
.hma .content-blocks .wrapper .info-box > :last-child {
  margin-bottom: 0;
}
.hma .content-blocks .wrapper .info-box.nofloat {
  float: none;
}
@media (max-width: 720px) {
  .hma .content-blocks .wrapper .info-box {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    border: none;
  }
}
.hma .content-blocks .wrapper .info-box p,
.hma .content-blocks .wrapper .info-box li {
  font-family: din-2014, "Heebo", sans-serif;
  font-size: 22px;
  line-height: 30px;
}
.hma .content-blocks .wrapper .inline-image {
  float: left;
  margin-left: 15%;
  margin-right: 15%;
  padding: 40px 0 40px 0;
  float: left;
  width: 70%;
}
@media (max-width: 720px) {
  .hma .content-blocks .wrapper .inline-image {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    border: none;
  }
}
.hma .content-blocks .wrapper .inline-image img {
  max-width: 100%;
}
.hma .content-blocks .wrapper .inline-image .caption {
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
  font-style: italic;
}
.hma .content-blocks .wrapper .inline-slideshow {
  float: left;
  margin-left: 15%;
  margin-right: 15%;
  padding: 40px 0 40px 0;
  width: 70%;
}
.hma .content-blocks .wrapper .inline-slideshow .rsFullscreenBtn {
  display: none;
}
.hma .content-blocks .wrapper .inline-slideshow.show-fullscreen-button .rsFullscreenBtn {
  display: block;
}
.hma .content-blocks .wrapper .inline-slideshow .inline-royal-slider {
  width: 100%;
}
.hma .content-blocks .wrapper .inline-slideshow .rsGCaption {
  padding-top: 5px;
  text-align: left;
}
.hma .content-blocks .wrapper .inline-slideshow .rsGCaption .rsCaption.center-text {
  text-align: center;
}
.hma .content-blocks .wrapper .inline-slideshow .rsGCaption .rsCaption.center-text p {
  text-align: center;
}
.hma .content-blocks .wrapper .inline-slideshow .rsGCaption p {
  margin: 3px 0 0 0;
}
@media (max-width: 480px) {
  .hma .content-blocks .wrapper .inline-slideshow {
    float: none;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
}
.hma .content-blocks .wrapper .downloads,
.hma .content-blocks .wrapper .video,
.hma .content-blocks .wrapper .service-agreement,
.hma .content-blocks .wrapper .spare-parts  {
  margin-left: 15%;
  margin-right: 15%;
  padding-top: 10px;
  padding-bottom: 40px;
  width: 70%;
  font-family: din-2014, "Heebo", sans-serif;
}
@media (max-width: 720px) {
  .hma .content-blocks .wrapper .downloads,
  .hma .content-blocks .wrapper .video,
  .hma .content-blocks .wrapper .service-agreement,
  .hma .content-blocks .wrapper .spare-parts  {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    border: none;
  }
}
.hma .content-blocks .wrapper .downloads .download-heading,
.hma .content-blocks .wrapper .downloads .service-heading,
.hma .content-blocks .wrapper .downloads .spare-parts-heading,
.hma .content-blocks .wrapper .video .download-heading,
.hma .content-blocks .wrapper .video .service-heading,
.hma .content-blocks .wrapper .video .spare-parts-heading,
.hma .content-blocks .wrapper .service-agreement .download-heading,
.hma .content-blocks .wrapper .service-agreement .service-heading,
.hma .content-blocks .wrapper .service-agreement .spare-parts-heading,
.hma .content-blocks .wrapper .spare-parts  .download-heading,
.hma .content-blocks .wrapper .spare-parts  .service-heading,
.hma .content-blocks .wrapper .spare-parts  .spare-parts-heading {
  display: block;
}
.hma .content-blocks.videos {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.hma .content-blocks.videos .wrapper {
  padding: 0;
}
.hma .content-blocks.videos .wrapper .video {
  position: relative;
  height: 230px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  width: auto;
}
.hma .content-blocks.videos .wrapper .video iframe,
.hma .content-blocks.videos .wrapper .video .video-js {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0px;
}
@media (max-width: 720px) {
  .hma .content-blocks.videos .wrapper .video iframe,
  .hma .content-blocks.videos .wrapper .video .video-js {
    left: 0;
  }
}
.hma .content-blocks.videos .wrapper .video-meta h3 {
  font-size: 26px;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.hma .content-blocks.videos .wrapper .video-meta p {
  margin-top: 0;
}
.hma .content-blocks .full-width-slideshow {
  float: left;
  padding: 40px 0 40px 0;
  float: left;
  width: 100%;
}
.hma .content-blocks .full-width-slideshow .inline-royal-slider {
  width: 100%;
}
.hma .content-blocks .full-width-slideshow .rsGCaption {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 20px;
  float: none;
}
.hma .content-blocks .full-width-slideshow .rsGCaption .rsCaption {
  margin-left: 15%;
  margin-right: 15%;
  width: 70%;
  padding-top: 5px;
  text-align: left;
}
.hma .content-blocks .full-width-slideshow .rsGCaption p {
  margin: 3px 0 0 0;
}
.hma .content-blocks .full-width-image {
  display: block;
  margin: 60px 0 60px 0;
}
@media (max-width: 720px) {
  .hma .content-blocks .full-width-image {
    margin: 20px 0 20px 0;
  }
}
.hma .content-blocks .full-width-image img {
  width: 100%;
}
.hma .content-blocks .full-width-image .caption {
  margin-top: 10px;
  font-size: 14px;
  line-heihgt: 22px;
  font-style: italic;
}
.hma .content-blocks .image-grid-wrapper {
  padding: 80px 0 0 0;
}
.hma .content-blocks .employees-wrapper {
  background: #eaeaea;
  margin-bottom: 60px;
  padding: 2px;
}
.hma .breadcrumbs {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 2px;
  background-color: white;
}
.hma .breadcrumbs ul {
  margin: 0;
  padding: 0 10px 0 10px;
}
.hma .breadcrumbs ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-family: pt-sans, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 22px;
}
.hma .breadcrumbs ul li a {
  padding: 10px 5px;
  display: block;
  color: #242f3b;
  text-decoration: none;
}
.hma .breadcrumbs ul li a.capitalize {
  text-transform: capitalize;
}
.hma .breadcrumbs ul li a::after {
  content: "\f105";
  margin-left: 10px;
  font-family: FontAwesome;
  display: inline-block;
}
.hma .solutions-heading {
  margin-top: 2px;
  padding: 40px;
  display: block;
  background-color: #ffffff;
}
@media (max-width: 500px) {
  .hma .solutions-heading {
    padding: 20px;
  }
}
.hma .solutions-heading h1, .hma .solutions-heading h2, .hma .solutions-heading h3, .hma .solutions-heading h4, .hma .solutions-heading h5 {
  margin: 0;
}
.hma .solutions-list {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
  background-color: #ffffff;
}
.hma .solutions-list .item {
  width: 33.3333%;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  padding: 40px;
  background-color: #ffffff;
}
@media (max-width: 1090px) {
  .hma .solutions-list .item {
    width: 50%;
  }
}
@media (max-width: 770px) {
  .hma .solutions-list .item {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .hma .solutions-list .item {
    padding: 20px;
  }
}
.hma .solutions-list .item h1, .hma .solutions-list .item h2, .hma .solutions-list .item h3, .hma .solutions-list .item h4, .hma .solutions-list .item h5 {
  margin: 0 0 20px 0;
}
.hma .solutions-list .item p {
  margin: 0 0 0 0;
  color: #7D7D7D;
}
.hma .contact-information-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.hma .contact-information-row .employees {
  width: calc(40% - 2px);
  border-right: 2px solid #fff;
  background-color: #ffffff;
}
@media (max-width: 1130px) {
  .hma .contact-information-row .employees {
    width: 35%;
  }
}
@media (max-width: 560px) {
  .hma .contact-information-row .employees {
    width: 100%;
    order: 2;
  }
}
.hma .contact-information-row .employees > div {
  width: 50%;
  float: left;
  border-right: 1px solid #fff;
}
.hma .contact-information-row .employees > div:nth-child(2) {
  border-right: none;
  border-left: 1px solid #fff;
}
@media (max-width: 1130px) {
  .hma .contact-information-row .employees > div {
    width: 100%;
    border: none;
    border-top: 2px solid #fff;
  }
}
.hma .contact-information-row .employees > div .image {
  position: relative;
  padding-top: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hma .contact-information-row .employees > div .text {
  padding: 20px;
  border-bottom: 2px solid #fff;
}
.hma .contact-information-row .employees > div .text h1, .hma .contact-information-row .employees > div .text h2, .hma .contact-information-row .employees > div .text h3, .hma .contact-information-row .employees > div .text h4, .hma .contact-information-row .employees > div .text h5, .hma .contact-information-row .employees > div .text h6 {
  margin: 0;
}
.hma .contact-information-row .employees > div .text p {
  margin: 5px 0 0 0;
}
.hma .contact-information-row .contact-information-column {
  width: 60%;
  margin: 2px 0 0 0;
  padding: 0 40px 40px 0;
  background-color: #ffffff;
}
@media (max-width: 1130px) {
  .hma .contact-information-row .contact-information-column {
    width: 65%;
  }
}
@media (max-width: 560px) {
  .hma .contact-information-row .contact-information-column {
    width: 100%;
    order: 1;
  }
}
.hma .contact-information-row .contact-information-column .row {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-contnet: flex-start;
  flex-wrap: wrap;
}
.hma .contact-information-row .contact-information-column .row .column {
  width: 50%;
  padding: 40px 0 0 40px;
}
@media (max-width: 1130px) {
  .hma .contact-information-row .contact-information-column .row .column {
    width: 100%;
    padding: 50px 0 0 50px;
  }
}
@media (max-width: 720px) {
  .hma .contact-information-row .contact-information-column .row .column {
    width: 100%;
    padding: 30px 0 0 30px;
  }
}
@media (max-width: 500px) {
  .hma .contact-information-row .contact-information-column .row .column {
    padding: 20px 0 0 20px;
  }
}
.hma .contact-information-row .contact-information-column .row .column img {
  vertical-align: text-bottom;
}
.hma .contact-information-row .contact-information-column .row .column h1, .hma .contact-information-row .contact-information-column .row .column h2, .hma .contact-information-row .contact-information-column .row .column h3, .hma .contact-information-row .contact-information-column .row .column h4, .hma .contact-information-row .contact-information-column .row .column h5 {
  margin: 0;
  font-size: 24px;
  line-height: 34px;
}
.hma .contact-information-row .contact-information-column .row .column p {
  font-family: din-2014, "Heebo", sans-serif;
  margin: 10px 0 10px 0;
  font-size: 16px;
  line-height: 26px;
}
.hma .contact-information-row .contact-information-column .row .column p b {
  font-weight: 600;
}
.hma .contact-information-row .contact-information-column .row .column .btn {
  margin-top: 10px;
}
.hma .error404 {
  display: block;
  text-align: center;
  padding: 50px 20px 50px 20px;
  background-color: #242f3b;
}
.hma .error404 h1 {
  display: block;
  color: #ffffff;
}
.hma .content-columns {
  display: flex;
  flex-wrap: wrap;
  background: #ffffff;
  padding: 0;
  border-top: 2px solid #fff;
}
.hma .content-columns .content-column {
  width: 33.33%;
  padding: 40px;
  border-right: 2px solid #fff;
}
.hma .content-columns .content-column:last-child {
  border-right: 0;
}
.hma .content-columns .content-column h1, .hma .content-columns .content-column h2, .hma .content-columns .content-column h3, .hma .content-columns .content-column h4, .hma .content-columns .content-column h5, .hma .content-columns .content-column h6, .hma .content-columns .content-column strong {
  text-transform: uppercase;
}
.hma .content-columns .content-column h3 {
  text-align: center;
}
@media (max-width: 992px) {
  .hma .content-columns .content-column {
    width: 100%;
    padding: 40px;
  }
  .hma .content-columns .content-column h3 {
    text-align: left;
  }
}
.hma .employees-wrapper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1px;
}
.hma .employees-wrapper .employee {
  width: 25%;
  border-right: 2px solid #eaeaea;
  margin-top: 1px;
  margin-bottom: 1px;
  min-height: 450px;
  position: relative;
  background-color: #ffffff;
}
.hma .employees-wrapper .employee.null {
  min-height: 0;
}
.hma .employees-wrapper .employee:nth-child(4n) {
  border-right: none;
}
@media (max-width: 1090px) {
  .hma .employees-wrapper .employee {
    width: 50%;
  }
  .hma .employees-wrapper .employee:nth-child(odd) {
    border-right: 2px solid #eaeaea;
  }
}
@media (max-width: 770px) {
  .hma .employees-wrapper .employee {
    width: 100%;
    border-right: none;
  }
}
.hma .employees-wrapper .employee .image {
  text-align: center;
  height: 300px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.hma .employees-wrapper .employee .information {
  padding: 5px 0 0 15px;
}
.hma .employees-wrapper .employee h4 {
  margin-bottom: 0;
}
.hma .employees-wrapper .employee p {
  margin-top: 0;
}
.hma .employees-wrapper .employee .social-links {
  text-align: right;
  margin: 20px 0 0 0;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}
.hma .employees-wrapper .employee .social-link {
  text-transform: uppercase;
  min-width: 36px;
  margin: 0 -4px 0 0;
  padding: 5px 0;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  display: inline-block;
  text-align: center;
}
.hma .employees-wrapper .employee .social-link:last-child {
  margin-right: 0;
}
.hma .image-grid {
  display: flex;
  flex: 0 0 1;
  flex-wrap: wrap;
}
.hma .image-grid .grid-item {
  width: 33.33%;
  display: block;
  position: relative;
  line-height: 10px;
}
@media (max-width: 1090px) {
  .hma .image-grid .grid-item {
    width: 50%;
  }
}
@media (max-width: 770px) {
  .hma .image-grid .grid-item {
    width: 100%;
  }
}
.hma .image-grid .grid-item:hover p {
  opacity: 1;
}
.hma .image-grid .grid-item p {
  transition: opacity 0.5s;
  opacity: 0;
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
}
.hma .about-info-boxes {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  background-color: #ffffff;
}
.hma .about-info-boxes .info-box {
  width: 50%;
  border-right: 2px solid #eaeaea;
  border-top: 2px solid #eaeaea;
  transition: all 0.25s;
}
.hma .about-info-boxes .info-box:hover {
  opacity: 1;
}
.hma .about-info-boxes .info-box:nth-child(2n) {
  border-right: none;
}
@media (max-width: 770px) {
  .hma .about-info-boxes .info-box {
    width: 100%;
    border-right: none;
  }
}
.hma .about-info-boxes .info-box .image {
  position: relative;
  height: 300px;
  display: block;
  background-color: #242f3b;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #242f3b;
  cursor: pointer;
}
.hma .about-info-boxes .info-box .image.light-heading a {
  color: #ffffff;
}
.hma .about-info-boxes .info-box .image.light-heading a:hover {
  color: #ffffff;
}
.hma .about-info-boxes .info-box .image a {
  color: #242f3b;
}
.hma .about-info-boxes .info-box .image a:hover {
  color: #242f3b;
}
.hma .about-info-boxes .info-box .image.no-image {
  height: auto;
  position: static;
  background-color: transparent;
}
.hma .about-info-boxes .info-box .image.no-image.light-heading a {
  color: #242f3b;
}
.hma .about-info-boxes .info-box .image.no-image.light-heading a:hover {
  color: #79d0e1;
}
.hma .about-info-boxes .info-box .image.no-image a {
  color: #242f3b;
}
.hma .about-info-boxes .info-box .image.no-image a:hover {
  color: #79d0e1;
}
.hma .about-info-boxes .info-box .image.no-image .pos-bottom {
  position: static;
  right: auto;
  bottom: auto;
  left: auto;
  padding: 40px 40px 0 40px;
  margin-bottom: -20px;
}
.hma .about-info-boxes .info-box .image .white h2 {
  color: white;
}
.hma .about-info-boxes .info-box .image .white a {
  color: white;
}
.hma .about-info-boxes .info-box .image .pos-bottom {
  position: absolute;
  right: 40px;
  bottom: 20px;
  left: 40px;
}
@media (max-width: 500px) {
  .hma .about-info-boxes .info-box .image .pos-bottom {
    right: 20px;
    bottom: 10px;
    left: 20px;
  }
}
.hma .about-info-boxes .info-box .image .pos-bottom p.date {
  font-family: din-2014, "Heebo", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
}
.hma .about-info-boxes .info-box .image .pos-bottom a {
  text-decoration: none;
}
.hma .about-info-boxes .info-box .image .pos-bottom h2 {
  margin: 0 0 10px 0;
}
.hma .about-info-boxes .info-box.no-image .pos-bottom p.date {
  font-family: din-2014, "Heebo", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(36, 47, 59, 0.8);
}
.hma .about-info-boxes .info-box.no-image .text {
  padding: 40px 40px 40px 40px;
  height: auto;
}
.hma .about-info-boxes .info-box.no-image .text a.btn {
  position: static;
}
.hma .about-info-boxes .info-box .text {
  height: calc(100% - 300px);
  position: relative;
  padding: 40px 40px 80px 40px;
}
@media (max-width: 500px) {
  .hma .about-info-boxes .info-box .text {
    height: auto;
    padding: 20px;
  }
}
.hma .about-info-boxes .info-box .text p.date {
  margin-bottom: 5px;
  font-family: din-2014, "Heebo", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(36, 47, 59, 0.5);
}
.hma .about-info-boxes .info-box .text h2 {
  margin: 0 0 10px 0;
}
.hma .about-info-boxes .info-box .text h2 a {
  text-decoration: none;
}
.hma .about-info-boxes .info-box .text p {
  margin: 0 0 0 0;
  color: #7d7d7d;
}
.hma .about-info-boxes .info-box .text a.btn {
  position: absolute;
  left: 40px;
  bottom: 40px;
}
@media (max-width: 500px) {
  .hma .about-info-boxes .info-box .text a.btn {
    position: static;
    margin-top: 10px;
  }
}
.hma .quotes li {
  list-style: none;
}
.hma .quotes a {
  text-decoration: none;
  color: inherit;
}
.hma .quotes h1, .hma .quotes h2, .hma .quotes h3, .hma .quotes h4, .hma .quotes h5, .hma .quotes h6 {
  font-size: inherit;
  font-weight: normal;
  margin: 0;
}
.hma .quotes .main-section-container {
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #ffffff;
  color: #242f3b;
}
.hma .quotes .section-wrapper {
  max-width: 1150px;
  margin: 0 auto;
}
.hma .quotes .section-container {
  margin-left: 25px;
  margin-right: 25px;
}
.hma .quotes .section-headline-container {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 70px;
  align-items: center;
}
.hma .quotes .section-headline-container h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
}
.hma .quotes .section-headline-container p {
  font-size: 25px;
  font-weight: 300;
}
.hma .quotes .section-main-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.hma .quotes .quote-section-container {
  display: flex;
}
.hma .quotes .quote-box {
  max-width: 500px;
  background-color: #242f3b;
  color: #fff;
  padding: 35px;
  margin-right: 15px;
  border-radius: 8px;
}
.hma .quotes .quote-box:last-child {
  margin-right: 0;
}
.hma .quotes .quote-box img {
  width: 30px;
}
.hma .quotes .quote-main-text {
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 18px;
}
.hma .quotes .quote-name-title h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 2px;
}
.hma .quotes .quote-name-title p {
  font-size: 14px;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .hma .quotes .main-section-container {
    padding-top: 50px;
  }
  .hma .quotes .section-headline-container h2 {
    font-size: 35px;
  }
  .hma .quotes .section-headline-container p {
    font-size: 22px;
  }
  .hma .quotes .quote-section-container {
    flex-direction: column;
  }
  .hma .quotes .quote-box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 25px;
  }
}
.hma .before-after-slider a {
  text-decoration: none;
  color: inherit;
}
.hma .before-after-slider h1, .hma .before-after-slider h2, .hma .before-after-slider h3, .hma .before-after-slider h4, .hma .before-after-slider h5, .hma .before-after-slider h6 {
  font-size: inherit;
  font-weight: normal;
  margin: 0;
}
.hma .before-after-slider .custom-image-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 0;
  padding-bottom: 62.5%; /* Adjust this value according to your image aspect ratio */
}
.hma .before-after-slider .slider-before, .hma .before-after-slider .slider-after {
  position: absolute;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  user-drag: none;
}
.hma .before-after-slider .slider-after {
  overflow: hidden;
}
.hma .before-after-slider .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background-color: #fff;
  cursor: ew-resize;
}
.hma .before-after-slider .slider-handle::before, .hma .before-after-slider .slider-handle::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  cursor: ew-resize;
  transition: all 0.2s ease-out; /* Add transition property */
}
.hma .before-after-slider .slider-handle::before {
  left: -24px;
  border-right: 16px solid #fff;
}
.hma .before-after-slider .slider-handle::after {
  right: -24px;
  border-left: 16px solid #fff;
}
.hma .before-after-slider .main-section-container {
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #ffffff;
  color: #242f3b;
}
.hma .before-after-slider .section-wrapper {
  max-width: 1150px;
  margin: 0 auto;
}
.hma .before-after-slider .section-container {
  margin-left: 25px;
  margin-right: 25px;
}
.hma .before-after-slider .section-headline-container {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 70px;
}
.hma .before-after-slider .section-headline-container h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
}
.hma .before-after-slider .section-headline-container p {
  font-size: 25px;
  font-weight: 300;
}
.hma .before-after-slider .section-main-content {
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.hma .before-after-slider .wrap img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}
.hma .before-after-slider :root {
  --slider-thumb-position: 50%;
}
.hma .before-after-slider .wrap {
  position: relative;
  display: flex;
  width: 80%;
}
.hma .before-after-slider .wrap::before {
  content: "↔";
  position: absolute;
  top: 50%;
  left: var(--slider-thumb-position);
  height: 30px;
  width: 30px;
  background-color: #fff;
  margin: -15px 0 0 -15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
}
.hma .before-after-slider .img-after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  /*   width: var(--slider-thumb-position);  first option without clip path*/
  clip-path: inset(0 calc(100% - var(--slider-thumb-position)) 0 0);
  background-image: url("img/before.jpg");
  background-size: cover;
  border-radius: 6px;
}
.hma .before-after-slider input[type=range] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  appearance: none;
  background-color: transparent;
  cursor: ew-resize;
}
.hma .before-after-slider input[type=range]::-webkit-slider-thumb {
  appearance: none;
  width: 0;
  height: 0;
}
.hma .before-after-slider input[type=range]::-moz-range-thumb {
  appearance: none;
  width: 0;
  height: 0;
}
@media only screen and (max-width: 768px) {
  .hma .before-after-slider .main-section-container {
    padding-top: 50px;
  }
  .hma .before-after-slider .section-headline-container h2 {
    font-size: 35px;
  }
  .hma .before-after-slider .section-headline-container p {
    font-size: 22px;
  }
  .hma .before-after-slider #read-morebtn-bottom {
    font-size: 18px;
  }
  .hma .before-after-slider .wrap {
    width: 100%;
  }
}
.hma .text-and-image .main-section-container {
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #ffffff;
  color: #242f3b;
}
.hma .text-and-image .section-wrapper {
  max-width: 1150px;
  margin: 0 auto;
}
.hma .text-and-image .section-container {
  margin-left: 25px;
  margin-right: 25px;
}
.hma .text-and-image .section-headline-container {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 70px;
}
.hma .text-and-image .section-headline-container h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
}
.hma .text-and-image .section-headline-container p {
  font-size: 25px;
  font-weight: 300;
}
.hma .text-and-image .section-main-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.hma .text-and-image .about-us-section-container {
  max-width: 1250px;
}
.hma .text-and-image .about-box {
  display: flex;
  gap: 40px;
  width: 100%;
  margin-bottom: 100px;
}
.hma .text-and-image .about-box:last-child {
  margin-bottom: 0;
}
.hma .text-and-image .about-image {
  width: 50%;
}
.hma .text-and-image .about-image img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 8px;
}
.hma .text-and-image .about-text {
  width: 50%;
  margin-top: 10px;
}
.hma .text-and-image .about-text h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
  margin-top: 0;
}
.hma .text-and-image .about-text p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .hma .text-and-image .main-section-container {
    padding-top: 50px;
  }
  .hma .text-and-image .section-headline-container h2 {
    font-size: 35px;
  }
  .hma .text-and-image .section-headline-container p {
    font-size: 22px;
  }
  .hma .text-and-image .about-box {
    flex-direction: column;
    margin-bottom: 80px;
    gap: 0;
  }
  .hma .text-and-image .about-image {
    width: 100%;
    order: 1;
  }
  .hma .text-and-image .about-image img {
    height: 250px;
  }
  .hma .text-and-image .about-text {
    width: 100%;
    order: 2;
  }
  .hma .text-and-image .about-text h2 {
    font-size: 35px;
    margin-bottom: 15px;
  }
}
.hma .faq .main-section-container {
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #fff;
  color: #242f3b;
}
.hma .faq .section-wrapper {
  max-width: 1150px;
  margin: 0 auto;
}
.hma .faq .section-container {
  margin-left: 25px;
  margin-right: 25px;
}
.hma .faq .section-headline-container {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 70px;
}
.hma .faq .section-headline-container h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
}
.hma .faq .section-headline-container p {
  font-size: 25px;
  font-weight: 300;
}
.hma .faq .section-main-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.hma .faq .faq-section-container {
  max-width: 800px;
}
.hma .faq .accordion-content {
  margin-bottom: 25px;
  border-radius: 6px;
  background-color: #242f3b;
  color: #ffffff;
  overflow: hidden;
  transition: all 0.1s linear;
  border: 3px solid #242f3b;
}
.hma .faq .accordion-content:hover {
  background-color: #242f3b;
  border: 3px solid #242f3b;
  box-shadow: 5px 5px 50px rgba(187, 187, 187, 0.2);
}
.hma .faq .accordion-content:focus {
  background-color: #242f3b;
  border: 3px solid #242f3b;
  box-shadow: 2px 2px 20px rgba(187, 187, 187, 0.2);
}
.hma .faq .accordion-content.open {
  padding-bottom: 35px;
  border: 3px solid #242f3b;
}
.hma .faq .question {
  display: flex;
  min-height: 50px;
  padding: 25px 25px;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2s linear;
}
.hma .faq .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.hma .faq .question i {
  margin-left: 25px;
}
.hma .faq .description {
  height: 0;
  padding-left: 25px;
  padding-right: 25px;
  transition: all 0.2s linear;
}
.hma .faq .description p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .hma .faq .main-section-container {
    padding-top: 50px;
  }
  .hma .faq .section-headline-container h2 {
    font-size: 35px;
  }
  .hma .faq .section-headline-container p {
    font-size: 22px;
  }
}
.hma .get-in-touch .main-section-container {
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #242f3b;
  color: #fff;
}
.hma .get-in-touch .section-wrapper {
  max-width: 1150px;
  margin: 0 auto;
}
.hma .get-in-touch .section-container {
  margin-left: 25px;
  margin-right: 25px;
}
.hma .get-in-touch .section-headline-container {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 70px;
}
.hma .get-in-touch .section-headline-container h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
}
.hma .get-in-touch .section-headline-container p {
  font-size: 25px;
  font-weight: 300;
}
.hma .get-in-touch .section-main-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.hma .get-in-touch .contact-us-container {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.hma .get-in-touch .contact-us-container h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}
.hma .get-in-touch .contact-us-container p {
  font-size: 24px;
}
.hma .get-in-touch .contact-us-container a {
  font-size: 25px;
  font-weight: 600;
  background-color: #7acfe3;
  padding: 15px 25px;
  border-radius: 4px;
  display: inline-block;
  margin-top: 50px;
  color: white;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .hma .get-in-touch .main-section-container {
    padding-top: 50px;
  }
  .hma .get-in-touch .section-headline-container h2 {
    font-size: 35px;
  }
  .hma .get-in-touch .section-headline-container p {
    font-size: 22px;
  }
}
.hma .icon-text .main-section-container {
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #ffffff;
  color: #242f3b;
}
.hma .icon-text .section-wrapper {
  max-width: 1150px;
  margin: 0 auto;
}
.hma .icon-text .section-container {
  margin-left: 25px;
  margin-right: 25px;
}
.hma .icon-text .section-headline-container {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 70px;
}
.hma .icon-text .section-headline-container h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
}
.hma .icon-text .section-headline-container p {
  font-size: 25px;
  font-weight: 300;
}
.hma .icon-text .section-main-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.hma .icon-text .turn-key-solutions-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.hma .icon-text .turn-key-box {
  flex-basis: calc(33.33% - 50px);
  margin: 25px;
}
.hma .icon-text .turn-key-headline-container {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.hma .icon-text .turn-key-headline-container img {
  width: 35px;
  margin-right: 10px;
}
.hma .icon-text .turn-key-headline-container h3 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}
.hma .icon-text .turn-key-box p {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .hma .icon-text .main-section-container {
    padding-top: 50px;
  }
  .hma .icon-text .section-headline-container h2 {
    font-size: 35px;
  }
  .hma .icon-text .section-headline-container p {
    font-size: 22px;
  }
  .hma .icon-text .turn-key-solutions-container {
    justify-content: flex-start;
  }
  .hma .icon-text .turn-key-box {
    flex-basis: 100%;
    margin: 0;
    margin-bottom: 45px;
  }
}
.hma .installed-solutions .main-section-container {
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #ffffff;
  color: #242f3b;
}
.hma .installed-solutions .section-wrapper {
  max-width: 1150px;
  margin: 0 auto;
}
.hma .installed-solutions .section-container {
  margin-left: 25px;
  margin-right: 25px;
}
.hma .installed-solutions .section-headline-container {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 70px;
}
.hma .installed-solutions .section-headline-container h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
}
.hma .installed-solutions .section-headline-container p {
  font-size: 25px;
  font-weight: 300;
}
.hma .installed-solutions .section-main-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.hma .installed-solutions .installed-solutions-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.hma .installed-solutions .installed-solutions-container a {
  text-decoration: none;
}
.hma .installed-solutions .solution-container {
  display: flex;
  align-items: center;
  background-color: #f5f5f5;
  padding: 25px 25px;
  justify-content: space-between;
  margin: 10px;
  border-radius: 6px;
  width: 40%;
  transition: all 0.1s ease-in-out;
}
.hma .installed-solutions .solution-container:hover {
  background-color: #ebebeb;
}
.hma .installed-solutions .solution-icon-name-container {
  display: flex;
  align-items: center;
}
.hma .installed-solutions .solution-icon-name-container img {
  width: 40px;
  margin-right: 15px;
}
.hma .installed-solutions .solution-icon-name-container h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 15px 0 0;
}
@media only screen and (max-width: 768px) {
  .hma .installed-solutions .main-section-container {
    padding-top: 50px;
  }
  .hma .installed-solutions .section-headline-container h2 {
    font-size: 35px;
  }
  .hma .installed-solutions .section-headline-container p {
    font-size: 22px;
  }
  .hma .installed-solutions .installed-solutions-container {
    flex-direction: column;
    width: 100%;
  }
  .hma .installed-solutions .solution-container {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
  .hma .installed-solutions .solution-container h3 {
    font-size: 20px;
  }
}
.hma .selected-references a {
  text-decoration: none;
}
.hma .selected-references a:hover {
  color: #242f3b;
}
.hma .selected-references .main-section-container {
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #ffffff;
  color: #242f3b;
}
.hma .selected-references .section-wrapper {
  max-width: 1150px;
  margin: 0 auto;
}
.hma .selected-references .section-container {
  margin-left: 25px;
  margin-right: 25px;
}
.hma .selected-references .section-headline-container {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 70px;
  align-items: center;
}
.hma .selected-references .section-headline-container h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
}
.hma .selected-references .section-headline-container p {
  font-size: 25px;
  font-weight: 300;
}
.hma .selected-references .section-main-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.hma .selected-references .system-main-container {
  margin-bottom: 80px;
  width: 100%;
}
.hma .selected-references .system-headline-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 25px;
}
.hma .selected-references .system-headline-container h3 {
  font-size: 28px;
  font-weight: 700;
}
.hma .selected-references .system-headline-container a {
  background-color: #f5f5f5;
  padding: 12px 18px;
  display: block;
  font-size: 20px;
  border-radius: 5px;
  transition: all 0.1s ease-in-out;
}
.hma .selected-references .system-headline-container a:hover {
  background-color: #e6e6e6;
}
.hma .selected-references .system-headline-container i {
  font-size: 16px;
  margin-left: 5px;
}
.hma .selected-references .systems-container {
  display: flex;
  justify-content: flex-start;
}
.hma .selected-references .system-box {
  flex-basis: calc(33.33% - 10px);
  margin-right: 20px;
  background-color: #f5f5f5;
  transition: all 0.1s ease-in-out;
  border-radius: 4px;
}
.hma .selected-references .system-box:hover {
  background-color: #e6e6e6;
}
.hma .selected-references .system-box:last-child {
  margin-right: 0;
}
.hma .selected-references .system-box img {
  width: 100%;
  height: 22vh;
  object-fit: cover;
}
.hma .selected-references .system-box-text-container {
  padding-top: 15px;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
}
.hma .selected-references .system-box-text-container h3 {
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 5px;
  margin: 0 0 5px 0;
}
.hma .selected-references .system-box-text-container p {
  margin: 0;
}
.hma .selected-references .project-system-info-container {
  margin-top: 25px;
  margin-bottom: 10px;
}
.hma .selected-references .system-container {
  margin-bottom: 10px;
}
.hma .selected-references .system-container h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  margin: 0;
}
.hma .selected-references .readmore-btn {
  padding-left: 25px;
  padding-bottom: 25px;
}
.hma .selected-references .readmore-btn i {
  margin-left: 10px;
  font-size: 14px;
}
.hma .selected-references .readmore-btn p {
  font-weight: 700;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .hma .selected-references .main-section-container {
    padding-top: 50px;
  }
  .hma .selected-references .section-headline-container {
    margin-bottom: 15px;
  }
  .hma .selected-references .section-headline-container h2 {
    font-size: 35px;
  }
  .hma .selected-references .section-headline-container p {
    font-size: 22px;
  }
  .hma .selected-references .system-headline-container {
    flex-direction: column;
    align-items: flex-start;
  }
  .hma .selected-references .system-headline-container h3 {
    margin-bottom: 15px;
  }
  .hma .selected-references .systems-container {
    flex-direction: column;
  }
  .hma .selected-references .system-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 45px;
  }
}
.hma .contact-form .main-section-container {
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #fff;
  color: #242f3b;
}
.hma .contact-form #darkblue-BG {
  background-color: #242f3b;
  color: #fff;
}
.hma .contact-form .section-wrapper {
  max-width: 1150px;
  margin: 0 auto;
}
.hma .contact-form .section-container {
  margin-left: 25px;
  margin-right: 25px;
}
.hma .contact-form .section-headline-container {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 70px;
}
.hma .contact-form .section-headline-container h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
}
.hma .contact-form .section-headline-container p {
  font-size: 25px;
  font-weight: 300;
}
.hma .contact-form .section-main-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.hma .contact-form .form-container {
  width: 100%;
  max-width: 700px;
  border-radius: 10px;
}
.hma .contact-form .form-field-container {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.hma .contact-form .form-field {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-right: 15px;
}
.hma .contact-form .form-field:last-child {
  margin: 0;
}
.hma .contact-form .check-box-container {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 40px;
}
.hma .contact-form .large-text-field {
  height: 150px;
}
.hma .contact-form .check-box {
  margin-bottom: 5px;
  display: flex;
  align-items: baseline;
}
.hma .contact-form .check-box:last-child {
  margin: 0;
}
.hma .contact-form .check-box label {
  font-weight: 400;
  margin-left: 5px;
}
.hma .contact-form #privacy-policy-missing {
  display: none;
  color: red;
}
.hma .contact-form label {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}
.hma .contact-form select,
.hma .contact-form input[type=text],
.hma .contact-form input[type=email],
.hma .contact-form input[type=phone],
.hma .contact-form input[type=checkbox] {
  margin-bottom: 10px;
  padding: 15px;
  outline: none;
  border: 2px solid #f5f5f5;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.hma .contact-form input[type=text]:focus,
.hma .contact-form input[type=email]:focus,
.hma .contact-form input[type=phone]:focus {
  border: 2px solid #7acfe3;
  outline: none;
}
.hma .contact-form input[type=submit] {
  background-color: #7acfe3;
  color: white;
  font-weight: 700;
  padding: 15px 25px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  font-size: 18px;
  font-family: "din-2014", sans-serif;
}
.hma .contact-form input[type=submit]:hover {
  background-color: #4fa4b8;
}
.hma .contact-form input[type=text], .hma .contact-form select, .hma .contact-form textarea {
  padding: 15px;
  border: 2px solid #f5f5f5;
  border-radius: 5px;
  background-color: #f5f5f5;
  box-sizing: border-box;
  resize: vertical;
  font-family: "din-2014", sans-serif;
}
@media only screen and (max-width: 768px) {
  .hma .contact-form .main-section-container {
    padding-top: 50px;
  }
  .hma .contact-form .section-headline-container h2 {
    font-size: 35px;
  }
  .hma .contact-form .section-headline-container p {
    font-size: 22px;
  }
  .hma .contact-form .form-field-container {
    flex-direction: column;
  }
}

/* 
  Small quick fixes
*/
.wrapper.related-list {
  margin-top: 60px;
}

body {
  margin: 0;
  font-family: din-2014, "Heebo", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #242f3b;
  background-color: #fff;
}
.page {
  margin: 0 auto;
}

.main-content {
  margin-top: 180px;
}
body.homepage .main-content {
  margin-top: 56px;
}
@media (max-width: 480px) {
  body.homepage .main-content {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .main-content {
    margin-top: 56px;
  }
}
@media (max-width: 970px) {
  .main-content {
    margin-top: 90px;
  }
}

img {
  max-width: 100%;
}

* {
  -webkit-font-smoothing: antialiased;
  outline: none;
  box-sizing: border-box;
}

.inline-image-wrapper {
  background-color: white;
}
.inline-image-wrapper .inline-image {
  max-width: 1260px;
  margin: 0 auto;
  margin-bottom: 4rem;
  padding: 4rem 20px;
}

.wrapper {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 20px 0 20px;
}

table.std-table {
  width: 100%;
  margin-top: 20px;
}
table.std-table .spare-part-image {
  display: block;
  width: 45px;
  height: 35px;
  float: left;
}
table.std-table .spare-part-image .image {
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 970px) {
  table.std-table tr .hide-mobile {
    display: none;
  }
}
table.std-table tr th {
  padding: 10px 0;
  text-align: left;
  border-bottom: 2px solid #eaeaea;
}
table.std-table tr th.center {
  text-align: center;
}
table.std-table tr td {
  padding: 0;
  line-height: 45px;
  height: 45px;
  vertical-align: middle;
  border-bottom: 1px solid #eaeaea;
}
table.std-table tr td.center {
  text-align: center;
}

.hero-image {
  position: relative;
  min-height: 75vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #242f3b;
}
.hero-image .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.hero-image .wrapper {
  position: relative;
  z-index: 10;
  pointer-events: none;
}
@media (min-width: 1300px) {
  .hero-image .wrapper {
    width: 1260px;
  }
}
@media (max-width: 480px) {
  .hero-image .wrapper {
    padding: 0 20px !important;
  }
}
.hero-image .wrapper .hero-text-inner {
  max-width: 627px;
  margin-right: auto;
}
.hero-image .wrapper .hero-text-inner h1 {
  text-transform: uppercase;
  font-size: 60px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 2rem;
  color: white;
}
.hero-image .wrapper .hero-text-inner p {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 300;
  margin-top: 20px;
  margin-bottom: 0;
  color: white;
}

.main-header-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
}
.main-header-bar .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.main-header-bar .wrapper .logo-area {
  padding: 20px 20px;
  width: 30%;
}
@media (max-width: 1070px) {
  .main-header-bar .wrapper .logo-area {
    padding: 15px 20px;
  }
}
.main-header-bar .wrapper .logo-area a {
  display: block;
}
.main-header-bar .wrapper .logo-area a img {
  display: block;
  max-width: 178px;
  width: 178px;
}
@media (max-width: 380px) {
  .main-header-bar .wrapper .logo-area a img {
    max-width: 120px;
    width: 120px;
  }
}

.mobile-burger {
  display: none;
  padding: 30px 30px 25px 30px;
  border-left: 1px solid #eaeaea;
  cursor: pointer;
}
@media (max-width: 970px) {
  .mobile-burger {
    display: block;
  }
}

.main-navigation {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 970px) {
  .main-navigation {
    display: none;
  }
}
.main-navigation .fa-chevron-down {
  margin-left: 4px;
  font-size: 14px;
  transition: transform 0.4s ease;
}
.main-navigation > ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  margin: 0;
}
.main-navigation > ul > li {
  position: relative;
  z-index: 999;
  margin: 0;
  margin-left: 1.5rem;
  text-align: center;
  color: #242f3b;
  font-size: 17px;
  white-space: nowrap;
}
.main-navigation > ul > li:hover .fa-chevron-down {
  transform: rotate(180deg);
  color: #7acfe3;
}
.main-navigation > ul > li.contact-us-button a {
  background: #7acfe3;
  color: #fff;
  border-radius: 3px;
  padding: 15px 25px;
  transition: background-color 0.1s ease-in-out;
  font-weight: 600;
}
.main-navigation > ul > li.contact-us-button a:hover {
  background-color: #64bace;
}
.main-navigation > ul > li span {
  font-weight: 700;
}
.main-navigation > ul > li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background-color: #f7f7f7;
  list-style-type: none;
}
.main-navigation > ul > li ul li {
  font-size: 17px;
  text-align: left;
  padding: 0;
  margin: 0;
  color: #242f3b;
  border-radius: 4px;
}
.main-navigation > ul > li ul li:hover {
  background-color: #dbdbdb;
}
.main-navigation > ul > li ul li a {
  padding: 1rem 2rem;
  color: inherit;
}
.main-navigation > ul > li ul li a:hover {
  color: #242f3b;
}
.main-navigation > ul > li.dropdown:hover ul {
  display: block;
}
.main-navigation > ul > li a {
  display: flex;
  width: 100%;
  text-decoration: none;
  color: inherit;
}
.main-navigation > ul > li a span {
  border-bottom: 3px solid transparent;
}
.main-navigation > ul > li.active > a span {
  border-color: #87cbd8;
}

.customer-cases,
.articles {
  padding-top: 6rem;
}
.customer-cases.relevant h2,
.articles.relevant h2 {
  color: #242f3b;
  font-size: 28px;
  font-weight: 400;
}
.customer-cases.relevant h3,
.articles.relevant h3 {
  font-size: 24px;
  font-weight: 600;
}
.customer-cases h2,
.articles h2 {
  color: #79d0e1;
  margin-top: 0;
  margin-bottom: 4rem;
}
.customer-cases ul,
.articles ul {
  display: flex;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 4rem;
  list-style-type: none;
}
.customer-cases ul li,
.articles ul li {
  flex: 1;
}
.customer-cases ul li a,
.articles ul li a {
  display: inline-block;
  text-decoration: none;
  font-weight: 800;
  font-size: 18px;
  border-bottom: 3px solid transparent;
}
.customer-cases ul li a:hover, .customer-cases ul li a.active,
.articles ul li a:hover,
.articles ul li a.active {
  border-color: #87cbd8;
}
.customer-cases .case-list,
.articles .case-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2rem;
}
.customer-cases .case-list .img,
.articles .case-list .img {
  width: 100%;
  height: 200px;
  background-color: #fce8e8;
  background-size: cover;
}
.customer-cases .cases-footer,
.articles .cases-footer {
  margin-top: 4rem;
  margin-bottom: 8rem;
}
.customer-cases .cases-footer a,
.articles .cases-footer a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 800;
}

.full-solutions-list,
.full-articles-list {
  padding: 4rem 0;
  background-color: #f5f5f6;
}
.full-solutions-list h2,
.full-articles-list h2 {
  font-weight: 400;
  font-size: 28px;
}
.full-solutions-list .actual-solutions-list,
.full-solutions-list .actual-articles-list,
.full-articles-list .actual-solutions-list,
.full-articles-list .actual-articles-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2rem;
}
.full-solutions-list .actual-solutions-list h3,
.full-solutions-list .actual-articles-list h3,
.full-articles-list .actual-solutions-list h3,
.full-articles-list .actual-articles-list h3 {
  font-size: 24px;
}
.full-solutions-list .actual-solutions-list h3 a,
.full-solutions-list .actual-articles-list h3 a,
.full-articles-list .actual-solutions-list h3 a,
.full-articles-list .actual-articles-list h3 a {
  text-decoration: none;
}
@media (max-width: 480px) {
  .full-solutions-list .actual-solutions-list,
  .full-solutions-list .actual-articles-list,
  .full-articles-list .actual-solutions-list,
  .full-articles-list .actual-articles-list {
    display: block;
  }
  .full-solutions-list .actual-solutions-list > div,
  .full-solutions-list .actual-articles-list > div,
  .full-articles-list .actual-solutions-list > div,
  .full-articles-list .actual-articles-list > div {
    margin-bottom: 2rem;
  }
  .full-solutions-list .actual-solutions-list h3,
  .full-solutions-list .actual-articles-list h3,
  .full-articles-list .actual-solutions-list h3,
  .full-articles-list .actual-articles-list h3 {
    margin-top: 0.3rem;
  }
  .full-solutions-list .actual-solutions-list p,
  .full-solutions-list .actual-articles-list p,
  .full-articles-list .actual-solutions-list p,
  .full-articles-list .actual-articles-list p {
    margin-top: 0.2rem;
  }
  .full-solutions-list .actual-solutions-list .link,
  .full-solutions-list .actual-articles-list .link,
  .full-articles-list .actual-solutions-list .link,
  .full-articles-list .actual-articles-list .link {
    display: none;
  }
}
.full-solutions-list .img,
.full-articles-list .img {
  width: 100%;
  height: 200px;
  background-color: #fce8e8;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.full-solutions-list .filter-container,
.full-articles-list .filter-container {
  display: flex;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 4rem;
  font-size: 20px;
}
.full-solutions-list .filter-container div,
.full-articles-list .filter-container div {
  display: flex;
  align-items: center;
  margin-right: 1rem;
  font-weight: 800;
}
.full-solutions-list .filter-container ul,
.full-articles-list .filter-container ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.full-solutions-list .filter-container ul li,
.full-articles-list .filter-container ul li {
  margin: 0;
  margin-right: 2rem;
  font-size: 20px;
}
.full-solutions-list .filter-container ul label,
.full-articles-list .filter-container ul label {
  display: flex;
  align-items: center;
}
.full-solutions-list .filter-container ul input,
.full-articles-list .filter-container ul input {
  margin-right: 0.5rem;
}

#hma-world-map {
  height: 970px;
  margin-top: -100px;
  margin-bottom: 4rem;
}
#hma-world-map .map-name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media (max-width: 480px) {
  #hma-world-map {
    margin-top: 0;
  }
}

a.link-heading,
.doublearrow-btn {
  font-size: 28px;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.4em;
}

.doublearrow-btn::before {
  display: inline-block;
  content: "";
  width: 35px;
  height: 20px;
  background-image: url(/assets/img/hma-lightblue-doublearrow.png);
  background-size: 35px 20px;
  margin-right: 1rem;
}

.content-blocks.videos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2rem;
}
@media (max-width: 480px) {
  .content-blocks.videos {
    display: block;
  }
  .content-blocks.videos .video-meta {
    margin: 1rem;
  }
}
.content-blocks.videos > .wrapper {
  margin: unset;
}
.content-blocks.videos > .wrapper > .video {
  float: unset;
  margin: unset;
  padding: unset;
  padding-top: 60% !important;
  width: 100%;
}

.content-blocks:not(.videos) .video {
  height: 500px;
}
@media (max-width: 480px) {
  .content-blocks:not(.videos) .video {
    height: 250px;
  }
}

.frontpage-contact-form-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4rem 0;
}

/* RESPONSIVE STYLES START */
@media (max-width: 480px) {
  body.homepage header.site-header {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  }
  body.homepage header.site-header .top-header-bar {
    background-color: transparent;
    z-index: 4;
  }
  body.homepage header.site-header .top-header-bar .mobile-burger {
    border-left: none;
  }
  body.homepage .wrapper {
    padding: 0;
  }
  body.homepage .homepage-blurb {
    margin: 2rem auto;
    width: 80%;
  }
  body.homepage .homepage-blurb p {
    font-size: 22px;
  }
  body.homepage .homepage-article-list article {
    display: block;
  }
  body.homepage .homepage-article-list article .image {
    height: 200px;
  }
  body.homepage .homepage-secondary-hero {
    margin: 0 auto 0 auto;
  }
  body.homepage .homepage-secondary-hero > div {
    height: 400px;
  }
  body.homepage .homepage-secondary-hero > div > div {
    width: 80%;
  }
  body.homepage .homepage-secondary-hero > div > div p {
    font-size: 32px;
  }
  body.homepage .homepage-content-box {
    padding: 2rem;
  }
  body.homepage .homepage-content-box .links ul {
    display: block;
  }
  .customer-cases,
  .articles {
    padding-top: 2rem;
  }
  .customer-cases .case-list,
  .articles .case-list {
    display: block;
  }
  .customer-cases .case-list > div,
  .articles .case-list > div {
    margin-bottom: 2rem;
  }
  .customer-cases .case-list h3,
  .articles .case-list h3 {
    margin-top: 0.2rem;
  }
  .customer-cases .case-list h3 a,
  .articles .case-list h3 a {
    text-decoration: none;
  }
  .customer-cases .case-list p,
  .articles .case-list p {
    margin-top: 0.2rem;
  }
  .customer-cases .case-list .link,
  .articles .case-list .link {
    display: none;
  }
}
/* /RESPONSIVE STYLES END */
/* 
 * Styles from hma
 */
.benefits-section {
  padding-top: 80px;
  padding-bottom: 120px;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.benefits-section .benefits-section-wrapper {
  max-width: 1150px;
  margin: 0 auto;
  text-align: center;
}
.benefits-section .benefits-section-title {
  font-size: 40px;
  margin-bottom: 70px;
  margin-top: 0;
  padding-top: 0px;
  color: #242f3b;
}
.benefits-section .section-description {
  font-size: 24px;
  margin-bottom: 70px;
  color: #ffffff;
}
.benefits-section .symbol-wrapper {
  display: inline-block;
  width: calc(25.33% - 10px);
  margin-top: 0px;
  margin-bottom: 35px;
  margin-left: 12px;
  margin-right: 12px;
  text-align: center;
  vertical-align: top;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #ffffff;
}
.benefits-section .symbol-wrapper img {
  height: 120px;
  width: 120px;
}
.benefits-section .symbol-wrapper h4 {
  font-size: 30px;
  font-weight: 700;
  color: #242f3b;
  margin-top: 15px;
  margin-bottom: 0px;
}
.benefits-section .symbol-wrapper p {
  font-size: 20px;
  color: #242f3b;
  margin-bottom: 0px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .benefits-section .benefits-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 120px;
  }
  .benefits-section .benefits-section-title {
    font-size: 35px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .benefits-section .symbol-wrapper {
    width: 70%;
  }
}

#hma-news-section .dropdown-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  background-color: #f5f5f5;
  padding-bottom: 60px;
}
#hma-news-section .dropdown-section-main {
  display: flex;
}
#hma-news-section .dropdown {
  position: relative;
  width: 343px;
  height: 57px;
  margin-right: 10px;
  font-size: 18px;
  padding-left: 10px;
  border: 1px solid #242f3b;
  border-radius: 3px;
  font-family: "din-2014", sans-serif;
}
#hma-news-section .dropdown-container {
  margin-right: 26px;
}
#hma-news-section .dropdown-container:last-child {
  margin-right: 0px;
}
#hma-news-section .dropdown-title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 8px;
  margin-top: 0px;
}
#hma-news-section .content-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1080px;
  margin: 0 auto;
  margin-top: 100px;
}
#hma-news-section .news-article {
  display: flex;
  align-items: flex-start; /* Align to the top vertically */
  margin-bottom: 70px;
}
#hma-news-section .image-container {
  width: 452px;
  height: 347px;
  margin-right: 20px;
}
#hma-news-section .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#hma-news-section .text-container {
  flex: 1;
}
#hma-news-section .text-container h4 {
  font-size: 26px;
  margin: 0;
  color: #242f3b;
}
#hma-news-section .text-container h4:hover {
  text-decoration: underline;
}
#hma-news-section .text-container h5 {
  font-size: 14px;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 5px;
  padding-left: 5px;
  background-color: #242f3b;
  color: #ffffff;
  display: inline-block;
  border-radius: 2px;
}
#hma-news-section .text-container a {
  text-decoration: none;
  color: inherit;
}
#hma-news-section .date {
  font-size: 17px;
  font-weight: 300;
  color: #969da6;
  margin-top: 20px;
  margin-bottom: 20px;
}
#hma-news-section .description {
  font-size: 18px;
  font-weight: 400;
  margin: 0px;
  color: #242f3b;
}
#hma-news-section .readmorebtn {
  font-size: 18px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 0px;
  text-align: center;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
  padding-bottom: 0px;
  display: inline-block;
  position: relative;
  padding-right: 20px;
  margin-right: 20px;
  text-decoration: none;
}
#hma-news-section .readmoreicon {
  position: absolute;
  top: 25%;
  margin-left: 15px;
  transform: translatex(-30%);
  transition: transform 0.3s;
  width: 16px;
  height: 16px;
}
#hma-news-section .readmorebtn:hover {
  text-decoration: underline;
}
#hma-news-section .readmorebtn:hover .readmoreicon {
  transform: translateX(5px);
  transition: transform 0.3s ease-in-out;
}
#hma-news-section #load-more-button {
  display: block;
  margin: 0 auto;
  margin-top: 80px;
}
#hma-news-section #load-more-button {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #242f3b;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
#hma-news-section #load-more-button:hover {
  background-color: #05080A;
}

@media screen and (max-width: 1150px) {
  #hma-news-section .dropdown-section-main {
    flex-direction: column;
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }
  #hma-news-section .dropdown-container {
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 10px;
    margin-top: 15px;
  }
  #hma-news-section .dropdown {
    width: 100%;
    height: 57px;
    font-size: 18px;
    padding-left: 10px;
    margin-right: 0px;
  }
  #hma-news-section .content-section {
    align-items: stretch;
  }
  #hma-news-section .news-article {
    flex-direction: column;
    background-color: #f5f5f5;
    padding-bottom: 30px;
  }
  #hma-news-section .image-container {
    width: 100%;
    height: 55vh;
  }
  #hma-news-section .text-container {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
  #hma-news-section .text-container h4 {
    font-size: 22px;
  }
  #hma-news-section .date {
    font-size: 16px;
    color: #242f3b;
  }
  #hma-news-section .description {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  #hma-news-section .top-container {
    text-align: center;
    padding-top: 60px;
    background-color: #242f3b;
  }
  #hma-news-section .top-container h3 {
    font-size: 50px;
    padding-bottom: 50px;
    padding-top: 70px;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 15px;
    margin-right: 15px;
    color: #ffffff;
    background-color: #242f3b;
  }
  #hma-news-section .top-container p {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 0px;
    padding-bottom: 50px;
    margin-top: 0;
    color: #ffffff;
    background-color: #242f3b;
    padding-right: 20px;
    padding-left: 20px;
  }
  #hma-news-section .dropdown-section-main {
    flex-direction: column;
  }
  #hma-news-section .dropdown-container {
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 10px;
    margin-top: 15px;
    max-width: 100%;
  }
  #hma-news-section .dropdown {
    max-width: 100%;
    height: 57px;
    font-size: 18px;
    padding-left: 10px;
    margin-right: 0px;
  }
  #hma-news-section .news-article {
    flex-direction: column;
    background-color: #f5f5f5;
    padding-bottom: 30px;
  }
  #hma-news-section .image-container {
    width: 100%;
    height: 30vh;
  }
  #hma-news-section .text-container {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
  #hma-news-section .text-container h4 {
    font-size: 22px;
  }
  #hma-news-section .date {
    font-size: 16px;
    color: #242f3b;
  }
  #hma-news-section .description {
    font-size: 18px;
  }
  #hma-news-section .readmorebtn {
    font-size: 18px !important;
    margin-top: 30px;
    margin-bottom: 0px;
    padding-right: 20px;
    margin-right: 20px;
  }
  #hma-news-section .readmoreicon {
    position: absolute;
    top: 25.5%;
    margin-left: 15px;
    transform: translatex(-30%);
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 970px) {
  .hma .top-nav {
    display: none;
  }
}
.hma .top-nav-button {
  margin: 0 auto;
  list-style-type: none;
  background-color: #242f3b;
  text-align: right;
  padding-left: 0;
  padding-top: 5px;
  justify-content: flex-start;
}
.hma .top-nav-button li {
  display: inline-block;
  margin: 0 0 5px 0;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 14px;
  padding-right: 14px;
  border-radius: 6px;
  background-color: #192027;
  transition: background-color 0.2s ease;
}
.hma .top-nav-button li a {
  color: white;
  text-decoration: none;
}
.hma .top-nav-button li i {
  margin-left: 10px;
}
.hma .top-nav-button li:hover {
  background-color: #283847;
}

/* Product section main starts */
.product-section-main {
  background-color: #f5f5f5;
  padding-bottom: 120px;
  padding-top: 80px;
  margin: 0;
  text-align: center;
}

.container-produkter {
  max-width: 970px;
  margin: 0 auto;
}

.container-produkter h3 {
  font-size: 40px;
  line-height: 1.5;
  margin-bottom: 40px;
  margin-top: 0;
  padding-top: 0px;
  color: #242f3b;
}

.container-produkter p {
  font-size: 25px;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 60px;
  margin-top: 0;
}

.product-section {
  margin-left: auto;
  margin-right: auto;
  max-width: 1150px;
}

.product-boxes {
  padding-top: 20px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  flex-wrap: wrap;
}

.product-article {
  flex-basis: calc(33.33% - 20px);
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 40px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s ease;
  transition: background-color 0.3s;
  text-decoration: none;
  color: inherit;
  border-radius: 8px;
  justify-content: space-between;
}

.product-article .readmoreicon {
  transition: transform 0.3s;
}

.product-article:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #f9f9f9;
}

.product-article:hover .readmoreicon {
  transform: translateX(0.2px);
  transition: transform 0.3s;
}

.product-article .image-wrapper {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.product-article img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  margin: 0 auto;
  margin-top: 35px;
}

.product-article h4 {
  font-size: 26px;
  font-weight: 700;
  color: #242f3b;
  margin-top: 35px;
  margin-bottom: 15px;
  margin-left: 35px;
  margin-right: 35px;
}

.product-article p {
  font-size: 18px;
  font-weight: 300;
  color: #242f3b;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: auto;
  margin-left: 35px;
  margin-right: 35px;
}

.product-article a {
  text-decoration: none;
  color: inherit;
}

.product-article .readmorebtn {
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 0px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  padding-bottom: 0px;
  display: inline-block;
  position: relative;
  padding-right: 20px;
  margin-right: 0px;
  color: #242f3b;
}

.product-article .readmoreicon {
  position: absolute;
  top: 25%;
  margin-left: 15px;
  transform: translatex(-30%);
  width: 16px;
  height: 16px;
  color: #242f3b;
}

.product-article .readmoreicon {
  fill: #242f3b;
}

.readmoreicon .readmorebtn {
  margin-top: auto;
}

@media screen and (min-width: 767px) and (max-width: 1200px) {
  .product-article {
    flex-basis: calc(33.33% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .product-section-main {
    padding-top: 60px;
  }
  .container-produkter {
    margin-left: 15px;
    margin-right: 15px;
  }
  .container-produkter h3 {
    font-size: 35px;
  }
  .container-produkter p {
    font-size: 20px;
  }
  .product-boxes {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .product-article {
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 15px;
    margin-left: 15px;
  }
  .product-article h4 {
    margin-left: 50px;
    margin-right: 50px;
  }
  .product-article p {
    margin-left: 50px;
    margin-right: 50px;
  }
}
/* Product section main ends */
/* Article changes */
.changes-from-hma {
  /*(Ikke bruk) Bruk allerede eksiterende Høglund paragraph text */
}
.changes-from-hma.article {
  color: #242f3b;
  padding-top: 40px;
  max-width: 1260px;
  margin: 60px auto 0 auto;
  padding: 20px 20px 0 20px;
}
.changes-from-hma .article-wrapper {
  margin-right: 15%;
  margin-left: 15%;
}
.changes-from-hma.article h1 {
  font-size: 50px;
  font-weight: 800;
  line-height: 60px;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #242f3b;
}
.changes-from-hma .publication-date {
  font-size: 16px;
  color: #969da7;
}
.changes-from-hma.article img {
  width: 100%;
  height: 500px;
  margin-top: 10px;
  object-fit: cover;
}
.changes-from-hma .image-description {
  font-size: 16px;
  color: #969da7;
  margin-top: 5px;
  margin-bottom: 35px;
}
.changes-from-hma .ingress {
  font-weight: bold;
  margin-top: 10px;
  font-size: 30px;
  line-height: 1.4;
}
.changes-from-hma .container-text {
  color: #242f3b;
  text-align: center;
  max-width: 970px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 80px;
}
.changes-from-hma .container-text h4 {
  font-family: "din-2014", sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 10px;
  text-align: left;
}
.changes-from-hma .container-text p {
  font-size: 22px;
  font-weight: 400;
  margin-top: 0;
  text-align: left;
  line-height: 1.5;
  padding: 0px;
}
.changes-from-hma .container-text a {
  color: inherit;
}
@media screen and (max-width: 768px) {
  .changes-from-hma.article {
    padding-top: 20px;
  }
  .changes-from-hma .article-wrapper {
    margin-left: 15px;
    margin-right: 15px;
  }
  .changes-from-hma.article h1 {
    font-size: 35px;
    font-weight: 800;
    line-height: 45px;
  }
  .changes-from-hma .publication-date {
    font-size: 16px;
  }
  .changes-from-hma.article img {
    height: 280px;
    margin-top: 10px;
    object-fit: cover;
  }
  .changes-from-hma .image-description {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 35px;
  }
  .changes-from-hma .ingress {
    margin-top: 10px;
    font-size: 28px;
  }
}

.changes-from-hma .logo-boxes {
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 0px;
  background-color: #f5f5f5;
}
.changes-from-hma .logo-boxes h3 {
  font-size: 40px;
  margin-bottom: 70px;
  margin-top: 0px;
  padding-top: 0px;
  color: #242f3b;
  max-width: 970px;
}
.changes-from-hma .box-container {
  max-width: 1150px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.changes-from-hma .box {
  width: 316px;
  height: 196px;
  box-sizing: border-box;
  padding: 10px;
  background-color: #ffffff;
  margin: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  transition: all 0.3s;
}
.changes-from-hma .box:hover {
  box-shadow: 0 0 10px rgba(36, 47, 59, 0.1);
}
.changes-from-hma .box img {
  height: 130px;
  max-width: 60%;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 0;
  object-fit: contain;
}
.changes-from-hma .box .readmorebtn {
  font-size: 18px;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 15px;
  color: #242f3b;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  padding-bottom: 0px;
  display: inline-block;
  position: relative;
  padding-right: 20px;
  margin-right: 0px;
}
.changes-from-hma .box .readmoreicon {
  position: absolute;
  top: 25%;
  margin-left: 15px;
  transform: translatex(-30%);
  transition: transform 0.3s;
  width: 16px;
  height: 16px;
}
.changes-from-hma .box:hover .readmoreicon {
  transform: translateX(0.2px);
  transition: transform 0.3s;
}
@media screen and (max-width: 768px) {
  .changes-from-hma .logo-boxes {
    padding-top: 60px;
    padding-bottom: 120px;
  }
  .changes-from-hma .logo-boxes h3 {
    font-size: 35px;
    margin-left: 15px;
    margin-right: 15px;
  }
}

.changes-from-hma {
  /* Add these rules to move the 2nd and 4th picture to the right */
}
.changes-from-hma .container {
  max-width: 1150px;
  margin: 0 auto;
  padding-top: 80px;
}
.changes-from-hma .section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start; /* align text to the top of the picture */
  margin-top: 50px;
  margin-bottom: 130px;
  background-color: #ffffff;
  padding-bottom: 0px;
}
.changes-from-hma .overskrift {
  text-decoration: none;
  color: inherit;
}
.changes-from-hma .overskrift:hover {
  text-decoration: underline;
}
.changes-from-hma .text {
  width: 50%;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.changes-from-hma .text a:hover {
  color: #242f3b !important;
}
.changes-from-hma .text h2 {
  display: inline-block;
  font-size: 22px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  color: #ffffff;
  font-weight: normal;
  background-color: #242f3b;
  border-radius: 3px;
  line-height: 1.5;
}
.changes-from-hma .text h3 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: bold;
  padding: 0;
  margin: 17px 0 25px 0;
  color: #242f3b;
}
.changes-from-hma .text p {
  font-size: 25px;
  line-height: 1.5;
  color: #242f3b;
  padding-bottom: 10px;
}
.changes-from-hma .readmorebtn {
  font-size: 18px !important;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 0px;
  text-align: center;
  text-decoration: none;
  color: #242f3b;
  transition: all 0.3s ease;
  padding-bottom: 0px;
  display: inline-block;
  position: relative;
  padding-right: 20px;
  margin-right: 20px;
  text-decoration: none;
  font-weight: 700;
}
.changes-from-hma .readmorebtn:hover {
  text-decoration: underline;
}
.changes-from-hma .readmoreicon {
  position: absolute;
  top: 25%;
  margin-left: 15px;
  transform: translatex(-30%);
  transition: transform 0.3s;
  width: 16px;
  height: 16px;
}
.changes-from-hma .readmorebtn:hover .readmoreicon {
  transform: translateX(5px); /* Adjust the value as per your preference */
  transition: transform 0.3s ease-in-out; /* Adjust the transition duration as desired */
}
.changes-from-hma .picture {
  width: 570px;
  height: 400px;
  text-align: center;
  overflow: hidden; /* prevent the image from overflowing the container */
}
.changes-from-hma .picture img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover; /* maintain aspect ratio while filling the container */
}
.changes-from-hma .section:nth-child(even) .text {
  order: 2;
  margin-left: -20px;
  margin-right: 10px;
}
.changes-from-hma .section:nth-child(even) .picture {
  order: 1;
}
.changes-from-hma .section:nth-child(2n) .text {
  order: 1;
}
.changes-from-hma .section:nth-child(2n) .picture {
  order: 2;
}
@media screen and (max-width: 768px) {
  .changes-from-hma .container {
    padding-top: 20px;
  }
  .changes-from-hma .section {
    flex-direction: column;
    background-color: #f5f5f5;
    padding-bottom: 30px;
  }
  .changes-from-hma .text, .changes-from-hma .picture {
    width: 100%;
  }
  .changes-from-hma .picture {
    height: 300px;
  }
  .changes-from-hma .text h2 {
    font-size: 16px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }
  .changes-from-hma .text h3 {
    font-size: 30px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    color: #242f3b;
    line-height: 1.1;
  }
  .changes-from-hma .text p {
    font-size: 19px;
    opacity: 0.8;
  }
  .changes-from-hma .picture img {
    border-radius: 0px;
  }
  .changes-from-hma .read-more {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .changes-from-hma .read-more {
    font-size: 20px !important;
    font-weight: normal !important;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 1px;
    padding-right: 1px;
    border-radius: 2px;
    background-color: #7acfe3;
    color: #ffffff !important;
  }
  .changes-from-hma .section:nth-child(even) .text {
    order: 2;
    margin-left: 0px;
  }
  .changes-from-hma .section:nth-child(2n) .text {
    order: 2;
  }
  .changes-from-hma .section:nth-child(2n) .picture {
    order: 1;
  }
}

.changes-from-hma .breadcrumb-container {
  position: fixed;
  top: 136px;
  display: flex;
  justify-content: center;
  z-index: 10; /* Adjust the z-index value as needed */
}
@media (max-width: 970px) {
  .changes-from-hma .breadcrumb-container {
    display: none;
  }
}
.changes-from-hma .breadcrumb {
  width: 100vw;
  background-color: #f5f5f5;
  padding: 10px;
  text-align: left;
  box-sizing: border-box;
  margin: 0 auto;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}
.changes-from-hma .breadcrumb-wrapper {
  color: inherit;
  max-width: 1220px;
  margin: 0 auto;
}
.changes-from-hma .breadcrumb-wrapper a {
  color: inherit;
  text-decoration: underline;
}
.changes-from-hma .breadcrumb-wrapper p {
  margin: 0;
}
.changes-from-hma .breadcrumb-wrapper p a:last-child {
  text-decoration: none;
  cursor: default;
}

.hma .homepage-cases {
  margin: 0;
}

/*# sourceMappingURL=styles.css.map */
