/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* ====== Menu ====== */
/* ====== Sections ====== */
/* Sections Font */
/* ====== SubSections ====== */
/* SubSections Font */
/* ====== ScrollBar ====== */
@font-face {
  font-family: "Roboto-Regular";
  src: url('../../../../media/fonts/roboto/Roboto-Regular.ttf');
  font-weight: normal;
}
@font-face {
  font-family: "Roboto-Bold";
  src: url('../../../../media/fonts/roboto/Roboto-Bold.ttf');
  font-weight: bold;
}
@font-face {
  font-family: "Roboto-Black";
  src: url('../../../../media/fonts/roboto/Roboto-Black.ttf');
  font-weight: bolder;
}
@font-face {
  font-family: "RedHatDisplay-Medium";
  src: url('../../../../media/fonts/roboto/Roboto-Medium.ttf');
  font-weight: normal;
}
/* ====== Menu ====== */
/* ====== Sections ====== */
/* Sections Font */
/* ====== SubSections ====== */
/* SubSections Font */
/* ====== ScrollBar ====== */
@font-face {
  font-family: "Roboto-Regular";
  src: url('../../../../media/fonts/roboto/Roboto-Regular.ttf');
  font-weight: normal;
}
@font-face {
  font-family: "Roboto-Bold";
  src: url('../../../../media/fonts/roboto/Roboto-Bold.ttf');
  font-weight: bold;
}
@font-face {
  font-family: "Roboto-Black";
  src: url('../../../../media/fonts/roboto/Roboto-Black.ttf');
  font-weight: bolder;
}
@font-face {
  font-family: "RedHatDisplay-Medium";
  src: url('../../../../media/fonts/roboto/Roboto-Medium.ttf');
  font-weight: normal;
}
/* =============================================================================================  */
/* ========================================== GENERAL ==========================================  */
/* =============================================================================================  */
/* line 6, templates/g5_hydrogen/custom/scss/_main.scss */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus textarea:-webkit-autofill, textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
  box-shadow: 0 0 0px 1000px #fff inset !important;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
}
/* line 17, templates/g5_hydrogen/custom/scss/_main.scss */
a {
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  cursor: pointer;
  color: #5e5e5e;
}
/* line 24, templates/g5_hydrogen/custom/scss/_main.scss */
a:hover {
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  text-decoration: underline;
}
/* line 30, templates/g5_hydrogen/custom/scss/_main.scss */
.no-scroll {
  overflow: hidden !important;
}
/* line 34, templates/g5_hydrogen/custom/scss/_main.scss */
.hidden-project {
  display: none !important;
}
/* line 38, templates/g5_hydrogen/custom/scss/_main.scss */
button:disabled:hover {
  background: transparent !important;
}
/* line 42, templates/g5_hydrogen/custom/scss/_main.scss */
.media, .media .media {
  margin: 0 !important;
}
/* line 47, templates/g5_hydrogen/custom/scss/_main.scss */
.media, .media-body {
  overflow: initial !important;
  zoom: unset !important;
}
/* line 53, templates/g5_hydrogen/custom/scss/_main.scss */
ul li {
  list-style: none;
}
/* line 57, templates/g5_hydrogen/custom/scss/_main.scss */
.g-content, .nav, .g-main-nav, ul, li, #g-mobilemenu-container {
  padding: 0 !important;
  margin: 0 !important;
}
/* line 67, templates/g5_hydrogen/custom/scss/_main.scss */
#g-page-surround {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/* line 77, templates/g5_hydrogen/custom/scss/_main.scss */
.g-container {
  width: 100% !important;
}
/* line 81, templates/g5_hydrogen/custom/scss/_main.scss */
#g-main {
  padding-top: 0;
  background: #f3f3f3;
}
/* line 86, templates/g5_hydrogen/custom/scss/_main.scss */
/* line 87, templates/g5_hydrogen/custom/scss/_main.scss */
/* line 88, templates/g5_hydrogen/custom/scss/_main.scss */
body:not(.homepage) #g-main {
  margin-top: 68px;
}
/* line 94, templates/g5_hydrogen/custom/scss/_main.scss */
.catItemBody, .catItemImageBlock, .catItemView, .catItemImage {
  padding: 0 !important;
  margin: 0 !important;
}
/* line 102, templates/g5_hydrogen/custom/scss/_main.scss */
.d-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* line 110, templates/g5_hydrogen/custom/scss/_main.scss */
.justify-space {
  justify-content: space-between;
}
/* line 114, templates/g5_hydrogen/custom/scss/_main.scss */
.checkboxContainer {
  width: 100%;
  margin: 2px 0;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-radius: 5.6px;
  padding: 2.4px 24px;
}
/* line 126, templates/g5_hydrogen/custom/scss/_main.scss */
.checkboxContainer label {
  width: 100%;
}
/* line 130, templates/g5_hydrogen/custom/scss/_main.scss */
.checkboxContainer input[type="checkbox"] {
  display: none;
}
/* line 134, templates/g5_hydrogen/custom/scss/_main.scss */
.checkboxContainer input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
/* line 146, templates/g5_hydrogen/custom/scss/_main.scss */
.checkboxContainer input[type="checkbox"] + label:last-child {
  margin-bottom: 0;
}
/* line 150, templates/g5_hydrogen/custom/scss/_main.scss */
.checkboxContainer input[type="checkbox"] + label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.6;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}
/* line 164, templates/g5_hydrogen/custom/scss/_main.scss */
.checkboxContainer input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* =============================================================================================  */
/* ======================================= END GENERAL =========================================  */
/* =============================================================================================  */
/* ===== Scrollbar CSS ===== */
/* Firefox */
/* line 183, templates/g5_hydrogen/custom/scss/_main.scss */
* {
  scrollbar-width: auto;
  scrollbar-color: #d4d4d4 #fff;
}
/* Chrome, Edge, and Safari */
/* line 189, templates/g5_hydrogen/custom/scss/_main.scss */
*::-webkit-scrollbar {
  width: 14px;
}
@media (max-width: 1200px) {
  /* line 191, templates/g5_hydrogen/custom/scss/_main.scss */
  *::-webkit-scrollbar {
    width: inherit;
  }
}
/* line 196, templates/g5_hydrogen/custom/scss/_main.scss */
*::-webkit-scrollbar-track {
  background: #fff;
}
/* line 200, templates/g5_hydrogen/custom/scss/_main.scss */
*::-webkit-scrollbar-thumb {
  background-color: #d4d4d4;
  border-radius: 10px;
  border: 2.2px solid #fff;
}
/* line 206, templates/g5_hydrogen/custom/scss/_main.scss */
::-webkit-scrollbar-thumb:hover {
  background: #a3a3a3;
}
/* =============================================================================================  */
/* ========================================== HEADER ===========================================  */
/* =============================================================================================  */
/* line 214, templates/g5_hydrogen/custom/scss/_main.scss */
header#g-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: fixed;
  background: rgba(255, 255, 255, 0.95);
  z-index: 100;
}
/* line 227, templates/g5_hydrogen/custom/scss/_main.scss */
/* line 228, templates/g5_hydrogen/custom/scss/_main.scss */
header#g-header nav.g-main-nav ul.g-toplevel {
  display: grid;
  grid-template-columns: 1fr 50px 50px;
  justify-items: center;
  max-width: 1440px;
  margin: 0 auto !important;
  padding: 10px 16px !important;
}
/* line 235, templates/g5_hydrogen/custom/scss/_main.scss */
header#g-header nav.g-main-nav ul.g-toplevel li {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  font-family: "Roboto-Bold";
  font-size: 23.2px;
  cursor: default;
}
@media screen and (min-width: 960px) {
  /* line 247, templates/g5_hydrogen/custom/scss/_main.scss */
  header#g-header nav.g-main-nav ul.g-toplevel li.dhide {
    display: none;
  }
}
/* line 251, templates/g5_hydrogen/custom/scss/_main.scss */
header#g-header nav.g-main-nav ul.g-toplevel li:first-of-type {
  justify-content: flex-start;
}
/* line 255, templates/g5_hydrogen/custom/scss/_main.scss */
header#g-header nav.g-main-nav ul.g-toplevel li:nth-of-type(2) {
  justify-content: center;
}
/* line 257, templates/g5_hydrogen/custom/scss/_main.scss */
header#g-header nav.g-main-nav ul.g-toplevel li:nth-of-type(2) .g-menu-item-container {
  cursor: pointer;
}
/* line 261, templates/g5_hydrogen/custom/scss/_main.scss */
header#g-header nav.g-main-nav ul.g-toplevel li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 0 !important;
}
/* line 270, templates/g5_hydrogen/custom/scss/_main.scss */
header#g-header nav.g-main-nav ul.g-toplevel li a span.g-menu-item-title {
  position: relative;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 340px) {
  /* line 275, templates/g5_hydrogen/custom/scss/_main.scss */
  header#g-header nav.g-main-nav ul.g-toplevel li a span.g-menu-item-title {
    font-size: 16px;
    letter-spacing: inherit;
  }
}
/* line 281, templates/g5_hydrogen/custom/scss/_main.scss */
header#g-header nav.g-main-nav ul.g-toplevel li a i {
  margin-right: 0;
  color: #000;
}
/* line 287, templates/g5_hydrogen/custom/scss/_main.scss */
/* line 288, templates/g5_hydrogen/custom/scss/_main.scss */
/* line 289, templates/g5_hydrogen/custom/scss/_main.scss */
header#g-header nav.g-main-nav ul.g-toplevel li.logo a img {
  max-height: 48px;
  margin-right: 20px;
}
/* line 296, templates/g5_hydrogen/custom/scss/_main.scss */
header#g-header nav.g-main-nav ul.g-toplevel li.active:not(.logo) a {
  position: relative;
}
/* line 299, templates/g5_hydrogen/custom/scss/_main.scss */
header#g-header nav.g-main-nav ul.g-toplevel li.active:not(.logo) a::after {
  transition: all 0.6s ease-in-out;
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  left: 0;
  bottom: 8px;
}
/* line 310, templates/g5_hydrogen/custom/scss/_main.scss */
/* line 311, templates/g5_hydrogen/custom/scss/_main.scss */
/* line 312, templates/g5_hydrogen/custom/scss/_main.scss */
/* line 313, templates/g5_hydrogen/custom/scss/_main.scss */
header#g-header nav.g-main-nav ul.g-toplevel li.active:not(.logo) a:hover a span.g-menu-item-title::after {
  display: none;
}
/* line 321, templates/g5_hydrogen/custom/scss/_main.scss */
header#g-header nav.g-main-nav ul.g-toplevel li.hamburger-menu {
  width: 50px;
  height: 48px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
/* line 333, templates/g5_hydrogen/custom/scss/_main.scss */
header#g-header nav.g-main-nav ul.g-toplevel li.hamburger-menu:hover {
  background: transparent;
}
/* line 335, templates/g5_hydrogen/custom/scss/_main.scss */
header#g-header nav.g-main-nav ul.g-toplevel li.hamburger-menu:hover::before {
  width: 0;
  background: transparent;
}
/* line 341, templates/g5_hydrogen/custom/scss/_main.scss */
/* line 342, templates/g5_hydrogen/custom/scss/_main.scss */
/* line 343, templates/g5_hydrogen/custom/scss/_main.scss */
header#g-header nav.g-main-nav ul.g-toplevel li.hamburger-menu.open .line:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
/* line 349, templates/g5_hydrogen/custom/scss/_main.scss */
header#g-header nav.g-main-nav ul.g-toplevel li.hamburger-menu.open .line:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 356, templates/g5_hydrogen/custom/scss/_main.scss */
header#g-header nav.g-main-nav ul.g-toplevel li.hamburger-menu.open .line:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 363, templates/g5_hydrogen/custom/scss/_main.scss */
header#g-header nav.g-main-nav ul.g-toplevel li.hamburger-menu.open .line:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
/* line 371, templates/g5_hydrogen/custom/scss/_main.scss */
header#g-header nav.g-main-nav ul.g-toplevel li.hamburger-menu .line {
  height: 3px;
  background: #000;
  display: block;
  position: absolute;
  width: 25px;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
/* line 387, templates/g5_hydrogen/custom/scss/_main.scss */
header#g-header nav.g-main-nav ul.g-toplevel li.hamburger-menu .line:nth-child(1) {
  top: 15px;
}
/* line 391, templates/g5_hydrogen/custom/scss/_main.scss */
header#g-header nav.g-main-nav ul.g-toplevel li.hamburger-menu .line:nth-child(2), header#g-header nav.g-main-nav ul.g-toplevel li.hamburger-menu .line:nth-child(3) {
  top: 23px;
}
/* line 396, templates/g5_hydrogen/custom/scss/_main.scss */
header#g-header nav.g-main-nav ul.g-toplevel li.hamburger-menu .line:nth-child(4) {
  top: 31px;
}
/* line 402, templates/g5_hydrogen/custom/scss/_main.scss */
header#g-header nav.g-main-nav ul.g-toplevel li:hover, header#g-header nav.g-main-nav ul.g-toplevel li.active {
  background: transparent !important;
}
/* line 407, templates/g5_hydrogen/custom/scss/_main.scss */
/* line 408, templates/g5_hydrogen/custom/scss/_main.scss */
header#g-header nav.g-main-nav ul.g-toplevel li.search-icon .g-menu-item-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 0;
}
/* line 416, templates/g5_hydrogen/custom/scss/_main.scss */
header#g-header nav.g-main-nav ul.g-toplevel li.search-icon .g-menu-item-container img {
  max-width: 20px;
}
/* line 422, templates/g5_hydrogen/custom/scss/_main.scss */
/* line 423, templates/g5_hydrogen/custom/scss/_main.scss */
/* line 424, templates/g5_hydrogen/custom/scss/_main.scss */
/* line 425, templates/g5_hydrogen/custom/scss/_main.scss */
/* line 426, templates/g5_hydrogen/custom/scss/_main.scss */
header#g-header nav.g-main-nav ul.g-toplevel li:not(.search-icon0, .logo):hover a span.g-menu-item-title::after {
  transition: all 0.6s ease-in-out;
  opacity: 1;
}
@media screen and (max-width: 960px) {
  /* line 439, templates/g5_hydrogen/custom/scss/_main.scss */
  /* line 440, templates/g5_hydrogen/custom/scss/_main.scss */
  header#g-header nav.g-main-nav ul.g-toplevel {
    grid-template-columns: 1fr 50px 50px;
  }
  /* line 443, templates/g5_hydrogen/custom/scss/_main.scss */
  header#g-header nav.g-main-nav ul.g-toplevel .search-icon {
    display: flex !important;
  }
  /* line 447, templates/g5_hydrogen/custom/scss/_main.scss */
  header#g-header nav.g-main-nav ul.g-toplevel li {
    font-size: 20px;
  }
  /* line 450, templates/g5_hydrogen/custom/scss/_main.scss */
  header#g-header nav.g-main-nav ul.g-toplevel li:not(.logo) {
    display: none;
  }
  /* line 454, templates/g5_hydrogen/custom/scss/_main.scss */
  /* line 455, templates/g5_hydrogen/custom/scss/_main.scss */
  header#g-header nav.g-main-nav ul.g-toplevel li.logo a {
    flex-direction: row;
  }
  /* line 458, templates/g5_hydrogen/custom/scss/_main.scss */
  header#g-header nav.g-main-nav ul.g-toplevel li.logo a img {
    width: 30px;
    margin-bottom: 0;
    margin-right: 16px;
  }
  /* line 466, templates/g5_hydrogen/custom/scss/_main.scss */
  header#g-header nav.g-main-nav ul.g-toplevel li.hamburger-menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex !important;
    justify-self: flex-end;
  }
}
/* =============================================================================================  */
/* ======================================== END HEADER =========================================  */
/* =============================================================================================  */
/* =============================================================================================  */
/* ======================================== MOBILE MENU ========================================  */
/* =============================================================================================  */
/* line 487, templates/g5_hydrogen/custom/scss/_main.scss */
.mobile-menu {
  position: fixed;
  left: 0;
  top: -150vh;
  right: 0;
  bottom: 0;
  transition: all 0.6s ease-in-out;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: -1;
  overflow: auto;
}
/* line 505, templates/g5_hydrogen/custom/scss/_main.scss */
.mobile-menu.open {
  top: 0;
  transition: all 0.6s ease-in-out;
  z-index: 3;
}
@media (max-height: 680px) {
  /* line 510, templates/g5_hydrogen/custom/scss/_main.scss */
  .mobile-menu.open {
    padding-top: 200px;
    padding-bottom: 24px;
  }
}
/* line 515, templates/g5_hydrogen/custom/scss/_main.scss */
.mobile-menu.open::before {
  top: 0;
  transition: all 0.6s ease-in-out;
  z-index: 1;
}
/* line 522, templates/g5_hydrogen/custom/scss/_main.scss */
.mobile-menu a {
  color: #000;
  transition: all 0.6s ease-in-out;
  width: fit-content;
  z-index: 1;
  font-size: 24px;
  padding: 12px;
}
/* line 530, templates/g5_hydrogen/custom/scss/_main.scss */
.mobile-menu a:hover {
  transition: all 0.6s ease-in-out;
  color: #000;
  text-decoration: none;
}
/* line 536, templates/g5_hydrogen/custom/scss/_main.scss */
.mobile-menu a.active {
  position: relative;
}
/* line 539, templates/g5_hydrogen/custom/scss/_main.scss */
.mobile-menu a.active::after {
  transition: all 0.6s ease-in-out;
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: 8px;
  background: #000;
  left: 0;
}
/* line 552, templates/g5_hydrogen/custom/scss/_main.scss */
.mobile-menu::before {
  position: fixed;
  content: "";
  top: -150vh;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.6s ease-in-out;
}
/* =============================================================================================  */
/* ====================================== END MOBILE MENU ======================================  */
/* =============================================================================================  */
/* ========================================== FOOTER ===========================================  */
/* =============================================================================================  */
/* line 574, templates/g5_hydrogen/custom/scss/_main.scss */
#g-footer {
  border: none;
}
/* line 577, templates/g5_hydrogen/custom/scss/_main.scss */
#g-footer .g-container {
  padding: 8px 16px;
  width: 100% !important;
  max-width: 1440px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
/* line 590, templates/g5_hydrogen/custom/scss/_main.scss */
#g-footer .g-container .g-grid {
  width: 100%;
}
/* line 593, templates/g5_hydrogen/custom/scss/_main.scss */
#g-footer .g-container .g-grid .g-branding {
  text-align: center;
  font-size: 12px;
}
/* line 598, templates/g5_hydrogen/custom/scss/_main.scss */
/* line 599, templates/g5_hydrogen/custom/scss/_main.scss */
#g-footer .g-container .g-grid .g-content .menufooter {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  justify-items: center;
  align-items: center;
}
/* line 606, templates/g5_hydrogen/custom/scss/_main.scss */
#g-footer .g-container .g-grid .g-content .menufooter li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-family: "Roboto-Bold";
  text-transform: uppercase;
  width: 100%;
}
/* line 618, templates/g5_hydrogen/custom/scss/_main.scss */
#g-footer .g-container .g-grid .g-content .menufooter li .separator.search {
  cursor: pointer;
}
/* line 621, templates/g5_hydrogen/custom/scss/_main.scss */
#g-footer .g-container .g-grid .g-content .menufooter li img {
  max-width: 20px;
}
/* line 624, templates/g5_hydrogen/custom/scss/_main.scss */
#g-footer .g-container .g-grid .g-content .menufooter li a {
  color: #5e5e5e;
  padding: 8px 8px 0;
  position: relative;
}
/* line 629, templates/g5_hydrogen/custom/scss/_main.scss */
#g-footer .g-container .g-grid .g-content .menufooter li a::after {
  transition: all 0.6s ease-in-out;
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: 0;
  opacity: 0;
  background: #5e5e5e;
  left: 0;
}
/* line 641, templates/g5_hydrogen/custom/scss/_main.scss */
/* line 642, templates/g5_hydrogen/custom/scss/_main.scss */
/* line 643, templates/g5_hydrogen/custom/scss/_main.scss */
#g-footer .g-container .g-grid .g-content .menufooter li a:not(.footer-menu-logo):hover::after {
  transition: all 0.6s ease-in-out;
  opacity: 1;
}
/* line 651, templates/g5_hydrogen/custom/scss/_main.scss */
#g-footer .g-container .g-grid .g-content .menufooter li .footer-menu-logo {
  display: flex;
  align-items: center;
}
/* line 654, templates/g5_hydrogen/custom/scss/_main.scss */
#g-footer .g-container .g-grid .g-content .menufooter li .footer-menu-logo img {
  max-height: 60px;
  margin-right: 20px;
}
@media screen and (max-width: 960px) {
  /* line 659, templates/g5_hydrogen/custom/scss/_main.scss */
  #g-footer .g-container .g-grid .g-content .menufooter li .footer-menu-logo {
    flex-direction: column;
    justify-content: center;
  }
  /* line 662, templates/g5_hydrogen/custom/scss/_main.scss */
  #g-footer .g-container .g-grid .g-content .menufooter li .footer-menu-logo img {
    margin: 0;
    margin-bottom: 8px;
  }
}
/* line 668, templates/g5_hydrogen/custom/scss/_main.scss */
#g-footer .g-container .g-grid .g-content .menufooter li:first-of-type {
  justify-content: flex-start;
}
/* line 671, templates/g5_hydrogen/custom/scss/_main.scss */
#g-footer .g-container .g-grid .g-content .menufooter li:last-of-type {
  justify-content: flex-end;
}
@media screen and (max-width: 960px) {
  /* line 681, templates/g5_hydrogen/custom/scss/_main.scss */
  /* line 682, templates/g5_hydrogen/custom/scss/_main.scss */
  /* line 683, templates/g5_hydrogen/custom/scss/_main.scss */
  #g-footer .g-container .g-grid .g-branding {
    text-align: center;
  }
  /* line 687, templates/g5_hydrogen/custom/scss/_main.scss */
  /* line 688, templates/g5_hydrogen/custom/scss/_main.scss */
  #g-footer .g-container .g-grid .g-content .menufooter {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: "footer-logo";
  }
  /* line 694, templates/g5_hydrogen/custom/scss/_main.scss */
  #g-footer .g-container .g-grid .g-content .menufooter li {
    font-size: 20px;
    display: grid;
    align-items: center;
    justify-content: center;
  }
  /* line 699, templates/g5_hydrogen/custom/scss/_main.scss */
  #g-footer .g-container .g-grid .g-content .menufooter li:first-of-type {
    justify-content: center;
  }
  /* line 702, templates/g5_hydrogen/custom/scss/_main.scss */
  #g-footer .g-container .g-grid .g-content .menufooter li:last-of-type {
    justify-content: center;
  }
  /* line 705, templates/g5_hydrogen/custom/scss/_main.scss */
  #g-footer .g-container .g-grid .g-content .menufooter li .footer-menu-search {
    font-size: 0;
  }
  /* line 708, templates/g5_hydrogen/custom/scss/_main.scss */
  #g-footer .g-container .g-grid .g-content .menufooter li .footer-menu-search:before {
    display: none;
  }
}
/* =============================================================================================  */
/* ====================================== END FOOTER ===========================================  */
/* =============================================================================================  */
/* =============================================================================================  */
/* ======================================= sections ============================================  */
/* =============================================================================================  */
/* line 728, templates/g5_hydrogen/custom/scss/_main.scss */
.moduletable.city-section {
  width: 95%;
  max-width: 1440px;
  margin: -110px auto 8px;
  box-shadow: 0px 0px 25px 2px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 64px 64px;
  padding-top: 40px;
  background-color: rgba(255, 255, 255, 0.95);
  padding-top: 40px;
  padding-bottom: 55px;
  position: relative;
  margin-top: -120px;
}
/* line 4, templates/g5_hydrogen/custom/scss/_mixins.scss */
.moduletable.city-section li {
  position: relative;
}
/* line 5, templates/g5_hydrogen/custom/scss/_mixins.scss */
/* line 6, templates/g5_hydrogen/custom/scss/_mixins.scss */
.moduletable.city-section li:hover .moduleItemTitle {
  height: 100%;
}
/* line 9, templates/g5_hydrogen/custom/scss/_mixins.scss */
.moduletable.city-section li:hover a {
  text-decoration: none;
}
/* line 14, templates/g5_hydrogen/custom/scss/_mixins.scss */
.moduletable.city-section li .moduleItemTitle {
  position: absolute;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  height: 130px;
  bottom: 0;
  font-size: 40px;
  z-index: 1;
  display: flex;
}
@media screen and (max-width: 400px) {
  /* line 27, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .moduletable.city-section li .moduleItemTitle {
    font-size: 24px;
  }
}
/* line 30, templates/g5_hydrogen/custom/scss/_mixins.scss */
.moduletable.city-section li .moduleItemTitle > span {
  padding: 0 16px;
  margin: auto;
  line-height: 110%;
}
/* line 36, templates/g5_hydrogen/custom/scss/_mixins.scss */
.moduletable.city-section li .moduleItemImage {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
/* line 43, templates/g5_hydrogen/custom/scss/_mixins.scss */
.moduletable.city-section li .moduleItemImage img {
  min-width: 100%;
  object-fit: cover;
  height: 100%;
  transition: all 0.6s ease-in-out;
}
@media screen and (max-width: 960px) {
  /* line 63, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .moduletable.city-section {
    max-width: 90%;
  }
}
/* line 67, templates/g5_hydrogen/custom/scss/_mixins.scss */
.moduletable.city-section .section-description {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-bottom: 16px;
  padding: 0 64px !important;
  font-family: 'Roboto-Regular';
  font-size: 24px;
}
@media screen and (max-width: 960px) {
  /* line 77, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .moduletable.city-section .section-description {
    padding: 0 !important;
  }
}
/* line 80, templates/g5_hydrogen/custom/scss/_mixins.scss */
.moduletable.city-section .section-description p {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 32px auto;
}
/* line 87, templates/g5_hydrogen/custom/scss/_mixins.scss */
.moduletable.city-section h3 {
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 32px;
  font-family: 'Roboto-Black';
  font-size: 40px;
}
/* line 95, templates/g5_hydrogen/custom/scss/_mixins.scss */
.moduletable.city-section h1 {
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 32px;
  font-family: 'Roboto-Black';
  font-size: 40px;
}
/* line 103, templates/g5_hydrogen/custom/scss/_mixins.scss */
.moduletable.city-section ul {
  display: grid;
  column-gap: 56px;
  row-gap: 56px;
  grid-template-columns: repeat(2, 1fr);
}
/* line 108, templates/g5_hydrogen/custom/scss/_mixins.scss */
.moduletable.city-section ul li {
  width: 100%;
  height: 535px;
  max-height: 535px;
}
@media screen and (max-width: 1200px) {
  /* line 112, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .moduletable.city-section ul li {
    max-width: 100%;
    height: 430px;
  }
}
@media screen and (max-width: 960px) {
  /* line 116, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .moduletable.city-section ul li {
    max-height: 390px;
  }
}
@media screen and (max-width: 640px) {
  /* line 119, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .moduletable.city-section ul li {
    max-height: 266px;
  }
}
@media screen and (max-width: 1200px) {
  /* line 743, templates/g5_hydrogen/custom/scss/_main.scss */
  .moduletable.city-section {
    width: 95%;
    max-width: 1440px;
    margin: -110px auto 8px;
    box-shadow: 0px 0px 25px 2px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    padding: 48px 32px;
    padding-top: 40px;
    background-color: rgba(255, 255, 255, 0.95);
    margin-top: -100px;
  }
  /* line 4, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .moduletable.city-section li {
    position: relative;
  }
  /* line 5, templates/g5_hydrogen/custom/scss/_mixins.scss */
  /* line 6, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .moduletable.city-section li:hover .moduleItemTitle {
    height: 100%;
  }
  /* line 9, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .moduletable.city-section li:hover a {
    text-decoration: none;
  }
  /* line 14, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .moduletable.city-section li .moduleItemTitle {
    position: absolute;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    height: 130px;
    bottom: 0;
    font-size: 40px;
    z-index: 1;
    display: flex;
  }
  /* line 30, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .moduletable.city-section li .moduleItemTitle > span {
    padding: 0 16px;
    margin: auto;
    line-height: 110%;
  }
  /* line 36, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .moduletable.city-section li .moduleItemImage {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  /* line 43, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .moduletable.city-section li .moduleItemImage img {
    min-width: 100%;
    object-fit: cover;
    height: 100%;
    transition: all 0.6s ease-in-out;
  }
  /* line 67, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .moduletable.city-section .section-description {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-bottom: 16px;
    padding: 0 32px !important;
    font-family: 'Roboto-Regular';
    font-size: 24px;
  }
  /* line 80, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .moduletable.city-section .section-description p {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 24px auto;
  }
  /* line 87, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .moduletable.city-section h3 {
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 24px;
    font-family: 'Roboto-Black';
    font-size: 28px;
  }
  /* line 95, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .moduletable.city-section h1 {
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 24px;
    font-family: 'Roboto-Black';
    font-size: 28px;
  }
  /* line 103, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .moduletable.city-section ul {
    display: grid;
    column-gap: 32px;
    row-gap: 32px;
    grid-template-columns: repeat(1, 1fr);
  }
  /* line 108, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .moduletable.city-section ul li {
    width: 100%;
    height: 535px;
    max-height: 535px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 400px) {
  .moduletable.city-section li .moduleItemTitle {
    font-size: 24px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 960px) {
  .moduletable.city-section {
    max-width: 90%;
  }
}
@media screen and (max-width: 1200px) and (max-width: 960px) {
  .moduletable.city-section .section-description {
    padding: 0 !important;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1200px) {
  .moduletable.city-section ul li {
    max-width: 100%;
    height: 430px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 960px) {
  .moduletable.city-section ul li {
    max-height: 390px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 640px) {
  .moduletable.city-section ul li {
    max-height: 266px;
  }
}
@media screen and (max-width: 960px) {
  /* line 755, templates/g5_hydrogen/custom/scss/_main.scss */
  .moduletable.city-section {
    margin-top: -102px;
  }
}
/* line 760, templates/g5_hydrogen/custom/scss/_main.scss */
.moduletable.investors-building {
  width: 95%;
  max-width: 1440px;
  margin: -110px auto 8px;
  box-shadow: 0px 0px 25px 2px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 64px 64px;
  padding-top: 40px;
  background-color: rgba(255, 255, 255, 0.95);
}
/* line 4, templates/g5_hydrogen/custom/scss/_mixins.scss */
.moduletable.investors-building li {
  position: relative;
}
/* line 5, templates/g5_hydrogen/custom/scss/_mixins.scss */
/* line 6, templates/g5_hydrogen/custom/scss/_mixins.scss */
.moduletable.investors-building li:hover .moduleItemTitle {
  height: 100%;
}
/* line 9, templates/g5_hydrogen/custom/scss/_mixins.scss */
.moduletable.investors-building li:hover a {
  text-decoration: none;
}
/* line 14, templates/g5_hydrogen/custom/scss/_mixins.scss */
.moduletable.investors-building li .moduleItemTitle {
  position: absolute;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  height: 130px;
  bottom: 0;
  font-size: 40px;
  z-index: 1;
  display: flex;
}
@media screen and (max-width: 400px) {
  .moduletable.investors-building li .moduleItemTitle {
    font-size: 24px;
  }
}
/* line 30, templates/g5_hydrogen/custom/scss/_mixins.scss */
.moduletable.investors-building li .moduleItemTitle > span {
  padding: 0 16px;
  margin: auto;
  line-height: 110%;
}
/* line 36, templates/g5_hydrogen/custom/scss/_mixins.scss */
.moduletable.investors-building li .moduleItemImage {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
/* line 43, templates/g5_hydrogen/custom/scss/_mixins.scss */
.moduletable.investors-building li .moduleItemImage img {
  min-width: 100%;
  object-fit: cover;
  height: 100%;
  transition: all 0.6s ease-in-out;
}
@media screen and (max-width: 960px) {
  .moduletable.investors-building {
    max-width: 90%;
  }
}
/* line 67, templates/g5_hydrogen/custom/scss/_mixins.scss */
.moduletable.investors-building .section-description {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-bottom: 16px;
  padding: 0 64px !important;
  font-family: 'Roboto-Regular';
  font-size: 24px;
}
@media screen and (max-width: 960px) {
  .moduletable.investors-building .section-description {
    padding: 0 !important;
  }
}
/* line 80, templates/g5_hydrogen/custom/scss/_mixins.scss */
.moduletable.investors-building .section-description p {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 32px auto;
}
/* line 87, templates/g5_hydrogen/custom/scss/_mixins.scss */
.moduletable.investors-building h3 {
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 32px;
  font-family: 'Roboto-Black';
  font-size: 40px;
}
/* line 95, templates/g5_hydrogen/custom/scss/_mixins.scss */
.moduletable.investors-building h1 {
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 32px;
  font-family: 'Roboto-Black';
  font-size: 40px;
}
/* line 103, templates/g5_hydrogen/custom/scss/_mixins.scss */
.moduletable.investors-building ul {
  display: grid;
  column-gap: 56px;
  row-gap: 56px;
  grid-template-columns: repeat(2, 1fr);
}
/* line 108, templates/g5_hydrogen/custom/scss/_mixins.scss */
.moduletable.investors-building ul li {
  width: 100%;
  height: 535px;
  max-height: 535px;
}
@media screen and (max-width: 1200px) {
  .moduletable.investors-building ul li {
    max-width: 100%;
    height: 430px;
  }
}
@media screen and (max-width: 960px) {
  .moduletable.investors-building ul li {
    max-height: 390px;
  }
}
@media screen and (max-width: 640px) {
  .moduletable.investors-building ul li {
    max-height: 266px;
  }
}
@media screen and (max-width: 960px) {
  /* line 771, templates/g5_hydrogen/custom/scss/_main.scss */
  .moduletable.investors-building {
    width: 95%;
    max-width: 1440px;
    margin: -110px auto 8px;
    box-shadow: 0px 0px 25px 2px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    padding: 48px 32px;
    padding-top: 40px;
    background-color: rgba(255, 255, 255, 0.95);
  }
  /* line 4, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .moduletable.investors-building li {
    position: relative;
  }
  /* line 5, templates/g5_hydrogen/custom/scss/_mixins.scss */
  /* line 6, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .moduletable.investors-building li:hover .moduleItemTitle {
    height: 100%;
  }
  /* line 9, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .moduletable.investors-building li:hover a {
    text-decoration: none;
  }
  /* line 14, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .moduletable.investors-building li .moduleItemTitle {
    position: absolute;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    height: 130px;
    bottom: 0;
    font-size: 40px;
    z-index: 1;
    display: flex;
  }
  /* line 30, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .moduletable.investors-building li .moduleItemTitle > span {
    padding: 0 16px;
    margin: auto;
    line-height: 110%;
  }
  /* line 36, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .moduletable.investors-building li .moduleItemImage {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  /* line 43, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .moduletable.investors-building li .moduleItemImage img {
    min-width: 100%;
    object-fit: cover;
    height: 100%;
    transition: all 0.6s ease-in-out;
  }
  /* line 67, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .moduletable.investors-building .section-description {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-bottom: 16px;
    padding: 0 32px !important;
    font-family: 'Roboto-Regular';
    font-size: 24px;
  }
  /* line 80, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .moduletable.investors-building .section-description p {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 24px auto;
  }
  /* line 87, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .moduletable.investors-building h3 {
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 24px;
    font-family: 'Roboto-Black';
    font-size: 28px;
  }
  /* line 95, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .moduletable.investors-building h1 {
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 24px;
    font-family: 'Roboto-Black';
    font-size: 28px;
  }
  /* line 103, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .moduletable.investors-building ul {
    display: grid;
    column-gap: 32px;
    row-gap: 32px;
    grid-template-columns: repeat(1, 1fr);
  }
  /* line 108, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .moduletable.investors-building ul li {
    width: 100%;
    height: 535px;
    max-height: 535px;
  }
}
@media screen and (max-width: 960px) and (max-width: 400px) {
  .moduletable.investors-building li .moduleItemTitle {
    font-size: 24px;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .moduletable.investors-building {
    max-width: 90%;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .moduletable.investors-building .section-description {
    padding: 0 !important;
  }
}
@media screen and (max-width: 960px) and (max-width: 1200px) {
  .moduletable.investors-building ul li {
    max-width: 100%;
    height: 430px;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .moduletable.investors-building ul li {
    max-height: 390px;
  }
}
@media screen and (max-width: 960px) and (max-width: 640px) {
  .moduletable.investors-building ul li {
    max-height: 266px;
  }
}
/* line 784, templates/g5_hydrogen/custom/scss/_main.scss */
.moduletable.place-plan {
  width: 95%;
  max-width: 1440px;
  margin: -110px auto 8px;
  box-shadow: 0px 0px 25px 2px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 64px 64px;
  padding-top: 40px;
  background-color: rgba(255, 255, 255, 0.95);
}
/* line 4, templates/g5_hydrogen/custom/scss/_mixins.scss */
.moduletable.place-plan li {
  position: relative;
}
/* line 5, templates/g5_hydrogen/custom/scss/_mixins.scss */
/* line 6, templates/g5_hydrogen/custom/scss/_mixins.scss */
.moduletable.place-plan li:hover .moduleItemTitle {
  height: 100%;
}
/* line 9, templates/g5_hydrogen/custom/scss/_mixins.scss */
.moduletable.place-plan li:hover a {
  text-decoration: none;
}
/* line 14, templates/g5_hydrogen/custom/scss/_mixins.scss */
.moduletable.place-plan li .moduleItemTitle {
  position: absolute;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  height: 130px;
  bottom: 0;
  font-size: 40px;
  z-index: 1;
  display: flex;
}
@media screen and (max-width: 400px) {
  .moduletable.place-plan li .moduleItemTitle {
    font-size: 24px;
  }
}
/* line 30, templates/g5_hydrogen/custom/scss/_mixins.scss */
.moduletable.place-plan li .moduleItemTitle > span {
  padding: 0 16px;
  margin: auto;
  line-height: 110%;
}
/* line 36, templates/g5_hydrogen/custom/scss/_mixins.scss */
.moduletable.place-plan li .moduleItemImage {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
/* line 43, templates/g5_hydrogen/custom/scss/_mixins.scss */
.moduletable.place-plan li .moduleItemImage img {
  min-width: 100%;
  object-fit: cover;
  height: 100%;
  transition: all 0.6s ease-in-out;
}
@media screen and (max-width: 960px) {
  .moduletable.place-plan {
    max-width: 90%;
  }
}
/* line 67, templates/g5_hydrogen/custom/scss/_mixins.scss */
.moduletable.place-plan .section-description {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-bottom: 16px;
  padding: 0 64px !important;
  font-family: 'Roboto-Regular';
  font-size: 24px;
}
@media screen and (max-width: 960px) {
  .moduletable.place-plan .section-description {
    padding: 0 !important;
  }
}
/* line 80, templates/g5_hydrogen/custom/scss/_mixins.scss */
.moduletable.place-plan .section-description p {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 32px auto;
}
/* line 87, templates/g5_hydrogen/custom/scss/_mixins.scss */
.moduletable.place-plan h3 {
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 32px;
  font-family: 'Roboto-Black';
  font-size: 40px;
}
/* line 95, templates/g5_hydrogen/custom/scss/_mixins.scss */
.moduletable.place-plan h1 {
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 32px;
  font-family: 'Roboto-Black';
  font-size: 40px;
}
/* line 103, templates/g5_hydrogen/custom/scss/_mixins.scss */
.moduletable.place-plan ul {
  display: grid;
  column-gap: 56px;
  row-gap: 56px;
  grid-template-columns: repeat(2, 1fr);
}
/* line 108, templates/g5_hydrogen/custom/scss/_mixins.scss */
.moduletable.place-plan ul li {
  width: 100%;
  height: 535px;
  max-height: 535px;
}
@media screen and (max-width: 1200px) {
  .moduletable.place-plan ul li {
    max-width: 100%;
    height: 430px;
  }
}
@media screen and (max-width: 960px) {
  .moduletable.place-plan ul li {
    max-height: 390px;
  }
}
@media screen and (max-width: 640px) {
  .moduletable.place-plan ul li {
    max-height: 266px;
  }
}
@media screen and (max-width: 960px) {
  /* line 795, templates/g5_hydrogen/custom/scss/_main.scss */
  .moduletable.place-plan {
    width: 95%;
    max-width: 1440px;
    margin: -110px auto 8px;
    box-shadow: 0px 0px 25px 2px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    padding: 48px 32px;
    padding-top: 40px;
    background-color: rgba(255, 255, 255, 0.95);
  }
  /* line 4, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .moduletable.place-plan li {
    position: relative;
  }
  /* line 5, templates/g5_hydrogen/custom/scss/_mixins.scss */
  /* line 6, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .moduletable.place-plan li:hover .moduleItemTitle {
    height: 100%;
  }
  /* line 9, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .moduletable.place-plan li:hover a {
    text-decoration: none;
  }
  /* line 14, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .moduletable.place-plan li .moduleItemTitle {
    position: absolute;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    height: 130px;
    bottom: 0;
    font-size: 40px;
    z-index: 1;
    display: flex;
  }
  /* line 30, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .moduletable.place-plan li .moduleItemTitle > span {
    padding: 0 16px;
    margin: auto;
    line-height: 110%;
  }
  /* line 36, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .moduletable.place-plan li .moduleItemImage {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  /* line 43, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .moduletable.place-plan li .moduleItemImage img {
    min-width: 100%;
    object-fit: cover;
    height: 100%;
    transition: all 0.6s ease-in-out;
  }
  /* line 67, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .moduletable.place-plan .section-description {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-bottom: 16px;
    padding: 0 32px !important;
    font-family: 'Roboto-Regular';
    font-size: 24px;
  }
  /* line 80, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .moduletable.place-plan .section-description p {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 24px auto;
  }
  /* line 87, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .moduletable.place-plan h3 {
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 24px;
    font-family: 'Roboto-Black';
    font-size: 28px;
  }
  /* line 95, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .moduletable.place-plan h1 {
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 24px;
    font-family: 'Roboto-Black';
    font-size: 28px;
  }
  /* line 103, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .moduletable.place-plan ul {
    display: grid;
    column-gap: 32px;
    row-gap: 32px;
    grid-template-columns: repeat(1, 1fr);
  }
  /* line 108, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .moduletable.place-plan ul li {
    width: 100%;
    height: 535px;
    max-height: 535px;
  }
}
@media screen and (max-width: 960px) and (max-width: 400px) {
  .moduletable.place-plan li .moduleItemTitle {
    font-size: 24px;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .moduletable.place-plan {
    max-width: 90%;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .moduletable.place-plan .section-description {
    padding: 0 !important;
  }
}
@media screen and (max-width: 960px) and (max-width: 1200px) {
  .moduletable.place-plan ul li {
    max-width: 100%;
    height: 430px;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .moduletable.place-plan ul li {
    max-height: 390px;
  }
}
@media screen and (max-width: 960px) and (max-width: 640px) {
  .moduletable.place-plan ul li {
    max-height: 266px;
  }
}
/* =============================================================================================  */
/* ====================================== END sections =========================================  */
/* =============================================================================================  */
/* =============================================================================================  */
/* ===================================== sub sections ==========================================  */
/* =============================================================================================  */
/* line 816, templates/g5_hydrogen/custom/scss/_main.scss */
.section-bydleni {
  width: 95%;
  max-width: 1440px;
  margin: 72px auto;
  box-shadow: 0px 0px 25px 2px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 64px 64px;
  background-color: rgba(255, 255, 255, 0.95);
  margin-top: -130px;
  position: relative;
  padding-bottom: 54px;
  padding-top: 40px;
}
/* line 127, templates/g5_hydrogen/custom/scss/_mixins.scss */
.section-bydleni .catItemView {
  position: relative;
}
/* line 128, templates/g5_hydrogen/custom/scss/_mixins.scss */
/* line 129, templates/g5_hydrogen/custom/scss/_mixins.scss */
.section-bydleni .catItemView:hover .catItemHeader {
  transition: all 0.6s ease-in-out;
  height: 100%;
}
/* line 132, templates/g5_hydrogen/custom/scss/_mixins.scss */
.section-bydleni .catItemView:hover .catItemHeader a {
  text-decoration: none;
}
/* line 138, templates/g5_hydrogen/custom/scss/_mixins.scss */
.section-bydleni .catItemView .catItemHeader {
  transition: all 0.6s ease-in-out;
  position: absolute;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  z-index: 1;
  height: 88px;
}
/* line 140, templates/g5_hydrogen/custom/scss/_mixins.scss */
.section-bydleni .catItemView .catItemHeader .catItemTitle {
  margin: 0;
  height: 100%;
  display: flex;
  padding: 0;
}
/* line 142, templates/g5_hydrogen/custom/scss/_mixins.scss */
.section-bydleni .catItemView .catItemHeader .catItemTitle > span {
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  text-transform: none;
  margin: 0 auto;
  padding: 16px;
  display: flex;
  align-items: center;
}
/* line 164, templates/g5_hydrogen/custom/scss/_mixins.scss */
.section-bydleni .catItemView .catItemBody {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
/* line 171, templates/g5_hydrogen/custom/scss/_mixins.scss */
.section-bydleni .catItemView .catItemBody img {
  min-width: 100%;
  object-fit: cover;
  height: 100%;
  transition: all 0.6s ease-in-out;
  max-height: 252px;
}
@media screen and (max-width: 960px) {
  /* line 192, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .section-bydleni {
    max-width: 90%;
  }
}
/* line 196, templates/g5_hydrogen/custom/scss/_mixins.scss */
.section-bydleni .section-description {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  font-family: 'Roboto-Regular';
  font-size: 24px;
  padding: 0 128px !important;
}
/* line 204, templates/g5_hydrogen/custom/scss/_mixins.scss */
.section-bydleni .section-description p {
  width: 100%;
  max-width: 960px;
  margin: 0;
}
/* line 210, templates/g5_hydrogen/custom/scss/_mixins.scss */
.section-bydleni .catItemBody {
  width: 405px;
}
/* line 214, templates/g5_hydrogen/custom/scss/_mixins.scss */
.section-bydleni .catItemImageBlock {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 960px) {
  /* line 217, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .section-bydleni .catItemImageBlock {
    width: 100%;
  }
}
/* line 220, templates/g5_hydrogen/custom/scss/_mixins.scss */
.section-bydleni .catItemImageBlock .catItemImage {
  height: 360px;
}
/* line 224, templates/g5_hydrogen/custom/scss/_mixins.scss */
.section-bydleni .cat-description {
  text-align: center;
}
/* line 227, templates/g5_hydrogen/custom/scss/_mixins.scss */
.section-bydleni .items {
  padding: 128px 64px 16px 64px;
  background: none;
}
/* line 231, templates/g5_hydrogen/custom/scss/_mixins.scss */
.section-bydleni .section-header {
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 32px;
  font-size: 40px;
  font-family: 'Roboto-Black';
}
/* line 239, templates/g5_hydrogen/custom/scss/_mixins.scss */
.section-bydleni .items {
  display: grid;
  column-gap: 40px;
  row-gap: 40px;
  grid-template-columns: repeat(3, 1fr);
}
/* line 831, templates/g5_hydrogen/custom/scss/_main.scss */
.section-bydleni #project-status-filters {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
}
/* line 838, templates/g5_hydrogen/custom/scss/_main.scss */
.section-bydleni #project-status-filters .filters-wrapper {
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px;
}
@media (max-width: 960px) {
  /* line 844, templates/g5_hydrogen/custom/scss/_main.scss */
  .section-bydleni #project-status-filters .filters-wrapper {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
}
@media (max-width: 640px) {
  /* line 848, templates/g5_hydrogen/custom/scss/_main.scss */
  .section-bydleni #project-status-filters .filters-wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
  }
}
/* line 852, templates/g5_hydrogen/custom/scss/_main.scss */
.section-bydleni #project-status-filters .filters-wrapper .filter {
  background: #fff;
  border: 1px solid #4d4d4d;
  color: #4d4d4d;
  cursor: pointer;
  padding: 8px 24px;
  transition: all 0.6s ease-in-out;
  text-align: center;
  font-size: 17px;
}
/* line 861, templates/g5_hydrogen/custom/scss/_main.scss */
.section-bydleni #project-status-filters .filters-wrapper .filter:hover {
  background: #4d4d4d;
  color: #fff;
}
/* line 865, templates/g5_hydrogen/custom/scss/_main.scss */
.section-bydleni #project-status-filters .filters-wrapper .filter.chosen {
  background: #4d4d4d;
  color: #fff;
}
/* line 874, templates/g5_hydrogen/custom/scss/_main.scss */
.section-bydleni .items {
  padding: 40px 0 !important;
  padding-bottom: 0 !important;
  min-height: 252px;
}
/* line 878, templates/g5_hydrogen/custom/scss/_main.scss */
.section-bydleni .items .catItemView {
  transition: all 0.6s ease-in-out;
}
/* line 880, templates/g5_hydrogen/custom/scss/_main.scss */
.section-bydleni .items .catItemView.filtered {
  opacity: 0;
  height: 0;
  width: 0;
  z-index: -999;
  position: absolute;
  transition: all 0.6s ease-in-out;
}
@media screen and (max-width: 1200px) {
  /* line 891, templates/g5_hydrogen/custom/scss/_main.scss */
  .section-bydleni {
    width: 95%;
    max-width: 1440px;
    margin: 72px auto;
    box-shadow: 0px 0px 25px 2px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    padding: 40px 40px;
    background-color: rgba(255, 255, 255, 0.95);
    position: relative;
    margin-top: -104px;
  }
  /* line 127, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .section-bydleni .catItemView {
    position: relative;
  }
  /* line 128, templates/g5_hydrogen/custom/scss/_mixins.scss */
  /* line 129, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .section-bydleni .catItemView:hover .catItemHeader {
    transition: all 0.6s ease-in-out;
    height: 100%;
  }
  /* line 132, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .section-bydleni .catItemView:hover .catItemHeader a {
    text-decoration: none;
  }
  /* line 138, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .section-bydleni .catItemView .catItemHeader {
    transition: all 0.6s ease-in-out;
    position: absolute;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    z-index: 1;
    height: 88px;
  }
  /* line 140, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .section-bydleni .catItemView .catItemHeader .catItemTitle {
    margin: 0;
    height: 100%;
    display: flex;
    padding: 0;
  }
  /* line 142, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .section-bydleni .catItemView .catItemHeader .catItemTitle > span {
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    text-transform: none;
    margin: 0 auto;
    padding: 16px;
    display: flex;
    align-items: center;
  }
  /* line 164, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .section-bydleni .catItemView .catItemBody {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  /* line 171, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .section-bydleni .catItemView .catItemBody img {
    min-width: 100%;
    object-fit: cover;
    height: 100%;
    transition: all 0.6s ease-in-out;
    max-height: 252px;
  }
  /* line 196, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .section-bydleni .section-description {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    font-family: 'Roboto-Regular';
    font-size: 18.4px;
    padding: 0 80px !important;
  }
  /* line 204, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .section-bydleni .section-description p {
    width: 100%;
    max-width: 960px;
    margin: 0;
  }
  /* line 210, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .section-bydleni .catItemBody {
    width: 405px;
  }
  /* line 214, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .section-bydleni .catItemImageBlock {
    width: 100%;
    height: 100%;
  }
  /* line 220, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .section-bydleni .catItemImageBlock .catItemImage {
    height: 360px;
  }
  /* line 224, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .section-bydleni .cat-description {
    text-align: center;
  }
  /* line 227, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .section-bydleni .items {
    padding: 80px 40px 16px 40px;
    background: none;
  }
  /* line 231, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .section-bydleni .section-header {
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 20px;
    font-size: 28px;
    font-family: 'Roboto-Black';
  }
  /* line 239, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .section-bydleni .items {
    display: grid;
    column-gap: 24px;
    row-gap: 24px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1200px) and (max-width: 960px) {
  .section-bydleni {
    max-width: 90%;
  }
}
@media screen and (max-width: 1200px) and (max-width: 960px) {
  .section-bydleni .catItemImageBlock {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  /* line 905, templates/g5_hydrogen/custom/scss/_main.scss */
  .section-bydleni {
    width: 95%;
    max-width: 1440px;
    margin: 72px auto;
    box-shadow: 0px 0px 25px 2px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    padding: 36px 9.6px;
    background-color: rgba(255, 255, 255, 0.95);
    position: relative;
    margin-top: -97px;
  }
  /* line 127, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .section-bydleni .catItemView {
    position: relative;
  }
  /* line 128, templates/g5_hydrogen/custom/scss/_mixins.scss */
  /* line 129, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .section-bydleni .catItemView:hover .catItemHeader {
    transition: all 0.6s ease-in-out;
    height: 100%;
  }
  /* line 132, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .section-bydleni .catItemView:hover .catItemHeader a {
    text-decoration: none;
  }
  /* line 138, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .section-bydleni .catItemView .catItemHeader {
    transition: all 0.6s ease-in-out;
    position: absolute;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    z-index: 1;
    height: 88px;
  }
  /* line 140, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .section-bydleni .catItemView .catItemHeader .catItemTitle {
    margin: 0;
    height: 100%;
    display: flex;
    padding: 0;
  }
  /* line 142, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .section-bydleni .catItemView .catItemHeader .catItemTitle > span {
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    text-transform: none;
    margin: 0 auto;
    padding: 16px;
    display: flex;
    align-items: center;
  }
  /* line 164, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .section-bydleni .catItemView .catItemBody {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  /* line 171, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .section-bydleni .catItemView .catItemBody img {
    min-width: 100%;
    object-fit: cover;
    height: 100%;
    transition: all 0.6s ease-in-out;
    max-height: 252px;
  }
  /* line 196, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .section-bydleni .section-description {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    font-family: 'Roboto-Regular';
    font-size: 18.4px;
    padding: 0 19.2px !important;
  }
  /* line 204, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .section-bydleni .section-description p {
    width: 100%;
    max-width: 960px;
    margin: 0;
  }
  /* line 210, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .section-bydleni .catItemBody {
    width: 405px;
  }
  /* line 214, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .section-bydleni .catItemImageBlock {
    width: 100%;
    height: 100%;
  }
  /* line 220, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .section-bydleni .catItemImageBlock .catItemImage {
    height: 360px;
  }
  /* line 224, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .section-bydleni .cat-description {
    text-align: center;
  }
  /* line 227, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .section-bydleni .items {
    padding: 72px 9.6px 16px 9.6px;
    background: none;
  }
  /* line 231, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .section-bydleni .section-header {
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 18px;
    font-size: 28px;
    font-family: 'Roboto-Black';
  }
  /* line 239, templates/g5_hydrogen/custom/scss/_mixins.scss */
  .section-bydleni .items {
    display: grid;
    column-gap: 32px;
    row-gap: 32px;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .section-bydleni {
    max-width: 90%;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .section-bydleni .catItemImageBlock {
    width: 100%;
  }
}
/* line 920, templates/g5_hydrogen/custom/scss/_main.scss */
/* line 921, templates/g5_hydrogen/custom/scss/_main.scss */
.layout-category .cat-slider {
  width: 100%;
  overflow: hidden;
}
/* line 924, templates/g5_hydrogen/custom/scss/_main.scss */
.layout-category .cat-slider img {
  min-width: 100%;
  object-fit: cover;
}
/* =============================================================================================  */
/* =================================== END sub sections ========================================  */
/* =============================================================================================  */
/* =============================================================================================  */
/* ============================================ SEARCH =========================================  */
/* =============================================================================================  */
/* line 939, templates/g5_hydrogen/custom/scss/_main.scss */
.search-hide {
  display: none !important;
}
/* line 943, templates/g5_hydrogen/custom/scss/_main.scss */
.button.btn-primary.finder {
  width: 80px !important;
}
/* line 946, templates/g5_hydrogen/custom/scss/_main.scss */
/* line 947, templates/g5_hydrogen/custom/scss/_main.scss */
/* line 948, templates/g5_hydrogen/custom/scss/_main.scss */
/* line 949, templates/g5_hydrogen/custom/scss/_main.scss */
.button.btn-primary.finder:hover .search-bar-icon svg path {
  stroke: #fff;
}
/* line 956, templates/g5_hydrogen/custom/scss/_main.scss */
.button.btn-primary.finder .search-bar-icon {
  width: 24px;
  height: 24px;
}
/* line 960, templates/g5_hydrogen/custom/scss/_main.scss */
.button.btn-primary.finder .search-bar-icon img {
  min-width: 100%;
  object-fit: cover;
  height: 100%;
}
/* line 968, templates/g5_hydrogen/custom/scss/_main.scss */
/* line 969, templates/g5_hydrogen/custom/scss/_main.scss */
.findersearch-page .icon-search {
  display: none;
}
/* line 974, templates/g5_hydrogen/custom/scss/_main.scss */
/* line 976, templates/g5_hydrogen/custom/scss/_main.scss */
button.finder:focus, button#search-submit-btn:focus {
  outline: none;
}
/* line 981, templates/g5_hydrogen/custom/scss/_main.scss */
/* line 982, templates/g5_hydrogen/custom/scss/_main.scss */
/* line 983, templates/g5_hydrogen/custom/scss/_main.scss */
/* line 984, templates/g5_hydrogen/custom/scss/_main.scss */
button#search-submit-btn:hover svg .cls-1, button#search-submit-btn:hover svg .cls-2 {
  stroke: #0f0;
  transition: all 0.6s ease-in-out;
}
/* line 993, templates/g5_hydrogen/custom/scss/_main.scss */
/* line 994, templates/g5_hydrogen/custom/scss/_main.scss */
/* line 995, templates/g5_hydrogen/custom/scss/_main.scss */
button#search-submit-btn svg .cls-1, button#search-submit-btn svg .cls-2 {
  transition: all 0.6s ease-in-out;
}
/* line 1002, templates/g5_hydrogen/custom/scss/_main.scss */
.search-overlay {
  position: fixed;
  top: -150vh;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  transition: all 0.6s ease-in-out;
  opacity: 0.7;
  background: #fff;
  z-index: -1;
}
/* line 1015, templates/g5_hydrogen/custom/scss/_main.scss */
.search-overlay.open {
  top: 0;
  transition: all 0.6s ease-in-out;
  z-index: 3;
}
/* line 1022, templates/g5_hydrogen/custom/scss/_main.scss */
.search-pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 50%;
  outline: none;
  border: none;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 25px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 25px 2px rgba(0, 0, 0, 0.05);
  transition: all 0.6s ease-in-out;
  opacity: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
/* line 1038, templates/g5_hydrogen/custom/scss/_main.scss */
/* line 1039, templates/g5_hydrogen/custom/scss/_main.scss */
.search-pop .form-search .btn.finder {
  border-radius: 0;
  padding: 8px 16px;
  padding-top: 12px;
}
/* line 1044, templates/g5_hydrogen/custom/scss/_main.scss */
.search-pop .form-search .btn.finder .icon-search {
  color: ;
  font-size: 16px;
}
/* line 1051, templates/g5_hydrogen/custom/scss/_main.scss */
.search-pop.trans {
  top: 35%;
  transform: translate(-50%, -50%);
  opacity: 1;
  z-index: 3;
}
/* line 1058, templates/g5_hydrogen/custom/scss/_main.scss */
.search-pop form {
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-direction: row-reverse;
}
/* line 1070, templates/g5_hydrogen/custom/scss/_main.scss */
.search-pop input {
  box-sizing: border-box;
  position: relative;
  padding-left: 16px;
  border: none;
  width: 100%;
  font-size: 16px;
  padding: 20px 20px 20px 16px;
  box-shadow: none;
  text-shadow: none;
  border-radius: 0;
  min-width: calc(100% - 120px);
}
/* line 1084, templates/g5_hydrogen/custom/scss/_main.scss */
.search-pop .btn-primary {
  padding: 16px 24px;
  color: #fff;
  font-size: 20px;
  border: none;
  box-shadow: none;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: none;
  background: #fff;
  color: #000;
}
/* line 1102, templates/g5_hydrogen/custom/scss/_main.scss */
.search-pop .btn-primary span {
  display: none;
}
/* line 1106, templates/g5_hydrogen/custom/scss/_main.scss */
/* line 1107, templates/g5_hydrogen/custom/scss/_main.scss */
.search-pop .btn-primary svg .cls-1, .search-pop .btn-primary svg .cls-2 {
  transition: all 0.6s ease-in-out;
}
/* line 1112, templates/g5_hydrogen/custom/scss/_main.scss */
/* line 1113, templates/g5_hydrogen/custom/scss/_main.scss */
.search-pop .btn-primary svg:hover .cls-1, .search-pop .btn-primary svg:hover .cls-2 {
  stroke: #0f0;
  transition: all 0.6s ease-in-out;
}
/* line 1123, templates/g5_hydrogen/custom/scss/_main.scss */
/* line 1124, templates/g5_hydrogen/custom/scss/_main.scss */
.finder .search-wrapper {
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 24px;
}
/* line 1135, templates/g5_hydrogen/custom/scss/_main.scss */
.finder .search-wrapper .inputbox {
  box-sizing: border-box;
  position: relative;
  padding-left: 16px;
  border: none;
  width: 100%;
  padding: 20px 20px 20px 16px;
  text-shadow: none;
  border-radius: 0;
  max-width: 70%;
  font-size: 24px;
}
/* line 1148, templates/g5_hydrogen/custom/scss/_main.scss */
.finder .search-wrapper .btn-primary.hledat#search-submit-btn {
  border: none;
  width: 80px;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: none;
  background: #fff;
  color: #000;
}
/* line 1149, templates/g5_hydrogen/custom/scss/_main.scss */
/* line 1150, templates/g5_hydrogen/custom/scss/_main.scss */
/* line 1151, templates/g5_hydrogen/custom/scss/_main.scss */
.finder .search-wrapper .btn-primary.hledat#search-submit-btn:hover svg path {
  stroke: #fff;
}
/* line 1176, templates/g5_hydrogen/custom/scss/_main.scss */
.finder {
  width: 100% !important;
  max-width: 1440px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: auto;
}
/* line 1188, templates/g5_hydrogen/custom/scss/_main.scss */
.finder #search-results {
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  justify-content: center;
}
/* line 1198, templates/g5_hydrogen/custom/scss/_main.scss */
.finder #search-results .g-container {
  max-width: 75%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
/* line 1210, templates/g5_hydrogen/custom/scss/_main.scss */
/* line 1211, templates/g5_hydrogen/custom/scss/_main.scss */
body.view-search .g-menu-item.search-icon {
  display: none;
}
/* line 1215, templates/g5_hydrogen/custom/scss/_main.scss */
body.view-search #search-results .search-pages-counter {
  margin: 32px 0 auto !important;
}
/* line 1219, templates/g5_hydrogen/custom/scss/_main.scss */
body.view-search .list-striped, body.view-search .row-striped {
  border-top: none !important;
}
/* line 1224, templates/g5_hydrogen/custom/scss/_main.scss */
body.view-search .list-striped li {
  background-color: inherit !important;
  border-bottom: none !important;
  padding: 16px !important;
}
/* line 1228, templates/g5_hydrogen/custom/scss/_main.scss */
body.view-search .list-striped li .result-title {
  margin: 0 0 12px 0;
}
/* line 1231, templates/g5_hydrogen/custom/scss/_main.scss */
body.view-search .list-striped li .result-text {
  margin: 0;
}
/* line 1234, templates/g5_hydrogen/custom/scss/_main.scss */
body.view-search .list-striped li:hover {
  background-color: #fff !important;
}
/* =============================================================================================  */
/* ========================================= END SEARCH ========================================  */
/* =============================================================================================  */
/* =============================================================================================  */
/* ========================================= DETAIL ========================================  */
/* =============================================================================================  */
/* line 1247, templates/g5_hydrogen/custom/scss/_main.scss */
/* line 1248, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page #g-main {
  margin-top: 0 !important;
}
/* line 1252, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page #k2Container, .detail-page #g-main {
  padding: 0;
}
/* line 1257, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .detailPageContainer {
  margin-top: 67px !important;
}
/* line 1260, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .detailPageContainer .currentDetailOpenBox {
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-transform: uppercase;
  text-align: center;
  box-shadow: 0px 0px 25px 2px rgba(0, 0, 0, 0.05);
  background: #fff;
  opacity: 0;
  letter-spacing: 3px;
  cursor: pointer;
  padding: 16px;
  background-image: url('../../../../images/left-arrow.svg');
  background-repeat: no-repeat;
}
/* line 1274, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .detailPageContainer .currentDetailOpenBoxTitle {
  font-size: 14.4px;
  width: 100%;
}
/* line 1279, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .detailPageContainer .currentDetailOpenBox.hideDetail {
  animation: hideOpenBox 0.2s forwards ease-in-out;
}
/* line 1283, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .detailPageContainer .currentDetailOpenBox.showDetail {
  animation: showOpenBox 0.2s forwards ease-in-out;
}
@-webkit-keyframes hideOpenBox {
  /* line 1288, templates/g5_hydrogen/custom/scss/_main.scss */
  0% {
    padding: 16px;
    opacity: 1;
  }
  /* line 1293, templates/g5_hydrogen/custom/scss/_main.scss */
  100% {
    padding: 0;
    opacity: 0;
    width: 0;
  }
}
@keyframes hideOpenBox {
  /* line 1301, templates/g5_hydrogen/custom/scss/_main.scss */
  0% {
    padding: 16px;
    opacity: 1;
  }
  /* line 1306, templates/g5_hydrogen/custom/scss/_main.scss */
  100% {
    padding: 0;
    opacity: 0;
    width: 0;
  }
}
@-webkit-keyframes showOpenBox {
  /* line 1314, templates/g5_hydrogen/custom/scss/_main.scss */
  0% {
    padding: 0;
    opacity: 0;
  }
  /* line 1319, templates/g5_hydrogen/custom/scss/_main.scss */
  100% {
    padding: 16px;
    opacity: 1;
  }
}
@keyframes showOpenBox {
  /* line 1326, templates/g5_hydrogen/custom/scss/_main.scss */
  0% {
    padding: 0;
    opacity: 0;
  }
  /* line 1331, templates/g5_hydrogen/custom/scss/_main.scss */
  100% {
    padding: 16px;
    opacity: 1;
  }
}
/* line 1338, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .detailPageContainer .currentDetail {
  display: none;
  flex-direction: column;
  height: 100%;
  -webkit-box-shadow: 0px 0px 25px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 25px 2px rgba(0, 0, 0, 0.05);
  min-width: 721px;
  width: 721px;
  background: #fff;
  padding: 8px 32px 32px;
  overflow-y: auto;
}
/* line 1349, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .detailPageContainer .currentDetail .more {
  margin-top: 16px;
  color: #5e5e5e;
  display: flex;
  align-items: center;
  cursor: pointer;
}
/* line 1355, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .detailPageContainer .currentDetail .more svg {
  width: 10px;
  margin-left: 8px;
  transition: all 0.6s ease-in-out;
  transform: rotateZ(90deg);
  fill: #5e5e5e;
}
/* line 1362, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .detailPageContainer .currentDetail .more:hover {
  text-decoration: underline;
}
/* line 1366, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .detailPageContainer .currentDetail.hideDetail {
  transition: all 0.6s ease-in-out;
  -webkit-transform: translate(50vw, 0);
  transform: translate(50vw, 0);
  min-width: 0;
  width: 0;
  padding: 0;
}
/* line 1375, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .detailPageContainer .currentDetail.showDetail {
  transition: all 0.6s ease-in-out;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transform: translate(0vw, 0);
  transform: translate(0vw, 0);
  min-width: 721px;
  width: 100%;
}
@media (min-width: 1440px) {
  /* line 1385, templates/g5_hydrogen/custom/scss/_main.scss */
  .detail-page .detailPageContainer .currentDetail.showDetail {
    max-width: 721px;
  }
}
/* line 1391, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .detailPageContainer .currentDetailParameters {
  display: grid;
  grid-template-columns: 1fr 3fr;
  margin: 8px 0 !important;
  column-gap: 16px;
}
/* line 1398, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .detailPageContainer .currentDetailImage {
  margin: 24px 0 !important;
  cursor: grab;
}
/* line 1403, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .detailPageContainer .currentDetailTitle {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-direction: unset;
}
/* line 1413, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .detailPageContainer .currentDetailTitleHeading {
  margin: 0;
  font-size: 20px;
  padding-right: 8px;
  text-transform: uppercase;
  letter-spacing: 4px;
}
/* line 1421, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .detailPageContainer .currentDetailAdditionalInfo {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 24px 0;
  font-size: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 960px) {
  /* line 1428, templates/g5_hydrogen/custom/scss/_main.scss */
  .detail-page .detailPageContainer .currentDetailAdditionalInfo {
    grid-template-columns: 1fr;
  }
}
/* line 1431, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .detailPageContainer .currentDetailAdditionalInfo .info {
  display: grid;
  grid-template-columns: 130px 1fr;
}
/* line 1435, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .detailPageContainer .currentDetailAdditionalInfo a {
  text-decoration: underline;
}
/* line 1439, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .detailPageContainer .currentDetailPdfContainer {
  margin-top: 16px;
  margin-bottom: 16px;
}
/* line 1442, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .detailPageContainer .currentDetailPdfContainer .pdf {
  padding: 8px 0;
}
/* line 1444, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .detailPageContainer .currentDetailPdfContainer .pdf a {
  position: relative;
  padding-left: 32px;
  font-size: 14px;
}
/* line 1448, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .detailPageContainer .currentDetailPdfContainer .pdf a::before {
  content: "";
  position: absolute;
  background-image: url('../../images/pdf.svg');
  width: 24px;
  height: 24px;
  background-size: 100%;
  left: 0;
  background-repeat: no-repeat;
}
/* line 1462, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .detailPageContainer .currentDetailClose {
  align-self: flex-end;
  background: #fff;
  color: #000;
  transition: all 0.2s ease-in-out;
  width: 20px;
  padding: 5px 0;
}
/* line 1469, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .detailPageContainer .currentDetailClose:hover {
  transition: all 0.2s ease-in-out;
  opacity: 0.6;
}
/* line 1475, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .detailPageContainer .currentDetailIntrotext {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
/* line 1484, templates/g5_hydrogen/custom/scss/_main.scss */
/* line 1485, templates/g5_hydrogen/custom/scss/_main.scss */
/* line 1486, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .detailPageContainer .currentDetailFulltext ul li {
  list-style-type: disc;
  list-style: outside;
  margin-left: 17.6px !important;
}
/* line 1493, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .detailPageContainer .currentDetailFulltext a {
  position: relative;
}
/* line 1496, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .detailPageContainer .currentDetailFulltext a::after {
  transition: all 0.6s ease-in-out;
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: -4px;
  opacity: 0;
  background: #000;
  left: 0;
}
/* line 1508, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .detailPageContainer .currentDetailFulltext a::after {
  opacity: 1;
}
/* line 1514, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .detailPageContainer .currentDetailOpenFullTextBtn {
  text-transform: uppercase;
  padding: 12px;
  background: #000;
  color: #fff;
  opacity: 0.5;
  transition: all 0.2s ease-in-out;
  margin: 0 auto;
  border-radius: 4px;
}
/* line 1524, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .detailPageContainer .currentDetailOpenFullTextBtn:hover {
  transition: all 0.2s ease-in-out;
  opacity: 0.9;
}
/* line 1532, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .itemListDetail {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: calc(100vh - 102px);
  position: relative;
}
@media (max-width: 960px) {
  /* line 1540, templates/g5_hydrogen/custom/scss/_main.scss */
  .detail-page .itemListDetail {
    height: auto;
  }
}
/* line 1544, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .itemListDetail .findProject {
  display: none;
}
/* line 1548, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .itemListDetail iframe {
  width: 100%;
}
/* line 1552, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .itemListDetail h2 {
  margin: 0 !important;
  text-transform: uppercase;
  letter-spacing: 8px;
  padding: 0;
  font-size: 20px;
}
/* line 1560, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .itemListDetail h2.projects-title {
  padding: 16px 24px 8px;
}
/* line 1564, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .itemListDetailASide {
  width: 48px;
  z-index: 3;
  min-width: 48px;
  flex-direction: column;
  position: relative;
  background: #000;
  color: #fff;
}
/* line 1573, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .itemListDetailASideFilter {
  cursor: pointer;
  position: relative;
}
/* line 1577, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .itemListDetailASideFilter .filterToggler {
  position: absolute;
  left: 0;
  top: 25px;
  width: 42px;
  font-size: 24px;
  text-align: center;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -ms-transition: -ms-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transform: rotate(180deg);
}
/* line 1591, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .itemListDetailASideFilter.active .filterToggler {
  transform: rotate(0deg);
}
/* line 1595, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .itemListDetailASideTitle {
  transform: rotate(270deg);
  position: absolute;
  left: 0;
  bottom: 150px;
  min-width: 250px;
  margin-left: -103px;
  letter-spacing: 6.4px;
  text-transform: uppercase;
}
/* line 1607, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .itemListDetail h3 {
  margin: 8px 0;
  text-transform: uppercase;
}
/* line 1612, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .itemListDetail .leftTopContainer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  padding: 8px 24px;
}
/* line 1623, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .itemListDetail .leftTopContainer .projects-count {
  display: none;
}
/* line 1627, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .itemListDetail .leftTopContainer .filtersClose {
  background: #fff;
  color: #000;
  transition: all 0.2s ease-in-out;
  width: 20px;
  padding: 7px 0;
}
/* line 1633, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .itemListDetail .leftTopContainer .filtersClose svg {
  margin-top: 3px;
}
/* line 1636, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .itemListDetail .leftTopContainer .filtersClose:hover {
  transition: all 0.2s ease-in-out;
  opacity: 0.6;
}
/* line 1643, templates/g5_hydrogen/custom/scss/_main.scss */
/* line 1644, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .itemListDetail .filters .projectSearchBox {
  outline: none;
  border: none;
  border-radius: 0;
  background: #fff;
  -webkit-box-shadow: 0px 0px 25px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 25px 2px rgba(0, 0, 0, 0.05);
  transition: all 0.6s ease-in-out;
  font-size: 16px;
  padding: 16px;
  text-shadow: none;
  margin: 16px 0 !important;
  background-image: url('../../../../images/icons/search.svg');
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: 20px;
}
/* line 1661, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .itemListDetail .filters .projectSearchBox:focus {
  border-color: rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(0, 0, 0, 0.8);
}
/* line 1668, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .itemListDetail .filters.categoryCheck {
  margin: 0 !important;
}
/* line 1672, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .itemListDetail .filters .filtersContainer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 500;
}
/* line 1684, templates/g5_hydrogen/custom/scss/_main.scss */
/* line 1685, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .itemListDetail .tags .tagsContainer {
  max-height: 90px;
  transition: all 0.6s ease-in-out;
  overflow: hidden;
}
/* line 1690, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .itemListDetail .tags .tagsContainer.show-all {
  max-height: 100%;
}
/* line 1695, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .itemListDetail .tags .show-more-tags {
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8px;
  padding: 2.4px 24px;
  width: 100%;
  color: #5e5e5e;
}
/* line 1704, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .itemListDetail .tags .show-more-tags:hover {
  text-decoration: underline;
}
/* line 1707, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .itemListDetail .tags .show-more-tags svg {
  width: 10px;
  margin-left: 8px;
  transition: all 0.6s ease-in-out;
  transform: rotateZ(90deg);
  fill: #5e5e5e;
}
/* line 1715, templates/g5_hydrogen/custom/scss/_main.scss */
/* line 1716, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .itemListDetail .tags .show-more-tags.activated svg {
  transform: rotateZ(270deg);
}
/* line 1723, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .itemListDetail .itemListDetailLeft {
  background: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  min-width: 300px;
  width: 300px;
  z-index: 2;
  height: 100%;
  overflow-y: scroll;
  padding-bottom: 24px;
}
/* line 1737, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .itemListDetail .itemListDetailLeft.show {
  -webkit-transform: translate(0vw, 0);
  transform: translate(0vw, 0);
  min-width: 300px;
  width: 300px;
}
@media (max-width: 1200px) {
  /* line 1742, templates/g5_hydrogen/custom/scss/_main.scss */
  .detail-page .itemListDetail .itemListDetailLeft.show {
    min-width: 100%;
    width: 100%;
  }
}
/* line 1748, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .itemListDetail .itemListDetailLeft.hidden {
  transform: translate(-100vw, 0);
  -webkit-transform: translate(-100vw, 0);
  transform: translate(-100vw, 0);
  width: 0;
  min-width: 0;
}
/* line 1756, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .itemListDetail .itemListDetailLeft .itemDetailContainer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
/* line 1764, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .itemListDetail .itemListDetailLeft .itemDetailContainer .itemContainer {
  transition: all 0.6s ease-in-out;
  width: 100%;
}
/* line 1768, templates/g5_hydrogen/custom/scss/_main.scss */
/* line 1769, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .itemListDetail .itemListDetailLeft .itemDetailContainer .itemContainer:hover .catItemTitle {
  color: #000;
  transition: all 0.1s ease-in-out;
}
/* line 1776, templates/g5_hydrogen/custom/scss/_main.scss */
/* line 1777, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .itemListDetail .itemListDetailLeft .itemDetailContainer .catCheck .categoryName {
  padding: 8px 24px;
  font-size: 16px;
  margin: 0;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-weight: bold;
}
/* line 1791, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .itemListDetail .itemListDetailLeft .itemDetailContainer .catCheck .categoryName:after {
  position: absolute;
  content: "";
  background-image: url('../../../../images/icons/arrow-right.svg');
  height: 12px;
  width: 12px;
  right: 0;
  transform: rotate(90deg);
  transition: all 0.6s ease-in-out;
}
/* line 1802, templates/g5_hydrogen/custom/scss/_main.scss */
/* line 1803, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .itemListDetail .itemListDetailLeft .itemDetailContainer .catCheck .categoryName.active::after {
  transform: rotate(270deg);
  transition: all 0.6s ease-in-out;
}
/* line 1811, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .itemListDetail .itemListDetailLeft .itemDetailContainer .itemListDetailContainer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
/* line 1819, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .itemListDetail .itemListDetailLeft .itemDetailContainer .itemListDetailContainer.hide {
  display: none;
}
/* line 1825, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .itemListDetail .itemListDetailLeft .catItemTitle {
  margin: 0;
  font-size: 12px;
  padding: 0 24px;
  cursor: pointer;
  color: #5e5e5e;
}
/* line 1832, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .itemListDetail .itemListDetailLeft .catItemTitle.active {
  color: #000;
  font-weight: 600;
}
/* line 1839, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .charContainer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
/* line 1846, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .charContainer .header-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-grow: 1;
  margin-right: 8px;
}
/* line 1856, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .charContainer .header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin: 8px 24px;
  padding-bottom: 8px;
  cursor: pointer;
  border-bottom: 1px solid #000;
  font-size: 12px;
}
/* line 1868, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .charContainer .header input {
  margin: 0 !important;
}
/* line 1871, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .charContainer .header svg {
  margin-right: 0.75em;
  width: 0.75em;
  transition: all 0.6s ease-in-out;
}
/* line 1875, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .charContainer .header svg.open {
  transition: all 0.6s ease-in-out;
  transform: rotate(90deg);
}
/* line 1880, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .charContainer .header .letter {
  font-weight: 500;
  flex-grow: 1;
  text-transform: uppercase;
}
/* line 1885, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .charContainer .header .count {
  padding: 0 12px;
  background: #000;
  color: #fff;
  line-height: 1.4;
}
/* line 1891, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .charContainer .header p {
  margin: 0;
}
/* line 1895, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .charContainer .itemsWrapper {
  display: none;
  transition: all 0.6s ease-in-out;
}
/* line 1898, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page .charContainer .itemsWrapper.openWrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  transition: all 0.6s ease-in-out;
}
/* line 1911, templates/g5_hydrogen/custom/scss/_main.scss */
#addressmap {
  width: 100%;
  height: 100%;
}
/* line 1916, templates/g5_hydrogen/custom/scss/_main.scss */
.swiper-button-prev:after {
  content: "❮" !important;
  font-family: inherit !important;
  color: #0f0;
}
/* line 1922, templates/g5_hydrogen/custom/scss/_main.scss */
.swiper-button-next:after {
  content: "❯" !important;
  font-family: inherit !important;
  color: #0f0;
}
/* line 1928, templates/g5_hydrogen/custom/scss/_main.scss */
.swiper-slide img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 640px) {
  /* line 1932, templates/g5_hydrogen/custom/scss/_main.scss */
  .swiper-slide img {
    height: 290px;
  }
}
/* line 1937, templates/g5_hydrogen/custom/scss/_main.scss */
.currentDetailImage {
  position: relative;
}
/* line 1939, templates/g5_hydrogen/custom/scss/_main.scss */
.currentDetailImage .fullscreen-toggler {
  background-color: #000;
  padding: 4px 12px;
  position: absolute;
  bottom: 16px;
  right: 16px;
  border-radius: 4px;
  z-index: 102;
  cursor: pointer;
}
/* line 1949, templates/g5_hydrogen/custom/scss/_main.scss */
/* line 1950, templates/g5_hydrogen/custom/scss/_main.scss */
.currentDetailImage.fullscreen .fullscreen-toggler {
  position: fixed;
}
/* line 1956, templates/g5_hydrogen/custom/scss/_main.scss */
#g-page-surround > .currentDetailImage {
  margin: 0;
  padding: 0;
  z-index: 101;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
/* line 1966, templates/g5_hydrogen/custom/scss/_main.scss */
#g-page-surround > .currentDetailImage .swiper-slide img {
  height: 100vh;
  object-fit: contain;
}
/* =============================================================================================  */
/* ========================================= END DETAIL ========================================  */
/* =============================================================================================  */
/* =============================================================================================  */
/* ========================================== HISTORY ==========================================  */
/* =============================================================================================  */
/* line 1979, templates/g5_hydrogen/custom/scss/_main.scss */
/* line 1980, templates/g5_hydrogen/custom/scss/_main.scss */
.history-page .history-showcase {
  width: 100%;
  max-height: 300px;
  height: 300px;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
/* line 1995, templates/g5_hydrogen/custom/scss/_main.scss */
.history-page .history-showcase::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
/* line 2003, templates/g5_hydrogen/custom/scss/_main.scss */
.history-page .history-showcase .title {
  font-size: 64px;
  color: #fff;
  z-index: 1;
  margin: 0;
}
/* line 2011, templates/g5_hydrogen/custom/scss/_main.scss */
.history-page .content {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 9.6px;
  margin-top: 24px;
}
/* line 2018, templates/g5_hydrogen/custom/scss/_main.scss */
.history-page .content .description {
  text-align: center;
  color: #000;
}
/* line 2023, templates/g5_hydrogen/custom/scss/_main.scss */
.history-page .content .itemsContainer {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 56px;
}
/* line 2028, templates/g5_hydrogen/custom/scss/_main.scss */
/* line 2029, templates/g5_hydrogen/custom/scss/_main.scss */
.history-page .content .itemsContainer .textContainer .title {
  margin-top: 0;
}
/* line 2034, templates/g5_hydrogen/custom/scss/_main.scss */
.history-page .content .itemsContainer .imageContainer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 2043, templates/g5_hydrogen/custom/scss/_main.scss */
.history-page .content .itemsContainer .imageContainer img {
  margin-top: 8px;
}
/* line 2048, templates/g5_hydrogen/custom/scss/_main.scss */
/* line 2049, templates/g5_hydrogen/custom/scss/_main.scss */
/* line 2050, templates/g5_hydrogen/custom/scss/_main.scss */
.history-page .content .itemsContainer:nth-child(odd) .item .textContainer {
  order: 1;
}
/* line 2056, templates/g5_hydrogen/custom/scss/_main.scss */
.history-page .content .itemsContainer .item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 16px;
}
/* line 2061, templates/g5_hydrogen/custom/scss/_main.scss */
/* line 2062, templates/g5_hydrogen/custom/scss/_main.scss */
.history-page .content .itemsContainer .item:nth-child(even) .textContainer {
  order: 2;
}
@media (max-width: 960px) {
  /* line 2071, templates/g5_hydrogen/custom/scss/_main.scss */
  .history-page .history-showcase {
    max-height: 200px;
    height: 200px;
  }
  /* line 2075, templates/g5_hydrogen/custom/scss/_main.scss */
  .history-page .history-showcase .title {
    font-size: 40px;
  }
  /* line 2080, templates/g5_hydrogen/custom/scss/_main.scss */
  /* line 2081, templates/g5_hydrogen/custom/scss/_main.scss */
  /* line 2082, templates/g5_hydrogen/custom/scss/_main.scss */
  .history-page .content .itemsContainer .item {
    grid-template-columns: 1fr;
  }
  /* line 2085, templates/g5_hydrogen/custom/scss/_main.scss */
  .history-page .content .itemsContainer .item .textContainer {
    order: 1 !important;
  }
  /* line 2089, templates/g5_hydrogen/custom/scss/_main.scss */
  .history-page .content .itemsContainer .item .imageContainer {
    order: 2;
  }
}
/* =============================================================================================  */
/* ======================================== END HISTORY ========================================  */
/* =============================================================================================  */
/* line 2102, templates/g5_hydrogen/custom/scss/_main.scss */
body.g-error #g-main {
  padding: 0;
}
/* line 2105, templates/g5_hydrogen/custom/scss/_main.scss */
body.g-error #g-main h1 {
  position: absolute;
  top: 42vh;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  font-size: 3rem;
  color: #fff;
}
@media (max-width: 1200px) {
  /* line 2118, templates/g5_hydrogen/custom/scss/_main.scss */
  /* line 2119, templates/g5_hydrogen/custom/scss/_main.scss */
  .detail-page .itemListDetail {
    flex-direction: column;
  }
  /* line 2121, templates/g5_hydrogen/custom/scss/_main.scss */
  .detail-page .itemListDetail #map {
    position: relative;
  }
  /* line 2123, templates/g5_hydrogen/custom/scss/_main.scss */
  .detail-page .itemListDetail #map .mapboxgl-canvas-container {
    height: calc(100vh - 102px);
  }
  /* line 2126, templates/g5_hydrogen/custom/scss/_main.scss */
  .detail-page .itemListDetail #map .findProject {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    color: #fff;
    background-color: #000;
    padding: 9.6px;
    z-index: 1;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 16.8px;
    font-weight: 600;
    text-transform: uppercase;
    position: absolute;
    top: 10px;
  }
  /* line 2145, templates/g5_hydrogen/custom/scss/_main.scss */
  .detail-page .itemListDetail .itemListDetailASide {
    display: none;
  }
  /* line 2148, templates/g5_hydrogen/custom/scss/_main.scss */
  .detail-page .itemListDetail .itemListDetailLeft {
    display: none;
    min-width: 100% !important;
    width: 100% !important;
    position: fixed;
    z-index: 9;
    height: calc(100% - 68px);
  }
  /* line 2155, templates/g5_hydrogen/custom/scss/_main.scss */
  /* line 2156, templates/g5_hydrogen/custom/scss/_main.scss */
  .detail-page .itemListDetail .itemListDetailLeft .itemDetailContainer .catItemTitle {
    font-size: 16px;
    margin: 4px 0;
  }
  /* line 2161, templates/g5_hydrogen/custom/scss/_main.scss */
  .detail-page .itemListDetail .itemListDetailLeft .leftTopContainer {
    align-items: flex-start;
    flex-direction: column;
  }
  /* line 2165, templates/g5_hydrogen/custom/scss/_main.scss */
  .detail-page .itemListDetail .itemListDetailLeft .leftTopContainer .projects-count {
    cursor: pointer;
    color: #5e5e5e;
    display: block;
    margin: 8px 0 6px 0;
    position: relative;
  }
  /* line 2172, templates/g5_hydrogen/custom/scss/_main.scss */
  .detail-page .itemListDetail .itemListDetailLeft .leftTopContainer .projects-count svg {
    fill: #5a5a5a;
    width: 10px;
    position: absolute;
    right: -16px;
    top: 4px;
  }
  /* line 2181, templates/g5_hydrogen/custom/scss/_main.scss */
  .detail-page .itemListDetail .itemListDetailLeft .leftTopContainer .filtersClose {
    position: absolute;
    top: 16px;
    right: 20px;
  }
  /* line 2186, templates/g5_hydrogen/custom/scss/_main.scss */
  .detail-page .itemListDetail .itemListDetailLeft .leftTopContainer h2 {
    position: relative;
    padding-right: 30px;
  }
  /* line 2189, templates/g5_hydrogen/custom/scss/_main.scss */
  .detail-page .itemListDetail .itemListDetailLeft .leftTopContainer h2:after {
    transition: all 0.6s ease-in-out;
    position: absolute;
    right: 0;
    top: -3px;
    content: "❯";
    font-size: 30px;
    transform: rotate(90deg);
  }
  /* line 2198, templates/g5_hydrogen/custom/scss/_main.scss */
  /* line 2199, templates/g5_hydrogen/custom/scss/_main.scss */
  .detail-page .itemListDetail .itemListDetailLeft .leftTopContainer h2.show:after {
    top: -10px;
    transform: rotate(270deg);
  }
  /* line 2206, templates/g5_hydrogen/custom/scss/_main.scss */
  /* line 2207, templates/g5_hydrogen/custom/scss/_main.scss */
  .detail-page .itemListDetail .itemListDetailLeft .tags .tagsContainer {
    display: none;
  }
  /* line 2209, templates/g5_hydrogen/custom/scss/_main.scss */
  .detail-page .itemListDetail .itemListDetailLeft .tags .tagsContainer.show {
    display: block;
  }
  /* line 2213, templates/g5_hydrogen/custom/scss/_main.scss */
  .detail-page .itemListDetail .itemListDetailLeft .tags .show-more-tags {
    display: none;
  }
  /* line 2215, templates/g5_hydrogen/custom/scss/_main.scss */
  .detail-page .itemListDetail .itemListDetailLeft .tags .show-more-tags.show {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  /* line 2224, templates/g5_hydrogen/custom/scss/_main.scss */
  /* line 2225, templates/g5_hydrogen/custom/scss/_main.scss */
  .detail-page .itemListDetail .itemListDetailLeft .filters .projectSearchBox {
    width: calc(100% - 72px);
    background-position: 96% center;
    margin-top: 68px !important;
  }
  /* line 2230, templates/g5_hydrogen/custom/scss/_main.scss */
  /* line 2231, templates/g5_hydrogen/custom/scss/_main.scss */
  .detail-page .itemListDetail .itemListDetailLeft .filters .filtersContainer .checkboxContainer {
    display: none;
  }
  /* line 2233, templates/g5_hydrogen/custom/scss/_main.scss */
  .detail-page .itemListDetail .itemListDetailLeft .filters .filtersContainer .checkboxContainer.show {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  /* line 2243, templates/g5_hydrogen/custom/scss/_main.scss */
  .detail-page .itemListDetail .itemListDetailLeft.show {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  /* line 2250, templates/g5_hydrogen/custom/scss/_main.scss */
  .detail-page .itemListDetail .itemListDetailLeft.hidden {
    display: none !important;
  }
  /* line 2254, templates/g5_hydrogen/custom/scss/_main.scss */
  .detail-page .itemListDetail .currentDetailOpenBox {
    display: none;
  }
  /* line 2257, templates/g5_hydrogen/custom/scss/_main.scss */
  /* line 2258, templates/g5_hydrogen/custom/scss/_main.scss */
  .detail-page .itemListDetail .currentDetailTitle {
    flex-direction: column-reverse;
  }
  /* line 2262, templates/g5_hydrogen/custom/scss/_main.scss */
  .detail-page .itemListDetail .currentDetail.showDetail {
    width: 100% !important;
    min-width: 100% !important;
    overflow: auto;
    padding: 24px;
  }
  /* line 2267, templates/g5_hydrogen/custom/scss/_main.scss */
  .detail-page .itemListDetail .currentDetail.showDetail .swiper-slide {
    width: 100% !important;
  }
  /* line 2270, templates/g5_hydrogen/custom/scss/_main.scss */
  .detail-page .itemListDetail .currentDetail.showDetail .currentDetailAdditionalInfo {
    font-size: 16px;
  }
  /* line 2272, templates/g5_hydrogen/custom/scss/_main.scss */
  .detail-page .itemListDetail .currentDetail.showDetail .currentDetailAdditionalInfo .info {
    grid-template-columns: 160px 1fr;
  }
  /* line 2278, templates/g5_hydrogen/custom/scss/_main.scss */
  /* line 2279, templates/g5_hydrogen/custom/scss/_main.scss */
  /* line 2280, templates/g5_hydrogen/custom/scss/_main.scss */
  /* line 2281, templates/g5_hydrogen/custom/scss/_main.scss */
  .detail-page.project-open .itemListDetail #map .findProject {
    top: 10px;
    z-index: 1;
    position: absolute;
  }
  /* line 2286, templates/g5_hydrogen/custom/scss/_main.scss */
  .detail-page.project-open .itemListDetail #map .mapboxgl-canvas-container {
    height: calc(70vh - 102px);
  }
}
/* line 2294, templates/g5_hydrogen/custom/scss/_main.scss */
.close-slider {
  padding: 12px;
  position: absolute;
  top: 16px;
  right: 16px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0px 0px 25px 2px rgba(0, 0, 0, 0.05);
  transition: all 0.6s ease-in-out;
  opacity: 0;
  z-index: -1;
}
/* line 2306, templates/g5_hydrogen/custom/scss/_main.scss */
.close-slider.open {
  opacity: 1;
  z-index: 1;
}
/* line 2310, templates/g5_hydrogen/custom/scss/_main.scss */
.close-slider:hover {
  transition: all 0.6s ease-in-out;
  background: #000;
}
/* line 2314, templates/g5_hydrogen/custom/scss/_main.scss */
.close-slider div {
  position: absolute;
  background: #fff;
  height: 12px;
  width: 2px;
  left: 50%;
  top: 50%;
}
/* line 2321, templates/g5_hydrogen/custom/scss/_main.scss */
.close-slider div:first-of-type {
  transform: translate(-50%, -50%) rotate(45deg);
}
/* line 2324, templates/g5_hydrogen/custom/scss/_main.scss */
.close-slider div:last-of-type {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (max-width: 960px) {
  /* line 2330, templates/g5_hydrogen/custom/scss/_main.scss */
  .com_content .span12 {
    min-height: 0;
  }
}
/* line 2335, templates/g5_hydrogen/custom/scss/_main.scss */
/* line 2336, templates/g5_hydrogen/custom/scss/_main.scss */
/* line 2337, templates/g5_hydrogen/custom/scss/_main.scss */
.rev_slider .tp-revslider-slidesli .tp-parallax-wrap {
  left: 0 !important;
  top: 0 !important;
}
/* line 2341, templates/g5_hydrogen/custom/scss/_main.scss */
.rev_slider .tp-revslider-slidesli .tp-parallax-wrap img {
  width: initial !important;
  height: initial !important;
}
@media (min-width: 1025px) {
  /* line 2347, templates/g5_hydrogen/custom/scss/_main.scss */
  .rev_slider .tp-revslider-slidesli .tp-parallax-wrap.tp-parallax-wrap {
    display: none !important;
    visibility: hidden !important;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  /* line 2354, templates/g5_hydrogen/custom/scss/_main.scss */
  .rev_slider .tp-revslider-slidesli .tp-parallax-wrap.tp-parallax-wrap:nth-of-type(2) {
    display: block !important;
    visibility: visible !important;
  }
  /* line 2359, templates/g5_hydrogen/custom/scss/_main.scss */
  .rev_slider .tp-revslider-slidesli .tp-parallax-wrap.tp-parallax-wrap:nth-of-type(3) {
    display: none !important;
    visibility: hidden !important;
  }
  /* line 2364, templates/g5_hydrogen/custom/scss/_main.scss */
  .rev_slider .tp-revslider-slidesli .tp-parallax-wrap.tp-parallax-wrap:nth-of-type(4) {
    display: none !important;
    visibility: hidden !important;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  /* line 2371, templates/g5_hydrogen/custom/scss/_main.scss */
  .rev_slider .tp-revslider-slidesli .tp-parallax-wrap.tp-parallax-wrap:nth-of-type(2) {
    display: none !important;
    visibility: hidden !important;
  }
  /* line 2376, templates/g5_hydrogen/custom/scss/_main.scss */
  .rev_slider .tp-revslider-slidesli .tp-parallax-wrap.tp-parallax-wrap:nth-of-type(3) {
    display: block !important;
    visibility: visible !important;
  }
  /* line 2381, templates/g5_hydrogen/custom/scss/_main.scss */
  .rev_slider .tp-revslider-slidesli .tp-parallax-wrap.tp-parallax-wrap:nth-of-type(4) {
    display: none !important;
    visibility: hidden !important;
  }
}
@media (min-width: 320px) and (max-width: 376px) {
  /* line 2388, templates/g5_hydrogen/custom/scss/_main.scss */
  .rev_slider .tp-revslider-slidesli .tp-parallax-wrap.tp-parallax-wrap:nth-of-type(2) {
    display: none !important;
    visibility: hidden !important;
  }
  /* line 2393, templates/g5_hydrogen/custom/scss/_main.scss */
  .rev_slider .tp-revslider-slidesli .tp-parallax-wrap.tp-parallax-wrap:nth-of-type(3) {
    display: none !important;
    visibility: hidden !important;
  }
  /* line 2398, templates/g5_hydrogen/custom/scss/_main.scss */
  .rev_slider .tp-revslider-slidesli .tp-parallax-wrap.tp-parallax-wrap:nth-of-type(4) {
    display: block !important;
    visibility: visible !important;
  }
}
/* line 2407, templates/g5_hydrogen/custom/scss/_main.scss */
#g-footer {
  display: none;
}
/* line 2410, templates/g5_hydrogen/custom/scss/_main.scss */
.detail-page #g-footer, .homepage #g-footer {
  display: block;
}
@media (orientation: landscape) {
  /* line 2416, templates/g5_hydrogen/custom/scss/_main.scss */
  /* line 2417, templates/g5_hydrogen/custom/scss/_main.scss */
  .section-bydleni .homepage #g-footer, .section-bydleni .com_finder.view-search #g-footer {
    display: block;
  }
}
/* line 2424, templates/g5_hydrogen/custom/scss/_main.scss */
/* line 2425, templates/g5_hydrogen/custom/scss/_main.scss */
/* line 2426, templates/g5_hydrogen/custom/scss/_main.scss */
/* line 2427, templates/g5_hydrogen/custom/scss/_main.scss */
/* line 2428, templates/g5_hydrogen/custom/scss/_main.scss */
/* line 2429, templates/g5_hydrogen/custom/scss/_main.scss */
/* line 2430, templates/g5_hydrogen/custom/scss/_main.scss */
/* line 2442, templates/g5_hydrogen/custom/scss/_main.scss */
@media (max-width: 1120px) {
  /* line 2443, templates/g5_hydrogen/custom/scss/_main.scss */
  .hidden_br {
    display: none;
  }
}
/* line 2447, templates/g5_hydrogen/custom/scss/_main.scss */
.projectState {
  padding: 16px 0;
}
@media (max-width: 1200px) {
  /* line 2449, templates/g5_hydrogen/custom/scss/_main.scss */
  .projectState {
    display: none;
  }
}
/* line 2452, templates/g5_hydrogen/custom/scss/_main.scss */
.projectState.show {
  display: block;
}
@media screen and (max-width: 1200px) {
  /* line 2458, templates/g5_hydrogen/custom/scss/_main.scss */
  .moduletable.city-section .section-description, .section-bydleni .section-description {
    font-size: 18px !important;
  }
}
/*# sourceMappingURL=custom_14.css.map */