@font-face {
  font-family: "FantasticIcons";
  src: url("../fonts/FantasticIcons/FantasticIcons.woff2") format("woff2"), url("../fonts/FantasticIcons/FantasticIcons.ttf") format("truetype");
}
.fi:before {
  font-family: FantasticIcons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
}
.fi.fi-solid-vector-square:before {
  content: "\f101";
}
.fi.fi-solid-ruler-combined:before {
  content: "\f102";
}
.fi.fi-solid-phone:before {
  content: "\f103";
}
.fi.fi-solid-magnifying-glass-plus:before {
  content: "\f104";
}
.fi.fi-solid-location-dot:before {
  content: "\f105";
}
.fi.fi-solid-house:before {
  content: "\f106";
}
.fi.fi-solid-filter:before {
  content: "\f107";
}
.fi.fi-solid-envelope:before {
  content: "\f108";
}
.fi.fi-solid-clock:before {
  content: "\f109";
}
.fi.fi-solid-calendar-days:before {
  content: "\f10a";
}
.fi.fi-solid-bed-front:before {
  content: "\f10b";
}
.fi.fi-solid-bath:before {
  content: "\f10c";
}
.fi.fi-solid-arrow-right-long:before {
  content: "\f10d";
}
.fi.fi-solid-arrow-right-long-to-line:before {
  content: "\f10e";
}
.fi.fi-solid-arrow-left-long:before {
  content: "\f10f";
}
.fi.fi-solid-arrow-left-long-to-line:before {
  content: "\f110";
}
.fi.fi-solid-angle-up:before {
  content: "\f111";
}
.fi.fi-solid-angle-down:before {
  content: "\f112";
}
:root {
  --alhthm-primary-color: #21b5c2;
  --alhthm-accent-color: #15a6b3;
  --accent: var(--alhthm-primary-color);
  --alhthm-text-color: var(--contrast);
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
a {
  text-decoration: none;
}
img:-moz-loading {
  visibility: hidden;
}
img {
  color: transparent;
}
body {
  font-size: 16px;
  min-width: 320px;
}
@media screen and (max-width: 600px) {
  body #wpadminbar {
    position: fixed !important;
  }
}
@media screen and (max-width: 576px) {
  .front-page .site-content,
  .archive-home-page .site-content,
  .home-page .site-content,
  .about-us-page .site-content,
  .contacts-page .site-content,
  .faq-page .site-content,
  .error404-page .site-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.front-page .site-main,
.archive-home-page .site-main,
.home-page .site-main,
.about-us-page .site-main,
.contacts-page .site-main,
.faq-page .site-main,
.error404-page .site-main {
  margin: 0 !important;
}
.site-section {
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .site-section {
    padding: 30px 0;
  }
}
.site-section .inside-section {
  padding: 0 40px;
}
@media screen and (max-width: 576px) {
  .site-section .inside-section {
    padding: 0 15px;
  }
}
.site-section .site-section-title {
  margin: 0 0 40px;
  font-size: 36px;
  font-weight: 800;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .site-section .site-section-title {
    font-size: 24px;
  }
}
.site-section .site-section-subtitle {
  margin: 0 0 40px;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .site-section .site-section-subtitle {
    font-size: 18px;
  }
}
.js [data-animate=image-loading] {
  position: relative;
}
.js [data-animate=image-loading]:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(#f7f7f7), to(#ffffff));
  background: -webkit-linear-gradient(left, #ffffff, #f7f7f7, #ffffff);
  background: -moz-linear-gradient(left, #ffffff, #f7f7f7, #ffffff);
  background: linear-gradient(90deg, #ffffff, #f7f7f7, #ffffff);
  background-size: 200% 100%;
  -webkit-animation: imgLoading 1.2s infinite;
     -moz-animation: imgLoading 1.2s infinite;
          animation: imgLoading 1.2s infinite;
  z-index: 1;
}
.no-js [data-loading=lazy] {
  display: none !important;
}
.loaded img {
  -webkit-animation: imgDisplay 0.5s;
     -moz-animation: imgDisplay 0.5s;
          animation: imgDisplay 0.5s;
}
@-webkit-keyframes imgDisplay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes imgDisplay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes imgDisplay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes imgLoading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
@-moz-keyframes imgLoading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
@keyframes imgLoading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.site-logo {
  width: 120px;
  height: 47px;
}
@media screen and (max-width: 576px) {
  .site-logo {
    width: 100px;
    height: 39px;
  }
}
.site-logo .site-logo-link {
  display: block;
  width: inherit;
  height: inherit;
  aspect-ratio: inherit;
}
.site-logo .logo-image {
  display: block;
  width: inherit;
  height: inherit;
}
.site-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-top: 20px solid #000000;
  z-index: 10;
}
.admin-bar .site-header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}
.site-header .inside-header {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 576px) {
  .site-header .inside-header {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.site-header .site-logo {
  margin: -3px 0 0;
}
@media screen and (max-width: 768px) {
  .site-header #site-navigation {
    margin: 0;
    background: none !important;
  }
}
.site-header #site-navigation.toggled {
  margin: 5px 0 0 !important;
}
@media screen and (max-width: 768px) {
  .site-header #site-navigation.toggled .main-nav li {
    text-align: center;
  }
}
@media screen and (max-width: 920px) {
  .site-header #site-navigation .main-nav ul li a {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media screen and (max-width: 768px) {
  .site-header #site-navigation .main-nav ul li a {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.site-header #site-navigation a {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .site-header #site-navigation a {
    display: inline-block;
    line-height: 40px;
  }
}
.site-header .menu-toggle {
  padding: 5px;
  font-size: 18px;
  line-height: normal;
  background: none !important;
}
.site-header .contacts {
  margin: 0 0 0 auto;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .site-header .contacts {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    display: none;
    margin: 5px 0 0;
    text-align: center;
  }
  .site-header .contacts.contacts-toggled {
    display: block;
  }
}
.site-header .contacts .contacts-item .contacts-item-link {
  color: var(--alhthm-text-color);
  text-decoration: none;
}
.site-header .contacts .contacts-item .contacts-item-link:hover {
  color: var(--alhthm-primary-color);
}
@media screen and (max-width: 768px) {
  .site-header .contacts .contacts-item .contacts-item-link {
    display: inline-block;
    padding: 0 20px;
    line-height: 40px;
  }
}
.site-header .contacts .contacts-item .fi {
  margin: 0 7px 0 0;
  font-size: 18px;
  line-height: normal;
  color: var(--alhthm-primary-color);
}
.site-header .mobile-contacts-toggle {
  height: 37px;
  padding: 7px 15px;
  font-size: 18px;
  color: var(--alhthm-primary-color);
  line-height: normal;
  background: none;
}
.site-header .mobile-contacts-toggle .fi + .fi {
  margin: 0 0 0 10px;
}
.site-header .mobile-contacts-toggle svg {
  display: none;
  color: var(--alhthm-primary-color);
}
.site-header .mobile-contacts-toggled .mobile-contacts-toggle .fi {
  display: none;
}
.site-header .mobile-contacts-toggled .mobile-contacts-toggle svg {
  display: block;
}
.site-header .mobile-contacts {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.site-footer .footer-top {
  height: 200px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#004150), to(#006575));
  background-image: -webkit-linear-gradient(bottom, #004150, #006575);
  background-image: -moz-linear-gradient(bottom, #004150, #006575);
  background-image: linear-gradient(0deg, #004150, #006575);
}
.site-footer .footer-bg {
  height: inherit;
  background-repeat: repeat-x;
  -webkit-animation: moveBackground 240s linear infinite;
     -moz-animation: moveBackground 240s linear infinite;
          animation: moveBackground 240s linear infinite;
}
@-webkit-keyframes moveBackground {
  0% {
    background-position: bottom left 0;
  }
  100% {
    background-position: bottom left 1495px;
  }
}
@-moz-keyframes moveBackground {
  0% {
    background-position: bottom left 0;
  }
  100% {
    background-position: bottom left 1495px;
  }
}
@keyframes moveBackground {
  0% {
    background-position: bottom left 0;
  }
  100% {
    background-position: bottom left 1495px;
  }
}
.site-footer .footer-bottom {
  color: #ffffff;
  background-color: #000000;
}
.site-footer .grid-container {
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .site-footer .grid-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.site-footer .contacts {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: -3px -10px;
  font-size: 15px;
}
@media screen and (max-width: 576px) {
  .site-footer .contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 20px;
  }
}
.site-footer .contacts .contacts-item {
  padding: 3px 10px;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .site-footer .contacts .contacts-item {
    padding: 3px 0;
    text-align: center;
  }
}
.site-footer .contacts .contacts-item a {
  color: #ffffff;
  text-decoration: none;
}
.site-footer .contacts .contacts-item a:hover {
  color: var(--alhthm-primary-color);
}
.site-footer .contacts .contacts-item .fi {
  margin: 0 7px 0 0;
  font-size: 18px;
  color: var(--alhthm-primary-color);
}
.breadcrumbs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -3px -3px 37px -3px;
}
@media screen and (max-width: 768px) {
  .breadcrumbs {
    margin: -3px -3px 27px -3px;
  }
}
@media screen and (max-width: 576px) {
  .breadcrumbs {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 14px;
  }
}
.breadcrumbs .breadcrumbs-item {
  padding: 3px;
}
.breadcrumbs .breadcrumbs-item.breadcrumbs-item-arrow {
  font-size: 14px;
  line-height: 14px;
  color: #999999;
}
@media screen and (max-width: 576px) {
  .breadcrumbs .breadcrumbs-item.breadcrumbs-item-arrow {
    font-size: 12px;
  }
}
.breadcrumbs .breadcrumbs-item.breadcrumbs-item-current {
  color: #999999;
}
.breadcrumbs .breadcrumbs-item.breadcrumbs-item-link {
  text-decoration: none;
  color: var(--alhthm-primary-color);
}
.breadcrumbs .breadcrumbs-item.breadcrumbs-item-link:hover {
  color: var(--alhthm-accent-color);
}
.breadcrumbs .breadcrumbs-item.breadcrumbs-item-link .fi {
  margin: 0 5px 0 0;
}
.front-page .site-section-banner {
  position: relative;
  margin: 0 0 50px;
  padding: 0;
  overflow: hidden;
}
.front-page .site-section-banner .site-section-image {
  aspect-ratio: 1920/932;
}
@media screen and (max-width: 576px) {
  .front-page .site-section-banner .site-section-image {
    position: relative;
    width: 576px;
  }
}
@media screen and (max-width: 521px) {
  .front-page .site-section-banner .site-section-image {
    left: -55px;
  }
}
.front-page .site-section-banner .site-section-image img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: inherit;
}
.front-page .site-section-banner .site-section-inner {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.front-page .site-section-banner .site-section-container {
  height: 100%;
}
@media screen and (max-width: 1650px) {
  .front-page .site-section-banner .site-section-container {
    max-width: 1100px;
  }
}
@media screen and (max-width: 1200px) {
  .front-page .site-section-banner .site-section-container {
    max-width: 950px;
  }
}
.front-page .site-section-banner .banner {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 40px 0;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .front-page .site-section-banner .banner {
    padding: 20px 0;
  }
}
.front-page .site-section-banner .banner .banner-text {
  display: inline-block;
  padding: 20px 30px;
  border-radius: 8px;
  color: #e2d9ca;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.is-banner-ready.front-page .site-section-banner .banner .banner-text {
  backdrop-filter: blur(3px);
  background-color: rgba(141, 141, 141, 0.05);
  -webkit-box-shadow: inset 0px 0px 50px rgba(255, 255, 255, 0.2);
          box-shadow: inset 0px 0px 50px rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 992px) {
  .front-page .site-section-banner .banner .banner-text {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 576px) {
  .front-page .site-section-banner .banner .banner-text {
    padding: 7px 15px;
  }
}
.front-page .site-section-banner .banner .banner-text h1 p,
.front-page .site-section-banner .banner .banner-text h2 p {
  margin: 0;
  overflow: hidden;
}
.front-page .site-section-banner .banner .banner-text h1 span,
.front-page .site-section-banner .banner .banner-text h2 span {
  display: inline-block;
  -webkit-transform: translateY(-150%);
     -moz-transform: translateY(-150%);
      -ms-transform: translateY(-150%);
          transform: translateY(-150%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
}
.front-page .site-section-banner .banner .banner-text h1 span.banner-text-accent,
.front-page .site-section-banner .banner .banner-text h2 span.banner-text-accent {
  color: var(--alhthm-primary-color);
}
.front-page .site-section-banner .banner .banner-text h1 {
  font-size: 34px;
  font-weight: 800;
}
@media screen and (max-width: 1440px) {
  .front-page .site-section-banner .banner .banner-text h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 992px) {
  .front-page .site-section-banner .banner .banner-text h1 {
    margin: 0 0 10px;
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .front-page .site-section-banner .banner .banner-text h1 {
    font-size: 18px;
  }
}
.front-page .site-section-banner .banner .banner-text h1 span {
  -webkit-transition-delay: 0.3s;
     -moz-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.is-banner-ready.front-page .site-section-banner .banner .banner-text h1 span {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.front-page .site-section-banner .banner .banner-text h1 span.banner-text-accent {
  font-size: 44px;
}
@media screen and (max-width: 1440px) {
  .front-page .site-section-banner .banner .banner-text h1 span.banner-text-accent {
    font-size: 36px;
  }
}
@media screen and (max-width: 992px) {
  .front-page .site-section-banner .banner .banner-text h1 span.banner-text-accent {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .front-page .site-section-banner .banner .banner-text h1 span.banner-text-accent {
    font-size: 24px;
  }
}
.front-page .site-section-banner .banner .banner-text h2 {
  margin: 0;
  font-size: 24px;
}
@media screen and (max-width: 1440px) {
  .front-page .site-section-banner .banner .banner-text h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .front-page .site-section-banner .banner .banner-text h2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .front-page .site-section-banner .banner .banner-text h2 {
    font-size: 14px;
  }
}
.front-page .site-section-banner .banner .banner-text h2 span {
  -webkit-transition-delay: 0.6s;
     -moz-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.front-page .site-section-banner .banner .banner-text h2 span.banner-text-accent {
  font-weight: 700;
}
.is-banner-ready.front-page .site-section-banner .banner .banner-text h2 span {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.front-page .site-section-description .description {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .front-page .site-section-description .description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: -20px 0;
  }
}
.front-page .site-section-description .description .description-item {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
  max-width: 33.3333%;
  width: 100%;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .front-page .site-section-description .description .description-item {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    max-width: 340px;
    padding: 20px 0;
  }
}
.front-page .site-section-description .description .description-item .description-item-image {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  margin: 0 auto;
  max-width: 340px;
  width: 100%;
  aspect-ratio: 340/260;
  overflow: hidden;
  border-radius: 15px;
  -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
}
.front-page .site-section-description .description .description-item .description-item-image img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: inherit;
}
.front-page .site-section-description .description .description-item .description-item-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 70px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .front-page .site-section-description .description .description-item .description-item-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  .front-page .site-section-description .description .description-item .description-item-title {
    font-size: 20px;
  }
}
.front-page .site-section-description .description .description-item .description-item-text {
  text-align: center;
}
.front-page .site-section-explore .explore {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .front-page .site-section-explore .explore {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.front-page .site-section-explore .explore .explore-text {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  padding: 0 20px 0 0;
}
.front-page .site-section-explore .explore .explore-text p:last-child {
  margin: 0;
}
.front-page .site-section-explore .explore .explore-badge {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
  max-width: 250px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .front-page .site-section-explore .explore .explore-badge {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    max-width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .front-page .site-section-explore .explore .explore-badge {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    max-width: 150px;
    margin: 40px 0 0;
  }
}
.front-page .site-section-explore .explore .explore-badge-image {
  max-width: 250px;
  width: 100%;
  aspect-ratio: 250/207;
  overflow: hidden;
  border-radius: 15px;
}
.front-page .site-section-explore .explore .explore-badge-image img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: inherit;
}
.front-page .site-section-explore .explore-homes {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}
@media screen and (max-width: 576px) {
  .front-page .site-section-explore .explore-homes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
}
.front-page .site-section-explore .explore-homes .explore-homes-item {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
  width: 100%;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .front-page .site-section-explore .explore-homes .explore-homes-item {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .front-page .site-section-explore .explore-homes .explore-homes-item {
    max-width: 580px;
    margin: 0 auto;
    padding: 10px 0;
  }
}
.front-page .site-section-explore .explore-homes .explore-homes-item .explore-homes-item-image {
  max-width: 560px;
  width: 100%;
  aspect-ratio: 560/355;
}
.front-page .site-section-explore .explore-homes .explore-homes-item .explore-homes-item-image img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: inherit;
}
.front-page .site-section-explore .explore-homes .explore-homes-item .explore-homes-item-inner {
  position: relative;
  display: block;
  color: #ffffff;
  text-decoration: none;
  overflow: hidden;
  border-radius: 15px;
  -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
}
.front-page .site-section-explore .explore-homes .explore-homes-item .explore-homes-item-content {
  position: absolute;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 20px 10px 20px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.front-page .site-section-explore .explore-homes .explore-homes-item .explore-homes-item-series {
  font-weight: 600;
  text-align: right;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 992px) {
  .front-page .site-section-explore .explore-homes .explore-homes-item .explore-homes-item-series {
    font-size: 14px;
  }
}
.front-page .site-section-explore .explore-homes-button {
  display: block;
  max-width: 400px;
  width: 100%;
  margin: 40px auto 0;
  padding: 15px 40px;
  font-weight: 600;
  text-align: center;
  color: var(--alhthm-text-color);
  text-decoration: none;
  border-radius: 10px;
  background-color: var(--alhthm-primary-color);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.front-page .site-section-explore .explore-homes-button:hover {
  background-color: var(--alhthm-accent-color);
}
.front-page .site-section-certification .certification {
  margin: 0 0 40px;
}
.front-page .site-section-certification .certification .certification-text {
  margin: 0 0 80px;
}
@media screen and (max-width: 992px) {
  .front-page .site-section-certification .certification .certification-text {
    margin: 0 0 60px;
  }
}
.front-page .site-section-certification .certification .certification-text p:last-child {
  margin: 0;
}
.front-page .site-section-certification .certification .certification-images-container {
  position: relative;
}
.front-page .site-section-certification .certification .certification-image {
  max-width: 1140px;
  width: 100%;
  aspect-ratio: 1140/600;
  overflow: hidden;
  border-radius: 15px;
  -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
}
.front-page .site-section-certification .certification .certification-image img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: inherit;
}
.front-page .site-section-certification .certification .certification-badge {
  position: absolute;
  width: 100px;
  height: 100px;
  right: 100px;
  top: -50px;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .front-page .site-section-certification .certification .certification-badge {
    width: 75px;
    height: 75px;
    right: 50px;
    top: -37.5px;
  }
}
@media screen and (max-width: 768px) {
  .front-page .site-section-certification .certification .certification-badge {
    right: 30px;
  }
}
.front-page .site-section-certification .certification .certification-badge .certification-badge-image {
  width: inherit;
  height: inherit;
  overflow: hidden;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
}
.front-page .site-section-certification .certification .certification-badge .certification-badge-image img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  -webkit-transform: rotate(30deg);
     -moz-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.front-page .site-section-certification .partners {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .front-page .site-section-certification .partners {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 400px;
    margin: 0 auto;
  }
}
.front-page .site-section-certification .partners .partners-item {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .front-page .site-section-certification .partners .partners-item {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 20px;
  }
}
.front-page .site-section-certification .partners .partners-item-image {
  max-width: 170px;
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 170/105;
}
@media screen and (max-width: 768px) {
  .front-page .site-section-certification .partners .partners-item-image {
    max-width: 130px;
  }
}
.front-page .site-section-certification .partners .partners-item-image img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: inherit;
}
.front-page .site-section-steps .steps {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}
@media screen and (max-width: 768px) {
  .front-page .site-section-steps .steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.front-page .site-section-steps .steps .steps-item {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  padding: 10px;
}
@media screen and (max-width: 992px) {
  .front-page .site-section-steps .steps .steps-item {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media screen and (max-width: 768px) {
  .front-page .site-section-steps .steps .steps-item {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    width: 100%;
  }
}
.front-page .site-section-steps .steps .steps-item .steps-item-inside {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 370px;
  padding: 20px;
  background-color: #e7f9fb;
  border-radius: 15px;
  border: 1px solid var(--alhthm-primary-color);
}
.front-page .site-section-steps .steps .steps-item .steps-item-step {
  margin: 10px 0;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: var(--alhthm-primary-color);
}
.front-page .site-section-steps .steps .steps-item .steps-item-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 75px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.front-page .site-section-steps .steps .steps-item .steps-item-image-container {
  max-width: 200px;
  width: 100%;
  margin: auto 0;
}
.front-page .site-section-steps .steps .steps-item .steps-item-image {
  max-width: 200px;
  width: 100%;
  aspect-ratio: 200/115;
  overflow: hidden;
  border-radius: 15px;
}
.front-page .site-section-steps .steps .steps-item .steps-item-image img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: inherit;
}
.front-page .site-section-steps .steps .steps-item .steps-item-description {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100px;
  margin: auto 0 0;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .front-page .site-section-steps .steps .steps-item .steps-item-description {
    max-width: 300px;
    width: 100%;
  }
}
.front-page .site-section-contact {
  padding: 100px 0;
  background-image: -webkit-linear-gradient(45deg, var(--alhthm-primary-color), #188690);
  background-image: -moz-linear-gradient(45deg, var(--alhthm-primary-color), #188690);
  background-image: linear-gradient(45deg, var(--alhthm-primary-color), #188690);
}
@media screen and (max-width: 768px) {
  .front-page .site-section-contact {
    padding: 70px 0;
  }
}
.front-page .site-section-contact .contact-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.front-page .site-section-contact .contact-form .wpcf7 {
  max-width: 600px;
  width: 100%;
  margin: -20px;
}
.front-page .site-section-contact .contact-form .wpcf7 p {
  margin: 0;
}
.front-page .site-section-contact .contact-form .wpcf7-form {
  position: relative;
  padding: 20px;
}
.front-page .site-section-contact .contact-form .wpcf7-form.submitting:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.front-page .site-section-contact .contact-form .wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  margin: 0 0 20px;
}
.front-page .site-section-contact .contact-form .wpcf7-form br {
  display: none;
}
.front-page .site-section-contact .contact-form .wpcf7-form .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.front-page .site-section-contact .contact-form .wpcf7-form .wpcf7-text {
  width: 100%;
  outline: none !important;
  background: #ffffff;
  border: 1px solid var(--alhthm-text-color);
  border-radius: 8px;
}
.front-page .site-section-contact .contact-form .wpcf7-form .wpcf7-submit {
  display: block;
  max-width: 320px;
  width: 100%;
  margin: 40px auto 0;
  padding: 15px 40px;
  font-weight: 600;
  text-align: center;
  color: var(--alhthm-text-color);
  text-decoration: none;
  border-radius: 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  outline: none !important;
}
.front-page .site-section-contact .contact-form .wpcf7-form .wpcf7-submit:hover {
  background-color: #aeeff5;
}
.front-page .site-section-contact .contact-form .wpcf7-form .wpcf7-response-output {
  margin: 1.5rem 0 0;
  padding: 0;
  text-align: center;
  border: none !important;
}
.front-page .site-section-contact .contact-form .wpcf7-form.sent .wpcf7-response-output {
  color: #31f542;
}
.front-page .site-section-contact .contact-form .wpcf7-form.invalid .wpcf7-response-output {
  color: #dc3232;
}
.front-page .site-section-gallery .gallery {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}
@media screen and (max-width: 992px) {
  .front-page .site-section-gallery .gallery {
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 576px) {
  .front-page .site-section-gallery .gallery {
    max-width: none;
    width: auto;
    margin: -10px;
  }
}
.front-page .site-section-gallery .gallery .gallery-item {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  padding: 10px;
}
@media screen and (max-width: 992px) {
  .front-page .site-section-gallery .gallery .gallery-item {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.front-page .site-section-gallery .gallery .gallery-item .gallery-item-image {
  max-width: 255px;
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 255/195;
  overflow: hidden;
  border-radius: 15px;
  -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
}
.front-page .site-section-gallery .gallery .gallery-item .gallery-item-image img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: inherit;
}
.front-page .site-section-gallery .gallery .gallery-item .gallery-item-link {
  display: block;
}
.front-page .site-section-gallery .gallery .gallery-item .gallery-item-link:hover .gallery-item-image {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.archive-home-page .archive-title {
  margin: 0 0 80px;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .archive-home-page .archive-title {
    margin: 0 0 40px;
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .archive-home-page .archive-title {
    font-size: 24px;
  }
}
.archive-home-page .archive-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 992px) {
  .archive-home-page .archive-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.archive-home-page .archive-col.archive-col-filterbar {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  width: 200px;
}
@media screen and (max-width: 992px) {
  .archive-home-page .archive-col.archive-col-filterbar {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    margin: 0 auto 40px;
  }
}
.archive-home-page .archive-col.archive-col-homes {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  padding: 0 0 0 40px;
  margin: -10px;
}
@media screen and (max-width: 992px) {
  .archive-home-page .archive-col.archive-col-homes {
    padding: 0;
  }
}
@media screen and (max-width: 576px) {
  .archive-home-page .archive-col.archive-col-homes {
    margin: 0;
  }
}
.archive-home-page .filterbar {
  position: relative;
  left: -1px;
}
@media screen and (min-height: 800px) {
  .archive-home-page .filterbar {
    position: -webkit-sticky;
    position: sticky;
    top: 140px;
  }
  .admin-bar.archive-home-page .filterbar {
    top: 172px;
  }
}
@media screen and (max-width: 576px) {
  .archive-home-page .filterbar {
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
  }
}
.archive-home-page .filterbar .filterbar-header {
  position: relative;
  margin: 0 0 30px;
}
@media screen and (max-width: 992px) {
  .archive-home-page .filterbar .filterbar-header {
    margin: 0;
    padding: 10px 20px;
    background-color: var(--alhthm-primary-color);
    border-radius: 8px;
  }
  .archive-home-page .filterbar.filterbar-toggled .filterbar-header {
    border-radius: 8px 8px 0 0;
  }
}
@media screen and (max-width: 992px) {
  .archive-home-page .filterbar .filterbar-header:after {
    content: "\f112";
    position: absolute;
    top: 12px;
    right: 20px;
    font-family: FantasticIcons;
    color: #ffffff;
  }
  .archive-home-page .filterbar.filterbar-toggled .filterbar-header:after {
    content: "\f111";
  }
}
.archive-home-page .filterbar .filterbar-title {
  color: #777777;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .archive-home-page .filterbar .filterbar-title {
    color: #ffffff;
    text-align: center;
  }
}
.archive-home-page .filterbar .filterbar-title span {
  vertical-align: middle;
}
.archive-home-page .filterbar .filterbar-title i {
  margin: 0 5px 0 0;
  color: var(--alhthm-primary-color);
}
@media screen and (max-width: 992px) {
  .archive-home-page .filterbar .filterbar-title i {
    color: #ffffff;
  }
}
.archive-home-page .filterbar .filterbar-filters-reset {
  margin: 0 0 0 7px;
  font-weight: 500;
  line-height: normal;
  text-transform: none;
  text-decoration: none;
  vertical-align: middle;
}
.archive-home-page .filterbar .filterbar-filters-reset:hover, .archive-home-page .filterbar .filterbar-filters-reset:focus {
  color: var(--alhthm-accent-color);
}
@media screen and (max-width: 992px) {
  .archive-home-page .filterbar .filterbar-filters-reset {
    color: var(--alhthm-text-color);
  }
  .archive-home-page .filterbar .filterbar-filters-reset:hover, .archive-home-page .filterbar .filterbar-filters-reset:focus {
    color: #444444;
  }
}
@media screen and (max-width: 992px) {
  .archive-home-page .filterbar .filterbar-body {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.3s ease-in-out;
    -moz-transition: max-height 0.3s ease-in-out;
    transition: max-height 0.3s ease-in-out;
  }
  .archive-home-page .filterbar.filterbar-toggled .filterbar-body {
    max-height: none;
    border: 1px solid var(--alhthm-primary-color);
    border-radius: 0 0 8px 8px;
  }
}
@media screen and (max-width: 992px) {
  .archive-home-page .filterbar .filterbar-content {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
  }
}
@media screen and (max-width: 660px) {
  .archive-home-page .filterbar .filterbar-content {
    max-width: 420px;
  }
}
.archive-home-page .filterbar .filterbar-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 992px) {
  .archive-home-page .filterbar .filterbar-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.archive-home-page .filterbar .filterbar-list .filterbar-list-item {
  margin: 0 0 30px;
}
@media screen and (max-width: 992px) {
  .archive-home-page .filterbar .filterbar-list .filterbar-list-item {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    padding: 0 0 0 30px;
  }
}
@media screen and (max-width: 660px) {
  .archive-home-page .filterbar .filterbar-list .filterbar-list-item {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media screen and (max-width: 400px) {
  .archive-home-page .filterbar .filterbar-list .filterbar-list-item {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0;
  }
}
.archive-home-page .filterbar .filterbar-list .filterbar-list-item:last-child {
  margin: 0;
}
.archive-home-page .filterbar .filterbar-list .filterbar-list-item .filterbar-list-item-title {
  margin: 0 0 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width: 400px) {
  .archive-home-page .filterbar .filterbar-list .filterbar-list-item .filterbar-list-item-title {
    text-align: center;
  }
}
.archive-home-page .filterbar .filterbar-list .filterbar-list-item .filterbar-list-item-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: -5px -8px;
}
@media screen and (max-width: 400px) {
  .archive-home-page .filterbar .filterbar-list .filterbar-list-item .filterbar-list-item-content {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.archive-home-page .filterbar .filterbar-list .filterbar-list-item .filterbar-list-item-filter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 992px) {
  .archive-home-page .filterbar .filterbar-list .filterbar-list-item.filterbar-list-item-bedrooms .filterbar-list-item-content {
    max-width: 100px;
  }
}
@media screen and (max-width: 400px) {
  .archive-home-page .filterbar .filterbar-list .filterbar-list-item.filterbar-list-item-bedrooms .filterbar-list-item-content {
    max-width: 100%;
  }
}
.archive-home-page .filterbar .filterbar-list .filterbar-list-item.filterbar-list-item-series .filterbar-list-item-content {
  max-width: 195px;
}
@media screen and (max-width: 400px) {
  .archive-home-page .filterbar .filterbar-list .filterbar-list-item.filterbar-list-item-series .filterbar-list-item-content {
    margin-left: auto;
    margin-right: auto;
  }
}
.archive-home-page .filterbar .filterbar-list .filterbar-list-item.filterbar-list-item-series .filterbar-list-item-filter {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 65px;
          flex: 0 0 65px;
}
@media screen and (max-width: 992px) {
  .archive-home-page .filterbar .filterbar-list .filterbar-list-item.filterbar-list-item-width {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .archive-home-page .filterbar .filterbar-list .filterbar-list-item.filterbar-list-item-width {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 992px) {
  .archive-home-page .filterbar .filterbar-list .filterbar-list-item.filterbar-list-item-width .filterbar-list-item-content {
    max-width: 120px;
  }
}
@media screen and (max-width: 400px) {
  .archive-home-page .filterbar .filterbar-list .filterbar-list-item.filterbar-list-item-width .filterbar-list-item-content {
    max-width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .archive-home-page .filterbar .filterbar-list .filterbar-list-item.filterbar-list-item-sqft {
    margin: 0;
  }
}
@media screen and (max-width: 400px) {
  .archive-home-page .filterbar .filterbar-list .filterbar-list-item.filterbar-list-item-sqft {
    margin: 0 0 30px;
  }
}
.archive-home-page .filterbar .filterbar-list .filterbar-list-item.filterbar-list-item-sqft .filterbar-list-item-content {
  max-width: 150px;
}
@media screen and (max-width: 400px) {
  .archive-home-page .filterbar .filterbar-list .filterbar-list-item.filterbar-list-item-sqft .filterbar-list-item-content {
    max-width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .archive-home-page .filterbar .filterbar-list .filterbar-list-item.filterbar-list-item-sqft .filterbar-list-item-filter {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media screen and (max-width: 992px) and (max-width: 400px) {
  .archive-home-page .filterbar .filterbar-list .filterbar-list-item.filterbar-list-item-sqft .filterbar-list-item-filter {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.archive-home-page .filterbar .filterbar-list .filterbar-list-item .filterbar-list-item-label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 8px;
  line-height: normal;
  cursor: pointer;
}
.archive-home-page .filterbar .filterbar-list .filterbar-list-item .filterbar-list-item-checkbox-label {
  margin: 0 0 0 4px;
  font-size: 14px;
  font-weight: 500;
  vertical-align: middle;
  color: #555555;
  line-height: normal;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.archive-home-page .filterbar .filterbar-list .filterbar-list-item .filterbar-list-item-checkbox,
.archive-home-page .filterbar .filterbar-list .filterbar-list-item .filterbar-list-item-radio {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0;
  line-height: 0;
  vertical-align: middle;
  border: 1px solid #cccccc;
  background: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.archive-home-page .filterbar .filterbar-list .filterbar-list-item .filterbar-list-item-checkbox:checked,
.archive-home-page .filterbar .filterbar-list .filterbar-list-item .filterbar-list-item-radio:checked {
  border-color: var(--alhthm-primary-color);
}
.archive-home-page .filterbar .filterbar-list .filterbar-list-item .filterbar-list-item-checkbox:checked:before,
.archive-home-page .filterbar .filterbar-list .filterbar-list-item .filterbar-list-item-radio:checked:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  top: 50%;
  margin: -6px 0 0 -6px;
  border-radius: 2px;
  background-color: var(--alhthm-primary-color);
}
.archive-home-page .home-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.archive-home-page .home-list .home-list-item {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  width: 33.33%;
  padding: 10px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
}
.archive-home-page .home-list .home-list-item:hover {
  -webkit-transform: scale(1.03);
     -moz-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}
@media screen and (max-width: 768px) {
  .archive-home-page .home-list .home-list-item {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .archive-home-page .home-list .home-list-item {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
  }
}
.archive-home-page .home-list .home-list-item .home-list-item-inner {
  display: block;
  color: var(--alhthm-text-color);
  text-decoration: none;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
}
.archive-home-page .home-list .home-list-item .home-list-item-inner:hover {
  border-color: var(--alhthm-accent-color);
  -webkit-box-shadow: 3px 3px 7px rgba(0, 87, 95, 0.3);
          box-shadow: 3px 3px 7px rgba(0, 87, 95, 0.3);
}
.archive-home-page .home-list .home-list-item .home-list-item-image {
  aspect-ratio: 280/185;
}
.archive-home-page .home-list .home-list-item .home-list-item-image img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: inherit;
}
.archive-home-page .home-list .home-list-item .home-list-item-title {
  margin: 0;
  padding: 0 5px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.archive-home-page .home-list .home-list-item .home-list-item-body {
  padding: 10px 0;
  text-align: center;
}
.archive-home-page .home-list .home-list-item .home-list-item-specs {
  margin: 5px 0 0;
}
.archive-home-page .home-list .home-list-item .home-list-item-specs.home-list-item-specs-top {
  font-size: 14px;
}
.archive-home-page .home-list .home-list-item .home-list-item-specs.home-list-item-specs-bottom {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}
.archive-home-page .home-list .home-list-item .home-list-item-specs-value {
  display: inline-block;
  padding: 0 5px;
  white-space: nowrap;
}
.archive-home-page .home-list .home-list-item .home-list-item-specs-value span {
  font-size: 12px;
}
.archive-home-page .home-list .home-list-item .home-list-item-specs-value .fi {
  margin: 0 3px 0 0;
  color: var(--alhthm-primary-color);
}
.archive-home-page .home-list .home-list-item .home-list-item-footer {
  padding: 5px 0;
  text-align: center;
  color: #ffffff;
  font-weight: 500;
  background-color: var(--alhthm-primary-color);
}
.archive-home-page .archive-pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 17px 0 0;
  padding: 10px;
}
@media screen and (max-width: 576px) {
  .archive-home-page .archive-pagination {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
}
.archive-home-page .archive-pagination a {
  text-decoration: none;
}
.archive-home-page .archive-pagination a:hover {
  color: var(--alhthm-primary-color);
}
.archive-home-page .archive-pagination .fi {
  font-size: 12px;
}
.archive-home-page .archive-pagination .page-numbers {
  display: inline-block;
  min-width: 36px;
  height: 36px;
  margin: -1px -1px 0 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--alhthm-text-color);
  text-align: center;
  line-height: 34px;
  border: 1px solid #cccccc;
}
.archive-home-page .archive-pagination .page-numbers:first-child {
  border-radius: 4px 0 0 4px;
}
.archive-home-page .archive-pagination .page-numbers:last-child {
  border-radius: 0 4px 4px 0;
}
.archive-home-page .archive-pagination .page-numbers.prev, .archive-home-page .archive-pagination .page-numbers.next {
  font-size: 14px;
}
.archive-home-page .archive-pagination .page-numbers.current {
  background-color: var(--alhthm-primary-color);
  cursor: default;
}
.archive-home-page .archive-no-results {
  padding: 10px;
}
@media screen and (max-width: 576px) {
  .archive-home-page .archive-no-results {
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}
.archive-home-page .archive-no-results p {
  margin: 0 0 40px;
}
.archive-home-page .archive-no-results .archive-button {
  display: inline-block;
  padding: 10px 20px;
  margin: 0 10px 0 0;
  font-weight: 600;
  text-align: center;
  color: var(--alhthm-text-color);
  text-decoration: none;
  border-radius: 10px;
  background-color: var(--alhthm-primary-color);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.archive-home-page .archive-no-results .archive-button:hover {
  background-color: var(--alhthm-accent-color);
}
.home-page .home-title {
  margin: 0 0 40px;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .home-page .home-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .home-page .home-title {
    margin: 0 0 20px;
    font-size: 24px;
  }
}
.home-page .home-title p {
  margin: 0;
}
.home-page .home-title p.home-series {
  margin: 0 0 10px;
  font-size: 26px;
  line-height: normal;
  color: #999999;
}
@media screen and (max-width: 992px) {
  .home-page .home-title p.home-series {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .home-page .home-title p.home-series {
    font-size: 18px;
  }
}
.home-page .home-specs {
  margin: 0 0 60px;
  background-color: #e7f9fb;
  border: 2px solid var(--alhthm-primary-color);
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .home-page .home-specs {
    margin: 0 0 30px;
  }
}
.home-page .home-specs .home-specs-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 576px) {
  .home-page .home-specs .home-specs-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
}
.home-page .home-specs .home-specs-list .home-specs-list-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 40px;
}
@media screen and (max-width: 1400px) {
  .home-page .home-specs .home-specs-list .home-specs-list-item {
    padding: 15px 30px;
  }
}
@media screen and (max-width: 992px) {
  .home-page .home-specs .home-specs-list .home-specs-list-item {
    padding: 15px;
  }
}
@media screen and (max-width: 576px) {
  .home-page .home-specs .home-specs-list .home-specs-list-item {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.home-page .home-specs .home-specs-list .home-specs-list-item-icon {
  font-size: 42px;
}
@media screen and (max-width: 1400px) {
  .home-page .home-specs .home-specs-list .home-specs-list-item-icon {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .home-page .home-specs .home-specs-list .home-specs-list-item-icon {
    font-size: 30px;
  }
}
.home-page .home-specs .home-specs-list .home-specs-list-item-icon .fi {
  color: var(--alhthm-primary-color);
}
.home-page .home-specs .home-specs-list .home-specs-list-item-title {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .home-page .home-specs .home-specs-list .home-specs-list-item-title {
    font-size: 16px;
  }
}
.home-page .home-specs .home-specs-list .home-specs-list-item-value {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  .home-page .home-specs .home-specs-list .home-specs-list-item-value {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .home-page .home-specs .home-specs-list .home-specs-list-item-value {
    font-size: 18px;
  }
}
.home-page .home-image {
  max-width: 700px;
  width: 100%;
  margin: 0 auto 40px;
  aspect-ratio: 700/425;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .home-page .home-image {
    max-width: 500px;
  }
}
@media screen and (max-width: 576px) {
  .home-page .home-image {
    max-width: 100%;
  }
}
.home-page .home-image .home-image-link {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: inherit;
}
.home-page .home-image .home-image-link:after {
  content: "\f104";
  position: absolute;
  right: 30px;
  top: 20px;
  font-family: FantasticIcons;
  font-size: 24px;
  color: #ffffff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.home-page .home-image .home-image-inner {
  width: 100%;
  aspect-ratio: inherit;
}
.home-page .home-image img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: inherit;
}
.home-page .home-floorplan-image {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto 40px;
}
.home-page .home-floorplan-image .home-floorplan-image-link {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: inherit;
}
.home-page .home-floorplan-image .home-floorplan-image-link:before {
  content: "\f104";
  position: absolute;
  width: 60px;
  height: 60px;
  left: 50%;
  top: 50%;
  margin: -30px 0 0 -30px;
  font-family: FantasticIcons;
  font-size: 24px;
  line-height: 60px;
  text-align: center;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  z-index: 1;
}
.home-page .home-floorplan-image img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: inherit;
}
.home-page .home-actions {
  margin: 0 0 100px;
}
@media screen and (max-width: 1400px) {
  .home-page .home-actions {
    margin: 0 0 80px;
  }
}
@media screen and (max-width: 768px) {
  .home-page .home-actions {
    margin: 0 0 60px;
  }
}
.home-page .home-actions .home-button {
  display: block;
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  padding: 15px 40px;
  font-weight: 600;
  text-align: center;
  color: var(--alhthm-text-color);
  text-decoration: none;
  border-radius: 10px;
  background-color: var(--alhthm-primary-color);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.home-page .home-actions .home-button:hover {
  background-color: var(--alhthm-accent-color);
}
.home-page .home-features {
  max-width: 960px;
  width: 100%;
  margin: 0 auto 100px;
}
@media screen and (max-width: 1400px) {
  .home-page .home-features {
    margin: 0 auto 80px;
  }
}
@media screen and (max-width: 768px) {
  .home-page .home-features {
    margin: 0 auto 60px;
  }
}
.home-page .home-features .home-features-title {
  margin: 0 0 100px;
  padding: 0 40px;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 1400px) {
  .home-page .home-features .home-features-title {
    padding: 0 40px;
    margin: 0 0 80px;
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .home-page .home-features .home-features-title {
    margin: 0 0 60px;
    font-size: 24px;
  }
}
.home-page .home-features .home-features-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -30px -20px;
}
@media screen and (max-width: 660px) {
  .home-page .home-features .home-features-container {
    margin: -20px 0;
  }
}
.home-page .home-features .home-features-container-item {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  padding: 30px 20px;
}
@media screen and (max-width: 660px) {
  .home-page .home-features .home-features-container-item {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    padding: 20px 0;
  }
}
.home-page .home-features .home-features-container-item-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 0 20px;
}
.home-page .home-features .home-features-container-item-image {
  width: auto;
  height: 57px;
  margin: 0 15px 0 0;
}
@media screen and (max-width: 1400px) {
  .home-page .home-features .home-features-container-item-image {
    height: 45px;
  }
}
.home-page .home-features .home-features-container-item-image.home-features-container-item-image-exterior, .home-page .home-features .home-features-container-item-image.home-features-container-item-image-miscellaneous {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 72px;
          flex: 0 0 72px;
}
@media screen and (max-width: 1400px) {
  .home-page .home-features .home-features-container-item-image.home-features-container-item-image-exterior, .home-page .home-features .home-features-container-item-image.home-features-container-item-image-miscellaneous {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 57px;
            flex: 0 0 57px;
  }
}
.home-page .home-features .home-features-container-item-image.home-features-container-item-image-kitchen, .home-page .home-features .home-features-container-item-image.home-features-container-item-image-utility-rooms {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
}
@media screen and (max-width: 1400px) {
  .home-page .home-features .home-features-container-item-image.home-features-container-item-image-kitchen, .home-page .home-features .home-features-container-item-image.home-features-container-item-image-utility-rooms {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
  }
}
.home-page .home-features .home-features-container-item-image.home-features-container-item-image-exterior-doors {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 64px;
          flex: 0 0 64px;
}
@media screen and (max-width: 1400px) {
  .home-page .home-features .home-features-container-item-image.home-features-container-item-image-exterior-doors {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 51px;
            flex: 0 0 51px;
  }
}
.home-page .home-features .home-features-container-item-image.home-features-container-item-image-bathrooms, .home-page .home-features .home-features-container-item-image.home-features-container-item-image-windows, .home-page .home-features .home-features-container-item-image.home-features-container-item-image-interior {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 57px;
          flex: 0 0 57px;
}
@media screen and (max-width: 1400px) {
  .home-page .home-features .home-features-container-item-image.home-features-container-item-image-bathrooms, .home-page .home-features .home-features-container-item-image.home-features-container-item-image-windows, .home-page .home-features .home-features-container-item-image.home-features-container-item-image-interior {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 45px;
            flex: 0 0 45px;
  }
}
.home-page .home-features .home-features-container-item-image img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 57px;
}
@media screen and (max-width: 1400px) {
  .home-page .home-features .home-features-container-item-image img {
    height: 45px;
  }
}
.home-page .home-features .home-features-container-item-title {
  margin: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 28px;
}
@media screen and (max-width: 1400px) {
  .home-page .home-features .home-features-container-item-title {
    font-size: 24px;
  }
}
.home-page .home-features .home-features-container-item-body {
  max-width: 430px;
  width: 100%;
}
@media screen and (max-width: 660px) {
  .home-page .home-features .home-features-container-item-body {
    max-width: 100%;
  }
}
.home-page .home-features .home-features-list {
  margin: 0 0 0 16px;
  padding: 0;
}
.home-page .home-features .home-features-footnote {
  margin: 40px 0 0;
  font-size: 14px;
}
@media screen and (max-width: 1400px) {
  .home-page .decor-options {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
}
.home-page .decor-options .decor-options-title {
  margin: 0 0 100px;
  padding: 0 40px;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 1400px) {
  .home-page .decor-options .decor-options-title {
    margin: 0 0 80px;
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .home-page .decor-options .decor-options-title {
    margin: 0 0 60px;
    font-size: 24px;
  }
}
.home-page .decor-options .decor-options-list.decor-options-list-1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}
@media screen and (max-width: 660px) {
  .home-page .decor-options .decor-options-list.decor-options-list-1 {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }
}
.home-page .decor-options .decor-options-list.decor-options-list-1 .decor-options-list-item {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  width: 25%;
  padding: 10px;
}
@media screen and (max-width: 660px) {
  .home-page .decor-options .decor-options-list.decor-options-list-1 .decor-options-list-item {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
  }
}
.home-page .decor-options .decor-options-list.decor-options-list-1 .decor-options-list-item-image {
  max-width: 270px;
  width: 100%;
  height: auto;
  aspect-ratio: 270/428;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
}
.home-page .decor-options .decor-options-list.decor-options-list-1 .decor-options-list-item-image.decor-options-list-item-image-even {
  margin: 60px 0 0;
}
@media screen and (max-width: 660px) {
  .home-page .decor-options .decor-options-list.decor-options-list-1 .decor-options-list-item-image.decor-options-list-item-image-even {
    margin: 40px 0 0;
  }
}
.home-page .decor-options .decor-options-list.decor-options-list-1 .decor-options-list-item-image img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: inherit;
}
.home-page .decor-options .decor-options-list.decor-options-list-2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 100px 0 0;
}
@media screen and (max-width: 660px) {
  .home-page .decor-options .decor-options-list.decor-options-list-2 {
    max-width: 400px;
    width: 100%;
    margin: 60px auto 0;
  }
}
.home-page .decor-options .decor-options-list.decor-options-list-2 .decor-options-list-item {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
}
@media screen and (max-width: 660px) {
  .home-page .decor-options .decor-options-list.decor-options-list-2 .decor-options-list-item {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}
.home-page .decor-options .decor-options-list.decor-options-list-2 .decor-options-list-item-image {
  max-width: 570px;
  width: 100%;
  height: auto;
  aspect-ratio: 570/260;
}
.home-page .decor-options .decor-options-list.decor-options-list-2 .decor-options-list-item-image img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: inherit;
}
.about-us-page .about-us-title,
.about-us-page .about-us-subtitle {
  margin: 0 0 40px;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .about-us-page .about-us-title,
  .about-us-page .about-us-subtitle {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .about-us-page .about-us-title,
  .about-us-page .about-us-subtitle {
    margin: 0 0 20px;
    font-size: 24px;
  }
}
.about-us-page .about-us-title span,
.about-us-page .about-us-subtitle span {
  color: var(--alhthm-primary-color);
}
.about-us-page .about-us-primary-image {
  max-width: 905px;
  width: 100%;
  margin: 0 auto 100px;
  aspect-ratio: 905/330;
}
@media screen and (max-width: 992px) {
  .about-us-page .about-us-primary-image {
    margin: 0 auto 80px;
  }
}
@media screen and (max-width: 768px) {
  .about-us-page .about-us-primary-image {
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 576px) {
  .about-us-page .about-us-primary-image {
    margin: 0 auto 40px;
  }
}
.about-us-page .about-us-primary-image img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: inherit;
}
.about-us-page .about-us-text {
  margin: 0 0 100px;
}
@media screen and (max-width: 992px) {
  .about-us-page .about-us-text {
    margin: 0 0 80px;
  }
}
@media screen and (max-width: 768px) {
  .about-us-page .about-us-text {
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 576px) {
  .about-us-page .about-us-text {
    margin: 0 0 40px;
  }
}
.about-us-page .about-us-text span {
  font-size: 22px;
  font-weight: 600;
  color: var(--alhthm-primary-color);
}
@media screen and (max-width: 768px) {
  .about-us-page .about-us-text span {
    font-size: 20px;
  }
}
.about-us-page .about-us-gallery .about-us-gallery-container {
  margin: -3px;
}
.about-us-page .about-us-gallery .about-us-gallery-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .about-us-page .about-us-gallery .about-us-gallery-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about-us-page .about-us-gallery .about-us-gallery-row .about-us-gallery-image {
  max-width: 585px;
  width: 100%;
  padding: 3px;
  aspect-ratio: 585/285;
}
@media screen and (max-width: 768px) {
  .about-us-page .about-us-gallery .about-us-gallery-row .about-us-gallery-image {
    margin: 0 auto;
  }
}
.about-us-page .about-us-gallery .about-us-gallery-row .about-us-gallery-image img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: inherit;
}
.contacts-page .contacts-title {
  margin: 0 0 40px;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .contacts-page .contacts-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .contacts-page .contacts-title {
    margin: 0 0 20px;
    font-size: 24px;
  }
}
.contacts-page .contacts-primary-text {
  margin: 0 0 20px;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .contacts-page .contacts-primary-text {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .contacts-page .contacts-primary-text {
    font-size: 20px;
  }
}
.contacts-page .contacts-secondary-text {
  margin: 0 0 100px;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .contacts-page .contacts-secondary-text {
    max-width: 600px;
    width: 100%;
    margin: 0 auto 80px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .contacts-page .contacts-secondary-text {
    margin: 0 auto 60px;
    font-size: 16px;
  }
}
.contacts-page .contacts-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: -40px;
}
@media screen and (max-width: 1200px) {
  .contacts-page .contacts-container {
    margin: -20px;
  }
}
@media screen and (max-width: 768px) {
  .contacts-page .contacts-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: -30px 0;
  }
}
.contacts-page .contacts-container .contacts-col {
  padding: 40px;
}
@media screen and (max-width: 1200px) {
  .contacts-page .contacts-container .contacts-col {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .contacts-page .contacts-container .contacts-col {
    padding: 30px 0;
  }
}
.contacts-page .contacts-container .contacts-col.contacts-col-form, .contacts-page .contacts-container .contacts-col.contacts-col-data {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media screen and (max-width: 768px) {
  .contacts-page .contacts-container .contacts-col.contacts-col-form, .contacts-page .contacts-container .contacts-col.contacts-col-data {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.contacts-page .contacts-form-title {
  margin: 0 0 30px;
  font-weight: 500;
  text-align: center;
}
.contacts-page .contacts-form-title p {
  margin: 0;
}
.contacts-page .contact-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contacts-page .contact-form .wpcf7 {
  max-width: 600px;
  width: 100%;
}
.contacts-page .contact-form .wpcf7 p {
  margin: 0;
}
.contacts-page .contact-form .wpcf7-form {
  position: relative;
}
.contacts-page .contact-form .wpcf7-form.submitting:before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.contacts-page .contact-form .wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  margin: 5px 0 20px;
}
.contacts-page .contact-form .wpcf7-form br {
  display: none;
}
.contacts-page .contact-form .wpcf7-form .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.contacts-page .contact-form .wpcf7-form .wpcf7-text,
.contacts-page .contact-form .wpcf7-form .wpcf7-textarea {
  width: 100%;
  outline: none !important;
  border: 1px solid var(--alhthm-text-color);
  background: #ffffff;
  border-radius: 8px;
}
.contacts-page .contact-form .wpcf7-form .wpcf7-textarea {
  height: 200px;
  resize: none;
}
.contacts-page .contact-form .wpcf7-form .wpcf7-submit {
  display: block;
  width: 100%;
  margin: 40px auto 0;
  padding: 15px 40px;
  font-weight: 600;
  text-align: center;
  color: var(--alhthm-text-color);
  text-decoration: none;
  border-radius: 10px;
  background-color: var(--alhthm-primary-color);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  outline: none !important;
}
.contacts-page .contact-form .wpcf7-form .wpcf7-submit:hover {
  background-color: var(--alhthm-accent-color);
}
.contacts-page .contact-form .wpcf7-form .wpcf7-response-output {
  margin: 1.5rem 0 0;
  padding: 0;
  text-align: center;
  border: none !important;
}
.contacts-page .contact-form .wpcf7-form.sent .wpcf7-response-output {
  color: #00b30f;
}
.contacts-page .contact-form .wpcf7-form.invalid .wpcf7-response-output {
  color: #b30000;
}
.contacts-page .contacts-data {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.contacts-page .contacts-list {
  margin: 0 0 40px;
}
.contacts-page .contacts-list .contacts-list-item {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 26px;
}
@media screen and (max-width: 1200px) {
  .contacts-page .contacts-list .contacts-list-item {
    font-size: 18px;
    line-height: 24px;
  }
}
.contacts-page .contacts-list .contacts-list-item:last-item {
  margin: 0;
}
.contacts-page .contacts-list .contacts-list-item .fi {
  margin: 0 10px 0 0;
  color: var(--alhthm-primary-color);
}
.contacts-page .contacts-list .contacts-list-item-link {
  color: var(--alhthm-text-color);
  text-decoration: none;
}
.contacts-page .contacts-image {
  max-width: 100%;
  width: 100%;
  aspect-ratio: 800/800;
  border: 2px solid rgba(0, 0, 0, 0.03);
  border-radius: 15px;
  overflow: hidden;
}
.contacts-page .contacts-image img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: inherit;
}
.faq-page .faq-title {
  margin: 0 0 20px;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .faq-page .faq-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .faq-page .faq-title {
    font-size: 24px;
  }
}
.faq-page .faq-subtitle {
  margin: 0 0 60px;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  color: var(--alhthm-primary-color);
}
@media screen and (max-width: 992px) {
  .faq-page .faq-subtitle {
    margin: 0 0 40px;
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .faq-page .faq-subtitle {
    font-size: 24px;
  }
}
.faq-page .faq-advantages-title {
  margin: 0 0 40px;
  font-size: 28px;
  font-weight: 600;
  color: var(--alhthm-primary-color);
}
@media screen and (max-width: 992px) {
  .faq-page .faq-advantages-title {
    margin: 0 0 20px;
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .faq-page .faq-advantages-title {
    font-size: 18px;
  }
}
.faq-page .faq-advantages-list {
  margin: 0 0 100px;
}
@media screen and (max-width: 992px) {
  .faq-page .faq-advantages-list {
    margin: 0 0 80px;
  }
}
@media screen and (max-width: 768px) {
  .faq-page .faq-advantages-list {
    margin: 0 0 60px;
  }
}
.faq-page .faq-advantages-list .faq-advantages-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .faq-page .faq-advantages-list .faq-advantages-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.faq-page .faq-advantages-list .faq-advantages-text {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  margin: 0 60px 0 0;
  padding: 0 0 0 40px;
}
@media screen and (max-width: 768px) {
  .faq-page .faq-advantages-list .faq-advantages-text {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    margin: 0;
  }
}
.faq-page .faq-advantages-list .faq-advantages-text span {
  display: inline-block;
  width: 40px;
  margin: 0 0 0 -40px;
  font-size: 24px;
  font-weight: 600;
  color: var(--alhthm-primary-color);
}
@media screen and (max-width: 768px) {
  .faq-page .faq-advantages-list .faq-advantages-text span {
    width: 30px;
    margin: 0 0 0 -30px;
    font-size: 20px;
  }
}
.faq-page .faq-advantages-list .faq-advantages-text.faq-advantages-text-no-image {
  margin: 0;
}
.faq-page .faq-advantages-list .faq-advantages-image {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 350px;
          flex: 0 0 350px;
}
@media screen and (max-width: 992px) {
  .faq-page .faq-advantages-list .faq-advantages-image {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
  }
}
@media screen and (max-width: 768px) {
  .faq-page .faq-advantages-list .faq-advantages-image {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    margin: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .faq-page .faq-advantages-list .faq-advantages-image.faq-advantages-image-last {
    margin: 40px 0 0;
  }
}
.faq-page .faq-advantages-list .faq-advantages-row {
  margin: 0 0 60px;
}
@media screen and (max-width: 1200px) {
  .faq-page .faq-advantages-list .faq-advantages-row {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 992px) {
  .faq-page .faq-advantages-list .faq-advantages-row {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 992px) {
  .faq-page .faq-advantages-list .faq-advantages-row:last-child {
    margin: 0;
  }
}
.faq-page .faq-advantages-list .faq-advantages-row.faq-advantages-row-last {
  margin: 0;
}
.faq-page .faq-certification {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 60px;
}
.faq-page .faq-certification .faq-certification-image {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}
.faq-page .faq-certification .faq-certification-text {
  margin: 0 0 0 40px;
}
.faq-page .faq-features-title {
  margin: 0 0 40px;
  font-size: 28px;
  font-weight: 600;
  color: var(--alhthm-primary-color);
}
@media screen and (max-width: 992px) {
  .faq-page .faq-features-title {
    margin: 0 0 20px;
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .faq-page .faq-features-title {
    font-size: 18px;
  }
}
.faq-page .faq-features {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 100px;
}
@media screen and (max-width: 992px) {
  .faq-page .faq-features {
    margin: 0 0 80px;
  }
}
@media screen and (max-width: 768px) {
  .faq-page .faq-features {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 60px;
  }
}
.faq-page .faq-features .faq-features-image {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 412px;
          flex: 0 0 412px;
}
@media screen and (max-width: 992px) {
  .faq-page .faq-features .faq-features-image {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
  }
}
@media screen and (max-width: 768px) {
  .faq-page .faq-features .faq-features-image {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    margin: 20px 0 40px;
  }
}
.faq-page .faq-features .faq-features-list {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  margin: 0 0 0 60px;
}
@media screen and (max-width: 768px) {
  .faq-page .faq-features .faq-features-list {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    margin: 0;
  }
}
.faq-page .faq-features .faq-features-item {
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .faq-page .faq-features .faq-features-item {
    margin: 0 0 20px;
  }
}
.faq-page .faq-features .faq-features-item:last-child {
  margin: 0;
}
.faq-page .faq-features .faq-features-item span {
  font-weight: 600;
}
.faq-page .faq-factory-gallery {
  margin: 0 0 100px;
}
@media screen and (max-width: 992px) {
  .faq-page .faq-factory-gallery {
    margin: 0 0 80px;
  }
}
@media screen and (max-width: 768px) {
  .faq-page .faq-factory-gallery {
    margin: 0 0 60px;
  }
}
.faq-page .faq-factory-gallery .faq-factory-gallery-container {
  margin: -3px;
}
.faq-page .faq-factory-gallery .faq-factory-gallery-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .faq-page .faq-factory-gallery .faq-factory-gallery-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.faq-page .faq-factory-gallery .faq-factory-gallery-row.faq-factory-gallery-row-1 .faq-factory-gallery-image {
  max-width: 600px;
  width: 100%;
  aspect-ratio: 600/360;
}
@media screen and (max-width: 768px) {
  .faq-page .faq-factory-gallery .faq-factory-gallery-row.faq-factory-gallery-row-1 .faq-factory-gallery-image {
    max-width: 396px;
    margin: 0 auto;
  }
}
.faq-page .faq-factory-gallery .faq-factory-gallery-row.faq-factory-gallery-row-2 .faq-factory-gallery-image {
  max-width: 396px;
  width: 100%;
  aspect-ratio: 396/312;
}
@media screen and (max-width: 768px) {
  .faq-page .faq-factory-gallery .faq-factory-gallery-row.faq-factory-gallery-row-2 .faq-factory-gallery-image {
    margin: 0 auto;
  }
}
.faq-page .faq-factory-gallery .faq-factory-gallery-row .faq-factory-gallery-image {
  padding: 3px;
}
.faq-page .faq-factory-gallery .faq-factory-gallery-row .faq-factory-gallery-image img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: inherit;
}
.faq-page .faq-efficiency {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 100px;
}
@media screen and (max-width: 992px) {
  .faq-page .faq-efficiency {
    margin: 0 0 80px;
  }
}
@media screen and (max-width: 768px) {
  .faq-page .faq-efficiency {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 0 0 60px;
  }
}
.faq-page .faq-efficiency .faq-efficiency-list {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  margin: 0 60px 0 0;
}
@media screen and (max-width: 768px) {
  .faq-page .faq-efficiency .faq-efficiency-list {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    margin: 0;
  }
}
.faq-page .faq-efficiency .faq-efficiency-item {
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .faq-page .faq-efficiency .faq-efficiency-item {
    margin: 0 0 20px;
  }
}
.faq-page .faq-efficiency .faq-efficiency-item:last-child {
  margin: 0;
}
.faq-page .faq-efficiency .faq-efficiency-image {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 350px;
          flex: 0 0 350px;
}
@media screen and (max-width: 992px) {
  .faq-page .faq-efficiency .faq-efficiency-image {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
  }
}
@media screen and (max-width: 768px) {
  .faq-page .faq-efficiency .faq-efficiency-image {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    margin: 0 0 40px;
  }
}
.faq-page .faq-depreciation {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .faq-page .faq-depreciation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.faq-page .faq-depreciation .faq-depreciation-image {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 350px;
          flex: 0 0 350px;
}
@media screen and (max-width: 992px) {
  .faq-page .faq-depreciation .faq-depreciation-image {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
  }
}
@media screen and (max-width: 768px) {
  .faq-page .faq-depreciation .faq-depreciation-image {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    margin: 0 0 40px;
  }
}
.faq-page .faq-depreciation .faq-depreciation-list {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  margin: 0 0 0 60px;
}
@media screen and (max-width: 768px) {
  .faq-page .faq-depreciation .faq-depreciation-list {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    margin: 0;
  }
}
.faq-page .faq-depreciation .faq-depreciation-item {
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .faq-page .faq-depreciation .faq-depreciation-item {
    margin: 0 0 20px;
  }
}
.faq-page .faq-depreciation .faq-depreciation-item:last-child {
  margin: 0;
}
.faq-page .faq-depreciation .faq-depreciation-item span {
  font-weight: 600;
}
.faq-page .faq-image.faq-image-shadow {
  -webkit-box-shadow: 0 0 15px var(--alhthm-primary-color);
          box-shadow: 0 0 15px var(--alhthm-primary-color);
}
.faq-page .faq-image.faq-image-1 {
  max-width: 350px;
  width: 100%;
  aspect-ratio: 350/350;
}
@media screen and (max-width: 768px) {
  .faq-page .faq-image.faq-image-1 {
    margin: 0 auto;
  }
}
@media screen and (max-width: 576px) {
  .faq-page .faq-image.faq-image-1 {
    max-width: 250px;
  }
}
.faq-page .faq-image.faq-image-1 img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: inherit;
}
.faq-page .faq-image.faq-image-2 {
  max-width: 350px;
  width: 100%;
  aspect-ratio: 350/350;
}
@media screen and (max-width: 768px) {
  .faq-page .faq-image.faq-image-2 {
    margin: 0 auto;
  }
}
@media screen and (max-width: 576px) {
  .faq-page .faq-image.faq-image-2 {
    max-width: 250px;
  }
}
.faq-page .faq-image.faq-image-2 img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: inherit;
}
.faq-page .faq-image.faq-image-certification {
  max-width: 100px;
  width: 100%;
  aspect-ratio: 100/100;
  border-radius: 50%;
  overflow: hidden;
}
.faq-page .faq-image.faq-image-certification img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: inherit;
  border-radius: inherit;
}
.faq-page .faq-image.faq-image-3 {
  max-width: 412px;
  width: 100%;
  aspect-ratio: 412/512;
}
@media screen and (max-width: 768px) {
  .faq-page .faq-image.faq-image-3 {
    margin: 0 auto;
  }
}
.faq-page .faq-image.faq-image-3 img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: inherit;
}
.faq-page .faq-image.faq-image-4 {
  max-width: 350px;
  width: 100%;
  aspect-ratio: 350/350;
}
@media screen and (max-width: 768px) {
  .faq-page .faq-image.faq-image-4 {
    margin: 0 auto;
  }
}
@media screen and (max-width: 576px) {
  .faq-page .faq-image.faq-image-4 {
    max-width: 250px;
  }
}
.faq-page .faq-image.faq-image-4 img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: inherit;
}
.faq-page .faq-image.faq-image-5 {
  max-width: 350px;
  width: 100%;
  aspect-ratio: 350/350;
}
@media screen and (max-width: 768px) {
  .faq-page .faq-image.faq-image-5 {
    margin: 0 auto;
  }
}
@media screen and (max-width: 576px) {
  .faq-page .faq-image.faq-image-5 {
    max-width: 250px;
  }
}
.faq-page .faq-image.faq-image-5 img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: inherit;
}
.error404-page .error404-title {
  margin: 0 0 20px;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .error404-page .error404-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .error404-page .error404-title {
    font-size: 24px;
  }
}
.error404-page .error404-primary-text {
  margin: 0;
  font-size: 22px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .error404-page .error404-primary-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  .error404-page .error404-primary-text {
    font-size: 18px;
  }
}
.error404-page .error404-image {
  max-width: 600px;
  width: 100%;
  margin: 0 auto 10px;
  aspect-ratio: 600/400;
}
.error404-page .error404-image img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: inherit;
}
.error404-page .error404-secondary-text {
  margin: 0 0 40px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .error404-page .error404-secondary-text {
    max-width: 600px;
    width: 100%;
    margin: 0 auto 40px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .error404-page .error404-secondary-text {
    font-size: 16px;
  }
}
.error404-page .error404-actions {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.error404-page .error404-actions .error404-actions-inner {
  display: inline-block;
}
@media screen and (max-width: 576px) {
  .error404-page .error404-actions .error404-actions-inner {
    max-width: 300px;
    width: 100%;
  }
}
.error404-page .error404-actions .error404-actions-item {
  margin: 0 0 5px;
}
.error404-page .error404-actions .error404-actions-item:last-child {
  margin: 0;
}
.error404-page .error404-actions .error404-actions-item .fi {
  margin: 0 5px 0 0;
  font-size: 20px;
  color: var(--alhthm-primary-color);
}
.error404-page .error404-actions .error404-actions-item a {
  text-decoration: none;
}