/**
 * Swiper 12.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 28, 2026
 */
:root {
  --swiper-theme-color: #007aff;
}
:host {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.swiper {
  display: block;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  box-sizing: initial;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  width: 100%;
  z-index: 1;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  display: block;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-slides-offset-before);
  scroll-margin-inline-start: var(--swiper-slides-offset-before);
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:last-child {
  margin-inline-end: var(--swiper-slides-offset-after);
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-slides-offset-before);
  scroll-margin-block-start: var(--swiper-slides-offset-before);
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper > .swiper-slide:last-child {
  margin-block-end: var(--swiper-slides-offset-after);
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  height: var(--swiper-centered-offset-after);
  min-width: 1px;
  width: 100%;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: #00000026;
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, #00000080, #0000);
}
.swiper-lazy-preloader {
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top: 4px solid #0000;
  box-sizing: border-box;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s linear infinite;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
  height: var(--swiper-virtual-size);
  width: 1px;
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  align-items: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
  display: flex;
  height: var(--swiper-navigation-size);
  justify-content: center;
  position: absolute;
  width: var(--swiper-navigation-size);
  z-index: 10;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  opacity: 0.35;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  cursor: auto;
  opacity: 0;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  height: 100%;
  object-fit: contain;
  transform-origin: center;
  width: 100%;
  fill: currentColor;
  pointer-events: none;
}
.swiper-button-lock {
  display: none;
}
.swiper-button-next,
.swiper-button-prev {
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  top: var(--swiper-navigation-top-offset, 50%);
}
.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}
.swiper-button-prev .swiper-navigation-icon {
  transform: rotate(180deg);
}
.swiper-button-next {
  left: auto;
  right: var(--swiper-navigation-sides-offset, 4px);
}
.swiper-horizontal .swiper-button-next,
.swiper-horizontal .swiper-button-prev,
.swiper-horizontal ~ .swiper-button-next,
.swiper-horizontal ~ .swiper-button-prev {
  margin-left: 0;
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  top: var(--swiper-navigation-top-offset, 50%);
}
.swiper-horizontal.swiper-rtl .swiper-button-next,
.swiper-horizontal.swiper-rtl ~ .swiper-button-next,
.swiper-horizontal ~ .swiper-button-prev,
.swiper-horizontal .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}
.swiper-horizontal.swiper-rtl .swiper-button-prev,
.swiper-horizontal.swiper-rtl ~ .swiper-button-prev,
.swiper-horizontal ~ .swiper-button-next,
.swiper-horizontal .swiper-button-next {
  left: auto;
  right: var(--swiper-navigation-sides-offset, 4px);
}
.swiper-horizontal.swiper-rtl .swiper-button-next .swiper-navigation-icon,
.swiper-horizontal.swiper-rtl ~ .swiper-button-next .swiper-navigation-icon,
.swiper-horizontal ~ .swiper-button-prev .swiper-navigation-icon,
.swiper-horizontal .swiper-button-prev .swiper-navigation-icon {
  transform: rotate(180deg);
}
.swiper-horizontal.swiper-rtl .swiper-button-prev .swiper-navigation-icon,
.swiper-horizontal.swiper-rtl ~ .swiper-button-prev .swiper-navigation-icon {
  transform: rotate(0deg);
}
.swiper-vertical .swiper-button-next,
.swiper-vertical .swiper-button-prev,
.swiper-vertical ~ .swiper-button-next,
.swiper-vertical ~ .swiper-button-prev {
  left: var(--swiper-navigation-top-offset, 50%);
  margin-left: calc(0px - var(--swiper-navigation-size) / 2);
  margin-top: 0;
  right: auto;
}
.swiper-vertical .swiper-button-prev,
.swiper-vertical ~ .swiper-button-prev {
  bottom: auto;
  top: var(--swiper-navigation-sides-offset, 4px);
}
.swiper-vertical .swiper-button-prev .swiper-navigation-icon,
.swiper-vertical ~ .swiper-button-prev .swiper-navigation-icon {
  transform: rotate(-90deg);
}
.swiper-vertical .swiper-button-next,
.swiper-vertical ~ .swiper-button-next {
  bottom: var(--swiper-navigation-sides-offset, 4px);
  top: auto;
}
.swiper-vertical .swiper-button-next .swiper-navigation-icon,
.swiper-vertical ~ .swiper-button-next .swiper-navigation-icon {
  transform: rotate(90deg);
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transform: translateZ(0);
  transition: opacity 0.3s;
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination.swiper-pagination-disabled,
.swiper-pagination-disabled > .swiper-pagination {
  display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  left: 0;
  top: var(--swiper-pagination-top, auto);
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  display: inline-block;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
}
button.swiper-pagination-bullet {
  appearance: none;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  left: var(--swiper-pagination-left, auto);
  right: var(--swiper-pagination-right, 8px);
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: transform 0.2s, top 0.2s;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform 0.2s, left 0.2s;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform 0.2s, right 0.2s;
}
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, #00000040);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0);
  transform-origin: left top;
  width: 100%;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
  width: 100%;
}
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar {
  height: 100%;
  left: 0;
  top: 0;
  width: var(--swiper-pagination-progressbar-size, 4px);
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  background: var(--swiper-scrollbar-bg-color, #0000001a);
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
}
.swiper-scrollbar.swiper-scrollbar-disabled,
.swiper-scrollbar-disabled > .swiper-scrollbar {
  display: none !important;
}
.swiper-scrollbar.swiper-scrollbar-horizontal,
.swiper-horizontal > .swiper-scrollbar {
  bottom: var(--swiper-scrollbar-bottom, 4px);
  height: var(--swiper-scrollbar-size, 4px);
  left: var(--swiper-scrollbar-sides-offset, 1%);
  position: absolute;
  top: var(--swiper-scrollbar-top, auto);
  width: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
  z-index: 50;
}
.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  height: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
  left: var(--swiper-scrollbar-left, auto);
  position: absolute;
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  width: var(--swiper-scrollbar-size, 4px);
  z-index: 50;
}
.swiper-scrollbar-drag {
  background: var(--swiper-scrollbar-drag-bg-color, #00000080);
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
.swiper .swiper-notification {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-direction: column;
  flex-wrap: wrap;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  backface-visibility: hidden;
  height: 100%;
  pointer-events: none;
  transform-origin: 0 0;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  background: #000;
  bottom: 0;
  content: "";
  filter: blur(50px);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  backface-visibility: hidden;
  z-index: 0;
}
.swiper.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  backface-visibility: hidden;
  pointer-events: none;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  backface-visibility: hidden;
  z-index: 0;
}
.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transform-origin: center bottom;
}
.lg-icon {
  font-family: lg !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lg-container {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.lg-next,
.lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1084;
  outline: 0;
  border: none;
}
.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0 !important;
  cursor: default;
}
.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff;
}
.lg-single-item .lg-next,
.lg-single-item .lg-prev {
  display: none;
}
.lg-next {
  right: 20px;
}
.lg-next:before {
  content: "\e095";
}
.lg-prev {
  left: 20px;
}
.lg-prev:after {
  content: "\e094";
}
@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}
.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.lg-media-overlap .lg-toolbar {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  background: 0 0;
  border: none;
  box-shadow: none;
}
.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}
.lg-toolbar .lg-icon:hover {
  color: #fff;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-maximize {
  font-size: 22px;
}
.lg-toolbar .lg-maximize:after {
  content: "\e90a";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}
.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out 0s;
  -o-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
.lg-sub-html a {
  color: inherit;
}
.lg-sub-html a:hover {
  text-decoration: underline;
}
.lg-media-overlap .lg-sub-html {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.lg-error-msg {
  font-size: 14px;
  color: #999;
}
.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}
.lg-closing .lg-next,
.lg-closing .lg-prev,
.lg-closing .lg-sub-html,
.lg-closing .lg-toolbar {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -moz-transition: -moz-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -o-transition: -o-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-media-cont,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
  opacity: 0;
  -moz-transform: scale3d(0.5, 0.5, 0.5);
  -o-transform: scale3d(0.5, 0.5, 0.5);
  -ms-transform: scale3d(0.5, 0.5, 0.5);
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-media-cont,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
  opacity: 1;
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.lg-icon:focus-visible {
  color: #fff;
  border-radius: 3px;
  outline: 1px dashed rgba(255, 255, 255, 0.6);
}
.lg-toolbar .lg-icon:focus-visible {
  border-radius: 8px;
  outline-offset: -5px;
}
.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  width: 100%;
  max-height: 350px;
  overflow: hidden;
  float: left;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-middle {
  text-align: center;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-left {
  text-align: left;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-right {
  text-align: right;
}
.lg-outer.lg-single-item .lg-thumb-outer {
  display: none;
}
.lg-outer .lg-thumb {
  padding: 5px 0;
  height: 100%;
  margin-bottom: -5px;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .lg-outer .lg-thumb {
    padding: 10px 0;
  }
}
.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border-radius: 2px;
  margin-bottom: 5px;
  will-change: border-color;
}
@media (min-width: 768px) {
  .lg-outer .lg-thumb-item {
    border-radius: 4px;
    border: 2px solid #fff;
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff";
}
.lg-outer.lg-animate-thumb .lg-thumb {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.lg-outer .lg-video-cont {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.lg-outer .lg-video-cont .lg-object {
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-has-iframe .lg-video-cont {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.lg-outer .lg-video-object {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 3;
}
.lg-outer .lg-video-poster {
  z-index: 1;
}
.lg-outer .lg-has-video .lg-video-object {
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.lg-outer .lg-has-video.lg-video-loaded .lg-video-play-button,
.lg-outer .lg-has-video.lg-video-loaded .lg-video-poster {
  opacity: 0 !important;
}
.lg-outer .lg-has-video.lg-video-loaded .lg-video-object {
  opacity: 1;
}
@keyframes lg-play-stroke {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes lg-play-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.lg-video-play-button {
  width: 18%;
  max-width: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  cursor: pointer;
  transform: translate(-50%, -50%) scale(1);
  will-change: opacity, transform;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
  -o-transition: -o-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
  transition: transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
}
.lg-video-play-button:hover .lg-video-play-icon,
.lg-video-play-button:hover .lg-video-play-icon-bg {
  opacity: 1;
}
.lg-video-play-icon-bg {
  fill: none;
  stroke-width: 3%;
  stroke: #fcfcfc;
  opacity: 0.6;
  will-change: opacity;
  -webkit-transition: opacity 0.12s ease-in;
  -o-transition: opacity 0.12s ease-in;
  transition: opacity 0.12s ease-in;
}
.lg-video-play-icon-circle {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  fill: none;
  stroke-width: 3%;
  stroke: rgba(30, 30, 30, 0.9);
  stroke-opacity: 1;
  stroke-linecap: round;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
}
.lg-video-play-icon {
  position: absolute;
  width: 25%;
  max-width: 120px;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  opacity: 0.6;
  will-change: opacity;
  -webkit-transition: opacity 0.12s ease-in;
  -o-transition: opacity 0.12s ease-in;
  transition: opacity 0.12s ease-in;
}
.lg-video-play-icon .lg-video-play-icon-inner {
  fill: #fcfcfc;
}
.lg-video-loading .lg-video-play-icon-circle {
  animation: lg-play-rotate 2s linear 0.25s infinite, lg-play-stroke 1.5s ease-in-out 0.25s infinite;
}
.lg-video-loaded .lg-video-play-button {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.7);
}
.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 80ms ease 0s;
  -moz-transition: opacity 80ms ease 0s;
  -o-transition: opacity 80ms ease 0s;
  transition: opacity 80ms ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}
.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}
.lg-single-item .lg-autoplay-button {
  opacity: 0.75;
  pointer-events: none;
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
  -o-transition: -o-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
}
.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.no-transition,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.no-transition {
  transition: none !important;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition {
  transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0) !important;
  max-width: none !important;
  max-height: none !important;
  top: 50% !important;
  left: 50% !important;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-x,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-x {
  transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0) !important;
  top: 0 !important;
  left: 50% !important;
  max-width: none !important;
  max-height: none !important;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-y,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-y {
  transform: scale3d(1, 1, 1) translate3d(0, -50%, 0) !important;
  top: 50% !important;
  left: 0 !important;
  max-width: none !important;
  max-height: none !important;
}
.lg-icon.lg-zoom-in:after {
  content: "\e311";
}
.lg-actual-size .lg-icon.lg-zoom-in {
  opacity: 1;
  pointer-events: auto;
}
.lg-icon.lg-actual-size {
  font-size: 20px;
}
.lg-icon.lg-actual-size:after {
  content: "\e033";
}
.lg-icon.lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
.lg-icon.lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed .lg-icon.lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}
.lg-outer.lg-first-slide-loading .lg-actual-size,
.lg-outer.lg-first-slide-loading .lg-zoom-in,
.lg-outer.lg-first-slide-loading .lg-zoom-out,
.lg-outer[data-lg-slide-type=iframe] .lg-actual-size,
.lg-outer[data-lg-slide-type=iframe] .lg-zoom-in,
.lg-outer[data-lg-slide-type=iframe] .lg-zoom-out,
.lg-outer[data-lg-slide-type=video] .lg-actual-size,
.lg-outer[data-lg-slide-type=video] .lg-zoom-in,
.lg-outer[data-lg-slide-type=video] .lg-zoom-out {
  opacity: 0.75;
  pointer-events: none;
}
.lg-outer .lg-pager-outer {
  text-align: center;
  z-index: 1080;
  height: 10px;
  margin-bottom: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer.lg-single-item .lg-pager-outer {
  display: none;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px #fff inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #fff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  will-change: transform, opacity;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
  box-shadow: 0 0 0 8px #fff inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}
.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}
.lg-outer .lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  will-change: visibility, opacity;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active .lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer.lg-dropdown-active .lg-share {
  color: #fff;
}
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  will-change: visibility, opacity, transform;
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  right: 16px;
  top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0;
}
.lg-outer .lg-dropdown > li:hover a {
  color: #333;
}
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.lg-outer .lg-share {
  position: relative;
}
.lg-outer .lg-share:after {
  content: "\e80d";
}
.lg-outer .lg-share-facebook .lg-icon {
  color: #3b5998;
}
.lg-outer .lg-share-facebook .lg-icon:after {
  content: "\e904";
}
.lg-outer .lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer .lg-share-twitter .lg-icon:after {
  content: "\e907";
}
.lg-outer .lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer .lg-share-pinterest .lg-icon:after {
  content: "\e906";
}
.lg-comment-box {
  width: 420px;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #fff;
  will-change: transform;
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-comment-box .lg-comment-title {
  margin: 0;
  color: #fff;
  font-size: 18px;
}
.lg-comment-box .lg-comment-header {
  background-color: #000;
  padding: 12px 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.lg-comment-box .lg-comment-body {
  height: 100% !important;
  padding-top: 43px !important;
  width: 100% !important;
}
.lg-comment-box .fb-comments {
  height: 100%;
  width: 100%;
  background: url(../images/loading.gif) no-repeat scroll center center #fff;
  overflow-y: auto;
  display: inline-block;
}
.lg-comment-box .fb-comments[fb-xfbml-state=rendered] {
  background-image: none;
}
.lg-comment-box .fb-comments > span {
  max-width: 100%;
}
.lg-comment-box .lg-comment-close {
  position: absolute;
  right: 5px;
  top: 12px;
  cursor: pointer;
  font-size: 20px;
  color: #999;
  will-change: color;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.lg-comment-box .lg-comment-close:hover {
  color: #fff;
}
.lg-comment-box .lg-comment-close:after {
  content: "\e070";
}
.lg-comment-box iframe {
  max-width: 100% !important;
  width: 100% !important;
}
.lg-comment-box #disqus_thread {
  padding: 0 20px;
}
.lg-outer .lg-comment-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  will-change: visibility, opacity;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer .lg-comment-toggle:after {
  content: "\e908";
}
.lg-outer.lg-comment-active .lg-comment-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer.lg-comment-active .lg-comment-toggle {
  color: #fff;
}
.lg-outer.lg-comment-active .lg-comment-box {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-img-rotate {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer[data-lg-slide-type=iframe] .lg-flip-hor,
.lg-outer[data-lg-slide-type=iframe] .lg-flip-ver,
.lg-outer[data-lg-slide-type=iframe] .lg-rotate-left,
.lg-outer[data-lg-slide-type=iframe] .lg-rotate-right,
.lg-outer[data-lg-slide-type=video] .lg-flip-hor,
.lg-outer[data-lg-slide-type=video] .lg-flip-ver,
.lg-outer[data-lg-slide-type=video] .lg-rotate-left,
.lg-outer[data-lg-slide-type=video] .lg-rotate-right {
  opacity: 0.75;
  pointer-events: none;
}
.lg-outer .lg-img-rotate:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.lg-rotate-left:after {
  content: "\e900";
}
.lg-rotate-right:after {
  content: "\e901";
}
.lg-icon.lg-flip-hor,
.lg-icon.lg-flip-ver {
  font-size: 26px;
}
.lg-flip-ver:after {
  content: "\e903";
}
.lg-flip-hor:after {
  content: "\e902";
}
.lg-medium-zoom-item {
  cursor: zoom-in;
}
.lg-medium-zoom .lg-outer {
  cursor: zoom-out;
}
.lg-medium-zoom .lg-outer.lg-grab img.lg-object {
  cursor: zoom-out;
}
.lg-medium-zoom .lg-outer.lg-grabbing img.lg-object {
  cursor: zoom-out;
}
.lg-relative-caption .lg-outer .lg-sub-html {
  white-space: normal;
  bottom: auto;
  padding: 0;
  background-image: none;
}
.lg-relative-caption .lg-outer .lg-relative-caption-item {
  opacity: 0;
  padding: 16px 0;
  transition: 0.5s opacity ease;
}
.lg-relative-caption .lg-outer .lg-show-caption .lg-relative-caption-item {
  opacity: 1;
}
.lg-group:after {
  content: "";
  display: table;
  clear: both;
}
.lg-container {
  display: none;
  outline: 0;
}
.lg-container.lg-show {
  display: block;
}
.lg-on {
  scroll-behavior: unset;
}
.lg-overlay-open {
  overflow: hidden;
}
.lg-hide-sub-html .lg-sub-html,
.lg-next,
.lg-pager-outer,
.lg-prev,
.lg-toolbar {
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer,
.lg-show-in .lg-prev,
.lg-show-in .lg-toolbar {
  opacity: 1;
}
.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}
.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0.001;
  outline: 0;
  will-change: auto;
  overflow: hidden;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-zoom-from-image {
  opacity: 1;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: opacity 0s;
  -o-transition: opacity 0s;
  transition: opacity 0s;
  white-space: nowrap;
}
.lg-outer .lg-item {
  display: none !important;
}
.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url(../images/loading.gif) no-repeat scroll center center transparent;
}
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}
.lg-outer .lg-empty-html .lg-sub-html,
.lg-outer .lg-empty-html.lg-sub-html {
  display: none;
}
.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none;
}
.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  transition: opacity 0.2s ease-out 0.15s;
}
.lg-outer .lg-media-cont {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.lg-outer .lg-media-cont .lg-object {
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-has-iframe .lg-media-cont {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  will-change: auto;
  -webkit-transition: opacity 333ms ease-in 0s;
  -o-transition: opacity 333ms ease-in 0s;
  transition: opacity 333ms ease-in 0s;
}
.lg-backdrop.in {
  opacity: 1;
}
.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-container {
  display: none;
}
.lg-container.lg-show {
  display: block;
}
.lg-container.lg-dragging-vertical .lg-backdrop {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute;
}
.lg-inline .lg-backdrop {
  z-index: 1;
}
.lg-inline .lg-outer {
  z-index: 2;
}
.lg-inline .lg-maximize:after {
  content: "\e909";
}
.lg-components {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.35s ease-out 0s;
  -moz-transition: -moz-transform 0.35s ease-out 0s;
  -o-transition: -o-transform 0.35s ease-out 0s;
  transition: transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
@font-face {
  font-family: lg;
  src: url(../fonts/lg.woff2?io9a6k) format("woff2"), url(../fonts/lg.ttf?io9a6k) format("truetype"), url(../fonts/lg.woff?io9a6k) format("woff"), url(../fonts/lg.svg?io9a6k#lg) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
:root {
  --hb-color-light: #fff;
  --hb-color-dark: #000;
  --blue: #0f233f;
  --gold: #ac7823;
  --gold1: #e29b26;
  --gold2: #f4e4b6;
  --gold3: #d4af37;
  --gold4: #fbf7eb;
  --text-secondary: #4b5563;
  --border-highlight: #f3f4f6;
  --border-highlight1: #e9ecef;
  --acent: #f3f4f5;
  --bg-light: #f7f5f2;
  --bg-light1: #f8f9fa;
  --testimonial-bg: #fbfaf8;
  --hb-transition: all 0.2s linear;
  --hb-transformY: translateY(3px);
}
.hb-container {
  width: 100%;
  max-width: 1280px;
  padding-inline: 20px;
  box-sizing: border-box;
  margin-inline: auto;
}
.hb-btn {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 15px 30px;
  box-sizing: border-box;
  width: fit-content;
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: var(--gold1);
  transition: var(--hb-transition);
}
.hb-btn span {
  color: var(--blue);
  font-size: 16px;
  line-height: 100%;
}
.hb-btn svg {
  fill: var(--blue);
}
.hb-btn:hover {
  transform: var(--hb-transformY);
}
.hb-btn.hb-btn--secondary {
  color: var(--hb-color-light);
  border-color: var(--hb-color-light);
  background-color: transparent;
}
.hb-btn.hb-btn--secondary span {
  color: inherit;
}
.hb-btn.hb-btn--color1 {
  color: var(--gold);
  border-color: var(--gold);
  background-color: transparent;
}
.hb-btn.hb-btn--color1 span {
  color: inherit;
}
.hb-heading-underline {
  display: flex;
  width: fit-content;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}
.hb-heading-underline::after {
  content: '';
  display: inline-block;
  width: 40%;
  height: 1px;
  background: var(--gold);
}
.hb-heading-underline span {
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  color: var(--blue);
}
.hb-heading-underline.hb-heading-underline--start {
  align-items: flex-start;
}
.hb-heading-underline.hb-heading-underline--start::after {
  height: 4px;
  width: 74px;
}
.hb-heading-underline.hb-heading-underline--thin span {
  font-weight: 400;
  font-size: 32px;
}
.swiper-pagination-bullet {
  width: 11px;
  height: 11px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--gold);
}
.ba {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.12);
  box-shadow: 0 20px 45px rgba(12, 31, 58, 0.1);
  background: #000;
  position: relative;
  min-height: 320px;
  touch-action: none;
  /* critical for mobile drag */
  user-select: none;
  -webkit-user-select: none;
}
.ba img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
  pointer-events: none;
}
.ba .after {
  clip-path: inset(0 50% 0 0);
}
.ba .divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 0 0 1px rgba(12, 31, 58, 0.2);
  pointer-events: none;
}
.ba .handle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: rgba(12, 31, 58, 0.78);
  border: 1px solid rgba(200, 161, 74, 0.55);
  display: grid;
  place-items: center;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.22);
  pointer-events: none;
}
.ba .handle svg {
  width: 22px;
  height: 22px;
  color: rgba(255, 255, 255, 0.92);
}
.ba-controls input[type="range"] {
  width: 100%;
}
.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(200, 161, 74, 0.35);
  background: rgba(200, 161, 74, 0.1);
  color: rgba(15, 23, 42, 0.82);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.hb-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.hb-tags__tag {
  flex: 0 1 auto;
  background: rgba(212, 175, 55, 0.1);
  border-radius: 20px;
  padding: 5px 11px;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #d4af37;
}
@media (min-width: 767px) {
  #ast-hf-menu-1 {
    gap: 20px;
  }
}
#ast-hf-menu-1 li.menu-item {
  line-height: unset;
}
#ast-hf-menu-1 li.menu-item a,
#ast-hf-menu-1 li.menu-item a:visited {
  color: var(--hb-color-dark);
  font-family: var(--hb-font2);
}
#ast-hf-menu-1 li.menu-item a:hover {
  color: #3c3b3b;
}
#ast-hf-menu-1 li.hb-header-btn a {
  transition: var(--hb-transition);
}
#ast-hf-menu-1 li.hb-header-btn a,
#ast-hf-menu-1 li.hb-header-btn a:visited {
  font-size: 18px;
  color: var(--hb-color-light);
  padding: 14px 22px;
  box-sizing: border-box;
  border-radius: 25px;
  background: var(--hb-color1);
}
#ast-hf-menu-1 li.hb-header-btn a:hover {
  background: var(--hb-color1-hover);
}
#ast-hf-menu-1 a {
  height: unset;
}
.site-header {
  border-bottom: 1px solid var(--hb-border-1);
}
@media (min-width: 767px) {
  .site-primary-header-wrap {
    padding-block: 30px;
  }
}
@media (max-width: 767px) {
  #ast-hf-mobile-menu li.menu-item a.menu_link {
    color: var(--hb-color-light) !important;
  }
}
.hb-footer-heading {
  font-size: 18px;
  line-height: 150%;
  color: var(--hb-color-light);
  margin-top: 0;
  margin-bottom: 13px;
}
.hb-footer-list-icons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hb-footer-list-icons li,
.hb-footer-list-icons a,
.hb-footer-list-icons a:visited {
  font-size: 16px;
  line-height: 150%;
  color: #9ca3af;
}
.hb-footer-list-icons a:hover {
  color: var(--hb-color-light);
}
/* li spacing */
.hb-footer-list-icons .hb-icon-email,
.hb-footer-list-icons .hb-icon-phone,
.hb-footer-list-icons .hb-icon-location {
  position: relative;
  padding-left: 28px;
}
/* common pseudo icon */
.hb-footer-list-icons .hb-icon-email::before,
.hb-footer-list-icons .hb-icon-phone::before,
.hb-footer-list-icons .hb-icon-location::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  /* nicer vertical align than 50% for list items */
  width: 18px;
  height: 18px;
  display: block;
  background-color: #9CA3AF;
  /* IMPORTANT: the visible color */
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
.hb-footer-list-icons .hb-icon-email::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2018%2018%27%20fill%3D%27none%27%3E%3Cpath%20d%3D%27M16.5%205.25L9.75675%209.54525C9.52792%209.67816%209.268%209.74817%209.00338%209.74817C8.73875%209.74817%208.47883%209.67816%208.25%209.54525L1.5%205.25%27%20stroke%3D%27%23000%27%20stroke-width%3D%271.5%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27/%3E%3Cpath%20d%3D%27M15%203H3C2.17157%203%201.5%203.67157%201.5%204.5V13.5C1.5%2014.3284%202.17157%2015%203%2015H15C15.8284%2015%2016.5%2014.3284%2016.5%2013.5V4.5C16.5%203.67157%2015.8284%203%2015%203Z%27%20stroke%3D%27%23000%27%20stroke-width%3D%271.5%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2018%2018%27%20fill%3D%27none%27%3E%3Cpath%20d%3D%27M16.5%205.25L9.75675%209.54525C9.52792%209.67816%209.268%209.74817%209.00338%209.74817C8.73875%209.74817%208.47883%209.67816%208.25%209.54525L1.5%205.25%27%20stroke%3D%27%23000%27%20stroke-width%3D%271.5%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27/%3E%3Cpath%20d%3D%27M15%203H3C2.17157%203%201.5%203.67157%201.5%204.5V13.5C1.5%2014.3284%202.17157%2015%203%2015H15C15.8284%2015%2016.5%2014.3284%2016.5%2013.5V4.5C16.5%203.67157%2015.8284%203%2015%203Z%27%20stroke%3D%27%23000%27%20stroke-width%3D%271.5%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27/%3E%3C/svg%3E");
}
.hb-icon-phone::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2018%2018%27%20fill%3D%27none%27%3E%3Cpath%20d%3D%27M10.374%2012.426C10.5289%2012.4971%2010.7034%2012.5134%2010.8688%2012.4721C11.0341%2012.4308%2011.1805%2012.3344%2011.2838%2012.1987L11.55%2011.85C11.6897%2011.6637%2011.8709%2011.5125%2012.0792%2011.4084C12.2875%2011.3042%2012.5171%2011.25%2012.75%2011.25H15C15.3978%2011.25%2015.7794%2011.408%2016.0607%2011.6893C16.342%2011.9706%2016.5%2012.3522%2016.5%2012.75V15C16.5%2015.3978%2016.342%2015.7794%2016.0607%2016.0607C15.7794%2016.342%2015.3978%2016.5%2015%2016.5C11.4196%2016.5%207.9858%2015.0777%205.45406%2012.5459C2.92232%2010.0142%201.5%206.58042%201.5%203C1.5%202.60218%201.65804%202.22064%201.93934%201.93934C2.22064%201.65804%202.60218%201.5%203%201.5H5.25C5.64782%201.5%206.02936%201.65804%206.31066%201.93934C6.59196%202.22064%206.75%202.60218%206.75%203V5.25C6.75%205.48287%206.69578%205.71254%206.59164%205.92082C6.4875%206.1291%206.33629%206.31028%206.15%206.45L5.799%206.71325C5.66131%206.81838%205.56426%206.96794%205.52434%207.13651C5.48442%207.30509%205.50409%207.48228%205.58%207.638C6.60501%209.7199%208.29082%2011.4036%2010.374%2012.426Z%27%20stroke%3D%27%23000%27%20stroke-width%3D%271.5%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2018%2018%27%20fill%3D%27none%27%3E%3Cpath%20d%3D%27M10.374%2012.426C10.5289%2012.4971%2010.7034%2012.5134%2010.8688%2012.4721C11.0341%2012.4308%2011.1805%2012.3344%2011.2838%2012.1987L11.55%2011.85C11.6897%2011.6637%2011.8709%2011.5125%2012.0792%2011.4084C12.2875%2011.3042%2012.5171%2011.25%2012.75%2011.25H15C15.3978%2011.25%2015.7794%2011.408%2016.0607%2011.6893C16.342%2011.9706%2016.5%2012.3522%2016.5%2012.75V15C16.5%2015.3978%2016.342%2015.7794%2016.0607%2016.0607C15.7794%2016.342%2015.3978%2016.5%2015%2016.5C11.4196%2016.5%207.9858%2015.0777%205.45406%2012.5459C2.92232%2010.0142%201.5%206.58042%201.5%203C1.5%202.60218%201.65804%202.22064%201.93934%201.93934C2.22064%201.65804%202.60218%201.5%203%201.5H5.25C5.64782%201.5%206.02936%201.65804%206.31066%201.93934C6.59196%202.22064%206.75%202.60218%206.75%203V5.25C6.75%205.48287%206.69578%205.71254%206.59164%205.92082C6.4875%206.1291%206.33629%206.31028%206.15%206.45L5.799%206.71325C5.66131%206.81838%205.56426%206.96794%205.52434%207.13651C5.48442%207.30509%205.50409%207.48228%205.58%207.638C6.60501%209.7199%208.29082%2011.4036%2010.374%2012.426Z%27%20stroke%3D%27%23000%27%20stroke-width%3D%271.5%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27/%3E%3C/svg%3E");
}
.hb-footer-list-icons .hb-icon-location::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2018%2018%27%20fill%3D%27none%27%3E%3Cpath%20d%3D%27M9%2016.5C13.1421%2016.5%2016.5%2013.1421%2016.5%209C16.5%204.85786%2013.1421%201.5%209%201.5C4.85786%201.5%201.5%204.85786%201.5%209C1.5%2013.1421%204.85786%2016.5%209%2016.5Z%27%20stroke%3D%27%23000%27%20stroke-width%3D%271.5%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27/%3E%3Cpath%20d%3D%27M9%204.5V9L12%2010.5%27%20stroke%3D%27%23000%27%20stroke-width%3D%271.5%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2018%2018%27%20fill%3D%27none%27%3E%3Cpath%20d%3D%27M9%2016.5C13.1421%2016.5%2016.5%2013.1421%2016.5%209C16.5%204.85786%2013.1421%201.5%209%201.5C4.85786%201.5%201.5%204.85786%201.5%209C1.5%2013.1421%204.85786%2016.5%209%2016.5Z%27%20stroke%3D%27%23000%27%20stroke-width%3D%271.5%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27/%3E%3Cpath%20d%3D%27M9%204.5V9L12%2010.5%27%20stroke%3D%27%23000%27%20stroke-width%3D%271.5%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27/%3E%3C/svg%3E");
}
@media (max-width: 420px) {
  .widget.widget_block svg {
    width: 200px;
  }
}
@media (min-width: 767px) {
  .ast-builder-footer-grid-columns.site-above-footer-inner-wrap.ast-builder-grid-row {
    gap: 50px;
  }
}
@media (max-width: 1260px) {
  .ast-builder-footer-grid-columns.site-above-footer-inner-wrap.ast-builder-grid-row {
    padding-inline: 20px;
  }
}
@media (max-width: 767px) {
  .ast-builder-footer-grid-columns.site-above-footer-inner-wrap.ast-builder-grid-row {
    grid-template-columns: repeat(1, 1fr);
    box-sizing: border-box;
  }
}
.hb-hero {
  padding-block: 95px;
  position: relative;
}
@media (max-width: 767px) {
  .hb-hero {
    padding-block: 40px;
  }
}
.hb-hero__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hb-hero__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.hb-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(15, 35, 63, 0.85);
}
.hb-hero__content {
  position: relative;
  z-index: 3;
}
.hb-hero__content--centered {
  width: 100%;
  max-width: 630px;
  margin-inline: auto;
  text-align: center;
}
.hb-hero__content--centered .hb-hero__buttons {
  justify-content: center;
}
.hb-hero__text h1,
.hb-hero__text h2,
.hb-hero__text h3,
.hb-hero__text h4,
.hb-hero__text h5,
.hb-hero__text h6 {
  font-weight: 700;
  font-size: 40px;
  line-height: 150%;
  color: var(--hb-color-light);
  margin-top: 0;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .hb-hero__text h1,
  .hb-hero__text h2,
  .hb-hero__text h3,
  .hb-hero__text h4,
  .hb-hero__text h5,
  .hb-hero__text h6 {
    font-size: 35px;
  }
}
.hb-hero__text h1 strong,
.hb-hero__text h2 strong,
.hb-hero__text h3 strong,
.hb-hero__text h4 strong,
.hb-hero__text h5 strong,
.hb-hero__text h6 strong {
  font-weight: 700;
  color: var(--gold1);
}
.hb-hero__text p:not([class]) {
  font-size: 16px;
  line-height: 150%;
  color: var(--hb-color-light);
}
.hb-hero__pre-heading-text {
  font-weight: 300;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: var(--gold2);
}
.hb-hero__buttons {
  position: relative;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .hb-hero__buttons {
    gap: 15px;
  }
}
.hb-why-choose-us {
  padding-block: 50px;
  position: relative;
}
@media (max-width: 767px) {
  .hb-why-choose-us {
    padding-block: 30px;
  }
}
.hb-why-choose-us__background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hb-why-choose-us__background-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hb-why-choose-us__pre-heading-text {
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: var(--gold);
  position: relative;
  z-index: 2;
  margin: 0;
  margin-bottom: 7px;
}
.hb-why-choose-us__heading {
  text-align: center;
  width: fit-content;
  font-weight: 400;
  font-size: 32px;
  line-height: 150%;
  color: var(--blue);
  position: relative;
  z-index: 2;
  margin-inline: auto;
  margin-top: 0;
}
.hb-why-choose-us__holder {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .hb-why-choose-us__holder {
    margin-top: 20px;
  }
}
.hb-why-choose-us__item {
  flex: 0 1 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 17px;
  border-top: 2px solid var(--border-highlight);
  background-color: var(--hb-color-light);
  padding: 25px 10px 40px;
  box-sizing: border-box;
  text-align: center;
}
@media (max-width: 767px) {
  .hb-why-choose-us__item {
    flex-grow: 1;
  }
}
.hb-why-choose-us__icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--acent);
}
.hb-why-choose-us__text {
  margin: 0;
  font-size: 18px;
  line-height: 150%;
  color: var(--hb-color-dark);
}
.hb-services {
  padding-block: 50px;
}
@media (max-width: 767px) {
  .hb-services {
    padding-block: 30px;
  }
}
.hb-services__intro h1,
.hb-services__intro h2,
.hb-services__intro h3,
.hb-services__intro h4,
.hb-services__intro h5,
.hb-services__intro h6 {
  font-weight: 400;
  font-size: 32px;
  line-height: 150%;
  color: var(--blue);
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .hb-services__intro h1,
  .hb-services__intro h2,
  .hb-services__intro h3,
  .hb-services__intro h4,
  .hb-services__intro h5,
  .hb-services__intro h6 {
    margin-bottom: 20px;
  }
}
.hb-services__intro p {
  font-size: 18px;
  line-height: 150%;
  color: var(--hb-color-dark);
}
.hb-services__holder {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 767px) {
  .hb-services__holder {
    margin-top: 20px;
    gap: 20px;
    justify-content: center;
  }
}
.hb-services__item {
  flex: 0 1 375px;
  padding: 0 0 32px;
  box-sizing: border-box;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.25);
  background-color: var(--hb-color-light);
  border-radius: 8px;
  overflow: hidden;
}
.hb-services__image img {
  height: 210px;
  width: 100%;
  object-fit: cover;
}
.hb-services__text {
  padding: 16px 22px;
}
.hb-services__text h1,
.hb-services__text h2,
.hb-services__text h3,
.hb-services__text h4,
.hb-services__text h5,
.hb-services__text h6 {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  color: var(--blue);
  margin-bottom: 14px;
  margin-top: 0;
}
.hb-services__text p {
  font-size: 16px;
  line-height: 150%;
  color: var(--hb-color-dark);
}
.hb-services__btn {
  margin-left: 22px;
  padding: 12px 29px;
}
.hb-portfolio {
  background: var(--blue);
  padding-block: 70px;
}
@media (max-width: 767px) {
  .hb-portfolio {
    padding-block: 30px;
  }
}
.hb-portfolio__intro {
  text-align: center;
  color: var(--hb-color-light);
  font-weight: 700;
  font-size: 40px;
  line-height: 150%;
}
.hb-portfolio__swiper {
  margin-top: 60px;
}
.hb-portfolio__swiper .swiper-button-next::after,
.hb-portfolio__swiper .swiper-button-prev::after {
  display: none;
}
@media (max-width: 767px) {
  .hb-portfolio__swiper {
    margin-top: 30px;
  }
}
.hb-portfolio__swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  padding-bottom: 5px;
}
.hb-portfolio__swiper .swiper-slide img {
  height: 461px;
  width: 100%;
  object-fit: cover;
}
.hb-brands {
  padding-block: 50px;
}
@media (max-width: 767px) {
  .hb-brands {
    padding-block: 30px;
  }
}
.hb-brands__intro {
  font-weight: 400;
  font-size: 32px;
  line-height: 150%;
  text-align: center;
  color: var(--blue);
}
.hb-brands__swiper {
  margin-top: 40px;
  /*    width: 100%;
    max-width: 900px;
    margin-inline: auto;*/
}
@media (max-width: 767px) {
  .hb-brands__swiper {
    margin-top: 20px;
  }
}
.hb-brands__swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hb-brands__swiper .swiper-slide img {
  height: 75px;
  width: auto;
  object-fit: contain;
}
.hb-reviews-slider {
  position: relative;
  padding-block: 65px;
}
@media (max-width: 767px) {
  .hb-reviews-slider {
    padding-block: 30px;
  }
}
.hb-reviews-slider__background-image {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hb-reviews-slider__background-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hb-reviews-slider__intro {
  position: relative;
  z-index: 2;
  font-weight: 400;
  font-size: 32px;
  line-height: 150%;
  text-align: center;
  color: var(--blue);
}
.hb-reviews-slider__swiper {
  width: 100%;
  max-width: 791px;
  margin-inline: auto;
  position: relative;
  z-index: 2;
  margin-top: 34px;
  margin-bottom: 29px;
  padding-bottom: 35px;
}
.hb-reviews-slider__inner {
  background: #f8f9fa;
  padding: 20px 40px 15px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .hb-reviews-slider__inner {
    padding: 20px;
  }
}
.hb-reviews-slider__stars {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-bottom: 17px;
}
.hb-reviews-slider__text {
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--hb-color-dark);
}
.hb-reviews-slider__meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  text-align: center;
}
.hb-reviews-slider__author {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: var(--hb-color-dark);
}
.hb-reviews-slider__location {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--hb-color-dark);
  margin: 0;
}
.hb-reviews-slider .hb-btn {
  position: relative;
  z-index: 2;
  margin-inline: auto;
}
.hb-services-slider {
  padding-block: 50px;
}
@media (max-width: 767px) {
  .hb-services-slider {
    padding-block: 30px;
  }
}
.hb-services-slider__holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .hb-services-slider__holder {
    justify-content: center;
  }
}
.hb-services-slider__item--text {
  flex: 0 1 630px;
}
.hb-services-slider__text {
  font-size: 16px;
  line-height: 150%;
  color: var(--hb-color-dark);
  margin-block: 23px 40px;
}
.hb-services-slider__text p {
  font-size: 16px;
  line-height: 150%;
  color: var(--hb-color-dark);
}
.hb-services-slider__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.hb-services-slider__list-item {
  flex: 0 1 300px;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  align-items: flex-start;
}
.hb-services-slider__icon {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  overflow: hidden;
}
.hb-services-slider__description {
  flex: 1 1 auto;
  font-size: 16px;
  line-height: 150%;
  color: var(--hb-color-dark);
}
.hb-services-slider__item--slider {
  flex: 0 1 513px;
}
.hb-services-slider__item--slider .swiper {
  width: 100%;
  max-width: 513px;
  padding-bottom: 35px;
}
.hb-services-slider .swiper-button-next::after,
.hb-services-slider .swiper-button-prev::after {
  display: none;
}
.hb-services-slider__slide {
  width: 100%;
  max-width: 513px;
}
.hb-services-slider__slide img {
  width: 100%;
  height: 453px;
  object-fit: cover;
}
.hb-transformation {
  background: var(--blue);
  padding-block: 50px;
  color: var(--hb-color-light);
}
@media (max-width: 767px) {
  .hb-transformation {
    padding-block: 30px;
  }
}
.hb-transformation__intro h1,
.hb-transformation__intro h2,
.hb-transformation__intro h3,
.hb-transformation__intro h4,
.hb-transformation__intro h5,
.hb-transformation__intro h6 {
  font-weight: 700;
  font-size: 40px;
  line-height: 150%;
  margin-bottom: 33px;
  color: inherit;
}
@media (max-width: 767px) {
  .hb-transformation__intro h1,
  .hb-transformation__intro h2,
  .hb-transformation__intro h3,
  .hb-transformation__intro h4,
  .hb-transformation__intro h5,
  .hb-transformation__intro h6 {
    margin-bottom: 20px;
  }
}
.hb-transformation__intro p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: inherit;
}
.hb-transformation__holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px;
  margin-block: 55px;
}
@media (max-width: 767px) {
  .hb-transformation__holder {
    gap: 25px;
    justify-content: center;
    margin-block: 30px;
  }
}
.hb-transformation__item {
  flex: 1 1 557px;
}
.hb-transformation__outer p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: inherit;
}
.hb-transformation__gallery {
  margin-block: 55px;
  display: flex;
  flex-wrap: wrap;
  gap: 49px;
}
@media (max-width: 767px) {
  .hb-transformation__gallery {
    gap: 20px;
    justify-content: center;
  }
}
.hb-transformation__gallery-image {
  flex: 0 1 345px;
}
@media (max-width: 767px) {
  .hb-transformation__gallery-image {
    flex-grow: 1;
  }
}
.hb-transformation__gallery-image img {
  width: 100%;
  height: 267px;
  object-fit: cover;
  cursor: pointer;
}
@media (max-width: 767px) {
  .hb-transformation__gallery-image img {
    height: auto;
  }
}
.hb-gallery {
  padding-block: 50px;
}
@media (max-width: 767px) {
  .hb-gallery {
    padding-block: 30px;
  }
}
.hb-gallery__intro h1,
.hb-gallery__intro h2,
.hb-gallery__intro h3,
.hb-gallery__intro h4,
.hb-gallery__intro h5,
.hb-gallery__intro h6 {
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  color: var(--blue);
  margin-bottom: 21px;
}
.hb-gallery__intro p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--hb-color-dark);
}
.hb-gallery__holder {
  margin-top: 31px;
  display: flex;
  flex-wrap: wrap;
  gap: 49px;
}
@media (max-width: 767px) {
  .hb-gallery__holder {
    gap: 20px;
    justify-content: center;
  }
}
.hb-gallery__item {
  flex: 0 1 345px;
}
.hb-gallery__item img {
  width: 100%;
  height: 267px;
  object-fit: cover;
  cursor: pointer;
}
@media (max-width: 767px) {
  .hb-gallery__item {
    flex-grow: 1;
  }
}
.hb-cta {
  padding-block: 50px;
  background: var(--blue);
  color: var(--hb-color-light);
}
@media (max-width: 767px) {
  .hb-cta {
    padding-block: 30px;
  }
}
.hb-cta__text h1,
.hb-cta__text h2,
.hb-cta__text h3,
.hb-cta__text h4,
.hb-cta__text h5,
.hb-cta__text h6 {
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  color: inherit;
  margin-bottom: 17px;
}
.hb-cta__text h1 strong,
.hb-cta__text h2 strong,
.hb-cta__text h3 strong,
.hb-cta__text h4 strong,
.hb-cta__text h5 strong,
.hb-cta__text h6 strong {
  color: var(--gold1);
  font-weight: 700;
}
.hb-cta p {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: inherit;
}
.hb-cta .hb-btn {
  margin-top: 23px;
  margin-inline: auto;
}
.hb-cta2 {
  background-color: var(--hb-color-light);
  padding-block: 50px;
}
@media (max-width: 767px) {
  .hb-cta2 {
    padding-block: 30px;
  }
}
.hb-cta2__text h1,
.hb-cta2__text h2,
.hb-cta2__text h3,
.hb-cta2__text h4,
.hb-cta2__text h5,
.hb-cta2__text h6 {
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  color: var(--blue);
  margin-bottom: 25px;
}
.hb-cta2__text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: var(--hb-color-dark);
}
.hb-cta2__buttons {
  margin-top: 33px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
.hb-stats {
  padding-block: 50px;
}
@media (max-width: 767px) {
  .hb-stats {
    padding-block: 30px;
  }
}
.hb-stats__holder {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  justify-content: center;
}
@media (max-width: 767px) {
  .hb-stats__holder {
    gap: 20px;
  }
}
.hb-stats__item {
  flex: 0 1 auto;
}
.hb-stats__top {
  font-weight: 700;
  font-size: 40px;
  line-height: 150%;
  text-align: center;
  color: var(--gold);
}
.hb-stats__bottom {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--hb-color-dark);
}
.hb-reviews-list {
  padding-block: 50px;
  background: var(--bg-light1);
}
@media (max-width: 767px) {
  .hb-reviews-list {
    padding-block: 30px;
  }
}
.hb-reviews-list__heading .hb-heading-underline {
  margin-inline: auto;
}
.hb-reviews-list__description {
  color: var(--hb-color-dark);
}
.hb-reviews-list__holder {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .hb-reviews-list__holder {
    gap: 20px;
    margin-top: 20px;
  }
}
.hb-reviews-list__item {
  flex: 0 1 364px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.08);
  background-color: var(--hb-color-light);
  padding: 30px 22px;
  box-sizing: border-box;
}
.hb-reviews-list__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-bottom: 5px;
}
.hb-reviews-list__name {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: var(--blue);
}
.hb-reviews-list__rating {
  display: flex;
  gap: 2px;
}
.hb-reviews-list__location {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-bottom: 13px;
  color: var(--hb-color-dark);
}
.hb-reviews-list__tags {
  margin-bottom: 19px;
}
.hb-reviews-list__text {
  font-style: italic;
  font-weight: 400;
  font-size: 15px;
  line-height: 170%;
  color: var(--hb-color-dark);
}
.hb-reviews-list__reviews-from {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--hb-color-dark);
}
.hb-common-text {
  padding-block: 50px;
  background: var(--hb-color-light);
}
@media (max-width: 767px) {
  .hb-common-text {
    padding-block: 30px;
  }
}
.hb-common-text h1,
.hb-common-text h2,
.hb-common-text h3,
.hb-common-text h4,
.hb-common-text h5,
.hb-common-text h6 {
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  color: var(--blue);
}
.hb-common-text p {
  color: var(--hb-color-dark);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
.hb-projects-list {
  padding-block: 50px;
  background: var(--bg-light1);
}
@media (max-width: 767px) {
  .hb-projects-list {
    padding-block: 30px;
  }
}
.hb-projects-list__intro h1,
.hb-projects-list__intro h2,
.hb-projects-list__intro h3,
.hb-projects-list__intro h4,
.hb-projects-list__intro h5,
.hb-projects-list__intro h6 {
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  color: var(--blue);
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .hb-projects-list__intro h1,
  .hb-projects-list__intro h2,
  .hb-projects-list__intro h3,
  .hb-projects-list__intro h4,
  .hb-projects-list__intro h5,
  .hb-projects-list__intro h6 {
    margin-bottom: 15px;
  }
}
.hb-projects-list__intro p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--hb-color-dark);
}
.hb-projects-list__holder {
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 767px) {
  .hb-projects-list__holder {
    gap: 20px;
    justify-content: center;
  }
}
.hb-projects-list__item {
  flex: 0 1 390px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
  background: var(--hb-color-light);
  border-radius: 12px;
}
.hb-projects-list__image {
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  height: 274px;
  width: 100%;
}
.hb-projects-list__image img {
  height: 274px;
  width: 100%;
  object-fit: cover;
  cursor: pointer;
}
.hb-projects-list__content {
  padding: 18px 20px 25px;
  box-sizing: border-box;
}
.hb-projects-list__text h1,
.hb-projects-list__text h2,
.hb-projects-list__text h3,
.hb-projects-list__text h4,
.hb-projects-list__text h5,
.hb-projects-list__text h6 {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: var(--hb-color-dark);
  margin-bottom: 20px;
}
.hb-projects-list__text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--hb-color-dark);
}
.hb-projects-list__tags {
  margin-top: 20px;
}
.hb-transformations-list {
  padding-block: 50px;
  background: var(--hb-color-light);
}
@media (max-width: 767px) {
  .hb-transformations-list {
    padding-block: 30px;
  }
}
.hb-transformations-list__intro h1,
.hb-transformations-list__intro h2,
.hb-transformations-list__intro h3,
.hb-transformations-list__intro h4,
.hb-transformations-list__intro h5,
.hb-transformations-list__intro h6 {
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  color: var(--blue);
  margin-bottom: 25px;
}
.hb-transformations-list__intro p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--hb-color-dark);
}
.hb-transformations-list__holder {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.hb-transformations-list__item {
  flex: 0 1 608px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.08);
  background: var(--hb-color-light);
  padding: 30px 20px 20px;
  box-sizing: border-box;
}
.hb-transformations-list__heading {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: var(--blue);
}
.hb-transformations-list__location {
  margin-top: 5px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.hb-transformations-list__location span {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--hb-color-dark);
}
.hb-transformations-list__tags {
  margin-top: 13px;
}
.hb-transformations-list__description {
  margin-top: 28px;
}
.hb-transformations-list__description p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--hb-color-dark);
}
.hb-transformations-list .ba {
  width: 100%;
  height: 252px;
  margin-top: 27px;
}
.hb-about-info {
  padding-block: 50px;
}
@media (max-width: 767px) {
  .hb-about-info {
    padding-block: 30px;
  }
}
.hb-about-info__holder {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .hb-about-info__holder {
    gap: 20px;
    justify-content: center;
  }
}
.hb-about-info .hb-heading-underline {
  margin-bottom: 23px;
}
.hb-about-info__item--text {
  flex: 0 1 576px;
}
.hb-about-info__item--text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--hb-color-dark);
}
.hb-about-info__item-image {
  flex: 0 1 594px;
}
.hb-about-info__item-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.hb-core-values {
  padding-block: 50px;
  background: var(--acent);
}
@media (max-width: 767px) {
  .hb-core-values {
    padding-block: 30px;
  }
}
.hb-core-values__intro h1,
.hb-core-values__intro h2,
.hb-core-values__intro h3,
.hb-core-values__intro h4,
.hb-core-values__intro h5,
.hb-core-values__intro h6 {
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  text-align: center;
  color: var(--blue);
  margin-bottom: 25px;
}
.hb-core-values__intro p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: var(--hb-color-dark);
}
.hb-core-values__holder {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
@media (max-width: 767px) {
  .hb-core-values__holder {
    gap: 20px;
    justify-content: center;
    margin-top: 20px;
  }
}
.hb-core-values__item {
  flex: 0 1 364px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 22px;
  gap: 21px;
  box-sizing: border-box;
  border-radius: 12px;
}
.hb-core-values__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hb-core-values__text h1,
.hb-core-values__text h2,
.hb-core-values__text h3,
.hb-core-values__text h4,
.hb-core-values__text h5,
.hb-core-values__text h6 {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: var(--hb-color-dark);
  margin-bottom: 20px;
}
.hb-core-values__text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--hb-color-dark);
}
.hb-our-experience {
  position: relative;
  padding-block: 110px;
}
@media (max-width: 767px) {
  .hb-our-experience {
    padding-block: 50px;
  }
}
.hb-our-experience__image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hb-our-experience__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: table;
}
.hb-our-experience__overlay {
  position: absolute;
  z-index: 2;
  background: rgba(15, 35, 63, 0.85);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.hb-our-experience__text {
  width: 100%;
  max-width: 600px;
  margin-inline: auto;
  position: relative;
  z-index: 4;
}
.hb-our-experience__text h1,
.hb-our-experience__text h2,
.hb-our-experience__text h3,
.hb-our-experience__text h4,
.hb-our-experience__text h5,
.hb-our-experience__text h6 {
  font-weight: 700;
  font-size: 40px;
  line-height: 150%;
  color: var(--hb-color-light);
  margin-bottom: 10px;
}
.hb-our-experience__text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--hb-color-light);
}
.hb-our-experience__holder {
  position: relative;
  z-index: 4;
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}
@media (max-width: 767px) {
  .hb-our-experience__holder {
    gap: 20px;
  }
}
.hb-our-experience__item {
  flex: 0 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.hb-our-experience__highlight {
  font-weight: 700;
  font-size: 40px;
  line-height: 150%;
  text-align: center;
  color: var(--gold);
}
.hb-our-experience__desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--hb-color-light);
  text-align: center;
}
.hb-our-process {
  padding-block: 50px;
  background: var(--acent);
}
@media (max-width: 767px) {
  .hb-our-process {
    padding-block: 30px;
  }
}
.hb-our-process__intro h1,
.hb-our-process__intro h2,
.hb-our-process__intro h3,
.hb-our-process__intro h4,
.hb-our-process__intro h5,
.hb-our-process__intro h6 {
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  color: var(--blue);
  margin-bottom: 25px;
}
.hb-our-process__intro p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: var(--hb-color-dark);
}
.hb-our-process__holder {
  margin-top: 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 38px;
}
@media (max-width: 767px) {
  .hb-our-process__holder {
    margin-bottom: 20px;
  }
}
.hb-our-process__item {
  flex: 0 1 222px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 21px;
}
.hb-our-process__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 41px;
  height: 41px;
  background: var(--gold);
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: var(--hb-color-light);
  border-radius: 50%;
}
.hb-our-process__text h1,
.hb-our-process__text h2,
.hb-our-process__text h3,
.hb-our-process__text h4,
.hb-our-process__text h5,
.hb-our-process__text h6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: var(--hb-color-dark);
  margin-bottom: 21px;
}
.hb-our-process__text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: var(--hb-color-dark);
}
.hb-service-area {
  padding-block: 50px;
  background-color: var(--hb-color-light);
}
@media (max-width: 767px) {
  .hb-service-area {
    padding-block: 30px;
  }
}
.hb-service-area__intro h1,
.hb-service-area__intro h2,
.hb-service-area__intro h3,
.hb-service-area__intro h4,
.hb-service-area__intro h5,
.hb-service-area__intro h6 {
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  color: var(--blue);
  margin-bottom: 25px;
}
.hb-service-area__intro p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--hb-color-dark);
}
.hb-service-area__highlight {
  margin-top: 34px;
  width: 100%;
  max-width: 626px;
  margin-inline: auto;
  border-left: 2px solid var(--gold3);
  border-radius: 4px;
  padding: 30px 34px;
  box-sizing: border-box;
  background-color: var(--gold4);
}
.hb-service-area__highlight p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 150%;
  color: var(--hb-color-dark);
}
.hb-service-area__highlight p a {
  color: var(--gold);
  transition: all 0.3s ease;
}
.hb-service-area__highlight p a:hover {
  color: var(--gold1);
}
@media (max-width: 767px) {
  .hb-service-area__highlight {
    padding: 15px;
  }
}
.hb-contact-info {
  padding-block: 50px;
  background: var(--acent);
}
@media (max-width: 767px) {
  .hb-contact-info {
    padding-block: 30px;
  }
}
.hb-contact-info__holder {
  display: flex;
  flex-wrap: wrap;
  gap: 61px;
  justify-content: center;
}
@media (max-width: 767px) {
  .hb-contact-info__holder {
    gap: 20px;
  }
}
.hb-contact-info__item {
  flex: 0 1 588px;
  background-color: var(--hb-color-light);
}
.hb-contact-info__item--form {
  padding: 40px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .hb-contact-info__item--form {
    padding: 20px;
  }
}
.hb-contact-info__item--form h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  color: var(--hb-color-dark);
  margin-bottom: 37px;
}
.hb-contact-info__item--form input,
.hb-contact-info__item--form textarea,
.hb-contact-info__item--form select {
  width: 100% !important;
  display: block;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #eee !important;
  border-radius: 8px !important;
  margin-top: 7px;
}
.hb-contact-info__item--form br {
  display: none;
}
.hb-contact-info__item--form label {
  display: block;
  margin-block: 18px 7px;
  color: var(--hb-color-dark);
}
.hb-contact-info__item--form button[type="submit"] {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: var(--gold1);
  color: var(--blue);
  font-size: 16px;
  line-height: 100%;
}
.hb-contact-info__item--form button[type="submit"]:hover {
  background-color: var(--gold);
}
.hb-contact-info__item--text {
  padding: 40px 60px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 767px) {
  .hb-contact-info__item--text {
    padding: 20px;
    gap: 20px;
  }
}
.hb-contact-info__cell {
  display: flex;
  gap: 40px;
}
@media (max-width: 767px) {
  .hb-contact-info__cell {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.hb-contact-info__icon {
  flex: 0 0 64px;
}
.hb-contact-info__text {
  flex: 1 1 auto;
}
.hb-contact-info__text h1,
.hb-contact-info__text h2,
.hb-contact-info__text h3,
.hb-contact-info__text h4,
.hb-contact-info__text h5,
.hb-contact-info__text h6 {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: var(--hb-color-dark);
  margin-bottom: 16px;
}
.hb-contact-info__text p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--hb-color-dark);
}
.hb-contact-info__text p a {
  color: var(--gold);
}
.hb-areas-cover {
  padding-block: 50px;
  background-color: var(--hb-color-light);
}
@media (max-width: 767px) {
  .hb-areas-cover {
    padding-block: 30px;
  }
}
.hb-areas-cover__intro h1,
.hb-areas-cover__intro h2,
.hb-areas-cover__intro h3,
.hb-areas-cover__intro h4,
.hb-areas-cover__intro h5,
.hb-areas-cover__intro h6 {
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  color: var(--blue);
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .hb-areas-cover__intro h1,
  .hb-areas-cover__intro h2,
  .hb-areas-cover__intro h3,
  .hb-areas-cover__intro h4,
  .hb-areas-cover__intro h5,
  .hb-areas-cover__intro h6 {
    margin-bottom: 20px;
  }
}
.hb-areas-cover__intro p {
  font-size: 16px;
  line-height: 150%;
  color: var(--hb-color-dark);
}
.hb-areas-cover__holder {
  margin-top: 49px;
  display: flex;
  flex-wrap: wrap;
  gap: 38px;
  justify-content: center;
}
@media (max-width: 767px) {
  .hb-areas-cover__holder {
    margin-top: 25px;
  }
}
.hb-areas-cover__item {
  flex: 0 1 280px;
  padding: 60px 9px 50px;
  background: var(--border-highlight);
  border-radius: 4px;
}
.hb-areas-cover__item h1,
.hb-areas-cover__item h2,
.hb-areas-cover__item h3,
.hb-areas-cover__item h4,
.hb-areas-cover__item h5,
.hb-areas-cover__item h6 {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: var(--hb-color-dark);
  margin-bottom: 17px;
}
.hb-areas-cover__item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: var(--hb-color-dark);
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .hb-areas-cover__item {
    flex-grow: 1;
    padding: 20px;
  }
}
.hb-project-overview {
  padding-block: 50px;
  background-color: var(--hb-color-light);
}
@media (max-width: 767px) {
  .hb-project-overview {
    padding-block: 30px;
  }
}
.hb-project-overview__holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 767px) {
  .hb-project-overview__holder {
    justify-content: center;
  }
}
.hb-project-overview__item--text {
  flex: 0 1 778px;
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  color: #000;
}
.hb-project-overview__item--aside {
  flex: 0 1 380px;
  padding: 30px;
  box-sizing: border-box;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.08);
  background: var(--acent);
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.hb-project-overview__item--aside h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: var(--gold3);
  margin-top: 0;
  margin-bottom: 8px;
}
.hb-project-overview__item--aside p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 0;
  color: var(--hb-color-dark);
}
@media (max-width: 767px) {
  .hb-project-overview__item--aside {
    padding: 20px;
  }
}
.hb-project-overview__cell {
  padding-bottom: 8px;
}
.hb-project-overview__cell:not(:last-child) {
  border-bottom: 1px solid var(--border-highlight1);
}
/*# sourceMappingURL=all.css.map */