.btn {
  border-width: 1px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: League Spartan;
}
.display-1 {
  font-family: 'League Spartan', sans-serif;
  font-size: 6rem;
  line-height: .8;
}
.display-1 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-2 {
  font-family: 'League Spartan', sans-serif;
  font-size: 3.5rem;
  line-height: 0.9;
}
.display-2 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.75rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2.1875rem;
}
.display-7 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( .8 * (2.75rem + (6 - 2.75) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 0.9 * (1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f0e226 !important;
}
.bg-success {
  background-color: #6c6c6c !important;
}
.bg-info {
  background-color: #e4e3dc !important;
}
.bg-warning {
  background-color: #f08026 !important;
}
.bg-danger {
  background-color: #f02b26 !important;
}
.btn-primary {
  border-color: #161401;
}
.btn-primary,
.btn-primary:active {
  background-color: #f0e226 !important;
  border-color: #161401 !important;
  color: #161401 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #f3e856 !important;
  border-color: #161401 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #161401 !important;
  background-color: #f3e856 !important;
  border-color: #f3e856 !important;
}
.btn-secondary {
  border-color: #050601;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #abe224 !important;
  border-color: #050601 !important;
  color: #050601 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #bce851 !important;
  border-color: #050601 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #050601 !important;
  background-color: #bce851 !important;
  border-color: #bce851 !important;
}
.btn-info {
  border-color: #6d6a54;
}
.btn-info,
.btn-info:active {
  background-color: #e4e3dc !important;
  border-color: #6d6a54 !important;
  color: #6d6a54 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #fafaf9 !important;
  border-color: #6d6a54 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #6d6a54 !important;
  background-color: #fafaf9 !important;
  border-color: #fafaf9 !important;
}
.btn-success {
  border-color: #ffffff;
}
.btn-success,
.btn-success:active {
  background-color: #6c6c6c !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #868686 !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #868686 !important;
  border-color: #868686 !important;
}
.btn-warning {
  border-color: #ffffff;
}
.btn-warning,
.btn-warning:active {
  background-color: #f08026 !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #f39c56 !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f39c56 !important;
  border-color: #f39c56 !important;
}
.btn-danger {
  border-color: #ffffff;
}
.btn-danger,
.btn-danger:active {
  background-color: #f02b26 !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #f35a56 !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f35a56 !important;
  border-color: #f35a56 !important;
}
.btn-white {
  border-color: #808080;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #808080 !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #808080 !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  border-color: #ffffff;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-primary-outline {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.btn-primary-outline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #f0e226;
  opacity: .2;
}
.btn-primary-outline::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  background-color: #f0e226;
  opacity: .25;
  transition: all .3s ease;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f0e226;
  color: #f0e226;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #f0e226 !important;
  box-shadow: none !important;
}
.btn-primary-outline:hover::after,
.btn-primary-outline:focus::after,
.btn-primary-outline.focus::after,
.btn-primary-outline.active::after {
  width: 100%;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #f0e226 !important;
  background-color: #f0e226 !important;
  border-color: #f0e226 !important;
}
.btn-secondary-outline {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.btn-secondary-outline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #abe224;
  opacity: .2;
}
.btn-secondary-outline::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  background-color: #abe224;
  opacity: .25;
  transition: all .3s ease;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #abe224;
  color: #abe224;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #abe224 !important;
  box-shadow: none !important;
}
.btn-secondary-outline:hover::after,
.btn-secondary-outline:focus::after,
.btn-secondary-outline.focus::after,
.btn-secondary-outline.active::after {
  width: 100%;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #abe224 !important;
  background-color: #abe224 !important;
  border-color: #abe224 !important;
}
.btn-info-outline {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.btn-info-outline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #e4e3dc;
  opacity: .2;
}
.btn-info-outline::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  background-color: #e4e3dc;
  opacity: .25;
  transition: all .3s ease;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #e4e3dc;
  color: #e4e3dc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #504e3e !important;
  background-color: transparent !important;
  border-color: #e4e3dc !important;
  box-shadow: none !important;
}
.btn-info-outline:hover::after,
.btn-info-outline:focus::after,
.btn-info-outline.focus::after,
.btn-info-outline.active::after {
  width: 100%;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #e4e3dc !important;
  background-color: #e4e3dc !important;
  border-color: #e4e3dc !important;
}
.btn-success-outline {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.btn-success-outline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #6c6c6c;
  opacity: .2;
}
.btn-success-outline::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  background-color: #6c6c6c;
  opacity: .25;
  transition: all .3s ease;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #6c6c6c;
  color: #6c6c6c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: transparent !important;
  border-color: #6c6c6c !important;
  box-shadow: none !important;
}
.btn-success-outline:hover::after,
.btn-success-outline:focus::after,
.btn-success-outline.focus::after,
.btn-success-outline.active::after {
  width: 100%;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #6c6c6c !important;
  background-color: #6c6c6c !important;
  border-color: #6c6c6c !important;
}
.btn-warning-outline {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.btn-warning-outline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #f08026;
  opacity: .2;
}
.btn-warning-outline::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  background-color: #f08026;
  opacity: .25;
  transition: all .3s ease;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f08026;
  color: #f08026;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: transparent !important;
  border-color: #f08026 !important;
  box-shadow: none !important;
}
.btn-warning-outline:hover::after,
.btn-warning-outline:focus::after,
.btn-warning-outline.focus::after,
.btn-warning-outline.active::after {
  width: 100%;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #f08026 !important;
  background-color: #f08026 !important;
  border-color: #f08026 !important;
}
.btn-danger-outline {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.btn-danger-outline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #f02b26;
  opacity: .2;
}
.btn-danger-outline::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  background-color: #f02b26;
  opacity: .25;
  transition: all .3s ease;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f02b26;
  color: #f02b26;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: transparent !important;
  border-color: #f02b26 !important;
  box-shadow: none !important;
}
.btn-danger-outline:hover::after,
.btn-danger-outline:focus::after,
.btn-danger-outline.focus::after,
.btn-danger-outline.active::after {
  width: 100%;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #f02b26 !important;
  background-color: #f02b26 !important;
  border-color: #f02b26 !important;
}
.btn-black-outline {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.btn-black-outline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #000000;
  opacity: .2;
}
.btn-black-outline::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  background-color: #000000;
  opacity: .25;
  transition: all .3s ease;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline:hover::after,
.btn-black-outline:focus::after,
.btn-black-outline.focus::after,
.btn-black-outline.active::after {
  width: 100%;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #000000 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.btn-white-outline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #ffffff;
  opacity: .2;
}
.btn-white-outline::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  background-color: #ffffff;
  opacity: .25;
  transition: all .3s ease;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #666666 !important;
  background-color: transparent !important;
  border-color: #ffffff !important;
  box-shadow: none !important;
}
.btn-white-outline:hover::after,
.btn-white-outline:focus::after,
.btn-white-outline.focus::after,
.btn-white-outline.active::after {
  width: 100%;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #f0e226 !important;
}
.text-secondary {
  color: #abe224 !important;
}
.text-success {
  color: #6c6c6c !important;
}
.text-info {
  color: #e4e3dc !important;
}
.text-warning {
  color: #f08026 !important;
}
.text-danger {
  color: #f02b26 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #a59a0b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #6a8d13 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #393939 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #b8b5a2 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a5500b !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a50f0b !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #f0e226;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e4e3dc;
}
.alert-warning {
  background-color: #f08026;
}
.alert-danger {
  background-color: #f02b26;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f0e226;
  border-color: #f0e226;
  color: #2d2a03;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 0 !important;
  font-weight: 700;
}
a,
a:hover {
  color: #f0e226;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdfce5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #acacac;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fdf0e5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fde5e5;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
  border-radius: 0 !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #f0e226 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #f0e226;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f0e226;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f0e226;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f0e226;
  border-bottom-color: #f0e226;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #f0e226 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #abe224 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23f0e226' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  font-weight: 400;
  padding: 13px 24px;
  border-radius: 1rem !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  border-radius: 0 !important;
}
.mbr-section-btn .btn span {
  line-height: 1.4;
  font-weight: 400;
  font-size: inherit;
}
.mbr-section-btn .btn .mbr-iconfont {
  margin-left: 6px;
  font-size: 18px !important;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn .btn-primary-outline.focus,
.mbr-section-btn .btn-primary-outline.active {
  color: #ffffff !important;
}
.mbr-section-btn .btn-white-outline {
  border-color: #ffffff !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-white-outline::before {
  background-color: #ffffff !important;
}
.mbr-section-btn .btn-white-outline::after {
  background-color: #ffffff !important;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn .btn-white-outline.focus,
.mbr-section-btn .btn-white-outline.active {
  color: #ffffff !important;
  border-color: #ffffff !important;
}
.mbr-section-btn .btn-black-outline {
  border-color: #000000 !important;
  color: #000000 !important;
}
.mbr-section-btn .btn-black-outline::before {
  background-color: #000000 !important;
}
.mbr-section-btn .btn-black-outline::after {
  background-color: #000000 !important;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn .btn-black-outline.focus,
.mbr-section-btn .btn-black-outline.active {
  color: #ffffff !important;
  border-color: #000000 !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.small-radius,
.dropdown-item {
  border-radius: 8px !important;
  border-radius: 0 !important;
}
.item-number::before,
.item-date::before,
.nav.nav-tabs .nav-item .nav-link::before,
.item-wrap::before,
.item-label::before {
  border-radius: 1rem !important;
  border-radius: 0 !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vrg20iPneK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-vrg20iPneK nav.navbar {
  position: fixed;
}
.cid-vrg20iPneK .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vrg20iPneK .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vrg20iPneK .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vrg20iPneK .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vrg20iPneK .dropdown-item {
  border: none !important;
  background: #101012 !important;
  font-weight: 400;
}
.cid-vrg20iPneK .dropdown-item:hover,
.cid-vrg20iPneK .dropdown-item:focus {
  background: #101012 !important;
  color: #f0e226 !important;
}
.cid-vrg20iPneK .dropdown-item:hover span {
  color: white;
}
.cid-vrg20iPneK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vrg20iPneK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vrg20iPneK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vrg20iPneK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vrg20iPneK .nav-link {
  position: relative;
}
.cid-vrg20iPneK .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-vrg20iPneK .container {
    flex-wrap: nowrap;
  }
}
.cid-vrg20iPneK .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vrg20iPneK .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vrg20iPneK .dropdown-menu,
.cid-vrg20iPneK .navbar.opened {
  background: #101012 !important;
}
.cid-vrg20iPneK .nav-item:focus,
.cid-vrg20iPneK .nav-link:focus {
  outline: none;
}
.cid-vrg20iPneK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vrg20iPneK .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vrg20iPneK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vrg20iPneK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vrg20iPneK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vrg20iPneK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vrg20iPneK .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #101012;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(30px);
}
.cid-vrg20iPneK .navbar.opened {
  transition: all 0.3s;
}
.cid-vrg20iPneK .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vrg20iPneK .navbar .navbar-logo {
  margin-right: 8px;
}
.cid-vrg20iPneK .navbar .navbar-logo img {
  width: auto;
}
.cid-vrg20iPneK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vrg20iPneK .navbar.collapsed {
  justify-content: center;
}
.cid-vrg20iPneK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vrg20iPneK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vrg20iPneK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-vrg20iPneK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vrg20iPneK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vrg20iPneK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 50%;
}
.cid-vrg20iPneK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vrg20iPneK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vrg20iPneK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vrg20iPneK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vrg20iPneK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vrg20iPneK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vrg20iPneK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vrg20iPneK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: -0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 50%;
  }
  .cid-vrg20iPneK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vrg20iPneK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vrg20iPneK .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vrg20iPneK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vrg20iPneK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vrg20iPneK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vrg20iPneK .navbar.navbar-short {
  min-height: 80px;
}
.cid-vrg20iPneK .navbar.navbar-short .navbar-brand {
  min-height: 80px;
}
.cid-vrg20iPneK .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vrg20iPneK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
  font-size: 150%;
}
@media (max-width: 992px) {
  .cid-vrg20iPneK .navbar-brand .navbar-caption {
    line-height: 1.5;
  }
}
.cid-vrg20iPneK .navbar-brand .navbar-caption:hover,
.cid-vrg20iPneK .navbar-brand .navbar-caption:focus {
  color: #f0e226 !important;
}
.cid-vrg20iPneK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vrg20iPneK .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vrg20iPneK .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #f0e226 !important;
}
.cid-vrg20iPneK .dropdown-item.active,
.cid-vrg20iPneK .dropdown-item:active {
  background-color: transparent;
}
.cid-vrg20iPneK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vrg20iPneK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vrg20iPneK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vrg20iPneK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #101012;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vrg20iPneK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vrg20iPneK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vrg20iPneK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vrg20iPneK ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vrg20iPneK ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vrg20iPneK .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vrg20iPneK .navbar-buttons {
    text-align: left;
  }
}
.cid-vrg20iPneK .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vrg20iPneK .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vrg20iPneK button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #101012 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vrg20iPneK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #f0e226;
}
.cid-vrg20iPneK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vrg20iPneK button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vrg20iPneK button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vrg20iPneK button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vrg20iPneK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vrg20iPneK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vrg20iPneK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vrg20iPneK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vrg20iPneK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vrg20iPneK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vrg20iPneK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vrg20iPneK .navbar {
    height: 80px;
  }
  .cid-vrg20iPneK .navbar.opened {
    height: auto;
  }
  .cid-vrg20iPneK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vrg20iPneK .navbar-nav {
  width: 100%;
  justify-content: space-around;
}
.cid-vrg20iPneK .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vrg20iPneK .nav-item .nav-link {
  padding: 10px 20px !important;
  margin: 0 10px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vrg20iPneK .nav-item .nav-link {
    margin: 0 !important;
  }
}
.cid-vrg20iPneK .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vrg20iPneK .nav-item .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #f0e226;
  transition: .3s all ease;
  background-color: transparent;
}
.cid-vrg20iPneK .nav-item .nav-link:hover,
.cid-vrg20iPneK .nav-item .nav-link:focus {
  background-color: transparent;
  color: #f0e226 !important;
}
.cid-vrg20iPneK .nav-item .nav-link:hover::after,
.cid-vrg20iPneK .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vrg20iPneK .nav-item .nav-link:hover::before,
.cid-vrg20iPneK .nav-item .nav-link:focus::before {
  background-color: #f0e226;
}
.cid-vrg20iPneK .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vrg20iPneK .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vrg20iPneK .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vrg20iPneK .navbar {
    justify-content: flex-start !important;
  }
  .cid-vrg20iPneK .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vrg20iPneK .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vrg20iPneK .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vrg20iPneK .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vrg20iPneK .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vrg20iPneK .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vrg20iPneK .content-wrap {
  min-height: 80px;
}
.cid-vrg20COA5P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  align-items: flex-end;
  position: relative;
  background-image: url("../../../assets/images/screenshot-64-1274x679.jpg");
}
.cid-vrg20COA5P .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(60deg, #000000 40%, transparent 50%, #000000 80%);
  pointer-events: none;
}
.cid-vrg20COA5P .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrg20COA5P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrg20COA5P .card_2 {
  justify-content: flex-start;
}
.cid-vrg20COA5P .content-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 150px;
}
@media (max-width: 992px) {
  .cid-vrg20COA5P .content-wrapper {
    padding-top: 0;
  }
}
.cid-vrg20COA5P .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vrg20COA5P .content-wrapper .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vrg20COA5P .content-wrapper .label-wrapper .label-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  border: 1px;
  gap: 6px;
  border-right: 1px solid #f0e226;
  border-left: 1px solid #f0e226;
}
.cid-vrg20COA5P .content-wrapper .label-wrapper .label-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #28282f;
  opacity: .3;
}
.cid-vrg20COA5P .content-wrapper .label-wrapper .label-wrap .marker-wrap {
  display: inline-flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  border: 1px solid #f0e226;
  margin-bottom: 3px;
}
.cid-vrg20COA5P .content-wrapper .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vrg20COA5P .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vrg20COA5P .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vrg20COA5P .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-top: 20px;
  }
}
.cid-vrg20COA5P .content-wrap {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vrg20COA5P .content-wrap {
    width: 100%;
    margin-top: 40px;
  }
}
.cid-vrg20COA5P .content-wrap .mbr-section-btn {
  margin-bottom: -9.6px;
}
.cid-vrg20COA5P .content-wrap .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-vrg20COA5P .mbr-label {
  color: #f0e226;
}
.cid-vrg20COA5P .mbr-section-title {
  color: #f0e226;
}
.cid-vrg20COA5P .mbr-text {
  color: #b3b2ae;
}
.cid-vrg20COA5P .mbr-desc {
  color: #e4e3dc;
}
.cid-vrg20COA5P .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vrg20COA5P .mbr-section-btn {
    text-align: left;
  }
}
.cid-vrg21ZXVSK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #101012;
  overflow: hidden;
  position: relative;
}
.cid-vrg21ZXVSK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrg21ZXVSK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrg21ZXVSK .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-vrg21ZXVSK .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px dashed #28282f;
  pointer-events: none;
}
.cid-vrg21ZXVSK .content-wrapper .border_1 {
  left: 0;
}
.cid-vrg21ZXVSK .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-vrg21ZXVSK .content-wrapper .border_2 {
    display: none;
  }
}
.cid-vrg21ZXVSK .content-wrapper .border_3 {
  left: 50%;
}
.cid-vrg21ZXVSK .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-vrg21ZXVSK .content-wrapper .border_4 {
    display: none;
  }
}
.cid-vrg21ZXVSK .content-wrapper .border_5 {
  left: 100%;
}
.cid-vrg21ZXVSK .items-wrapper {
  margin: 0;
}
.cid-vrg21ZXVSK .items-wrapper .card {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-vrg21ZXVSK .title-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vrg21ZXVSK .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-vrg21ZXVSK .label-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vrg21ZXVSK .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vrg21ZXVSK .label-wrapper .label-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  border: 1px;
  gap: 6px;
  border-right: 1px solid #f0e226;
  border-left: 1px solid #f0e226;
}
.cid-vrg21ZXVSK .label-wrapper .label-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #28282f;
  opacity: .3;
}
.cid-vrg21ZXVSK .label-wrapper .label-wrap .marker-wrap {
  display: inline-flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  border: 1px solid #f0e226;
  margin-bottom: 3px;
}
.cid-vrg21ZXVSK .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vrg21ZXVSK .mbr-section-title {
  margin-bottom: 0;
  color: #e4e3dc;
}
.cid-vrg21ZXVSK .image-wrapper {
  margin-left: 1px;
}
.cid-vrg21ZXVSK .image-wrapper img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vrg21ZXVSK .image-wrapper img {
    height: 300px;
    margin-bottom: 40px;
  }
}
.cid-vrg21ZXVSK .content-wrap {
  padding: 0 56px;
}
@media (max-width: 1440px) {
  .cid-vrg21ZXVSK .content-wrap {
    padding: 0 32px;
  }
}
@media (max-width: 992px) {
  .cid-vrg21ZXVSK .content-wrap {
    padding: 0;
  }
}
.cid-vrg21ZXVSK .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vrg21ZXVSK .content-wrap .mbr-section-btn {
  margin-bottom: -9.6px;
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-vrg21ZXVSK .content-wrap .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-vrg21ZXVSK .mbr-label {
  color: #f0e226;
}
.cid-vrg21ZXVSK .mbr-text {
  color: #b3b2ae;
}
.cid-vrg23KU4DI {
  flex-direction: column;
  justify-content: space-between;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  background-image: url("../../../assets/images/screenshot-66-1089x725.jpg");
}
.cid-vrg23KU4DI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrg23KU4DI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrg23KU4DI .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vrg23KU4DI .content-wrapper .label-wrapper {
  margin-bottom: 24px;
}
.cid-vrg23KU4DI .content-wrapper .label-wrapper .label-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  border: 1px;
  gap: 6px;
  border-right: 1px solid #f0e226;
  border-left: 1px solid #f0e226;
}
.cid-vrg23KU4DI .content-wrapper .label-wrapper .label-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #28282f;
  opacity: .3;
}
.cid-vrg23KU4DI .content-wrapper .label-wrapper .label-wrap .marker-wrap {
  display: inline-flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  border: 1px solid #f0e226;
  margin-bottom: 3px;
}
.cid-vrg23KU4DI .content-wrapper .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vrg23KU4DI .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vrg23KU4DI .text-wrapper .mbr-text {
  margin-top: 24px;
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vrg23KU4DI .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vrg23KU4DI .mbr-section-btn {
  margin-top: 16px;
  margin-bottom: -9.6px;
}
.cid-vrg23KU4DI .mbr-label {
  color: #f0e226;
}
.cid-vrg23KU4DI .mbr-section-title {
  color: #e4e3dc;
}
.cid-vrg23KU4DI .mbr-text {
  color: #e4e3dc;
}
.cid-vrg28ECTBO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #101012;
  overflow: hidden;
  position: relative;
}
.cid-vrg28ECTBO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrg28ECTBO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrg28ECTBO .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-vrg28ECTBO .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px dashed #28282f;
  pointer-events: none;
}
.cid-vrg28ECTBO .content-wrapper .border_1 {
  left: 0;
}
.cid-vrg28ECTBO .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-vrg28ECTBO .content-wrapper .border_2 {
    display: none;
  }
}
.cid-vrg28ECTBO .content-wrapper .border_3 {
  left: 50%;
}
.cid-vrg28ECTBO .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-vrg28ECTBO .content-wrapper .border_4 {
    display: none;
  }
}
.cid-vrg28ECTBO .content-wrapper .border_5 {
  left: 100%;
}
.cid-vrg28ECTBO .title-wrapper {
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .cid-vrg28ECTBO .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vrg28ECTBO .title-wrapper .card {
  position: relative;
  justify-content: flex-end;
  z-index: 2;
  padding: 0;
}
.cid-vrg28ECTBO .title-wrapper .title-wrap {
  padding-right: 16px;
}
@media (max-width: 992px) {
  .cid-vrg28ECTBO .title-wrapper .title-wrap {
    padding-right: 0;
  }
}
.cid-vrg28ECTBO .title-wrapper .label-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vrg28ECTBO .title-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vrg28ECTBO .title-wrapper .label-wrapper .label-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  border: 1px;
  gap: 6px;
  border-right: 1px solid #f0e226;
  border-left: 1px solid #f0e226;
}
.cid-vrg28ECTBO .title-wrapper .label-wrapper .label-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #28282f;
  opacity: .3;
}
.cid-vrg28ECTBO .title-wrapper .label-wrapper .label-wrap .marker-wrap {
  display: inline-flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  border: 1px solid #f0e226;
  margin-bottom: 3px;
}
.cid-vrg28ECTBO .title-wrapper .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vrg28ECTBO .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vrg28ECTBO .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .cid-vrg28ECTBO .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vrg28ECTBO .title-wrapper .mbr-section-btn {
  margin-top: 16px;
  margin-bottom: -9.6px;
}
.cid-vrg28ECTBO .items-wrapper {
  margin: 0;
}
.cid-vrg28ECTBO .items-wrapper .card {
  padding: 0;
}
.cid-vrg28ECTBO .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 1px;
  margin-left: 1px;
}
@media (max-width: 992px) {
  .cid-vrg28ECTBO .items-wrap {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.cid-vrg28ECTBO .item {
  z-index: 2;
}
.cid-vrg28ECTBO .item .item-wrapper {
  height: 100%;
  background-color: #161617;
  border-bottom: 1px solid #353535;
  transition: all .3s ease;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vrg28ECTBO .item .item-wrapper {
    margin: 0 1px;
  }
}
.cid-vrg28ECTBO .item .item-wrapper .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 420px;
}
@media (max-width: 992px) {
  .cid-vrg28ECTBO .item .item-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-vrg28ECTBO .item .item-wrapper .image-wrapper:hover .mbr-section-btn,
.cid-vrg28ECTBO .item .item-wrapper .image-wrapper:focus .mbr-section-btn {
  opacity: 1;
}
.cid-vrg28ECTBO .item .item-wrapper .image-wrapper:hover .item-img img,
.cid-vrg28ECTBO .item .item-wrapper .image-wrapper:focus .item-img img {
  opacity: .2;
}
.cid-vrg28ECTBO .item .item-wrapper .image-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease;
  border-radius: 0 !important;
}
.cid-vrg28ECTBO .item .item-wrapper .image-wrapper .mbr-section-btn {
  opacity: 0;
  transition: all .3s ease;
}
.cid-vrg28ECTBO .item .item-wrapper .card-box {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-vrg28ECTBO .item .item-wrapper .card-box {
    padding: 20px 16px;
  }
}
.cid-vrg28ECTBO .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vrg28ECTBO .item .item-wrapper .card-box .item-title {
    margin-bottom: 12px;
  }
}
.cid-vrg28ECTBO .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vrg28ECTBO .mbr-label {
  color: #f0e226;
}
.cid-vrg28ECTBO .mbr-section-title {
  color: #e4e3dc;
}
.cid-vrg28ECTBO .mbr-text {
  color: #b3b2ae;
}
.cid-vrg28ECTBO .item-title {
  color: #e4e3dc;
}
.cid-vrg28ECTBO .item-text {
  color: #b3b2ae;
}
.cid-vrg2bBvvOn {
  flex-direction: column;
  justify-content: space-between;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  background-image: url("../../../assets/images/screenshot-68-1095x721.jpg");
}
.cid-vrg2bBvvOn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrg2bBvvOn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrg2bBvvOn .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vrg2bBvvOn .content-wrapper .label-wrapper {
  margin-bottom: 24px;
}
.cid-vrg2bBvvOn .content-wrapper .label-wrapper .label-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  border: 1px;
  gap: 6px;
  border-right: 1px solid #f0e226;
  border-left: 1px solid #f0e226;
}
.cid-vrg2bBvvOn .content-wrapper .label-wrapper .label-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #28282f;
  opacity: .3;
}
.cid-vrg2bBvvOn .content-wrapper .label-wrapper .label-wrap .marker-wrap {
  display: inline-flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  border: 1px solid #f0e226;
  margin-bottom: 3px;
}
.cid-vrg2bBvvOn .content-wrapper .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vrg2bBvvOn .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vrg2bBvvOn .text-wrapper .mbr-text {
  margin-top: 24px;
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vrg2bBvvOn .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vrg2bBvvOn .mbr-section-btn {
  margin-top: 16px;
  margin-bottom: -9.6px;
}
.cid-vrg2bBvvOn .mbr-label {
  color: #f0e226;
}
.cid-vrg2bBvvOn .mbr-section-title {
  color: #e4e3dc;
}
.cid-vrg2bBvvOn .mbr-text {
  color: #e4e3dc;
}
.cid-vrg5dknLjV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #101012;
  overflow: hidden;
  position: relative;
}
.cid-vrg5dknLjV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrg5dknLjV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrg5dknLjV .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-vrg5dknLjV .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px dashed #28282f;
  pointer-events: none;
  z-index: 1;
}
.cid-vrg5dknLjV .content-wrapper .border_1 {
  left: 0;
}
.cid-vrg5dknLjV .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-vrg5dknLjV .content-wrapper .border_2 {
    display: none;
  }
}
.cid-vrg5dknLjV .content-wrapper .border_3 {
  left: 50%;
}
.cid-vrg5dknLjV .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-vrg5dknLjV .content-wrapper .border_4 {
    display: none;
  }
}
.cid-vrg5dknLjV .content-wrapper .border_5 {
  left: 100%;
}
.cid-vrg5dknLjV .title-wrapper {
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .cid-vrg5dknLjV .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vrg5dknLjV .title-wrapper .card {
  position: relative;
  z-index: 2;
  padding: 0;
}
.cid-vrg5dknLjV .title-wrapper .label-wrapper {
  padding-right: 16px;
}
@media (max-width: 992px) {
  .cid-vrg5dknLjV .title-wrapper .label-wrapper {
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.cid-vrg5dknLjV .title-wrapper .label-wrapper .label-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  border: 1px;
  gap: 6px;
  border-right: 1px solid #f0e226;
  border-left: 1px solid #f0e226;
}
.cid-vrg5dknLjV .title-wrapper .label-wrapper .label-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #28282f;
  opacity: .3;
}
.cid-vrg5dknLjV .title-wrapper .label-wrapper .label-wrap .marker-wrap {
  display: inline-flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  border: 1px solid #f0e226;
  margin-bottom: 3px;
}
.cid-vrg5dknLjV .title-wrapper .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vrg5dknLjV .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vrg5dknLjV .items-wrapper {
  margin: 0;
}
.cid-vrg5dknLjV .items-wrapper .item {
  padding: 0;
}
.cid-vrg5dknLjV .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vrg5dknLjV .item {
    margin-bottom: 16px;
    z-index: 2;
  }
  .cid-vrg5dknLjV .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vrg5dknLjV .item:hover .item-wrapper .item-img::before,
.cid-vrg5dknLjV .item:focus .item-wrapper .item-img::before {
  opacity: 0.5;
}
.cid-vrg5dknLjV .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  height: 100%;
  background-color: #161617;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
}
@media (max-width: 992px) {
  .cid-vrg5dknLjV .item .item-wrapper {
    margin: 0 1px;
    padding: 20px 16px;
  }
}
.cid-vrg5dknLjV .item .item-wrapper .item-img {
  overflow: hidden;
  position: relative;
  margin-bottom: 12px;
  will-change: transform;
}
@media (max-width: 992px) {
  .cid-vrg5dknLjV .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-vrg5dknLjV .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-image: linear-gradient(transparent 75%, #101012);
  will-change: transform;
  transition: all .3s ease;
}
.cid-vrg5dknLjV .item .item-wrapper .item-img img {
  width: 100%;
  height: 245px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vrg5dknLjV .item .item-wrapper .item-img img {
    width: 300px;
  }
}
.cid-vrg5dknLjV .item .item-wrapper .card-box .item-name {
  margin-bottom: 8px;
}
.cid-vrg5dknLjV .item .item-wrapper .card-box .item-role {
  margin-bottom: 0;
}
.cid-vrg5dknLjV .item .item-wrapper .card-box .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
  margin-bottom: -9.8px;
}
.cid-vrg5dknLjV .item .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
}
.cid-vrg5dknLjV .mbr-label {
  color: #f0e226;
}
.cid-vrg5dknLjV .mbr-section-title {
  color: #e4e3dc;
}
.cid-vrg5dknLjV .item-name {
  color: #e4e3dc;
}
.cid-vrg5dknLjV .item-role {
  color: #b3b2ae;
}
.cid-vrg2knpAq5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #101012;
  overflow: hidden;
  position: relative;
}
.cid-vrg2knpAq5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrg2knpAq5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrg2knpAq5 .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-vrg2knpAq5 .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px dashed #28282f;
  pointer-events: none;
}
.cid-vrg2knpAq5 .content-wrapper .border_1 {
  left: 0;
}
.cid-vrg2knpAq5 .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-vrg2knpAq5 .content-wrapper .border_2 {
    display: none;
  }
}
.cid-vrg2knpAq5 .content-wrapper .border_3 {
  left: 50%;
}
.cid-vrg2knpAq5 .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-vrg2knpAq5 .content-wrapper .border_4 {
    display: none;
  }
}
.cid-vrg2knpAq5 .content-wrapper .border_5 {
  left: 100%;
}
.cid-vrg2knpAq5 .title-wrapper {
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .cid-vrg2knpAq5 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vrg2knpAq5 .title-wrapper .card {
  position: relative;
  z-index: 2;
  padding: 0;
}
.cid-vrg2knpAq5 .title-wrapper .label-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vrg2knpAq5 .title-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vrg2knpAq5 .title-wrapper .label-wrapper .label-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  border: 1px;
  gap: 6px;
  border-right: 1px solid #f0e226;
  border-left: 1px solid #f0e226;
}
.cid-vrg2knpAq5 .title-wrapper .label-wrapper .label-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #28282f;
  opacity: .3;
}
.cid-vrg2knpAq5 .title-wrapper .label-wrapper .label-wrap .marker-wrap {
  display: inline-flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  border: 1px solid #f0e226;
  margin-bottom: 3px;
}
.cid-vrg2knpAq5 .title-wrapper .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vrg2knpAq5 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vrg2knpAq5 .items-wrapper {
  margin: 0;
}
.cid-vrg2knpAq5 .items-wrapper .card {
  padding: 0;
}
.cid-vrg2knpAq5 .form-wrap {
  padding: 40px;
  background-color: #161617;
  margin-left: 1px;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
}
@media (max-width: 992px) {
  .cid-vrg2knpAq5 .form-wrap {
    padding: 20px 16px;
  }
}
.cid-vrg2knpAq5 .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vrg2knpAq5 .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vrg2knpAq5 .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 12px;
}
.cid-vrg2knpAq5 .form-wrap .dragArea.row .form-group .form-control {
  padding: 14px 16px;
  background-color: #101012;
  border: none !important;
  border-left: 1px solid transparent !important;
  box-shadow: none;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vrg2knpAq5 .form-wrap .dragArea.row .form-group .form-control {
    margin-bottom: 20px;
  }
}
.cid-vrg2knpAq5 .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #b3b2ae;
}
.cid-vrg2knpAq5 .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vrg2knpAq5 .form-wrap .dragArea.row .form-group .form-control:focus {
  border-left: 1px solid #f0e226 !important;
}
.cid-vrg2knpAq5 .form-wrap .dragArea.row .form-group textarea {
  min-height: 125px;
}
.cid-vrg2knpAq5 .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vrg2knpAq5 .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #f0e226;
  border-color: #f0e226;
}
.cid-vrg2knpAq5 .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-vrg2knpAq5 .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vrg2knpAq5 .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  min-height: auto;
}
.cid-vrg2knpAq5 .mbr-label {
  color: #f0e226;
}
.cid-vrg2knpAq5 .mbr-section-title {
  color: #e4e3dc;
}
.cid-vrg2knpAq5 label {
  color: #e4e3dc;
}
.cid-vrg2lc8udw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #101012;
  overflow: hidden;
  position: relative;
}
.cid-vrg2lc8udw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrg2lc8udw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrg2lc8udw .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-vrg2lc8udw .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px dashed #28282f;
  pointer-events: none;
}
.cid-vrg2lc8udw .content-wrapper .border_1 {
  left: 0;
}
.cid-vrg2lc8udw .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-vrg2lc8udw .content-wrapper .border_2 {
    display: none;
  }
}
.cid-vrg2lc8udw .content-wrapper .border_3 {
  left: 50%;
}
.cid-vrg2lc8udw .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-vrg2lc8udw .content-wrapper .border_4 {
    display: none;
  }
}
.cid-vrg2lc8udw .content-wrapper .border_5 {
  left: 100%;
}
.cid-vrg2lc8udw .items-wrapper {
  margin: 0;
}
.cid-vrg2lc8udw .items-wrapper .card {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-vrg2lc8udw .title-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vrg2lc8udw .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-vrg2lc8udw .label-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vrg2lc8udw .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vrg2lc8udw .label-wrapper .label-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  border: 1px;
  gap: 6px;
  border-right: 1px solid #f0e226;
  border-left: 1px solid #f0e226;
}
.cid-vrg2lc8udw .label-wrapper .label-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #28282f;
  opacity: .3;
}
.cid-vrg2lc8udw .label-wrapper .label-wrap .marker-wrap {
  display: inline-flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  border: 1px solid #f0e226;
  margin-bottom: 3px;
}
.cid-vrg2lc8udw .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vrg2lc8udw .mbr-section-title {
  margin-bottom: 0;
  color: #e4e3dc;
}
.cid-vrg2lc8udw .content-wrap {
  margin-left: 1px;
}
.cid-vrg2lc8udw .content-wrap .google-map iframe {
  height: 400px;
}
@media (max-width: 992px) {
  .cid-vrg2lc8udw .content-wrap .google-map iframe {
    height: 300px;
  }
}
.cid-vrg2lc8udw .mbr-label {
  color: #f0e226;
}
.cid-vrg2lc8udw .mbr-text {
  color: #b3b2ae;
}
.cid-vrg2luwR3h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #101012;
  overflow: hidden;
  position: relative;
}
.cid-vrg2luwR3h .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrg2luwR3h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrg2luwR3h .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-vrg2luwR3h .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px dashed #28282f;
  pointer-events: none;
}
.cid-vrg2luwR3h .content-wrapper .border_1 {
  left: 0;
}
.cid-vrg2luwR3h .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-vrg2luwR3h .content-wrapper .border_2 {
    display: none;
  }
}
.cid-vrg2luwR3h .content-wrapper .border_3 {
  left: 50%;
}
.cid-vrg2luwR3h .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-vrg2luwR3h .content-wrapper .border_4 {
    display: none;
  }
}
.cid-vrg2luwR3h .content-wrapper .border_5 {
  left: 100%;
}
.cid-vrg2luwR3h .title-wrapper {
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .cid-vrg2luwR3h .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vrg2luwR3h .title-wrapper .card {
  position: relative;
  z-index: 2;
  padding: 0;
}
.cid-vrg2luwR3h .title-wrapper .label-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vrg2luwR3h .title-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vrg2luwR3h .title-wrapper .label-wrapper .label-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  border: 1px;
  gap: 6px;
  border-right: 1px solid #f0e226;
  border-left: 1px solid #f0e226;
}
.cid-vrg2luwR3h .title-wrapper .label-wrapper .label-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #28282f;
  opacity: .3;
}
.cid-vrg2luwR3h .title-wrapper .label-wrapper .label-wrap .marker-wrap {
  display: inline-flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  border: 1px solid #f0e226;
  margin-bottom: 3px;
}
.cid-vrg2luwR3h .title-wrapper .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vrg2luwR3h .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vrg2luwR3h .items-wrapper {
  margin: 0;
}
.cid-vrg2luwR3h .items-wrapper .card {
  padding: 0;
}
.cid-vrg2luwR3h .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 20px;
  margin-left: 1px;
}
@media (max-width: 992px) {
  .cid-vrg2luwR3h .items-wrap {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.cid-vrg2luwR3h .item {
  z-index: 2;
}
.cid-vrg2luwR3h .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  height: 100%;
  background-color: #161617;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
}
@media (max-width: 992px) {
  .cid-vrg2luwR3h .item .item-wrapper {
    margin: 0 1px;
    padding: 20px 16px;
  }
}
.cid-vrg2luwR3h .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vrg2luwR3h .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vrg2luwR3h .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 48px;
  height: 48px;
  display: inline-flex;
  font-size: 48px;
}
.cid-vrg2luwR3h .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vrg2luwR3h .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vrg2luwR3h .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
  margin-bottom: -9.8px;
}
.cid-vrg2luwR3h .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-vrg2luwR3h .btn-wrapper {
  margin-top: -1.5rem;
}
.cid-vrg2luwR3h .mbr-label {
  color: #f0e226;
}
.cid-vrg2luwR3h .mbr-section-title {
  color: #e4e3dc;
}
.cid-vrg2luwR3h .item-title {
  color: #e4e3dc;
}
.cid-vrg2luwR3h .item-label {
  color: #ffffff;
}
.cid-vrg2luwR3h .item-text {
  color: #ffffff;
}
.cid-vrg2luwR3h .item-price {
  color: #e4e3dc;
}
.cid-vrg2luwR3h .item-list-title {
  color: #b3b2ae;
}
.cid-vrg2luwR3h .list {
  color: #e4e3dc;
}
.cid-vrg2mwhmnX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #101012;
}
.cid-vrg2mwhmnX .mbr-text {
  color: #ffffff;
}
.cid-vrg2mwhmnX .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-vrg20iPneK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-vrg20iPneK nav.navbar {
  position: fixed;
}
.cid-vrg20iPneK .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vrg20iPneK .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vrg20iPneK .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vrg20iPneK .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vrg20iPneK .dropdown-item {
  border: none !important;
  background: #101012 !important;
  font-weight: 400;
}
.cid-vrg20iPneK .dropdown-item:hover,
.cid-vrg20iPneK .dropdown-item:focus {
  background: #101012 !important;
  color: #f0e226 !important;
}
.cid-vrg20iPneK .dropdown-item:hover span {
  color: white;
}
.cid-vrg20iPneK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vrg20iPneK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vrg20iPneK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vrg20iPneK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vrg20iPneK .nav-link {
  position: relative;
}
.cid-vrg20iPneK .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-vrg20iPneK .container {
    flex-wrap: nowrap;
  }
}
.cid-vrg20iPneK .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vrg20iPneK .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vrg20iPneK .dropdown-menu,
.cid-vrg20iPneK .navbar.opened {
  background: #101012 !important;
}
.cid-vrg20iPneK .nav-item:focus,
.cid-vrg20iPneK .nav-link:focus {
  outline: none;
}
.cid-vrg20iPneK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vrg20iPneK .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vrg20iPneK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vrg20iPneK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vrg20iPneK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vrg20iPneK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vrg20iPneK .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #101012;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(30px);
}
.cid-vrg20iPneK .navbar.opened {
  transition: all 0.3s;
}
.cid-vrg20iPneK .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vrg20iPneK .navbar .navbar-logo {
  margin-right: 8px;
}
.cid-vrg20iPneK .navbar .navbar-logo img {
  width: auto;
}
.cid-vrg20iPneK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vrg20iPneK .navbar.collapsed {
  justify-content: center;
}
.cid-vrg20iPneK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vrg20iPneK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vrg20iPneK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-vrg20iPneK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vrg20iPneK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vrg20iPneK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 50%;
}
.cid-vrg20iPneK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vrg20iPneK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vrg20iPneK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vrg20iPneK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vrg20iPneK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vrg20iPneK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vrg20iPneK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vrg20iPneK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: -0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 50%;
  }
  .cid-vrg20iPneK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vrg20iPneK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vrg20iPneK .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vrg20iPneK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vrg20iPneK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vrg20iPneK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vrg20iPneK .navbar.navbar-short {
  min-height: 80px;
}
.cid-vrg20iPneK .navbar.navbar-short .navbar-brand {
  min-height: 80px;
}
.cid-vrg20iPneK .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vrg20iPneK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
  font-size: 150%;
}
@media (max-width: 992px) {
  .cid-vrg20iPneK .navbar-brand .navbar-caption {
    line-height: 1.5;
  }
}
.cid-vrg20iPneK .navbar-brand .navbar-caption:hover,
.cid-vrg20iPneK .navbar-brand .navbar-caption:focus {
  color: #f0e226 !important;
}
.cid-vrg20iPneK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vrg20iPneK .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vrg20iPneK .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #f0e226 !important;
}
.cid-vrg20iPneK .dropdown-item.active,
.cid-vrg20iPneK .dropdown-item:active {
  background-color: transparent;
}
.cid-vrg20iPneK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vrg20iPneK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vrg20iPneK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vrg20iPneK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #101012;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vrg20iPneK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vrg20iPneK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vrg20iPneK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vrg20iPneK ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vrg20iPneK ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vrg20iPneK .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vrg20iPneK .navbar-buttons {
    text-align: left;
  }
}
.cid-vrg20iPneK .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vrg20iPneK .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vrg20iPneK button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #101012 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vrg20iPneK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #f0e226;
}
.cid-vrg20iPneK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vrg20iPneK button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vrg20iPneK button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vrg20iPneK button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vrg20iPneK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vrg20iPneK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vrg20iPneK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vrg20iPneK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vrg20iPneK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vrg20iPneK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vrg20iPneK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vrg20iPneK .navbar {
    height: 80px;
  }
  .cid-vrg20iPneK .navbar.opened {
    height: auto;
  }
  .cid-vrg20iPneK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vrg20iPneK .navbar-nav {
  width: 100%;
  justify-content: space-around;
}
.cid-vrg20iPneK .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vrg20iPneK .nav-item .nav-link {
  padding: 10px 20px !important;
  margin: 0 10px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vrg20iPneK .nav-item .nav-link {
    margin: 0 !important;
  }
}
.cid-vrg20iPneK .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vrg20iPneK .nav-item .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #f0e226;
  transition: .3s all ease;
  background-color: transparent;
}
.cid-vrg20iPneK .nav-item .nav-link:hover,
.cid-vrg20iPneK .nav-item .nav-link:focus {
  background-color: transparent;
  color: #f0e226 !important;
}
.cid-vrg20iPneK .nav-item .nav-link:hover::after,
.cid-vrg20iPneK .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vrg20iPneK .nav-item .nav-link:hover::before,
.cid-vrg20iPneK .nav-item .nav-link:focus::before {
  background-color: #f0e226;
}
.cid-vrg20iPneK .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vrg20iPneK .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vrg20iPneK .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vrg20iPneK .navbar {
    justify-content: flex-start !important;
  }
  .cid-vrg20iPneK .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vrg20iPneK .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vrg20iPneK .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vrg20iPneK .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vrg20iPneK .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vrg20iPneK .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vrg20iPneK .content-wrap {
  min-height: 80px;
}
.cid-vrg2LIG0jA {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vrg2LIG0jA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrg2LIG0jA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrg2LIG0jA .mbr-section-subtitle {
  text-align: justify;
  color: #000000;
}
.cid-vrg2LIG0jA .mbr-section-title {
  color: #000000;
}
.cid-vrg2mwhmnX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #101012;
}
.cid-vrg2mwhmnX .mbr-text {
  color: #ffffff;
}
.cid-vrg2mwhmnX .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-vrg3eLVTOO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-vrg3eLVTOO nav.navbar {
  position: fixed;
}
.cid-vrg3eLVTOO .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vrg3eLVTOO .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vrg3eLVTOO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vrg3eLVTOO .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vrg3eLVTOO .dropdown-item {
  border: none !important;
  background: #101012 !important;
  font-weight: 400;
}
.cid-vrg3eLVTOO .dropdown-item:hover,
.cid-vrg3eLVTOO .dropdown-item:focus {
  background: #101012 !important;
  color: #f0e226 !important;
}
.cid-vrg3eLVTOO .dropdown-item:hover span {
  color: white;
}
.cid-vrg3eLVTOO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vrg3eLVTOO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vrg3eLVTOO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vrg3eLVTOO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vrg3eLVTOO .nav-link {
  position: relative;
}
.cid-vrg3eLVTOO .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-vrg3eLVTOO .container {
    flex-wrap: nowrap;
  }
}
.cid-vrg3eLVTOO .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vrg3eLVTOO .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vrg3eLVTOO .dropdown-menu,
.cid-vrg3eLVTOO .navbar.opened {
  background: #101012 !important;
}
.cid-vrg3eLVTOO .nav-item:focus,
.cid-vrg3eLVTOO .nav-link:focus {
  outline: none;
}
.cid-vrg3eLVTOO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vrg3eLVTOO .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vrg3eLVTOO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vrg3eLVTOO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vrg3eLVTOO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vrg3eLVTOO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vrg3eLVTOO .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #101012;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(30px);
}
.cid-vrg3eLVTOO .navbar.opened {
  transition: all 0.3s;
}
.cid-vrg3eLVTOO .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vrg3eLVTOO .navbar .navbar-logo {
  margin-right: 8px;
}
.cid-vrg3eLVTOO .navbar .navbar-logo img {
  width: auto;
}
.cid-vrg3eLVTOO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vrg3eLVTOO .navbar.collapsed {
  justify-content: center;
}
.cid-vrg3eLVTOO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vrg3eLVTOO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vrg3eLVTOO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-vrg3eLVTOO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vrg3eLVTOO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vrg3eLVTOO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 50%;
}
.cid-vrg3eLVTOO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vrg3eLVTOO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vrg3eLVTOO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vrg3eLVTOO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vrg3eLVTOO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vrg3eLVTOO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vrg3eLVTOO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vrg3eLVTOO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: -0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 50%;
  }
  .cid-vrg3eLVTOO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vrg3eLVTOO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vrg3eLVTOO .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vrg3eLVTOO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vrg3eLVTOO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vrg3eLVTOO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vrg3eLVTOO .navbar.navbar-short {
  min-height: 80px;
}
.cid-vrg3eLVTOO .navbar.navbar-short .navbar-brand {
  min-height: 80px;
}
.cid-vrg3eLVTOO .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vrg3eLVTOO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
  font-size: 150%;
}
@media (max-width: 992px) {
  .cid-vrg3eLVTOO .navbar-brand .navbar-caption {
    line-height: 1.5;
  }
}
.cid-vrg3eLVTOO .navbar-brand .navbar-caption:hover,
.cid-vrg3eLVTOO .navbar-brand .navbar-caption:focus {
  color: #f0e226 !important;
}
.cid-vrg3eLVTOO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vrg3eLVTOO .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vrg3eLVTOO .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #f0e226 !important;
}
.cid-vrg3eLVTOO .dropdown-item.active,
.cid-vrg3eLVTOO .dropdown-item:active {
  background-color: transparent;
}
.cid-vrg3eLVTOO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vrg3eLVTOO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vrg3eLVTOO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vrg3eLVTOO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #101012;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vrg3eLVTOO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vrg3eLVTOO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vrg3eLVTOO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vrg3eLVTOO ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vrg3eLVTOO ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vrg3eLVTOO .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vrg3eLVTOO .navbar-buttons {
    text-align: left;
  }
}
.cid-vrg3eLVTOO .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vrg3eLVTOO .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vrg3eLVTOO button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #101012 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vrg3eLVTOO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #f0e226;
}
.cid-vrg3eLVTOO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vrg3eLVTOO button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vrg3eLVTOO button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vrg3eLVTOO button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vrg3eLVTOO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vrg3eLVTOO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vrg3eLVTOO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vrg3eLVTOO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vrg3eLVTOO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vrg3eLVTOO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vrg3eLVTOO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vrg3eLVTOO .navbar {
    height: 80px;
  }
  .cid-vrg3eLVTOO .navbar.opened {
    height: auto;
  }
  .cid-vrg3eLVTOO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vrg3eLVTOO .navbar-nav {
  width: 100%;
  justify-content: space-around;
}
.cid-vrg3eLVTOO .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vrg3eLVTOO .nav-item .nav-link {
  padding: 10px 20px !important;
  margin: 0 10px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vrg3eLVTOO .nav-item .nav-link {
    margin: 0 !important;
  }
}
.cid-vrg3eLVTOO .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vrg3eLVTOO .nav-item .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #f0e226;
  transition: .3s all ease;
  background-color: transparent;
}
.cid-vrg3eLVTOO .nav-item .nav-link:hover,
.cid-vrg3eLVTOO .nav-item .nav-link:focus {
  background-color: transparent;
  color: #f0e226 !important;
}
.cid-vrg3eLVTOO .nav-item .nav-link:hover::after,
.cid-vrg3eLVTOO .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vrg3eLVTOO .nav-item .nav-link:hover::before,
.cid-vrg3eLVTOO .nav-item .nav-link:focus::before {
  background-color: #f0e226;
}
.cid-vrg3eLVTOO .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vrg3eLVTOO .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vrg3eLVTOO .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vrg3eLVTOO .navbar {
    justify-content: flex-start !important;
  }
  .cid-vrg3eLVTOO .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vrg3eLVTOO .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vrg3eLVTOO .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vrg3eLVTOO .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vrg3eLVTOO .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vrg3eLVTOO .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vrg3eLVTOO .content-wrap {
  min-height: 80px;
}
.cid-vrg3eMctda {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vrg3eMctda .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrg3eMctda .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrg3eMctda .mbr-section-subtitle {
  text-align: justify;
  color: #000000;
}
.cid-vrg3eMctda .mbr-section-title {
  color: #000000;
}
.cid-vrg3eMoL4W {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #101012;
}
.cid-vrg3eMoL4W .mbr-text {
  color: #ffffff;
}
.cid-vrg3eMoL4W .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-vrg3qwIXz9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-vrg3qwIXz9 nav.navbar {
  position: fixed;
}
.cid-vrg3qwIXz9 .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vrg3qwIXz9 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vrg3qwIXz9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vrg3qwIXz9 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vrg3qwIXz9 .dropdown-item {
  border: none !important;
  background: #101012 !important;
  font-weight: 400;
}
.cid-vrg3qwIXz9 .dropdown-item:hover,
.cid-vrg3qwIXz9 .dropdown-item:focus {
  background: #101012 !important;
  color: #f0e226 !important;
}
.cid-vrg3qwIXz9 .dropdown-item:hover span {
  color: white;
}
.cid-vrg3qwIXz9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vrg3qwIXz9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vrg3qwIXz9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vrg3qwIXz9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vrg3qwIXz9 .nav-link {
  position: relative;
}
.cid-vrg3qwIXz9 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-vrg3qwIXz9 .container {
    flex-wrap: nowrap;
  }
}
.cid-vrg3qwIXz9 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vrg3qwIXz9 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vrg3qwIXz9 .dropdown-menu,
.cid-vrg3qwIXz9 .navbar.opened {
  background: #101012 !important;
}
.cid-vrg3qwIXz9 .nav-item:focus,
.cid-vrg3qwIXz9 .nav-link:focus {
  outline: none;
}
.cid-vrg3qwIXz9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vrg3qwIXz9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vrg3qwIXz9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vrg3qwIXz9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vrg3qwIXz9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vrg3qwIXz9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vrg3qwIXz9 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #101012;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(30px);
}
.cid-vrg3qwIXz9 .navbar.opened {
  transition: all 0.3s;
}
.cid-vrg3qwIXz9 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vrg3qwIXz9 .navbar .navbar-logo {
  margin-right: 8px;
}
.cid-vrg3qwIXz9 .navbar .navbar-logo img {
  width: auto;
}
.cid-vrg3qwIXz9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vrg3qwIXz9 .navbar.collapsed {
  justify-content: center;
}
.cid-vrg3qwIXz9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vrg3qwIXz9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vrg3qwIXz9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-vrg3qwIXz9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vrg3qwIXz9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vrg3qwIXz9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 50%;
}
.cid-vrg3qwIXz9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vrg3qwIXz9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vrg3qwIXz9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vrg3qwIXz9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vrg3qwIXz9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vrg3qwIXz9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vrg3qwIXz9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vrg3qwIXz9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: -0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 50%;
  }
  .cid-vrg3qwIXz9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vrg3qwIXz9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vrg3qwIXz9 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vrg3qwIXz9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vrg3qwIXz9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vrg3qwIXz9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vrg3qwIXz9 .navbar.navbar-short {
  min-height: 80px;
}
.cid-vrg3qwIXz9 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
}
.cid-vrg3qwIXz9 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vrg3qwIXz9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
  font-size: 150%;
}
@media (max-width: 992px) {
  .cid-vrg3qwIXz9 .navbar-brand .navbar-caption {
    line-height: 1.5;
  }
}
.cid-vrg3qwIXz9 .navbar-brand .navbar-caption:hover,
.cid-vrg3qwIXz9 .navbar-brand .navbar-caption:focus {
  color: #f0e226 !important;
}
.cid-vrg3qwIXz9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vrg3qwIXz9 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vrg3qwIXz9 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #f0e226 !important;
}
.cid-vrg3qwIXz9 .dropdown-item.active,
.cid-vrg3qwIXz9 .dropdown-item:active {
  background-color: transparent;
}
.cid-vrg3qwIXz9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vrg3qwIXz9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vrg3qwIXz9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vrg3qwIXz9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #101012;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vrg3qwIXz9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vrg3qwIXz9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vrg3qwIXz9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vrg3qwIXz9 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vrg3qwIXz9 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vrg3qwIXz9 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vrg3qwIXz9 .navbar-buttons {
    text-align: left;
  }
}
.cid-vrg3qwIXz9 .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vrg3qwIXz9 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vrg3qwIXz9 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #101012 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vrg3qwIXz9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #f0e226;
}
.cid-vrg3qwIXz9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vrg3qwIXz9 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vrg3qwIXz9 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vrg3qwIXz9 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vrg3qwIXz9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vrg3qwIXz9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vrg3qwIXz9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vrg3qwIXz9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vrg3qwIXz9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vrg3qwIXz9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vrg3qwIXz9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vrg3qwIXz9 .navbar {
    height: 80px;
  }
  .cid-vrg3qwIXz9 .navbar.opened {
    height: auto;
  }
  .cid-vrg3qwIXz9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vrg3qwIXz9 .navbar-nav {
  width: 100%;
  justify-content: space-around;
}
.cid-vrg3qwIXz9 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vrg3qwIXz9 .nav-item .nav-link {
  padding: 10px 20px !important;
  margin: 0 10px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vrg3qwIXz9 .nav-item .nav-link {
    margin: 0 !important;
  }
}
.cid-vrg3qwIXz9 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vrg3qwIXz9 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #f0e226;
  transition: .3s all ease;
  background-color: transparent;
}
.cid-vrg3qwIXz9 .nav-item .nav-link:hover,
.cid-vrg3qwIXz9 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #f0e226 !important;
}
.cid-vrg3qwIXz9 .nav-item .nav-link:hover::after,
.cid-vrg3qwIXz9 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vrg3qwIXz9 .nav-item .nav-link:hover::before,
.cid-vrg3qwIXz9 .nav-item .nav-link:focus::before {
  background-color: #f0e226;
}
.cid-vrg3qwIXz9 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vrg3qwIXz9 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vrg3qwIXz9 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vrg3qwIXz9 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vrg3qwIXz9 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vrg3qwIXz9 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vrg3qwIXz9 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vrg3qwIXz9 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vrg3qwIXz9 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vrg3qwIXz9 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vrg3qwIXz9 .content-wrap {
  min-height: 80px;
}
.cid-vrg3qx0CAQ {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vrg3qx0CAQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrg3qx0CAQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrg3qx0CAQ .mbr-section-subtitle {
  text-align: justify;
  color: #000000;
}
.cid-vrg3qx0CAQ .mbr-section-title {
  color: #000000;
}
.cid-vrg3qxfEju {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #101012;
}
.cid-vrg3qxfEju .mbr-text {
  color: #ffffff;
}
.cid-vrg3qxfEju .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-vrg9B4BkQL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-vrg9B4BkQL nav.navbar {
  position: fixed;
}
.cid-vrg9B4BkQL .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vrg9B4BkQL .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vrg9B4BkQL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vrg9B4BkQL .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vrg9B4BkQL .dropdown-item {
  border: none !important;
  background: #101012 !important;
  font-weight: 400;
}
.cid-vrg9B4BkQL .dropdown-item:hover,
.cid-vrg9B4BkQL .dropdown-item:focus {
  background: #101012 !important;
  color: #f0e226 !important;
}
.cid-vrg9B4BkQL .dropdown-item:hover span {
  color: white;
}
.cid-vrg9B4BkQL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vrg9B4BkQL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vrg9B4BkQL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vrg9B4BkQL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vrg9B4BkQL .nav-link {
  position: relative;
}
.cid-vrg9B4BkQL .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-vrg9B4BkQL .container {
    flex-wrap: nowrap;
  }
}
.cid-vrg9B4BkQL .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vrg9B4BkQL .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vrg9B4BkQL .dropdown-menu,
.cid-vrg9B4BkQL .navbar.opened {
  background: #101012 !important;
}
.cid-vrg9B4BkQL .nav-item:focus,
.cid-vrg9B4BkQL .nav-link:focus {
  outline: none;
}
.cid-vrg9B4BkQL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vrg9B4BkQL .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vrg9B4BkQL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vrg9B4BkQL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vrg9B4BkQL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vrg9B4BkQL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vrg9B4BkQL .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #101012;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(30px);
}
.cid-vrg9B4BkQL .navbar.opened {
  transition: all 0.3s;
}
.cid-vrg9B4BkQL .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vrg9B4BkQL .navbar .navbar-logo {
  margin-right: 8px;
}
.cid-vrg9B4BkQL .navbar .navbar-logo img {
  width: auto;
}
.cid-vrg9B4BkQL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vrg9B4BkQL .navbar.collapsed {
  justify-content: center;
}
.cid-vrg9B4BkQL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vrg9B4BkQL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vrg9B4BkQL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-vrg9B4BkQL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vrg9B4BkQL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vrg9B4BkQL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 50%;
}
.cid-vrg9B4BkQL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vrg9B4BkQL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vrg9B4BkQL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vrg9B4BkQL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vrg9B4BkQL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vrg9B4BkQL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vrg9B4BkQL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vrg9B4BkQL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: -0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 50%;
  }
  .cid-vrg9B4BkQL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vrg9B4BkQL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vrg9B4BkQL .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vrg9B4BkQL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vrg9B4BkQL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vrg9B4BkQL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vrg9B4BkQL .navbar.navbar-short {
  min-height: 80px;
}
.cid-vrg9B4BkQL .navbar.navbar-short .navbar-brand {
  min-height: 80px;
}
.cid-vrg9B4BkQL .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vrg9B4BkQL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
  font-size: 150%;
}
@media (max-width: 992px) {
  .cid-vrg9B4BkQL .navbar-brand .navbar-caption {
    line-height: 1.5;
  }
}
.cid-vrg9B4BkQL .navbar-brand .navbar-caption:hover,
.cid-vrg9B4BkQL .navbar-brand .navbar-caption:focus {
  color: #f0e226 !important;
}
.cid-vrg9B4BkQL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vrg9B4BkQL .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vrg9B4BkQL .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #f0e226 !important;
}
.cid-vrg9B4BkQL .dropdown-item.active,
.cid-vrg9B4BkQL .dropdown-item:active {
  background-color: transparent;
}
.cid-vrg9B4BkQL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vrg9B4BkQL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vrg9B4BkQL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vrg9B4BkQL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #101012;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vrg9B4BkQL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vrg9B4BkQL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vrg9B4BkQL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vrg9B4BkQL ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vrg9B4BkQL ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vrg9B4BkQL .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vrg9B4BkQL .navbar-buttons {
    text-align: left;
  }
}
.cid-vrg9B4BkQL .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vrg9B4BkQL .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vrg9B4BkQL button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #101012 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vrg9B4BkQL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #f0e226;
}
.cid-vrg9B4BkQL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vrg9B4BkQL button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vrg9B4BkQL button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vrg9B4BkQL button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vrg9B4BkQL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vrg9B4BkQL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vrg9B4BkQL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vrg9B4BkQL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vrg9B4BkQL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vrg9B4BkQL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vrg9B4BkQL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vrg9B4BkQL .navbar {
    height: 80px;
  }
  .cid-vrg9B4BkQL .navbar.opened {
    height: auto;
  }
  .cid-vrg9B4BkQL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vrg9B4BkQL .navbar-nav {
  width: 100%;
  justify-content: space-around;
}
.cid-vrg9B4BkQL .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vrg9B4BkQL .nav-item .nav-link {
  padding: 10px 20px !important;
  margin: 0 10px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vrg9B4BkQL .nav-item .nav-link {
    margin: 0 !important;
  }
}
.cid-vrg9B4BkQL .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vrg9B4BkQL .nav-item .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #f0e226;
  transition: .3s all ease;
  background-color: transparent;
}
.cid-vrg9B4BkQL .nav-item .nav-link:hover,
.cid-vrg9B4BkQL .nav-item .nav-link:focus {
  background-color: transparent;
  color: #f0e226 !important;
}
.cid-vrg9B4BkQL .nav-item .nav-link:hover::after,
.cid-vrg9B4BkQL .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vrg9B4BkQL .nav-item .nav-link:hover::before,
.cid-vrg9B4BkQL .nav-item .nav-link:focus::before {
  background-color: #f0e226;
}
.cid-vrg9B4BkQL .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vrg9B4BkQL .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vrg9B4BkQL .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vrg9B4BkQL .navbar {
    justify-content: flex-start !important;
  }
  .cid-vrg9B4BkQL .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vrg9B4BkQL .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vrg9B4BkQL .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vrg9B4BkQL .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vrg9B4BkQL .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vrg9B4BkQL .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vrg9B4BkQL .content-wrap {
  min-height: 80px;
}
.cid-vrg9B6zWBx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #101012;
  overflow: hidden;
  position: relative;
}
.cid-vrg9B6zWBx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrg9B6zWBx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrg9B6zWBx .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-vrg9B6zWBx .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px dashed #28282f;
  pointer-events: none;
}
.cid-vrg9B6zWBx .content-wrapper .border_1 {
  left: 0;
}
.cid-vrg9B6zWBx .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-vrg9B6zWBx .content-wrapper .border_2 {
    display: none;
  }
}
.cid-vrg9B6zWBx .content-wrapper .border_3 {
  left: 50%;
}
.cid-vrg9B6zWBx .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-vrg9B6zWBx .content-wrapper .border_4 {
    display: none;
  }
}
.cid-vrg9B6zWBx .content-wrapper .border_5 {
  left: 100%;
}
.cid-vrg9B6zWBx .items-wrapper {
  margin: 0;
}
.cid-vrg9B6zWBx .items-wrapper .card {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-vrg9B6zWBx .title-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vrg9B6zWBx .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-vrg9B6zWBx .label-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vrg9B6zWBx .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vrg9B6zWBx .label-wrapper .label-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  border: 1px;
  gap: 6px;
  border-right: 1px solid #f0e226;
  border-left: 1px solid #f0e226;
}
.cid-vrg9B6zWBx .label-wrapper .label-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #28282f;
  opacity: .3;
}
.cid-vrg9B6zWBx .label-wrapper .label-wrap .marker-wrap {
  display: inline-flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  border: 1px solid #f0e226;
  margin-bottom: 3px;
}
.cid-vrg9B6zWBx .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vrg9B6zWBx .mbr-section-title {
  margin-bottom: 0;
  color: #e4e3dc;
}
.cid-vrg9B6zWBx .image-wrapper {
  margin-left: 1px;
}
.cid-vrg9B6zWBx .image-wrapper img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vrg9B6zWBx .image-wrapper img {
    height: 300px;
    margin-bottom: 40px;
  }
}
.cid-vrg9B6zWBx .content-wrap {
  padding: 0 56px;
}
@media (max-width: 1440px) {
  .cid-vrg9B6zWBx .content-wrap {
    padding: 0 32px;
  }
}
@media (max-width: 992px) {
  .cid-vrg9B6zWBx .content-wrap {
    padding: 0;
  }
}
.cid-vrg9B6zWBx .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vrg9B6zWBx .content-wrap .mbr-section-btn {
  margin-bottom: -9.6px;
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-vrg9B6zWBx .content-wrap .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-vrg9B6zWBx .mbr-label {
  color: #f0e226;
}
.cid-vrg9B6zWBx .mbr-text {
  color: #b3b2ae;
}
.cid-vrg9B9pVGN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #101012;
  overflow: hidden;
  position: relative;
}
.cid-vrg9B9pVGN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrg9B9pVGN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrg9B9pVGN .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-vrg9B9pVGN .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px dashed #28282f;
  pointer-events: none;
}
.cid-vrg9B9pVGN .content-wrapper .border_1 {
  left: 0;
}
.cid-vrg9B9pVGN .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-vrg9B9pVGN .content-wrapper .border_2 {
    display: none;
  }
}
.cid-vrg9B9pVGN .content-wrapper .border_3 {
  left: 50%;
}
.cid-vrg9B9pVGN .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-vrg9B9pVGN .content-wrapper .border_4 {
    display: none;
  }
}
.cid-vrg9B9pVGN .content-wrapper .border_5 {
  left: 100%;
}
.cid-vrg9B9pVGN .items-wrapper {
  margin: 0;
}
.cid-vrg9B9pVGN .items-wrapper .card {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-vrg9B9pVGN .title-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vrg9B9pVGN .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-vrg9B9pVGN .label-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vrg9B9pVGN .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vrg9B9pVGN .label-wrapper .label-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  border: 1px;
  gap: 6px;
  border-right: 1px solid #f0e226;
  border-left: 1px solid #f0e226;
}
.cid-vrg9B9pVGN .label-wrapper .label-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #28282f;
  opacity: .3;
}
.cid-vrg9B9pVGN .label-wrapper .label-wrap .marker-wrap {
  display: inline-flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  border: 1px solid #f0e226;
  margin-bottom: 3px;
}
.cid-vrg9B9pVGN .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vrg9B9pVGN .mbr-section-title {
  margin-bottom: 0;
  color: #e4e3dc;
}
.cid-vrg9B9pVGN .content-wrap {
  margin-left: 1px;
}
.cid-vrg9B9pVGN .content-wrap .google-map iframe {
  height: 400px;
}
@media (max-width: 992px) {
  .cid-vrg9B9pVGN .content-wrap .google-map iframe {
    height: 300px;
  }
}
.cid-vrg9B9pVGN .mbr-label {
  color: #f0e226;
}
.cid-vrg9B9pVGN .mbr-text {
  color: #b3b2ae;
}
.cid-vrg9B9Rg27 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #101012;
  overflow: hidden;
  position: relative;
}
.cid-vrg9B9Rg27 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrg9B9Rg27 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrg9B9Rg27 .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-vrg9B9Rg27 .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px dashed #28282f;
  pointer-events: none;
}
.cid-vrg9B9Rg27 .content-wrapper .border_1 {
  left: 0;
}
.cid-vrg9B9Rg27 .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-vrg9B9Rg27 .content-wrapper .border_2 {
    display: none;
  }
}
.cid-vrg9B9Rg27 .content-wrapper .border_3 {
  left: 50%;
}
.cid-vrg9B9Rg27 .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-vrg9B9Rg27 .content-wrapper .border_4 {
    display: none;
  }
}
.cid-vrg9B9Rg27 .content-wrapper .border_5 {
  left: 100%;
}
.cid-vrg9B9Rg27 .title-wrapper {
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .cid-vrg9B9Rg27 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vrg9B9Rg27 .title-wrapper .card {
  position: relative;
  z-index: 2;
  padding: 0;
}
.cid-vrg9B9Rg27 .title-wrapper .label-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vrg9B9Rg27 .title-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vrg9B9Rg27 .title-wrapper .label-wrapper .label-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  border: 1px;
  gap: 6px;
  border-right: 1px solid #f0e226;
  border-left: 1px solid #f0e226;
}
.cid-vrg9B9Rg27 .title-wrapper .label-wrapper .label-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #28282f;
  opacity: .3;
}
.cid-vrg9B9Rg27 .title-wrapper .label-wrapper .label-wrap .marker-wrap {
  display: inline-flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  border: 1px solid #f0e226;
  margin-bottom: 3px;
}
.cid-vrg9B9Rg27 .title-wrapper .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vrg9B9Rg27 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vrg9B9Rg27 .items-wrapper {
  margin: 0;
}
.cid-vrg9B9Rg27 .items-wrapper .card {
  padding: 0;
}
.cid-vrg9B9Rg27 .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 20px;
  margin-left: 1px;
}
@media (max-width: 992px) {
  .cid-vrg9B9Rg27 .items-wrap {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.cid-vrg9B9Rg27 .item {
  z-index: 2;
}
.cid-vrg9B9Rg27 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  height: 100%;
  background-color: #161617;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
}
@media (max-width: 992px) {
  .cid-vrg9B9Rg27 .item .item-wrapper {
    margin: 0 1px;
    padding: 20px 16px;
  }
}
.cid-vrg9B9Rg27 .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vrg9B9Rg27 .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vrg9B9Rg27 .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 48px;
  height: 48px;
  display: inline-flex;
  font-size: 48px;
}
.cid-vrg9B9Rg27 .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vrg9B9Rg27 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vrg9B9Rg27 .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
  margin-bottom: -9.8px;
}
.cid-vrg9B9Rg27 .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-vrg9B9Rg27 .btn-wrapper {
  margin-top: -1.5rem;
}
.cid-vrg9B9Rg27 .mbr-label {
  color: #f0e226;
}
.cid-vrg9B9Rg27 .mbr-section-title {
  color: #e4e3dc;
}
.cid-vrg9B9Rg27 .item-title {
  color: #e4e3dc;
}
.cid-vrg9B9Rg27 .item-label {
  color: #ffffff;
}
.cid-vrg9B9Rg27 .item-text {
  color: #ffffff;
}
.cid-vrg9B9Rg27 .item-price {
  color: #e4e3dc;
}
.cid-vrg9B9Rg27 .item-list-title {
  color: #b3b2ae;
}
.cid-vrg9B9Rg27 .list {
  color: #e4e3dc;
}
.cid-vrg9Bahmbt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #101012;
}
.cid-vrg9Bahmbt .mbr-text {
  color: #ffffff;
}
.cid-vrg9Bahmbt .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-vrg9Hi31Pv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-vrg9Hi31Pv nav.navbar {
  position: fixed;
}
.cid-vrg9Hi31Pv .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vrg9Hi31Pv .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vrg9Hi31Pv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vrg9Hi31Pv .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vrg9Hi31Pv .dropdown-item {
  border: none !important;
  background: #101012 !important;
  font-weight: 400;
}
.cid-vrg9Hi31Pv .dropdown-item:hover,
.cid-vrg9Hi31Pv .dropdown-item:focus {
  background: #101012 !important;
  color: #f0e226 !important;
}
.cid-vrg9Hi31Pv .dropdown-item:hover span {
  color: white;
}
.cid-vrg9Hi31Pv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vrg9Hi31Pv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vrg9Hi31Pv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vrg9Hi31Pv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vrg9Hi31Pv .nav-link {
  position: relative;
}
.cid-vrg9Hi31Pv .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-vrg9Hi31Pv .container {
    flex-wrap: nowrap;
  }
}
.cid-vrg9Hi31Pv .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vrg9Hi31Pv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vrg9Hi31Pv .dropdown-menu,
.cid-vrg9Hi31Pv .navbar.opened {
  background: #101012 !important;
}
.cid-vrg9Hi31Pv .nav-item:focus,
.cid-vrg9Hi31Pv .nav-link:focus {
  outline: none;
}
.cid-vrg9Hi31Pv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vrg9Hi31Pv .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vrg9Hi31Pv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vrg9Hi31Pv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vrg9Hi31Pv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vrg9Hi31Pv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vrg9Hi31Pv .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #101012;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(30px);
}
.cid-vrg9Hi31Pv .navbar.opened {
  transition: all 0.3s;
}
.cid-vrg9Hi31Pv .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vrg9Hi31Pv .navbar .navbar-logo {
  margin-right: 8px;
}
.cid-vrg9Hi31Pv .navbar .navbar-logo img {
  width: auto;
}
.cid-vrg9Hi31Pv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vrg9Hi31Pv .navbar.collapsed {
  justify-content: center;
}
.cid-vrg9Hi31Pv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vrg9Hi31Pv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vrg9Hi31Pv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-vrg9Hi31Pv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vrg9Hi31Pv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vrg9Hi31Pv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 50%;
}
.cid-vrg9Hi31Pv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vrg9Hi31Pv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vrg9Hi31Pv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vrg9Hi31Pv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vrg9Hi31Pv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vrg9Hi31Pv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vrg9Hi31Pv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vrg9Hi31Pv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: -0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 50%;
  }
  .cid-vrg9Hi31Pv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vrg9Hi31Pv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vrg9Hi31Pv .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vrg9Hi31Pv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vrg9Hi31Pv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vrg9Hi31Pv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vrg9Hi31Pv .navbar.navbar-short {
  min-height: 80px;
}
.cid-vrg9Hi31Pv .navbar.navbar-short .navbar-brand {
  min-height: 80px;
}
.cid-vrg9Hi31Pv .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vrg9Hi31Pv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
  font-size: 150%;
}
@media (max-width: 992px) {
  .cid-vrg9Hi31Pv .navbar-brand .navbar-caption {
    line-height: 1.5;
  }
}
.cid-vrg9Hi31Pv .navbar-brand .navbar-caption:hover,
.cid-vrg9Hi31Pv .navbar-brand .navbar-caption:focus {
  color: #f0e226 !important;
}
.cid-vrg9Hi31Pv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vrg9Hi31Pv .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vrg9Hi31Pv .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #f0e226 !important;
}
.cid-vrg9Hi31Pv .dropdown-item.active,
.cid-vrg9Hi31Pv .dropdown-item:active {
  background-color: transparent;
}
.cid-vrg9Hi31Pv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vrg9Hi31Pv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vrg9Hi31Pv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vrg9Hi31Pv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #101012;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vrg9Hi31Pv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vrg9Hi31Pv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vrg9Hi31Pv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vrg9Hi31Pv ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vrg9Hi31Pv ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vrg9Hi31Pv .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vrg9Hi31Pv .navbar-buttons {
    text-align: left;
  }
}
.cid-vrg9Hi31Pv .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vrg9Hi31Pv .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vrg9Hi31Pv button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #101012 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vrg9Hi31Pv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #f0e226;
}
.cid-vrg9Hi31Pv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vrg9Hi31Pv button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vrg9Hi31Pv button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vrg9Hi31Pv button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vrg9Hi31Pv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vrg9Hi31Pv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vrg9Hi31Pv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vrg9Hi31Pv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vrg9Hi31Pv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vrg9Hi31Pv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vrg9Hi31Pv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vrg9Hi31Pv .navbar {
    height: 80px;
  }
  .cid-vrg9Hi31Pv .navbar.opened {
    height: auto;
  }
  .cid-vrg9Hi31Pv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vrg9Hi31Pv .navbar-nav {
  width: 100%;
  justify-content: space-around;
}
.cid-vrg9Hi31Pv .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vrg9Hi31Pv .nav-item .nav-link {
  padding: 10px 20px !important;
  margin: 0 10px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vrg9Hi31Pv .nav-item .nav-link {
    margin: 0 !important;
  }
}
.cid-vrg9Hi31Pv .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vrg9Hi31Pv .nav-item .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #f0e226;
  transition: .3s all ease;
  background-color: transparent;
}
.cid-vrg9Hi31Pv .nav-item .nav-link:hover,
.cid-vrg9Hi31Pv .nav-item .nav-link:focus {
  background-color: transparent;
  color: #f0e226 !important;
}
.cid-vrg9Hi31Pv .nav-item .nav-link:hover::after,
.cid-vrg9Hi31Pv .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vrg9Hi31Pv .nav-item .nav-link:hover::before,
.cid-vrg9Hi31Pv .nav-item .nav-link:focus::before {
  background-color: #f0e226;
}
.cid-vrg9Hi31Pv .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vrg9Hi31Pv .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vrg9Hi31Pv .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vrg9Hi31Pv .navbar {
    justify-content: flex-start !important;
  }
  .cid-vrg9Hi31Pv .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vrg9Hi31Pv .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vrg9Hi31Pv .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vrg9Hi31Pv .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vrg9Hi31Pv .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vrg9Hi31Pv .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vrg9Hi31Pv .content-wrap {
  min-height: 80px;
}
.cid-vrg9HiTqyk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #101012;
  overflow: hidden;
  position: relative;
}
.cid-vrg9HiTqyk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrg9HiTqyk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrg9HiTqyk .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-vrg9HiTqyk .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px dashed #28282f;
  pointer-events: none;
  z-index: 1;
}
.cid-vrg9HiTqyk .content-wrapper .border_1 {
  left: 0;
}
.cid-vrg9HiTqyk .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-vrg9HiTqyk .content-wrapper .border_2 {
    display: none;
  }
}
.cid-vrg9HiTqyk .content-wrapper .border_3 {
  left: 50%;
}
.cid-vrg9HiTqyk .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-vrg9HiTqyk .content-wrapper .border_4 {
    display: none;
  }
}
.cid-vrg9HiTqyk .content-wrapper .border_5 {
  left: 100%;
}
.cid-vrg9HiTqyk .title-wrapper {
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .cid-vrg9HiTqyk .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vrg9HiTqyk .title-wrapper .card {
  position: relative;
  z-index: 2;
  padding: 0;
}
.cid-vrg9HiTqyk .title-wrapper .label-wrapper {
  padding-right: 16px;
}
@media (max-width: 992px) {
  .cid-vrg9HiTqyk .title-wrapper .label-wrapper {
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.cid-vrg9HiTqyk .title-wrapper .label-wrapper .label-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  border: 1px;
  gap: 6px;
  border-right: 1px solid #f0e226;
  border-left: 1px solid #f0e226;
}
.cid-vrg9HiTqyk .title-wrapper .label-wrapper .label-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #28282f;
  opacity: .3;
}
.cid-vrg9HiTqyk .title-wrapper .label-wrapper .label-wrap .marker-wrap {
  display: inline-flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  border: 1px solid #f0e226;
  margin-bottom: 3px;
}
.cid-vrg9HiTqyk .title-wrapper .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vrg9HiTqyk .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vrg9HiTqyk .title-wrapper .text-wrapper .mbr-text {
  margin-top: 60px;
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vrg9HiTqyk .title-wrapper .text-wrapper .mbr-text {
    margin-top: 20px;
    width: 100%;
  }
}
.cid-vrg9HiTqyk .items-wrapper {
  margin: 0;
}
.cid-vrg9HiTqyk .items-wrapper .item {
  padding: 0;
}
.cid-vrg9HiTqyk .item {
  margin-bottom: 40px;
  transform: translateY(40px);
}
.cid-vrg9HiTqyk .item:nth-child(2n) {
  transform: translateY(0);
}
@media (max-width: 992px) {
  .cid-vrg9HiTqyk .item {
    margin-bottom: 16px;
    transform: translateY(0);
    z-index: 2;
  }
  .cid-vrg9HiTqyk .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vrg9HiTqyk .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  height: 100%;
  min-height: 400px;
  background-color: #161617;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
}
@media (max-width: 992px) {
  .cid-vrg9HiTqyk .item .item-wrapper {
    min-height: auto;
    margin: 0 1px;
    padding: 20px 16px;
  }
}
.cid-vrg9HiTqyk .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 20px;
}
.cid-vrg9HiTqyk .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 40px;
  height: 40px;
  display: inline-flex;
  font-size: 40px;
}
.cid-vrg9HiTqyk .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-vrg9HiTqyk .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vrg9HiTqyk .item .item-wrapper .card-box .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
  margin-bottom: -9.8px;
}
.cid-vrg9HiTqyk .item .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
}
.cid-vrg9HiTqyk .btn-wrapper {
  margin-top: -1.5rem;
}
.cid-vrg9HiTqyk .mbr-label {
  color: #f0e226;
}
.cid-vrg9HiTqyk .mbr-section-title {
  color: #e4e3dc;
}
.cid-vrg9HiTqyk .mbr-text {
  color: #b3b2ae;
}
.cid-vrg9HiTqyk .item-title {
  color: #e4e3dc;
}
.cid-vrg9HiTqyk .item-text {
  color: #b3b2ae;
}
.cid-vrg9HmsSc0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #101012;
  overflow: hidden;
  position: relative;
}
.cid-vrg9HmsSc0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrg9HmsSc0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrg9HmsSc0 .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-vrg9HmsSc0 .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px dashed #28282f;
  pointer-events: none;
}
.cid-vrg9HmsSc0 .content-wrapper .border_1 {
  left: 0;
}
.cid-vrg9HmsSc0 .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-vrg9HmsSc0 .content-wrapper .border_2 {
    display: none;
  }
}
.cid-vrg9HmsSc0 .content-wrapper .border_3 {
  left: 50%;
}
.cid-vrg9HmsSc0 .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-vrg9HmsSc0 .content-wrapper .border_4 {
    display: none;
  }
}
.cid-vrg9HmsSc0 .content-wrapper .border_5 {
  left: 100%;
}
.cid-vrg9HmsSc0 .items-wrapper {
  margin: 0;
}
.cid-vrg9HmsSc0 .items-wrapper .card {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-vrg9HmsSc0 .title-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vrg9HmsSc0 .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-vrg9HmsSc0 .label-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vrg9HmsSc0 .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vrg9HmsSc0 .label-wrapper .label-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  border: 1px;
  gap: 6px;
  border-right: 1px solid #f0e226;
  border-left: 1px solid #f0e226;
}
.cid-vrg9HmsSc0 .label-wrapper .label-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #28282f;
  opacity: .3;
}
.cid-vrg9HmsSc0 .label-wrapper .label-wrap .marker-wrap {
  display: inline-flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  border: 1px solid #f0e226;
  margin-bottom: 3px;
}
.cid-vrg9HmsSc0 .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vrg9HmsSc0 .mbr-section-title {
  margin-bottom: 0;
  color: #e4e3dc;
}
.cid-vrg9HmsSc0 .content-wrap {
  margin-left: 1px;
}
.cid-vrg9HmsSc0 .content-wrap .google-map iframe {
  height: 400px;
}
@media (max-width: 992px) {
  .cid-vrg9HmsSc0 .content-wrap .google-map iframe {
    height: 300px;
  }
}
.cid-vrg9HmsSc0 .mbr-label {
  color: #f0e226;
}
.cid-vrg9HmsSc0 .mbr-text {
  color: #b3b2ae;
}
.cid-vrg9HmPI5C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #101012;
  overflow: hidden;
  position: relative;
}
.cid-vrg9HmPI5C .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrg9HmPI5C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrg9HmPI5C .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-vrg9HmPI5C .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px dashed #28282f;
  pointer-events: none;
}
.cid-vrg9HmPI5C .content-wrapper .border_1 {
  left: 0;
}
.cid-vrg9HmPI5C .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-vrg9HmPI5C .content-wrapper .border_2 {
    display: none;
  }
}
.cid-vrg9HmPI5C .content-wrapper .border_3 {
  left: 50%;
}
.cid-vrg9HmPI5C .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-vrg9HmPI5C .content-wrapper .border_4 {
    display: none;
  }
}
.cid-vrg9HmPI5C .content-wrapper .border_5 {
  left: 100%;
}
.cid-vrg9HmPI5C .title-wrapper {
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .cid-vrg9HmPI5C .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vrg9HmPI5C .title-wrapper .card {
  position: relative;
  z-index: 2;
  padding: 0;
}
.cid-vrg9HmPI5C .title-wrapper .label-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vrg9HmPI5C .title-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vrg9HmPI5C .title-wrapper .label-wrapper .label-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  border: 1px;
  gap: 6px;
  border-right: 1px solid #f0e226;
  border-left: 1px solid #f0e226;
}
.cid-vrg9HmPI5C .title-wrapper .label-wrapper .label-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #28282f;
  opacity: .3;
}
.cid-vrg9HmPI5C .title-wrapper .label-wrapper .label-wrap .marker-wrap {
  display: inline-flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  border: 1px solid #f0e226;
  margin-bottom: 3px;
}
.cid-vrg9HmPI5C .title-wrapper .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vrg9HmPI5C .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vrg9HmPI5C .items-wrapper {
  margin: 0;
}
.cid-vrg9HmPI5C .items-wrapper .card {
  padding: 0;
}
.cid-vrg9HmPI5C .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 20px;
  margin-left: 1px;
}
@media (max-width: 992px) {
  .cid-vrg9HmPI5C .items-wrap {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.cid-vrg9HmPI5C .item {
  z-index: 2;
}
.cid-vrg9HmPI5C .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  height: 100%;
  background-color: #161617;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
}
@media (max-width: 992px) {
  .cid-vrg9HmPI5C .item .item-wrapper {
    margin: 0 1px;
    padding: 20px 16px;
  }
}
.cid-vrg9HmPI5C .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vrg9HmPI5C .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vrg9HmPI5C .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 48px;
  height: 48px;
  display: inline-flex;
  font-size: 48px;
}
.cid-vrg9HmPI5C .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vrg9HmPI5C .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vrg9HmPI5C .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
  margin-bottom: -9.8px;
}
.cid-vrg9HmPI5C .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-vrg9HmPI5C .btn-wrapper {
  margin-top: -1.5rem;
}
.cid-vrg9HmPI5C .mbr-label {
  color: #f0e226;
}
.cid-vrg9HmPI5C .mbr-section-title {
  color: #e4e3dc;
}
.cid-vrg9HmPI5C .item-title {
  color: #e4e3dc;
}
.cid-vrg9HmPI5C .item-label {
  color: #ffffff;
}
.cid-vrg9HmPI5C .item-text {
  color: #ffffff;
}
.cid-vrg9HmPI5C .item-price {
  color: #e4e3dc;
}
.cid-vrg9HmPI5C .item-list-title {
  color: #b3b2ae;
}
.cid-vrg9HmPI5C .list {
  color: #e4e3dc;
}
.cid-vrg9Hnc09C {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #101012;
}
.cid-vrg9Hnc09C .mbr-text {
  color: #ffffff;
}
.cid-vrg9Hnc09C .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-vrg9LIlikA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-vrg9LIlikA nav.navbar {
  position: fixed;
}
.cid-vrg9LIlikA .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vrg9LIlikA .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vrg9LIlikA .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vrg9LIlikA .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vrg9LIlikA .dropdown-item {
  border: none !important;
  background: #101012 !important;
  font-weight: 400;
}
.cid-vrg9LIlikA .dropdown-item:hover,
.cid-vrg9LIlikA .dropdown-item:focus {
  background: #101012 !important;
  color: #f0e226 !important;
}
.cid-vrg9LIlikA .dropdown-item:hover span {
  color: white;
}
.cid-vrg9LIlikA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vrg9LIlikA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vrg9LIlikA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vrg9LIlikA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vrg9LIlikA .nav-link {
  position: relative;
}
.cid-vrg9LIlikA .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-vrg9LIlikA .container {
    flex-wrap: nowrap;
  }
}
.cid-vrg9LIlikA .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vrg9LIlikA .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vrg9LIlikA .dropdown-menu,
.cid-vrg9LIlikA .navbar.opened {
  background: #101012 !important;
}
.cid-vrg9LIlikA .nav-item:focus,
.cid-vrg9LIlikA .nav-link:focus {
  outline: none;
}
.cid-vrg9LIlikA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vrg9LIlikA .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vrg9LIlikA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vrg9LIlikA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vrg9LIlikA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vrg9LIlikA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vrg9LIlikA .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #101012;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(30px);
}
.cid-vrg9LIlikA .navbar.opened {
  transition: all 0.3s;
}
.cid-vrg9LIlikA .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vrg9LIlikA .navbar .navbar-logo {
  margin-right: 8px;
}
.cid-vrg9LIlikA .navbar .navbar-logo img {
  width: auto;
}
.cid-vrg9LIlikA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vrg9LIlikA .navbar.collapsed {
  justify-content: center;
}
.cid-vrg9LIlikA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vrg9LIlikA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vrg9LIlikA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-vrg9LIlikA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vrg9LIlikA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vrg9LIlikA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 50%;
}
.cid-vrg9LIlikA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vrg9LIlikA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vrg9LIlikA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vrg9LIlikA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vrg9LIlikA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vrg9LIlikA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vrg9LIlikA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vrg9LIlikA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: -0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 50%;
  }
  .cid-vrg9LIlikA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vrg9LIlikA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vrg9LIlikA .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vrg9LIlikA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vrg9LIlikA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vrg9LIlikA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vrg9LIlikA .navbar.navbar-short {
  min-height: 80px;
}
.cid-vrg9LIlikA .navbar.navbar-short .navbar-brand {
  min-height: 80px;
}
.cid-vrg9LIlikA .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vrg9LIlikA .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
  font-size: 150%;
}
@media (max-width: 992px) {
  .cid-vrg9LIlikA .navbar-brand .navbar-caption {
    line-height: 1.5;
  }
}
.cid-vrg9LIlikA .navbar-brand .navbar-caption:hover,
.cid-vrg9LIlikA .navbar-brand .navbar-caption:focus {
  color: #f0e226 !important;
}
.cid-vrg9LIlikA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vrg9LIlikA .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vrg9LIlikA .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #f0e226 !important;
}
.cid-vrg9LIlikA .dropdown-item.active,
.cid-vrg9LIlikA .dropdown-item:active {
  background-color: transparent;
}
.cid-vrg9LIlikA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vrg9LIlikA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vrg9LIlikA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vrg9LIlikA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #101012;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vrg9LIlikA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vrg9LIlikA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vrg9LIlikA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vrg9LIlikA ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vrg9LIlikA ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vrg9LIlikA .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vrg9LIlikA .navbar-buttons {
    text-align: left;
  }
}
.cid-vrg9LIlikA .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vrg9LIlikA .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vrg9LIlikA button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #101012 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vrg9LIlikA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #f0e226;
}
.cid-vrg9LIlikA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vrg9LIlikA button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vrg9LIlikA button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vrg9LIlikA button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vrg9LIlikA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vrg9LIlikA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vrg9LIlikA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vrg9LIlikA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vrg9LIlikA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vrg9LIlikA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vrg9LIlikA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vrg9LIlikA .navbar {
    height: 80px;
  }
  .cid-vrg9LIlikA .navbar.opened {
    height: auto;
  }
  .cid-vrg9LIlikA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vrg9LIlikA .navbar-nav {
  width: 100%;
  justify-content: space-around;
}
.cid-vrg9LIlikA .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vrg9LIlikA .nav-item .nav-link {
  padding: 10px 20px !important;
  margin: 0 10px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vrg9LIlikA .nav-item .nav-link {
    margin: 0 !important;
  }
}
.cid-vrg9LIlikA .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vrg9LIlikA .nav-item .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #f0e226;
  transition: .3s all ease;
  background-color: transparent;
}
.cid-vrg9LIlikA .nav-item .nav-link:hover,
.cid-vrg9LIlikA .nav-item .nav-link:focus {
  background-color: transparent;
  color: #f0e226 !important;
}
.cid-vrg9LIlikA .nav-item .nav-link:hover::after,
.cid-vrg9LIlikA .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vrg9LIlikA .nav-item .nav-link:hover::before,
.cid-vrg9LIlikA .nav-item .nav-link:focus::before {
  background-color: #f0e226;
}
.cid-vrg9LIlikA .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vrg9LIlikA .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vrg9LIlikA .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vrg9LIlikA .navbar {
    justify-content: flex-start !important;
  }
  .cid-vrg9LIlikA .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vrg9LIlikA .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vrg9LIlikA .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vrg9LIlikA .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vrg9LIlikA .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vrg9LIlikA .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vrg9LIlikA .content-wrap {
  min-height: 80px;
}
.cid-vrg9LLPPnf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #101012;
  overflow: hidden;
  position: relative;
}
.cid-vrg9LLPPnf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrg9LLPPnf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrg9LLPPnf .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-vrg9LLPPnf .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px dashed #28282f;
  pointer-events: none;
}
.cid-vrg9LLPPnf .content-wrapper .border_1 {
  left: 0;
}
.cid-vrg9LLPPnf .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-vrg9LLPPnf .content-wrapper .border_2 {
    display: none;
  }
}
.cid-vrg9LLPPnf .content-wrapper .border_3 {
  left: 50%;
}
.cid-vrg9LLPPnf .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-vrg9LLPPnf .content-wrapper .border_4 {
    display: none;
  }
}
.cid-vrg9LLPPnf .content-wrapper .border_5 {
  left: 100%;
}
.cid-vrg9LLPPnf .items-wrapper {
  margin: 0;
}
.cid-vrg9LLPPnf .items-wrapper .card {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-vrg9LLPPnf .title-wrap {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vrg9LLPPnf .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-vrg9LLPPnf .label-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vrg9LLPPnf .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vrg9LLPPnf .label-wrapper .label-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  border: 1px;
  gap: 6px;
  border-right: 1px solid #f0e226;
  border-left: 1px solid #f0e226;
}
.cid-vrg9LLPPnf .label-wrapper .label-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #28282f;
  opacity: .3;
}
.cid-vrg9LLPPnf .label-wrapper .label-wrap .marker-wrap {
  display: inline-flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  border: 1px solid #f0e226;
  margin-bottom: 3px;
}
.cid-vrg9LLPPnf .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vrg9LLPPnf .mbr-section-title {
  margin-bottom: 0;
  color: #e4e3dc;
}
.cid-vrg9LLPPnf .image-wrapper {
  margin-left: 1px;
}
.cid-vrg9LLPPnf .image-wrapper img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vrg9LLPPnf .image-wrapper img {
    height: 300px;
    margin-bottom: 40px;
  }
}
.cid-vrg9LLPPnf .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #e4e3dc;
}
@media (max-width: 992px) {
  .cid-vrg9LLPPnf .mbr-section-subtitle {
    margin-bottom: 12px;
  }
}
.cid-vrg9LLPPnf .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vrg9LLPPnf .mbr-section-btn {
  margin-bottom: -9.6px;
  margin-top: 16px;
}
.cid-vrg9LLPPnf .mbr-label {
  color: #f0e226;
}
.cid-vrg9LLPPnf .mbr-text {
  color: #b3b2ae;
}
.cid-vrg9LMO3NH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #101012;
  overflow: hidden;
  position: relative;
}
.cid-vrg9LMO3NH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrg9LMO3NH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrg9LMO3NH .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-vrg9LMO3NH .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px dashed #28282f;
  pointer-events: none;
}
.cid-vrg9LMO3NH .content-wrapper .border_1 {
  left: 0;
}
.cid-vrg9LMO3NH .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-vrg9LMO3NH .content-wrapper .border_2 {
    display: none;
  }
}
.cid-vrg9LMO3NH .content-wrapper .border_3 {
  left: 50%;
}
.cid-vrg9LMO3NH .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-vrg9LMO3NH .content-wrapper .border_4 {
    display: none;
  }
}
.cid-vrg9LMO3NH .content-wrapper .border_5 {
  left: 100%;
}
.cid-vrg9LMO3NH .items-wrapper {
  margin: 0;
}
.cid-vrg9LMO3NH .items-wrapper .card {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-vrg9LMO3NH .title-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vrg9LMO3NH .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-vrg9LMO3NH .label-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vrg9LMO3NH .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vrg9LMO3NH .label-wrapper .label-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  border: 1px;
  gap: 6px;
  border-right: 1px solid #f0e226;
  border-left: 1px solid #f0e226;
}
.cid-vrg9LMO3NH .label-wrapper .label-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #28282f;
  opacity: .3;
}
.cid-vrg9LMO3NH .label-wrapper .label-wrap .marker-wrap {
  display: inline-flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  border: 1px solid #f0e226;
  margin-bottom: 3px;
}
.cid-vrg9LMO3NH .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vrg9LMO3NH .mbr-section-title {
  margin-bottom: 0;
  color: #e4e3dc;
}
.cid-vrg9LMO3NH .content-wrap {
  margin-left: 1px;
}
.cid-vrg9LMO3NH .content-wrap .google-map iframe {
  height: 400px;
}
@media (max-width: 992px) {
  .cid-vrg9LMO3NH .content-wrap .google-map iframe {
    height: 300px;
  }
}
.cid-vrg9LMO3NH .mbr-label {
  color: #f0e226;
}
.cid-vrg9LMO3NH .mbr-text {
  color: #b3b2ae;
}
.cid-vrg9LNamMv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #101012;
  overflow: hidden;
  position: relative;
}
.cid-vrg9LNamMv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrg9LNamMv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrg9LNamMv .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-vrg9LNamMv .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px dashed #28282f;
  pointer-events: none;
}
.cid-vrg9LNamMv .content-wrapper .border_1 {
  left: 0;
}
.cid-vrg9LNamMv .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-vrg9LNamMv .content-wrapper .border_2 {
    display: none;
  }
}
.cid-vrg9LNamMv .content-wrapper .border_3 {
  left: 50%;
}
.cid-vrg9LNamMv .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-vrg9LNamMv .content-wrapper .border_4 {
    display: none;
  }
}
.cid-vrg9LNamMv .content-wrapper .border_5 {
  left: 100%;
}
.cid-vrg9LNamMv .title-wrapper {
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .cid-vrg9LNamMv .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vrg9LNamMv .title-wrapper .card {
  position: relative;
  z-index: 2;
  padding: 0;
}
.cid-vrg9LNamMv .title-wrapper .label-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vrg9LNamMv .title-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vrg9LNamMv .title-wrapper .label-wrapper .label-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  border: 1px;
  gap: 6px;
  border-right: 1px solid #f0e226;
  border-left: 1px solid #f0e226;
}
.cid-vrg9LNamMv .title-wrapper .label-wrapper .label-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #28282f;
  opacity: .3;
}
.cid-vrg9LNamMv .title-wrapper .label-wrapper .label-wrap .marker-wrap {
  display: inline-flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  border: 1px solid #f0e226;
  margin-bottom: 3px;
}
.cid-vrg9LNamMv .title-wrapper .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vrg9LNamMv .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vrg9LNamMv .items-wrapper {
  margin: 0;
}
.cid-vrg9LNamMv .items-wrapper .card {
  padding: 0;
}
.cid-vrg9LNamMv .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 20px;
  margin-left: 1px;
}
@media (max-width: 992px) {
  .cid-vrg9LNamMv .items-wrap {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.cid-vrg9LNamMv .item {
  z-index: 2;
}
.cid-vrg9LNamMv .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  height: 100%;
  background-color: #161617;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
}
@media (max-width: 992px) {
  .cid-vrg9LNamMv .item .item-wrapper {
    margin: 0 1px;
    padding: 20px 16px;
  }
}
.cid-vrg9LNamMv .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vrg9LNamMv .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vrg9LNamMv .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 48px;
  height: 48px;
  display: inline-flex;
  font-size: 48px;
}
.cid-vrg9LNamMv .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vrg9LNamMv .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vrg9LNamMv .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
  margin-bottom: -9.8px;
}
.cid-vrg9LNamMv .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-vrg9LNamMv .btn-wrapper {
  margin-top: -1.5rem;
}
.cid-vrg9LNamMv .mbr-label {
  color: #f0e226;
}
.cid-vrg9LNamMv .mbr-section-title {
  color: #e4e3dc;
}
.cid-vrg9LNamMv .item-title {
  color: #e4e3dc;
}
.cid-vrg9LNamMv .item-label {
  color: #ffffff;
}
.cid-vrg9LNamMv .item-text {
  color: #ffffff;
}
.cid-vrg9LNamMv .item-price {
  color: #e4e3dc;
}
.cid-vrg9LNamMv .item-list-title {
  color: #b3b2ae;
}
.cid-vrg9LNamMv .list {
  color: #e4e3dc;
}
.cid-vrg9LNxybH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #101012;
}
.cid-vrg9LNxybH .mbr-text {
  color: #ffffff;
}
.cid-vrg9LNxybH .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-vrg9RnSXUL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-vrg9RnSXUL nav.navbar {
  position: fixed;
}
.cid-vrg9RnSXUL .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vrg9RnSXUL .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vrg9RnSXUL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vrg9RnSXUL .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vrg9RnSXUL .dropdown-item {
  border: none !important;
  background: #101012 !important;
  font-weight: 400;
}
.cid-vrg9RnSXUL .dropdown-item:hover,
.cid-vrg9RnSXUL .dropdown-item:focus {
  background: #101012 !important;
  color: #f0e226 !important;
}
.cid-vrg9RnSXUL .dropdown-item:hover span {
  color: white;
}
.cid-vrg9RnSXUL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vrg9RnSXUL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vrg9RnSXUL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vrg9RnSXUL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vrg9RnSXUL .nav-link {
  position: relative;
}
.cid-vrg9RnSXUL .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-vrg9RnSXUL .container {
    flex-wrap: nowrap;
  }
}
.cid-vrg9RnSXUL .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vrg9RnSXUL .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vrg9RnSXUL .dropdown-menu,
.cid-vrg9RnSXUL .navbar.opened {
  background: #101012 !important;
}
.cid-vrg9RnSXUL .nav-item:focus,
.cid-vrg9RnSXUL .nav-link:focus {
  outline: none;
}
.cid-vrg9RnSXUL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vrg9RnSXUL .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vrg9RnSXUL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vrg9RnSXUL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vrg9RnSXUL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vrg9RnSXUL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vrg9RnSXUL .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #101012;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(30px);
}
.cid-vrg9RnSXUL .navbar.opened {
  transition: all 0.3s;
}
.cid-vrg9RnSXUL .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vrg9RnSXUL .navbar .navbar-logo {
  margin-right: 8px;
}
.cid-vrg9RnSXUL .navbar .navbar-logo img {
  width: auto;
}
.cid-vrg9RnSXUL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vrg9RnSXUL .navbar.collapsed {
  justify-content: center;
}
.cid-vrg9RnSXUL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vrg9RnSXUL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vrg9RnSXUL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-vrg9RnSXUL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vrg9RnSXUL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vrg9RnSXUL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 50%;
}
.cid-vrg9RnSXUL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vrg9RnSXUL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vrg9RnSXUL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vrg9RnSXUL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vrg9RnSXUL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vrg9RnSXUL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vrg9RnSXUL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vrg9RnSXUL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: -0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 50%;
  }
  .cid-vrg9RnSXUL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vrg9RnSXUL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vrg9RnSXUL .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vrg9RnSXUL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vrg9RnSXUL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vrg9RnSXUL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vrg9RnSXUL .navbar.navbar-short {
  min-height: 80px;
}
.cid-vrg9RnSXUL .navbar.navbar-short .navbar-brand {
  min-height: 80px;
}
.cid-vrg9RnSXUL .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vrg9RnSXUL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
  font-size: 150%;
}
@media (max-width: 992px) {
  .cid-vrg9RnSXUL .navbar-brand .navbar-caption {
    line-height: 1.5;
  }
}
.cid-vrg9RnSXUL .navbar-brand .navbar-caption:hover,
.cid-vrg9RnSXUL .navbar-brand .navbar-caption:focus {
  color: #f0e226 !important;
}
.cid-vrg9RnSXUL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vrg9RnSXUL .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vrg9RnSXUL .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #f0e226 !important;
}
.cid-vrg9RnSXUL .dropdown-item.active,
.cid-vrg9RnSXUL .dropdown-item:active {
  background-color: transparent;
}
.cid-vrg9RnSXUL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vrg9RnSXUL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vrg9RnSXUL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vrg9RnSXUL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #101012;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vrg9RnSXUL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vrg9RnSXUL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vrg9RnSXUL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vrg9RnSXUL ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vrg9RnSXUL ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vrg9RnSXUL .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vrg9RnSXUL .navbar-buttons {
    text-align: left;
  }
}
.cid-vrg9RnSXUL .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vrg9RnSXUL .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vrg9RnSXUL button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #101012 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vrg9RnSXUL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #f0e226;
}
.cid-vrg9RnSXUL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vrg9RnSXUL button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vrg9RnSXUL button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vrg9RnSXUL button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vrg9RnSXUL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vrg9RnSXUL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vrg9RnSXUL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vrg9RnSXUL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vrg9RnSXUL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vrg9RnSXUL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vrg9RnSXUL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vrg9RnSXUL .navbar {
    height: 80px;
  }
  .cid-vrg9RnSXUL .navbar.opened {
    height: auto;
  }
  .cid-vrg9RnSXUL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vrg9RnSXUL .navbar-nav {
  width: 100%;
  justify-content: space-around;
}
.cid-vrg9RnSXUL .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vrg9RnSXUL .nav-item .nav-link {
  padding: 10px 20px !important;
  margin: 0 10px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vrg9RnSXUL .nav-item .nav-link {
    margin: 0 !important;
  }
}
.cid-vrg9RnSXUL .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vrg9RnSXUL .nav-item .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #f0e226;
  transition: .3s all ease;
  background-color: transparent;
}
.cid-vrg9RnSXUL .nav-item .nav-link:hover,
.cid-vrg9RnSXUL .nav-item .nav-link:focus {
  background-color: transparent;
  color: #f0e226 !important;
}
.cid-vrg9RnSXUL .nav-item .nav-link:hover::after,
.cid-vrg9RnSXUL .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vrg9RnSXUL .nav-item .nav-link:hover::before,
.cid-vrg9RnSXUL .nav-item .nav-link:focus::before {
  background-color: #f0e226;
}
.cid-vrg9RnSXUL .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vrg9RnSXUL .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vrg9RnSXUL .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vrg9RnSXUL .navbar {
    justify-content: flex-start !important;
  }
  .cid-vrg9RnSXUL .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vrg9RnSXUL .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vrg9RnSXUL .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vrg9RnSXUL .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vrg9RnSXUL .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vrg9RnSXUL .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vrg9RnSXUL .content-wrap {
  min-height: 80px;
}
.cid-vrg9RrvPtl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #101012;
  overflow: hidden;
  position: relative;
}
.cid-vrg9RrvPtl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrg9RrvPtl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrg9RrvPtl .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-vrg9RrvPtl .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px dashed #28282f;
  pointer-events: none;
}
.cid-vrg9RrvPtl .content-wrapper .border_1 {
  left: 0;
}
.cid-vrg9RrvPtl .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-vrg9RrvPtl .content-wrapper .border_2 {
    display: none;
  }
}
.cid-vrg9RrvPtl .content-wrapper .border_3 {
  left: 50%;
}
.cid-vrg9RrvPtl .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-vrg9RrvPtl .content-wrapper .border_4 {
    display: none;
  }
}
.cid-vrg9RrvPtl .content-wrapper .border_5 {
  left: 100%;
}
.cid-vrg9RrvPtl .items-wrapper {
  margin: 0;
}
.cid-vrg9RrvPtl .items-wrapper .card {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-vrg9RrvPtl .title-wrap {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vrg9RrvPtl .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-vrg9RrvPtl .label-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vrg9RrvPtl .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vrg9RrvPtl .label-wrapper .label-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  border: 1px;
  gap: 6px;
  border-right: 1px solid #f0e226;
  border-left: 1px solid #f0e226;
}
.cid-vrg9RrvPtl .label-wrapper .label-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #28282f;
  opacity: .3;
}
.cid-vrg9RrvPtl .label-wrapper .label-wrap .marker-wrap {
  display: inline-flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  border: 1px solid #f0e226;
  margin-bottom: 3px;
}
.cid-vrg9RrvPtl .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vrg9RrvPtl .mbr-section-title {
  margin-bottom: 0;
  color: #e4e3dc;
}
.cid-vrg9RrvPtl .image-wrapper {
  margin-left: 1px;
}
.cid-vrg9RrvPtl .image-wrapper img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vrg9RrvPtl .image-wrapper img {
    height: 300px;
    margin-bottom: 40px;
  }
}
.cid-vrg9RrvPtl .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #e4e3dc;
}
@media (max-width: 992px) {
  .cid-vrg9RrvPtl .mbr-section-subtitle {
    margin-bottom: 12px;
  }
}
.cid-vrg9RrvPtl .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vrg9RrvPtl .mbr-section-btn {
  margin-bottom: -9.6px;
  margin-top: 16px;
}
.cid-vrg9RrvPtl .mbr-label {
  color: #f0e226;
}
.cid-vrg9RrvPtl .mbr-text {
  color: #b3b2ae;
}
.cid-vrg9Rsbz1N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #101012;
  overflow: hidden;
  position: relative;
}
.cid-vrg9Rsbz1N .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrg9Rsbz1N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrg9Rsbz1N .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-vrg9Rsbz1N .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px dashed #28282f;
  pointer-events: none;
}
.cid-vrg9Rsbz1N .content-wrapper .border_1 {
  left: 0;
}
.cid-vrg9Rsbz1N .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-vrg9Rsbz1N .content-wrapper .border_2 {
    display: none;
  }
}
.cid-vrg9Rsbz1N .content-wrapper .border_3 {
  left: 50%;
}
.cid-vrg9Rsbz1N .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-vrg9Rsbz1N .content-wrapper .border_4 {
    display: none;
  }
}
.cid-vrg9Rsbz1N .content-wrapper .border_5 {
  left: 100%;
}
.cid-vrg9Rsbz1N .items-wrapper {
  margin: 0;
}
.cid-vrg9Rsbz1N .items-wrapper .card {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-vrg9Rsbz1N .title-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vrg9Rsbz1N .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-vrg9Rsbz1N .label-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vrg9Rsbz1N .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vrg9Rsbz1N .label-wrapper .label-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  border: 1px;
  gap: 6px;
  border-right: 1px solid #f0e226;
  border-left: 1px solid #f0e226;
}
.cid-vrg9Rsbz1N .label-wrapper .label-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #28282f;
  opacity: .3;
}
.cid-vrg9Rsbz1N .label-wrapper .label-wrap .marker-wrap {
  display: inline-flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  border: 1px solid #f0e226;
  margin-bottom: 3px;
}
.cid-vrg9Rsbz1N .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vrg9Rsbz1N .mbr-section-title {
  margin-bottom: 0;
  color: #e4e3dc;
}
.cid-vrg9Rsbz1N .content-wrap {
  margin-left: 1px;
}
.cid-vrg9Rsbz1N .content-wrap .google-map iframe {
  height: 400px;
}
@media (max-width: 992px) {
  .cid-vrg9Rsbz1N .content-wrap .google-map iframe {
    height: 300px;
  }
}
.cid-vrg9Rsbz1N .mbr-label {
  color: #f0e226;
}
.cid-vrg9Rsbz1N .mbr-text {
  color: #b3b2ae;
}
.cid-vrg9RsyJD8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #101012;
  overflow: hidden;
  position: relative;
}
.cid-vrg9RsyJD8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrg9RsyJD8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrg9RsyJD8 .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-vrg9RsyJD8 .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px dashed #28282f;
  pointer-events: none;
}
.cid-vrg9RsyJD8 .content-wrapper .border_1 {
  left: 0;
}
.cid-vrg9RsyJD8 .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-vrg9RsyJD8 .content-wrapper .border_2 {
    display: none;
  }
}
.cid-vrg9RsyJD8 .content-wrapper .border_3 {
  left: 50%;
}
.cid-vrg9RsyJD8 .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-vrg9RsyJD8 .content-wrapper .border_4 {
    display: none;
  }
}
.cid-vrg9RsyJD8 .content-wrapper .border_5 {
  left: 100%;
}
.cid-vrg9RsyJD8 .title-wrapper {
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .cid-vrg9RsyJD8 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vrg9RsyJD8 .title-wrapper .card {
  position: relative;
  z-index: 2;
  padding: 0;
}
.cid-vrg9RsyJD8 .title-wrapper .label-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vrg9RsyJD8 .title-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vrg9RsyJD8 .title-wrapper .label-wrapper .label-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  border: 1px;
  gap: 6px;
  border-right: 1px solid #f0e226;
  border-left: 1px solid #f0e226;
}
.cid-vrg9RsyJD8 .title-wrapper .label-wrapper .label-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #28282f;
  opacity: .3;
}
.cid-vrg9RsyJD8 .title-wrapper .label-wrapper .label-wrap .marker-wrap {
  display: inline-flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  border: 1px solid #f0e226;
  margin-bottom: 3px;
}
.cid-vrg9RsyJD8 .title-wrapper .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vrg9RsyJD8 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vrg9RsyJD8 .items-wrapper {
  margin: 0;
}
.cid-vrg9RsyJD8 .items-wrapper .card {
  padding: 0;
}
.cid-vrg9RsyJD8 .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 20px;
  margin-left: 1px;
}
@media (max-width: 992px) {
  .cid-vrg9RsyJD8 .items-wrap {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.cid-vrg9RsyJD8 .item {
  z-index: 2;
}
.cid-vrg9RsyJD8 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  height: 100%;
  background-color: #161617;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
}
@media (max-width: 992px) {
  .cid-vrg9RsyJD8 .item .item-wrapper {
    margin: 0 1px;
    padding: 20px 16px;
  }
}
.cid-vrg9RsyJD8 .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vrg9RsyJD8 .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vrg9RsyJD8 .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 48px;
  height: 48px;
  display: inline-flex;
  font-size: 48px;
}
.cid-vrg9RsyJD8 .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vrg9RsyJD8 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vrg9RsyJD8 .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
  margin-bottom: -9.8px;
}
.cid-vrg9RsyJD8 .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-vrg9RsyJD8 .btn-wrapper {
  margin-top: -1.5rem;
}
.cid-vrg9RsyJD8 .mbr-label {
  color: #f0e226;
}
.cid-vrg9RsyJD8 .mbr-section-title {
  color: #e4e3dc;
}
.cid-vrg9RsyJD8 .item-title {
  color: #e4e3dc;
}
.cid-vrg9RsyJD8 .item-label {
  color: #ffffff;
}
.cid-vrg9RsyJD8 .item-text {
  color: #ffffff;
}
.cid-vrg9RsyJD8 .item-price {
  color: #e4e3dc;
}
.cid-vrg9RsyJD8 .item-list-title {
  color: #b3b2ae;
}
.cid-vrg9RsyJD8 .list {
  color: #e4e3dc;
}
.cid-vrg9RsUzhY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #101012;
}
.cid-vrg9RsUzhY .mbr-text {
  color: #ffffff;
}
.cid-vrg9RsUzhY .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-vrg9W4B9NJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-vrg9W4B9NJ nav.navbar {
  position: fixed;
}
.cid-vrg9W4B9NJ .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vrg9W4B9NJ .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vrg9W4B9NJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vrg9W4B9NJ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vrg9W4B9NJ .dropdown-item {
  border: none !important;
  background: #101012 !important;
  font-weight: 400;
}
.cid-vrg9W4B9NJ .dropdown-item:hover,
.cid-vrg9W4B9NJ .dropdown-item:focus {
  background: #101012 !important;
  color: #f0e226 !important;
}
.cid-vrg9W4B9NJ .dropdown-item:hover span {
  color: white;
}
.cid-vrg9W4B9NJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vrg9W4B9NJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vrg9W4B9NJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vrg9W4B9NJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vrg9W4B9NJ .nav-link {
  position: relative;
}
.cid-vrg9W4B9NJ .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-vrg9W4B9NJ .container {
    flex-wrap: nowrap;
  }
}
.cid-vrg9W4B9NJ .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vrg9W4B9NJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vrg9W4B9NJ .dropdown-menu,
.cid-vrg9W4B9NJ .navbar.opened {
  background: #101012 !important;
}
.cid-vrg9W4B9NJ .nav-item:focus,
.cid-vrg9W4B9NJ .nav-link:focus {
  outline: none;
}
.cid-vrg9W4B9NJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vrg9W4B9NJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vrg9W4B9NJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vrg9W4B9NJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vrg9W4B9NJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vrg9W4B9NJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vrg9W4B9NJ .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #101012;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(30px);
}
.cid-vrg9W4B9NJ .navbar.opened {
  transition: all 0.3s;
}
.cid-vrg9W4B9NJ .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vrg9W4B9NJ .navbar .navbar-logo {
  margin-right: 8px;
}
.cid-vrg9W4B9NJ .navbar .navbar-logo img {
  width: auto;
}
.cid-vrg9W4B9NJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vrg9W4B9NJ .navbar.collapsed {
  justify-content: center;
}
.cid-vrg9W4B9NJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vrg9W4B9NJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vrg9W4B9NJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-vrg9W4B9NJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vrg9W4B9NJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vrg9W4B9NJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 50%;
}
.cid-vrg9W4B9NJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vrg9W4B9NJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vrg9W4B9NJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vrg9W4B9NJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vrg9W4B9NJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vrg9W4B9NJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vrg9W4B9NJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vrg9W4B9NJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: -0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 50%;
  }
  .cid-vrg9W4B9NJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vrg9W4B9NJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vrg9W4B9NJ .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vrg9W4B9NJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vrg9W4B9NJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vrg9W4B9NJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vrg9W4B9NJ .navbar.navbar-short {
  min-height: 80px;
}
.cid-vrg9W4B9NJ .navbar.navbar-short .navbar-brand {
  min-height: 80px;
}
.cid-vrg9W4B9NJ .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vrg9W4B9NJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
  font-size: 150%;
}
@media (max-width: 992px) {
  .cid-vrg9W4B9NJ .navbar-brand .navbar-caption {
    line-height: 1.5;
  }
}
.cid-vrg9W4B9NJ .navbar-brand .navbar-caption:hover,
.cid-vrg9W4B9NJ .navbar-brand .navbar-caption:focus {
  color: #f0e226 !important;
}
.cid-vrg9W4B9NJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vrg9W4B9NJ .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vrg9W4B9NJ .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #f0e226 !important;
}
.cid-vrg9W4B9NJ .dropdown-item.active,
.cid-vrg9W4B9NJ .dropdown-item:active {
  background-color: transparent;
}
.cid-vrg9W4B9NJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vrg9W4B9NJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vrg9W4B9NJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vrg9W4B9NJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #101012;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vrg9W4B9NJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vrg9W4B9NJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vrg9W4B9NJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vrg9W4B9NJ ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vrg9W4B9NJ ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vrg9W4B9NJ .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vrg9W4B9NJ .navbar-buttons {
    text-align: left;
  }
}
.cid-vrg9W4B9NJ .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vrg9W4B9NJ .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vrg9W4B9NJ button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #101012 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vrg9W4B9NJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #f0e226;
}
.cid-vrg9W4B9NJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vrg9W4B9NJ button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vrg9W4B9NJ button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vrg9W4B9NJ button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vrg9W4B9NJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vrg9W4B9NJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vrg9W4B9NJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vrg9W4B9NJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vrg9W4B9NJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vrg9W4B9NJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vrg9W4B9NJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vrg9W4B9NJ .navbar {
    height: 80px;
  }
  .cid-vrg9W4B9NJ .navbar.opened {
    height: auto;
  }
  .cid-vrg9W4B9NJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vrg9W4B9NJ .navbar-nav {
  width: 100%;
  justify-content: space-around;
}
.cid-vrg9W4B9NJ .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vrg9W4B9NJ .nav-item .nav-link {
  padding: 10px 20px !important;
  margin: 0 10px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vrg9W4B9NJ .nav-item .nav-link {
    margin: 0 !important;
  }
}
.cid-vrg9W4B9NJ .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vrg9W4B9NJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #f0e226;
  transition: .3s all ease;
  background-color: transparent;
}
.cid-vrg9W4B9NJ .nav-item .nav-link:hover,
.cid-vrg9W4B9NJ .nav-item .nav-link:focus {
  background-color: transparent;
  color: #f0e226 !important;
}
.cid-vrg9W4B9NJ .nav-item .nav-link:hover::after,
.cid-vrg9W4B9NJ .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vrg9W4B9NJ .nav-item .nav-link:hover::before,
.cid-vrg9W4B9NJ .nav-item .nav-link:focus::before {
  background-color: #f0e226;
}
.cid-vrg9W4B9NJ .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vrg9W4B9NJ .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vrg9W4B9NJ .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vrg9W4B9NJ .navbar {
    justify-content: flex-start !important;
  }
  .cid-vrg9W4B9NJ .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vrg9W4B9NJ .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vrg9W4B9NJ .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vrg9W4B9NJ .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vrg9W4B9NJ .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vrg9W4B9NJ .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vrg9W4B9NJ .content-wrap {
  min-height: 80px;
}
.cid-vrg9W7Fuky {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-color: #101012;
  overflow: hidden;
  position: relative;
}
.cid-vrg9W7Fuky .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrg9W7Fuky .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrg9W7Fuky .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-vrg9W7Fuky .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px dashed #28282f;
  pointer-events: none;
}
.cid-vrg9W7Fuky .content-wrapper .border_1 {
  left: 0;
}
.cid-vrg9W7Fuky .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-vrg9W7Fuky .content-wrapper .border_2 {
    display: none;
  }
}
.cid-vrg9W7Fuky .content-wrapper .border_3 {
  left: 50%;
}
.cid-vrg9W7Fuky .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-vrg9W7Fuky .content-wrapper .border_4 {
    display: none;
  }
}
.cid-vrg9W7Fuky .content-wrapper .border_5 {
  left: 100%;
}
.cid-vrg9W7Fuky .title-wrapper {
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .cid-vrg9W7Fuky .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vrg9W7Fuky .title-wrapper .card {
  position: relative;
  z-index: 2;
  padding: 0;
}
.cid-vrg9W7Fuky .title-wrapper .label-wrapper {
  padding-right: 16px;
}
@media (max-width: 992px) {
  .cid-vrg9W7Fuky .title-wrapper .label-wrapper {
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.cid-vrg9W7Fuky .title-wrapper .label-wrapper .label-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  border: 1px;
  gap: 6px;
  border-right: 1px solid #f0e226;
  border-left: 1px solid #f0e226;
}
.cid-vrg9W7Fuky .title-wrapper .label-wrapper .label-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #28282f;
  opacity: .3;
}
.cid-vrg9W7Fuky .title-wrapper .label-wrapper .label-wrap .marker-wrap {
  display: inline-flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  border: 1px solid #f0e226;
  margin-bottom: 3px;
}
.cid-vrg9W7Fuky .title-wrapper .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vrg9W7Fuky .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vrg9W7Fuky .items-wrapper {
  margin: 0;
}
.cid-vrg9W7Fuky .items-wrapper .card {
  padding: 0;
}
.cid-vrg9W7Fuky .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 1px;
  margin-left: 1px;
}
@media (max-width: 992px) {
  .cid-vrg9W7Fuky .items-wrap {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.cid-vrg9W7Fuky .item {
  z-index: 2;
}
.cid-vrg9W7Fuky .item:hover .item-wrapper,
.cid-vrg9W7Fuky .item:focus .item-wrapper {
  border-top: 1px solid #f0e226;
  border-bottom: 1px solid #f0e226;
}
.cid-vrg9W7Fuky .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  height: 100%;
  background-color: #161617;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vrg9W7Fuky .item .item-wrapper {
    margin: 0 1px;
    padding: 20px 16px;
  }
}
.cid-vrg9W7Fuky .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vrg9W7Fuky .item .item-wrapper .card-box .title-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vrg9W7Fuky .item .item-wrapper .card-box .title-wrap {
    flex-direction: column-reverse;
  }
}
.cid-vrg9W7Fuky .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-vrg9W7Fuky .item .item-wrapper .card-box .title-wrap .card-label .item-label {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-left: 20px;
  margin-bottom: 0;
}
.cid-vrg9W7Fuky .item .item-wrapper .card-box .title-wrap .card-label .item-label::before {
  content: '';
  position: absolute;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #f0e226;
}
.cid-vrg9W7Fuky .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vrg9W7Fuky .item .item-wrapper .card-box .item-price {
  padding: 40px 0 24px;
  border-bottom: 1px solid #353535;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vrg9W7Fuky .item .item-wrapper .card-box .item-price {
    padding: 20px 0 16px;
  }
}
.cid-vrg9W7Fuky .item .item-wrapper .card-box .list-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-vrg9W7Fuky .item .item-wrapper .card-box .list-wrapper {
    margin-top: 20px;
  }
}
.cid-vrg9W7Fuky .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vrg9W7Fuky .item .item-wrapper .card-box .list-wrapper .list .item-list-title {
  margin-bottom: 16px;
}
.cid-vrg9W7Fuky .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  padding-left: 24px;
  position: relative;
  margin-bottom: 12px;
}
.cid-vrg9W7Fuky .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vrg9W7Fuky .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #f0e226;
}
.cid-vrg9W7Fuky .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 54px;
  margin-bottom: -9.8px;
}
@media (max-width: 992px) {
  .cid-vrg9W7Fuky .item .item-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-vrg9W7Fuky .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-vrg9W7Fuky .mbr-label {
  color: #f0e226;
}
.cid-vrg9W7Fuky .mbr-section-title {
  color: #e4e3dc;
}
.cid-vrg9W7Fuky .item-title {
  color: #e4e3dc;
}
.cid-vrg9W7Fuky .item-label {
  color: #ffffff;
}
.cid-vrg9W7Fuky .item-text {
  color: #b3b2ae;
}
.cid-vrg9W7Fuky .item-price {
  color: #e4e3dc;
}
.cid-vrg9W7Fuky .item-list-title {
  color: #b3b2ae;
}
.cid-vrg9W7Fuky .list {
  color: #e4e3dc;
}
.cid-vrg9W8Zisk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #101012;
  overflow: hidden;
  position: relative;
}
.cid-vrg9W8Zisk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrg9W8Zisk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrg9W8Zisk .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-vrg9W8Zisk .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px dashed #28282f;
  pointer-events: none;
}
.cid-vrg9W8Zisk .content-wrapper .border_1 {
  left: 0;
}
.cid-vrg9W8Zisk .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-vrg9W8Zisk .content-wrapper .border_2 {
    display: none;
  }
}
.cid-vrg9W8Zisk .content-wrapper .border_3 {
  left: 50%;
}
.cid-vrg9W8Zisk .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-vrg9W8Zisk .content-wrapper .border_4 {
    display: none;
  }
}
.cid-vrg9W8Zisk .content-wrapper .border_5 {
  left: 100%;
}
.cid-vrg9W8Zisk .items-wrapper {
  margin: 0;
}
.cid-vrg9W8Zisk .items-wrapper .card {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-vrg9W8Zisk .title-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vrg9W8Zisk .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-vrg9W8Zisk .label-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vrg9W8Zisk .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vrg9W8Zisk .label-wrapper .label-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  border: 1px;
  gap: 6px;
  border-right: 1px solid #f0e226;
  border-left: 1px solid #f0e226;
}
.cid-vrg9W8Zisk .label-wrapper .label-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #28282f;
  opacity: .3;
}
.cid-vrg9W8Zisk .label-wrapper .label-wrap .marker-wrap {
  display: inline-flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  border: 1px solid #f0e226;
  margin-bottom: 3px;
}
.cid-vrg9W8Zisk .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vrg9W8Zisk .mbr-section-title {
  margin-bottom: 0;
  color: #e4e3dc;
}
.cid-vrg9W8Zisk .content-wrap {
  margin-left: 1px;
}
.cid-vrg9W8Zisk .content-wrap .google-map iframe {
  height: 400px;
}
@media (max-width: 992px) {
  .cid-vrg9W8Zisk .content-wrap .google-map iframe {
    height: 300px;
  }
}
.cid-vrg9W8Zisk .mbr-label {
  color: #f0e226;
}
.cid-vrg9W8Zisk .mbr-text {
  color: #b3b2ae;
}
.cid-vrg9W9ouLs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #101012;
  overflow: hidden;
  position: relative;
}
.cid-vrg9W9ouLs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrg9W9ouLs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrg9W9ouLs .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-vrg9W9ouLs .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px dashed #28282f;
  pointer-events: none;
}
.cid-vrg9W9ouLs .content-wrapper .border_1 {
  left: 0;
}
.cid-vrg9W9ouLs .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-vrg9W9ouLs .content-wrapper .border_2 {
    display: none;
  }
}
.cid-vrg9W9ouLs .content-wrapper .border_3 {
  left: 50%;
}
.cid-vrg9W9ouLs .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-vrg9W9ouLs .content-wrapper .border_4 {
    display: none;
  }
}
.cid-vrg9W9ouLs .content-wrapper .border_5 {
  left: 100%;
}
.cid-vrg9W9ouLs .title-wrapper {
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .cid-vrg9W9ouLs .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vrg9W9ouLs .title-wrapper .card {
  position: relative;
  z-index: 2;
  padding: 0;
}
.cid-vrg9W9ouLs .title-wrapper .label-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vrg9W9ouLs .title-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vrg9W9ouLs .title-wrapper .label-wrapper .label-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  border: 1px;
  gap: 6px;
  border-right: 1px solid #f0e226;
  border-left: 1px solid #f0e226;
}
.cid-vrg9W9ouLs .title-wrapper .label-wrapper .label-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #28282f;
  opacity: .3;
}
.cid-vrg9W9ouLs .title-wrapper .label-wrapper .label-wrap .marker-wrap {
  display: inline-flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  border: 1px solid #f0e226;
  margin-bottom: 3px;
}
.cid-vrg9W9ouLs .title-wrapper .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vrg9W9ouLs .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vrg9W9ouLs .items-wrapper {
  margin: 0;
}
.cid-vrg9W9ouLs .items-wrapper .card {
  padding: 0;
}
.cid-vrg9W9ouLs .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 20px;
  margin-left: 1px;
}
@media (max-width: 992px) {
  .cid-vrg9W9ouLs .items-wrap {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.cid-vrg9W9ouLs .item {
  z-index: 2;
}
.cid-vrg9W9ouLs .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  height: 100%;
  background-color: #161617;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
}
@media (max-width: 992px) {
  .cid-vrg9W9ouLs .item .item-wrapper {
    margin: 0 1px;
    padding: 20px 16px;
  }
}
.cid-vrg9W9ouLs .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vrg9W9ouLs .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vrg9W9ouLs .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 48px;
  height: 48px;
  display: inline-flex;
  font-size: 48px;
}
.cid-vrg9W9ouLs .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vrg9W9ouLs .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vrg9W9ouLs .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
  margin-bottom: -9.8px;
}
.cid-vrg9W9ouLs .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-vrg9W9ouLs .btn-wrapper {
  margin-top: -1.5rem;
}
.cid-vrg9W9ouLs .mbr-label {
  color: #f0e226;
}
.cid-vrg9W9ouLs .mbr-section-title {
  color: #e4e3dc;
}
.cid-vrg9W9ouLs .item-title {
  color: #e4e3dc;
}
.cid-vrg9W9ouLs .item-label {
  color: #ffffff;
}
.cid-vrg9W9ouLs .item-text {
  color: #ffffff;
}
.cid-vrg9W9ouLs .item-price {
  color: #e4e3dc;
}
.cid-vrg9W9ouLs .item-list-title {
  color: #b3b2ae;
}
.cid-vrg9W9ouLs .list {
  color: #e4e3dc;
}
.cid-vrg9W9LPCc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #101012;
}
.cid-vrg9W9LPCc .mbr-text {
  color: #ffffff;
}
.cid-vrg9W9LPCc .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-vrga2vHAVr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-vrga2vHAVr nav.navbar {
  position: fixed;
}
.cid-vrga2vHAVr .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vrga2vHAVr .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vrga2vHAVr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vrga2vHAVr .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vrga2vHAVr .dropdown-item {
  border: none !important;
  background: #101012 !important;
  font-weight: 400;
}
.cid-vrga2vHAVr .dropdown-item:hover,
.cid-vrga2vHAVr .dropdown-item:focus {
  background: #101012 !important;
  color: #f0e226 !important;
}
.cid-vrga2vHAVr .dropdown-item:hover span {
  color: white;
}
.cid-vrga2vHAVr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vrga2vHAVr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vrga2vHAVr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vrga2vHAVr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vrga2vHAVr .nav-link {
  position: relative;
}
.cid-vrga2vHAVr .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-vrga2vHAVr .container {
    flex-wrap: nowrap;
  }
}
.cid-vrga2vHAVr .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vrga2vHAVr .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vrga2vHAVr .dropdown-menu,
.cid-vrga2vHAVr .navbar.opened {
  background: #101012 !important;
}
.cid-vrga2vHAVr .nav-item:focus,
.cid-vrga2vHAVr .nav-link:focus {
  outline: none;
}
.cid-vrga2vHAVr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vrga2vHAVr .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vrga2vHAVr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vrga2vHAVr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vrga2vHAVr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vrga2vHAVr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vrga2vHAVr .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #101012;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(30px);
}
.cid-vrga2vHAVr .navbar.opened {
  transition: all 0.3s;
}
.cid-vrga2vHAVr .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vrga2vHAVr .navbar .navbar-logo {
  margin-right: 8px;
}
.cid-vrga2vHAVr .navbar .navbar-logo img {
  width: auto;
}
.cid-vrga2vHAVr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vrga2vHAVr .navbar.collapsed {
  justify-content: center;
}
.cid-vrga2vHAVr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vrga2vHAVr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vrga2vHAVr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-vrga2vHAVr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vrga2vHAVr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vrga2vHAVr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 50%;
}
.cid-vrga2vHAVr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vrga2vHAVr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vrga2vHAVr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vrga2vHAVr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vrga2vHAVr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vrga2vHAVr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vrga2vHAVr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vrga2vHAVr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: -0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 50%;
  }
  .cid-vrga2vHAVr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vrga2vHAVr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vrga2vHAVr .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vrga2vHAVr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vrga2vHAVr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vrga2vHAVr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vrga2vHAVr .navbar.navbar-short {
  min-height: 80px;
}
.cid-vrga2vHAVr .navbar.navbar-short .navbar-brand {
  min-height: 80px;
}
.cid-vrga2vHAVr .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vrga2vHAVr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
  font-size: 150%;
}
@media (max-width: 992px) {
  .cid-vrga2vHAVr .navbar-brand .navbar-caption {
    line-height: 1.5;
  }
}
.cid-vrga2vHAVr .navbar-brand .navbar-caption:hover,
.cid-vrga2vHAVr .navbar-brand .navbar-caption:focus {
  color: #f0e226 !important;
}
.cid-vrga2vHAVr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vrga2vHAVr .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vrga2vHAVr .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #f0e226 !important;
}
.cid-vrga2vHAVr .dropdown-item.active,
.cid-vrga2vHAVr .dropdown-item:active {
  background-color: transparent;
}
.cid-vrga2vHAVr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vrga2vHAVr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vrga2vHAVr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vrga2vHAVr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #101012;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vrga2vHAVr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vrga2vHAVr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vrga2vHAVr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vrga2vHAVr ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vrga2vHAVr ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vrga2vHAVr .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vrga2vHAVr .navbar-buttons {
    text-align: left;
  }
}
.cid-vrga2vHAVr .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vrga2vHAVr .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vrga2vHAVr button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #101012 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vrga2vHAVr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #f0e226;
}
.cid-vrga2vHAVr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vrga2vHAVr button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vrga2vHAVr button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vrga2vHAVr button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vrga2vHAVr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vrga2vHAVr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vrga2vHAVr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vrga2vHAVr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vrga2vHAVr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vrga2vHAVr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vrga2vHAVr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vrga2vHAVr .navbar {
    height: 80px;
  }
  .cid-vrga2vHAVr .navbar.opened {
    height: auto;
  }
  .cid-vrga2vHAVr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vrga2vHAVr .navbar-nav {
  width: 100%;
  justify-content: space-around;
}
.cid-vrga2vHAVr .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vrga2vHAVr .nav-item .nav-link {
  padding: 10px 20px !important;
  margin: 0 10px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vrga2vHAVr .nav-item .nav-link {
    margin: 0 !important;
  }
}
.cid-vrga2vHAVr .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vrga2vHAVr .nav-item .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #f0e226;
  transition: .3s all ease;
  background-color: transparent;
}
.cid-vrga2vHAVr .nav-item .nav-link:hover,
.cid-vrga2vHAVr .nav-item .nav-link:focus {
  background-color: transparent;
  color: #f0e226 !important;
}
.cid-vrga2vHAVr .nav-item .nav-link:hover::after,
.cid-vrga2vHAVr .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vrga2vHAVr .nav-item .nav-link:hover::before,
.cid-vrga2vHAVr .nav-item .nav-link:focus::before {
  background-color: #f0e226;
}
.cid-vrga2vHAVr .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vrga2vHAVr .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vrga2vHAVr .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vrga2vHAVr .navbar {
    justify-content: flex-start !important;
  }
  .cid-vrga2vHAVr .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vrga2vHAVr .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vrga2vHAVr .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vrga2vHAVr .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vrga2vHAVr .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vrga2vHAVr .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vrga2vHAVr .content-wrap {
  min-height: 80px;
}
.cid-vrga2yy2Aj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow-anchor: none;
  background-color: #101012;
  overflow: hidden;
  position: relative;
}
.cid-vrga2yy2Aj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrga2yy2Aj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrga2yy2Aj .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-vrga2yy2Aj .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px dashed #28282f;
  pointer-events: none;
}
.cid-vrga2yy2Aj .content-wrapper .border_1 {
  left: 0;
}
.cid-vrga2yy2Aj .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-vrga2yy2Aj .content-wrapper .border_2 {
    display: none;
  }
}
.cid-vrga2yy2Aj .content-wrapper .border_3 {
  left: 50%;
}
.cid-vrga2yy2Aj .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-vrga2yy2Aj .content-wrapper .border_4 {
    display: none;
  }
}
.cid-vrga2yy2Aj .content-wrapper .border_5 {
  left: 100%;
}
.cid-vrga2yy2Aj .title-wrapper {
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .cid-vrga2yy2Aj .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vrga2yy2Aj .title-wrapper .card {
  position: relative;
  z-index: 2;
  padding: 0;
}
.cid-vrga2yy2Aj .title-wrapper .label-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vrga2yy2Aj .title-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vrga2yy2Aj .title-wrapper .label-wrapper .label-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  border: 1px;
  gap: 6px;
  border-right: 1px solid #f0e226;
  border-left: 1px solid #f0e226;
}
.cid-vrga2yy2Aj .title-wrapper .label-wrapper .label-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #28282f;
  opacity: .3;
}
.cid-vrga2yy2Aj .title-wrapper .label-wrapper .label-wrap .marker-wrap {
  display: inline-flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  border: 1px solid #f0e226;
  margin-bottom: 3px;
}
.cid-vrga2yy2Aj .title-wrapper .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vrga2yy2Aj .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vrga2yy2Aj .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .cid-vrga2yy2Aj .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vrga2yy2Aj .title-wrapper .mbr-section-btn {
  margin-top: 32px;
  margin-bottom: -9.8px;
}
@media (max-width: 992px) {
  .cid-vrga2yy2Aj .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-vrga2yy2Aj .items-wrapper {
  margin: 0;
}
.cid-vrga2yy2Aj .items-wrapper .card {
  padding: 0;
}
.cid-vrga2yy2Aj .panel-group {
  margin-left: 1px;
}
.cid-vrga2yy2Aj .panel-group .card {
  position: relative;
  padding: 24px;
  border: none;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  margin-top: 20px;
  background-color: #161617;
}
.cid-vrga2yy2Aj .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-vrga2yy2Aj .panel-group .card {
    padding: 20px 16px;
    margin-top: 16px;
  }
  .cid-vrga2yy2Aj .panel-group .card:first-child {
    margin-top: 0;
  }
}
.cid-vrga2yy2Aj .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vrga2yy2Aj .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vrga2yy2Aj .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vrga2yy2Aj .panel-group .card .card-header .panel-title .icon-wrapper .marker-wrap {
  width: 12px;
  height: 12px;
  min-width: 12px;
  display: inline-flex;
  border: 1px solid #f0e226;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
}
.cid-vrga2yy2Aj .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .marker-wrap {
  background-color: #f0e226;
}
.cid-vrga2yy2Aj .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-vrga2yy2Aj .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vrga2yy2Aj .mbr-label {
  color: #f0e226;
}
.cid-vrga2yy2Aj .mbr-section-title {
  color: #e4e3dc;
}
.cid-vrga2yy2Aj .mbr-text {
  color: #b3b2ae;
}
.cid-vrga2yy2Aj .panel-title-edit {
  color: #e4e3dc;
}
.cid-vrga2yy2Aj .panel-text {
  color: #b3b2ae;
}
.cid-vrga2Ahpmx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #101012;
  overflow: hidden;
  position: relative;
}
.cid-vrga2Ahpmx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrga2Ahpmx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrga2Ahpmx .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-vrga2Ahpmx .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px dashed #28282f;
  pointer-events: none;
}
.cid-vrga2Ahpmx .content-wrapper .border_1 {
  left: 0;
}
.cid-vrga2Ahpmx .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-vrga2Ahpmx .content-wrapper .border_2 {
    display: none;
  }
}
.cid-vrga2Ahpmx .content-wrapper .border_3 {
  left: 50%;
}
.cid-vrga2Ahpmx .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-vrga2Ahpmx .content-wrapper .border_4 {
    display: none;
  }
}
.cid-vrga2Ahpmx .content-wrapper .border_5 {
  left: 100%;
}
.cid-vrga2Ahpmx .items-wrapper {
  margin: 0;
}
.cid-vrga2Ahpmx .items-wrapper .card {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-vrga2Ahpmx .title-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vrga2Ahpmx .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-vrga2Ahpmx .label-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vrga2Ahpmx .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vrga2Ahpmx .label-wrapper .label-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  border: 1px;
  gap: 6px;
  border-right: 1px solid #f0e226;
  border-left: 1px solid #f0e226;
}
.cid-vrga2Ahpmx .label-wrapper .label-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #28282f;
  opacity: .3;
}
.cid-vrga2Ahpmx .label-wrapper .label-wrap .marker-wrap {
  display: inline-flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  border: 1px solid #f0e226;
  margin-bottom: 3px;
}
.cid-vrga2Ahpmx .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vrga2Ahpmx .mbr-section-title {
  margin-bottom: 0;
  color: #e4e3dc;
}
.cid-vrga2Ahpmx .content-wrap {
  margin-left: 1px;
}
.cid-vrga2Ahpmx .content-wrap .google-map iframe {
  height: 400px;
}
@media (max-width: 992px) {
  .cid-vrga2Ahpmx .content-wrap .google-map iframe {
    height: 300px;
  }
}
.cid-vrga2Ahpmx .mbr-label {
  color: #f0e226;
}
.cid-vrga2Ahpmx .mbr-text {
  color: #b3b2ae;
}
.cid-vrga2AD9Fz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #101012;
  overflow: hidden;
  position: relative;
}
.cid-vrga2AD9Fz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrga2AD9Fz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrga2AD9Fz .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-vrga2AD9Fz .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px dashed #28282f;
  pointer-events: none;
}
.cid-vrga2AD9Fz .content-wrapper .border_1 {
  left: 0;
}
.cid-vrga2AD9Fz .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-vrga2AD9Fz .content-wrapper .border_2 {
    display: none;
  }
}
.cid-vrga2AD9Fz .content-wrapper .border_3 {
  left: 50%;
}
.cid-vrga2AD9Fz .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-vrga2AD9Fz .content-wrapper .border_4 {
    display: none;
  }
}
.cid-vrga2AD9Fz .content-wrapper .border_5 {
  left: 100%;
}
.cid-vrga2AD9Fz .title-wrapper {
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .cid-vrga2AD9Fz .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vrga2AD9Fz .title-wrapper .card {
  position: relative;
  z-index: 2;
  padding: 0;
}
.cid-vrga2AD9Fz .title-wrapper .label-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vrga2AD9Fz .title-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vrga2AD9Fz .title-wrapper .label-wrapper .label-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  border: 1px;
  gap: 6px;
  border-right: 1px solid #f0e226;
  border-left: 1px solid #f0e226;
}
.cid-vrga2AD9Fz .title-wrapper .label-wrapper .label-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #28282f;
  opacity: .3;
}
.cid-vrga2AD9Fz .title-wrapper .label-wrapper .label-wrap .marker-wrap {
  display: inline-flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  border: 1px solid #f0e226;
  margin-bottom: 3px;
}
.cid-vrga2AD9Fz .title-wrapper .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vrga2AD9Fz .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vrga2AD9Fz .items-wrapper {
  margin: 0;
}
.cid-vrga2AD9Fz .items-wrapper .card {
  padding: 0;
}
.cid-vrga2AD9Fz .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 20px;
  margin-left: 1px;
}
@media (max-width: 992px) {
  .cid-vrga2AD9Fz .items-wrap {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.cid-vrga2AD9Fz .item {
  z-index: 2;
}
.cid-vrga2AD9Fz .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  height: 100%;
  background-color: #161617;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
}
@media (max-width: 992px) {
  .cid-vrga2AD9Fz .item .item-wrapper {
    margin: 0 1px;
    padding: 20px 16px;
  }
}
.cid-vrga2AD9Fz .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vrga2AD9Fz .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vrga2AD9Fz .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 48px;
  height: 48px;
  display: inline-flex;
  font-size: 48px;
}
.cid-vrga2AD9Fz .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vrga2AD9Fz .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vrga2AD9Fz .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
  margin-bottom: -9.8px;
}
.cid-vrga2AD9Fz .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-vrga2AD9Fz .btn-wrapper {
  margin-top: -1.5rem;
}
.cid-vrga2AD9Fz .mbr-label {
  color: #f0e226;
}
.cid-vrga2AD9Fz .mbr-section-title {
  color: #e4e3dc;
}
.cid-vrga2AD9Fz .item-title {
  color: #e4e3dc;
}
.cid-vrga2AD9Fz .item-label {
  color: #ffffff;
}
.cid-vrga2AD9Fz .item-text {
  color: #ffffff;
}
.cid-vrga2AD9Fz .item-price {
  color: #e4e3dc;
}
.cid-vrga2AD9Fz .item-list-title {
  color: #b3b2ae;
}
.cid-vrga2AD9Fz .list {
  color: #e4e3dc;
}
.cid-vrga2B0J6W {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #101012;
}
.cid-vrga2B0J6W .mbr-text {
  color: #ffffff;
}
.cid-vrga2B0J6W .media-container-row .mbr-text {
  color: #ffffff;
}
