@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;800&display=swap");
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
  color: #ccc;
}
.fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled] {
  color: #888;
  cursor: default;
  outline: none;
}
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.text--red {
  color: #ec681b !important;
}

.bg--red {
  background: #ec681b !important;
}

.bg--dBlue {
  background: #0e82fd !important;
}

.text--dBlue {
  color: #0e82fd !important;
}

.text--black {
  color: #000 !important;
}

.text--laci {
  color: #003952 !important;
}

.site__breadcrumb::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  top: 0;
  opacity: 0.7;
}

body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}

a {
  text-decoration: none !important;
}

.site__btn {
  background: #ec681b !important;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  border-radius: 24px;
}
.site__btn:hover {
  color: #fff;
  opacity: 0.7;
}

.site__btn--white {
  background: #fff !important;
  color: #000;
  font-weight: bold;
}
.site__btn--white:hover {
  background: #000 !important;
  color: #fff !important;
}

.site__btn--blue {
  background: #003952 !important;
  color: #fff;
  font-weight: bold;
}
.site__btn--blue:hover {
  background: #000 !important;
  color: #fff !important;
}

.site__btn--black {
  background: #000 !important;
  color: #fff;
  font-weight: bold;
}
.site__btn--black:hover {
  background: #fff !important;
  color: #000 !important;
}

.swiper-pagination-bullet {
  width: 20px;
  background: #fff;
  opacity: 1;
  border-radius: 50%;
  border: 1px solid #fff;
  height: 20px;
}

.swiper-pagination-bullet-active {
  background: transparent;
}

@keyframes fullwidth {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes fullheight {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
.site__btn {
  padding: 0.5rem 1.5rem;
  transition: all 0.3s ease;
}
.site__btn--black:hover {
  background: #000;
  color: #fff !important;
}
.site__btn--red:hover {
  background: #fff !important;
  color: #ec681b !important;
}
.site__btn--red--alternative:hover {
  background: #000 !important;
  color: #fff !important;
}

.border--black {
  border: 3px solid #000;
}

.border-r-5 {
  border-radius: 5px;
}

.xzoom-thumbs {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
}
.xzoom-thumbs img {
  margin-left: 0;
  margin-bottom: 0;
  width: 60px;
  height: 60px;
}

.subscribe {
  border-radius: 0;
  background: #333333;
  color: #fff;
  margin-bottom: 7.5px;
}
.subscribe::-moz-placeholder {
  color: #fff;
}
.subscribe::placeholder {
  color: #fff;
}
.subscribe:focus {
  background: #333333;
  color: #fff;
}

.form-floating label {
  color: #fff;
}
.form-floating:focus label {
  color: #ec681b;
}

.cursor-pointer {
  cursor: pointer !important;
}

.hide {
  display: none !important;
}

.hover-opacity:hover {
  opacity: 0.7;
}

.text-2 {
  font-size: 2rem;
}

.text-3 {
  font-size: 3rem;
}

.pagination-referenceSlider {
  text-align: right;
  left: auto !important;
  right: 5rem;
  bottom: 0 !important;
}
.pagination-referenceSlider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-color: #000;
  background: #000;
}
.pagination-referenceSlider .swiper-pagination-bullet-active {
  background: transparent;
}

.info {
  position: relative;
}
.info__img__wrapper {
  position: absolute;
  top: 55%;
  left: 24%;
}
.info__img__wrapper__img {
  position: relative;
}
.info__img__wrapper__img img {
  position: relative;
}
.info__img__wrapper__img__play {
  position: absolute;
  top: 36%;
  left: 39%;
  cursor: pointer;
  z-index: 1;
}
.info__text {
  display: flex;
  gap: 2rem;
}
.info__text__links {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.info__text__links__shop {
  background: #222222;
  padding: 2rem;
  border-radius: 24px;
  height: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.info__text__links__shop img {
  width: 60px;
  height: auto;
  margin-bottom: 1rem;
}
.info__text__links__shop span {
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.info__text__links__shop a {
  text-align: center;
}
.info__text__links__catalog {
  background: #ec681b;
  border-radius: 24px;
  padding: 2rem;
  height: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.info__text__links__catalog img {
  width: 60px;
  height: auto;
  margin-bottom: 1rem;
}
.info__text__links__catalog span {
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.info__text__links__catalog a {
  text-align: center;
}
.info .info-img {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.info #info-2 {
  filter: grayscale(1);
  z-index: 1;
}

.map {
  max-height: 450px;
}
.map iframe {
  width: 100%;
  height: 450px;
}

.site__breadcrumb {
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
  border-bottom: 8px solid #ec681b;
}
.site__breadcrumb__wrapper {
  margin-top: 10rem !important;
}
.site__breadcrumb__title {
  font-weight: bold;
  z-index: 1;
}
.site__breadcrumb__nav {
  z-index: 1;
}
.site__breadcrumb ul {
  display: flex;
  list-style: none;
  padding-left: 0;
  flex-wrap: wrap;
  justify-content: center;
}
.site__breadcrumb ul li {
  padding-right: 0.5rem;
}
.site__breadcrumb ul li a {
  color: #fff;
  transition: #ec681b;
  display: inline-block;
}
.site__breadcrumb ul li a:hover {
  color: #ec681b;
}
.site__breadcrumb ul li::after {
  content: ">";
  padding-left: 0.5rem;
}
.site__breadcrumb ul li:last-child::after {
  content: "";
  color: #ec681b;
}

.sidebar__title {
  background: #000;
  margin-bottom: 0;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  padding: 1rem;
}
.sidebar__body {
  background: #eaeaea;
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 1rem 0;
}
.sidebar__body a {
  color: #000;
  font-weight: bold;
  padding: 0.25rem 0.75rem;
}
.sidebar__body a:hover {
  color: #ec681b;
}
.sidebar__body .active {
  position: relative;
}
.sidebar__body .active::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  background: #ec681b;
  left: 0;
  top: 0;
}

.content__title {
  font-weight: bold;
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
.content__title::before {
  content: "";
  position: absolute;
  right: -60px;
  bottom: 6px;
  background: #ec681b;
  width: 50px;
  height: 3px;
}
.content__hero img {
  float: left;
  padding-right: 1rem;
}
.content__hero p {
  font-size: 1.25rem;
}

.news {
  margin-top: 2rem;
  transition: all 0.3s ease;
}
.news:hover {
  transform: translateX(-10px);
}
.news__text {
  padding: 2rem 0;
}
.news__text__title {
  font-weight: bold;
}
.news__text__date {
  font-size: 90%;
}
.news__text__summary {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 2rem 0;
}
.news__text a {
  letter-spacing: 1px;
  font-weight: bold;
}

.pageTitle {
  position: relative;
}
.pageTitle::before {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  background: #ec681b;
  width: 50px;
  height: 3px;
  left: calc(52% - 50px);
}

.pageTitle__altern {
  position: relative;
  padding-left: 60px;
}
.pageTitle__altern::before {
  content: "";
  position: absolute;
  bottom: 17px;
  left: 0;
  background: #ec681b;
  width: 50px;
  height: 3px;
}

#accordion .card {
  border: 0;
}
#accordion .card .card-header {
  background: #000;
  color: #fff;
  font-weight: bold;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  padding: 0.5rem;
}
#accordion .card .card-header::after {
  content: "+";
  position: absolute;
  right: 1rem;
}
#accordion .card .card-header[aria-expanded=true]::after {
  content: "-";
  background: #ec681b;
}
#accordion .card .card-header[aria-expanded=true] {
  background: #ec681b;
}
#accordion .card .card-body {
  background: #f3f3f3;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#accordion .card .card-body ul {
  margin-bottom: 0;
}
#accordion .card .card-body ul li a {
  color: #000;
}

.products__color a {
  display: flex;
  margin-right: 2rem;
}
.products__color a div {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.products__color a span {
  padding-left: 0.5rem;
  color: #000;
  font-weight: bold;
}

.projects__box:hover .projects__box__detail {
  top: 0;
}
.projects__box__img {
  position: relative;
  overflow: hidden;
}
.projects__box__detail {
  position: absolute;
  top: 100%;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  justify-content: center;
}
.projects__box__detail::before {
  content: "";
  background: #ec681b;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
}
.projects__box__detail .position-relative {
  z-index: 1;
}
.projects__box__title {
  margin-top: 0.5rem;
}

.projectsSlide {
  padding-bottom: 2rem;
}
.projectsSlide .swiper-pagination-bullet {
  background: #ec681b;
  opacity: 1;
}
.projectsSlide .swiper-pagination-bullet-active {
  background: #6c757d;
}

.brandSlide .swiper-pagination-bullet {
  background: #ec681b;
  opacity: 1;
}
.brandSlide .swiper-pagination-bullet-active {
  background: #6c757d;
}
.brandSlide .swiper-slide {
  text-align: center;
}

.text {
  display: inline;
}
.text img {
  float: left;
  padding: 0 1rem 1rem 0;
  max-width: 100%;
  height: auto;
}

.brand-info {
  border-top: 8px solid #ec681b;
  padding-top: 2rem;
}

.pagination .page-link {
  background-color: #ec681b;
  color: #fff;
}

.accordion-button:not(.collapsed) {
  background: #ec681b;
}

.accordion-button {
  background: rgb(108, 117, 125);
  color: #fff !important;
  font-weight: bold;
  border-radius: 0 !important;
}

.accordion-button::after {
  background-image: url("../img/site/up.svg");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../img/site/up.svg");
}

.accordion-button:focus {
  border: 0;
  box-shadow: none;
}

.accordion-item {
  margin-bottom: 1rem;
}

.products {
  display: flex;
  background: #222222;
  margin-bottom: 5rem;
  display: flex;
  align-items: center;
  text-align: right;
  gap: 2rem;
}
.products-text {
  color: #fff;
}
.products .productSlide {
  position: relative;
  top: 4rem;
}
.products-arrow {
  display: flex;
  justify-content: flex-end;
  gap: 2rem;
}
.products-arrow div {
  font-size: 4rem;
}
.products-arrow div:hover {
  color: #ec681b;
  cursor: pointer;
}
.product {
  position: relative;
}
.product-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #ec681b;
  background: linear-gradient(0deg, #ec681b 0%, rgba(255, 255, 255, 0) 80%);
}
.product:hover .product-layer {
  background: linear-gradient(0deg, #000 0%, rgba(255, 255, 255, 0) 80%);
}
.product-text {
  position: absolute;
  bottom: 0rem;
  padding: 2rem;
  z-index: 10;
}
.product-text h3 {
  font-weight: bold;
  color: #fff;
}
.product-text p {
  color: #fff;
}

.swiper-loader {
  width: 0;
  height: 10px;
  background: #ec681b;
}

.services {
  position: relative;
}
.services-media {
  position: relative;
}
.services-media::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 33%, rgba(0, 0, 0, 0.231530112) 76%);
  transition: background 0.3s ease;
}
.services:hover .services-media::after {
  background: linear-gradient(0deg, #ec681b 33%, rgba(236, 104, 27, 0.231530112) 76%);
}
.services:hover .services-content {
  transform: translateY(-20px);
  transition: all 0.3s ease;
}
.services-content {
  position: absolute;
  bottom: 0;
  z-index: 1;
  padding: 2rem;
  color: #fff;
}
.services-content h3 {
  font-size: 1.35rem;
  font-weight: bold;
}
.services-content a {
  float: right;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  padding: 20px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
}

.gallery-item img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: #ec681b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-icon:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #fff;
  opacity: 0.5;
  margin-left: 5px;
}

.header {
  z-index: 50;
  top: 2rem;
  padding-left: 5rem;
  display: flex;
  align-items: center;
}
.header-menu {
  margin-top: -4rem;
}
.header-menu-list {
  display: flex;
  align-items: center;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-left: 2rem;
  padding-left: 1rem;
}
.header-menu-list li:hover {
  background: #ec681b;
}
.header-menu-list li:hover a {
  color: #000;
}
.header-menu-list li a {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  padding: 2.5rem 0.5rem;
  display: block;
}
.header-menu .has-menu {
  position: relative;
}
.header-menu .has-menu:hover .sub-menu {
  display: block;
}
.header-menu .has-menu:hover .sub-menu li {
  background: transparent;
}
.header-menu .has-menu:hover .sub-menu a {
  color: #fff;
}
.header-menu .has-menu:hover .grid-menu {
  display: grid;
}
.header-menu .sub-menu,
.header-menu .grid-menu {
  background: #222222;
  min-width: 20rem;
  position: absolute;
  right: 0;
  top: 100px;
  padding-left: 0;
  list-style: none;
  display: none;
}
.header-menu .sub-menu li,
.header-menu .grid-menu li {
  padding: 0rem;
}
.header-menu .sub-menu li a,
.header-menu .grid-menu li a {
  font-size: 1rem;
  text-transform: none;
  padding: 1rem;
  display: block;
}
.header-menu .sub-menu li a:hover,
.header-menu .grid-menu li a:hover {
  background: #ec681b;
}
.header-menu .grid-menu {
  min-width: 30rem;
  left: 0;
  right: auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.header-menu .grid-menu li {
  padding: 1rem;
}
.header-menu .grid-menu li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.header-menu .grid-menu li a img {
  width: 64px;
  height: auto;
}
.header-end {
  padding: 0 2rem;
  display: flex;
  align-items: center;
  gap: 4rem;
  margin-left: 2rem;
  margin-top: -4rem;
}
.header-end .language {
  position: relative;
}
.header-end .language:hover .language-list {
  display: flex;
}
.header-end .language a {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #fff;
  padding: 2rem 0;
}
.header-end .language-list {
  position: absolute;
  background: #ec681b;
  top: 4rem;
  display: none;
  flex-direction: column;
  right: 0;
}
.header-end .language-list a {
  padding: 0;
  padding: 0.5rem 2rem;
}
.header-end .language-list a:hover {
  background: #fff;
  color: #222222;
}
.header-end .online-shop {
  font-size: 1rem;
  color: #fff;
  font-weight: bold;
}

.home-icon:hover svg {
  stroke: #ec681b;
}

.footer {
  padding: 5rem 0;
  position: relative;
  color: #fff;
  background-size: cover;
  background-position: center;
}
.footer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.9;
}
.footer__about__box__img img {
  max-width: 15px;
  height: auto;
}
.footer__about__box__text {
  font-size: 80%;
}
.footer__about__box__text p {
  margin-bottom: 0;
}
.footer__about__box__text a {
  color: #fff;
}
.footer__about .footer--logo {
  max-width: 200px;
  margin-bottom: 2rem;
}
.footer__column {
  display: flex;
  flex-direction: column;
}
.footer__column h6 {
  margin-bottom: 1rem;
}
.footer__column ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.footer__column ul li {
  margin-top: 0.5rem;
}
.footer__column ul li a {
  color: #fff;
  transition: all 0.3s ease;
}
.footer__column ul li a:hover {
  color: #ec681b;
}

.copyright a {
  color: #fff;
  font-size: 0.8rem;
  padding: 0 0.5rem;
}
.copyright a:hover {
  opacity: 0.8;
}

.slide {
  height: 100vh;
  position: relative;
}
.slide__item {
  position: relative;
}
.slide__item::before {
  content: "";
  position: absolute;
  background: #000;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0.5;
  z-index: 1;
  right: 0;
}
.slide__item__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slide__item__img::before {
  content: "";
  position: absolute;
  background: #000;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0.7;
  z-index: 2;
  right: 0;
}
.slide__item__img img {
  max-width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.slide__item__text {
  position: relative;
  height: 100dvh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: left;
  z-index: 10;
}
.slide__item__text .text--first {
  color: #fff;
  position: relative;
  z-index: 1;
}
.slide__item__text .text--first::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ec681b;
  height: 20px;
  left: 0;
  z-index: -1;
}
.slide__item__text .text--second {
  color: #fff;
  font-weight: bold;
}
.slide .swiper-pagination {
  bottom: auto;
  top: 80%;
  left: 0%;
  width: 100%;
  text-align: center;
}
.slide .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  width: 80px;
  height: 10px;
  border: 0;
  border-radius: 0;
}
.slide .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ec681b;
  height: 20px;
}

.slider__scroll {
  position: absolute;
  bottom: -1px;
  z-index: 112;
  width: 100%;
  left: 0;
}

.slider__scroll img {
  max-width: 100%;
}

@media screen and (max-width: 1024px) {
  .swiper-pagination {
    left: 0 !important;
    text-align: center !important;
  }
  .swiper-pagination::before {
    display: none;
  }
  .swiper-pagination .swiper-pagination-bullet {
    width: 40px !important;
    height: 10px !important;
  }
  .slider__scroll {
    display: none;
  }
}
/* Mixin */
nav {
  padding: 1rem;
  display: flex;
  align-items: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* fade in checked menu */
}
nav .m-menu__checkbox {
  display: none;
}
nav label.m-menu__toggle {
  cursor: pointer;
}
nav .m-menu {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 450px;
  width: calc(100vw - 30px);
  height: 100%;
  transform: translate3d(-450px, 0, 0);
  transition: transform 0.35s;
  z-index: 900;
  overflow: hidden;
  background-color: #fff;
}
nav .m-menu__overlay {
  background-color: hsla(0, 0%, 40.4%, 0.5);
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  z-index: 1;
  display: none;
}
nav .m-menu__header {
  padding: 0 16px;
  height: 50px;
  display: flex;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
}
nav .m-menu__header span {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
nav .m-menu .m-menu {
  transform: translate3d(480px, 0, 0);
}
nav .m-menu ul {
  height: 100%;
  overflow-y: auto;
  list-style: none;
  padding-left: 0;
}
nav .m-menu ul li a, nav .m-menu ul li label {
  display: block;
  text-align: left;
  padding: 0 15px;
  line-height: 47px;
  text-decoration: none;
  color: #333;
  cursor: pointer;
  font-size: 1rem;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}
nav .m-menu ul li label.a-label__chevron::after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 10px;
  width: 10px;
  border-color: #333;
  border-style: solid;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
  top: 50%;
  margin-top: -5px;
  right: 16px;
}
nav .m-menu ul li .-invisible {
  border-bottom: 0;
}
nav .m-menu .m-menu label.m-menu__toggle {
  display: flex;
  border-bottom: 0;
  padding: 0;
  box-sizing: content-box;
}
nav .m-menu__checkbox:checked ~ .m-menu__overlay {
  display: block;
}
nav .m-menu__checkbox:checked ~ .m-menu {
  transform: translate3d(0, 0, 0);
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  html {
    overflow-x: hidden;
  }
  .header {
    display: none;
  }
  .header-wrapper-navbar {
    display: none;
  }
  .header-wrapper-right {
    display: none;
  }
  .slide {
    height: auto;
  }
  .slide__item__text {
    flex: 100%;
    max-width: 100%;
    right: 0;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem;
  }
  .slide__item__text .w-50 {
    width: 100% !important;
  }
  .slide-box {
    position: relative;
    top: 0;
    margin-top: 2rem;
  }
  .slide-box-item {
    margin-bottom: 2rem;
  }
  .slide-box-item-img {
    transform: none;
  }
  .slide .swiper-pagination {
    top: 50vh;
  }
  .slide__line {
    top: calc(90vh + 12px);
  }
  .slide .swiper-pagination {
    top: 90vh;
  }
  .social {
    top: 50%;
  }
  .collection {
    display: flex;
    flex-direction: column;
  }
  .info__text {
    padding: 2rem 15px;
    flex-direction: column;
  }
  .info__img {
    position: relative;
    max-width: 100%;
    flex: 100%;
  }
  .footer__column {
    margin-top: 2rem;
    align-items: flex-start;
  }
  .copyright .col-lg-6 p {
    text-align: center;
  }
  .copyright .col-lg-6 a {
    margin-top: 1rem;
    width: 100%;
    text-align: center;
  }
  .pageTitle,
  .pageTitle__altern {
    margin-top: 2rem;
  }
  .other--products {
    flex-direction: column;
  }
  .projects {
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
  }
  .text {
    display: flex;
    flex-direction: column;
  }
  .gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .products {
    flex-direction: column;
    padding: 2rem 0;
  }
  .products .productSlide {
    max-width: 100%;
    padding: 1rem;
    top: 0;
  }
}
@media screen and (min-width: 1025px) {
  .mobile-header {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */

.wrap-left{
	float:left;
	padding-right:30px;
	padding-bottom:30px;
}