body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 2.3rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.875rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.84rem;
    font-size: calc( 1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff6c2f !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #efefef !important;
}
.bg-warning {
  background-color: #ff6c2f !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff6c2f !important;
  border-color: #ff6c2f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #d73f00 !important;
  border-color: #d73f00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #d73f00 !important;
  border-color: #d73f00 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #efefef !important;
  border-color: #efefef !important;
  color: #707070 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #c4c4c4 !important;
  border-color: #c4c4c4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #707070 !important;
  background-color: #c4c4c4 !important;
  border-color: #c4c4c4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff6c2f !important;
  border-color: #ff6c2f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #d73f00 !important;
  border-color: #d73f00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #d73f00 !important;
  border-color: #d73f00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6c2f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d73f00 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6c2f !important;
  border-color: #ff6c2f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #efefef;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c4c4c4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6c2f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d73f00 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6c2f !important;
  border-color: #ff6c2f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ff6c2f !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #efefef !important;
}
.text-warning {
  color: #ff6c2f !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #c83b00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #bcbcbc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #c83b00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !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: #ff6c2f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #efefef;
}
.alert-warning {
  background-color: #ff6c2f;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff6c2f;
  border-color: #ff6c2f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff6c2f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fffcfb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3b3b3;
}
.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: #fffcfb;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #ff6c2f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #ff6c2f;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff6c2f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff6c2f;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff6c2f;
  border-bottom-color: #ff6c2f;
}
.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: #ff6c2f !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: #ffffff !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='%23ff6c2f' %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;
}
.cid-uFJ8ViEzWF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uFJ8ViEzWF nav.navbar {
  position: fixed;
}
.cid-uFJ8ViEzWF .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-uFJ8ViEzWF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFJ8ViEzWF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFJ8ViEzWF .dropdown-item:hover,
.cid-uFJ8ViEzWF .dropdown-item:focus {
  background: #ff6c2f !important;
  color: white !important;
}
.cid-uFJ8ViEzWF .dropdown-item:hover span {
  color: white;
}
.cid-uFJ8ViEzWF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFJ8ViEzWF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFJ8ViEzWF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFJ8ViEzWF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFJ8ViEzWF .nav-link {
  position: relative;
}
.cid-uFJ8ViEzWF .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFJ8ViEzWF .container {
    flex-wrap: nowrap;
  }
}
.cid-uFJ8ViEzWF .iconfont-wrapper {
  color: #ff6c2f !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFJ8ViEzWF .dropdown-menu,
.cid-uFJ8ViEzWF .navbar.opened {
  background: #000000 !important;
}
.cid-uFJ8ViEzWF .nav-item:focus,
.cid-uFJ8ViEzWF .nav-link:focus {
  outline: none;
}
.cid-uFJ8ViEzWF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFJ8ViEzWF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFJ8ViEzWF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFJ8ViEzWF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFJ8ViEzWF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFJ8ViEzWF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFJ8ViEzWF .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uFJ8ViEzWF .navbar.opened {
  transition: all 0.3s;
}
.cid-uFJ8ViEzWF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFJ8ViEzWF .navbar .navbar-logo img {
  width: auto;
}
.cid-uFJ8ViEzWF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFJ8ViEzWF .navbar.collapsed {
  justify-content: center;
}
.cid-uFJ8ViEzWF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFJ8ViEzWF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFJ8ViEzWF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uFJ8ViEzWF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFJ8ViEzWF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFJ8ViEzWF .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: 41%;
}
.cid-uFJ8ViEzWF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFJ8ViEzWF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFJ8ViEzWF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFJ8ViEzWF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFJ8ViEzWF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFJ8ViEzWF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFJ8ViEzWF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFJ8ViEzWF .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: 40%;
  }
  .cid-uFJ8ViEzWF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFJ8ViEzWF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFJ8ViEzWF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFJ8ViEzWF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFJ8ViEzWF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFJ8ViEzWF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uFJ8ViEzWF .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uFJ8ViEzWF .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFJ8ViEzWF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFJ8ViEzWF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFJ8ViEzWF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFJ8ViEzWF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFJ8ViEzWF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFJ8ViEzWF .dropdown-item.active,
.cid-uFJ8ViEzWF .dropdown-item:active {
  background-color: transparent;
}
.cid-uFJ8ViEzWF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFJ8ViEzWF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFJ8ViEzWF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFJ8ViEzWF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uFJ8ViEzWF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFJ8ViEzWF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFJ8ViEzWF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFJ8ViEzWF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFJ8ViEzWF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFJ8ViEzWF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFJ8ViEzWF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFJ8ViEzWF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFJ8ViEzWF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFJ8ViEzWF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFJ8ViEzWF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFJ8ViEzWF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFJ8ViEzWF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFJ8ViEzWF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFJ8ViEzWF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFJ8ViEzWF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFJ8ViEzWF .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-uFJ8ViEzWF .navbar {
    height: 70px;
  }
  .cid-uFJ8ViEzWF .navbar.opened {
    height: auto;
  }
  .cid-uFJ8ViEzWF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFJcJsbg1D {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #2d2926;
}
.cid-uFJcJsbg1D .carousel {
  width: 100%;
}
.cid-uFJcJsbg1D .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-uFJcJsbg1D .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-uFJcJsbg1D .carousel-caption {
  bottom: 40px;
  z-index: 1;
}
.cid-uFJcJsbg1D .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uFJcJsbg1D .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uFJcJsbg1D .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uFJcJsbg1D .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uFJcJsbg1D .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uFJcJsbg1D .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uFJcJsbg1D .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uFJcJsbg1D .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uFJcJsbg1D .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFJcJsbg1D .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uFJcJsbg1D .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uFJcJsbg1D .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uFJcJsbg1D .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uFJcJsbg1D .carousel-indicators li.active,
.cid-uFJcJsbg1D .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uFJcJsbg1D .carousel-indicators li::after,
.cid-uFJcJsbg1D .carousel-indicators li::before {
  content: none;
}
.cid-uFJcJsbg1D .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uFJcJsbg1D .carousel-indicators {
    display: none !important;
  }
}
.cid-uFJfRqL4VO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2d2926;
}
.cid-uFJfRqL4VO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJfRqL4VO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uFJfRqL4VO .container {
    max-width: 1400px;
  }
}
.cid-uFJfRqL4VO .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff6c2f;
  margin-bottom: 2rem;
}
.cid-uFJfRqL4VO .row {
  justify-content: center;
}
.cid-uFJfRqL4VO .card-text {
  color: #ffffff;
  text-align: left;
}
.cid-uFJfRqL4VO .card-title,
.cid-uFJfRqL4VO .iconfont-wrapper {
  color: #ffffff;
}
.cid-uQa46mnFlu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2d2926;
}
.cid-uQa46mnFlu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQa46mnFlu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQa46mnFlu .item {
  padding-bottom: 2rem;
}
.cid-uQa46mnFlu .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uQa46mnFlu .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uQa46mnFlu .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uQa46mnFlu .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uQa46mnFlu .carousel-control,
.cid-uQa46mnFlu .close {
  background: #1b1b1b;
}
.cid-uQa46mnFlu .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uQa46mnFlu .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uQa46mnFlu .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uQa46mnFlu .carousel-control-next span {
  margin-left: 5px;
}
.cid-uQa46mnFlu .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uQa46mnFlu .close::before {
  content: '\e91a';
}
.cid-uQa46mnFlu .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uQa46mnFlu .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uQa46mnFlu .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQa46mnFlu .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uQa46mnFlu .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uQa46mnFlu .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uQa46mnFlu .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uQa46mnFlu .carousel-indicators li.active,
.cid-uQa46mnFlu .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uQa46mnFlu .carousel-indicators li::after,
.cid-uQa46mnFlu .carousel-indicators li::before {
  content: none;
}
.cid-uQa46mnFlu .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uQa46mnFlu .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uQa46mnFlu .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uQa46mnFlu .carousel-indicators {
    display: none;
  }
}
.cid-uQa46mnFlu .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uQa46mnFlu .carousel-inner > .active {
  display: block;
}
.cid-uQa46mnFlu .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQa46mnFlu .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQa46mnFlu .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uQa46mnFlu .carousel-control,
  .cid-uQa46mnFlu .carousel-indicators,
  .cid-uQa46mnFlu .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uQa46mnFlu .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uQa46mnFlu .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uQa46mnFlu .carousel-indicators .active,
.cid-uQa46mnFlu .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uQa46mnFlu .carousel-indicators .active {
  background: #fff;
}
.cid-uQa46mnFlu .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uQa46mnFlu .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uQa46mnFlu .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uQa46mnFlu .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uQa46mnFlu .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uQa46mnFlu .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uQa46mnFlu .carousel {
  width: 100%;
}
.cid-uQa46mnFlu .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uQa46mnFlu .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uQa46mnFlu .modal.fade .modal-dialog,
.cid-uQa46mnFlu .modal.in .modal-dialog {
  transform: none;
}
.cid-uQa46mnFlu .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uQa46mnFlu H6 {
  text-align: center;
}
.cid-uQa46mnFlu H3 {
  color: #ffffff;
}
.cid-uFJ9SJSr8F {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uFJm795WRT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uFJm795WRT nav.navbar {
  position: fixed;
}
.cid-uFJm795WRT .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-uFJm795WRT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFJm795WRT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFJm795WRT .dropdown-item:hover,
.cid-uFJm795WRT .dropdown-item:focus {
  background: #ff6c2f !important;
  color: white !important;
}
.cid-uFJm795WRT .dropdown-item:hover span {
  color: white;
}
.cid-uFJm795WRT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFJm795WRT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFJm795WRT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFJm795WRT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFJm795WRT .nav-link {
  position: relative;
}
.cid-uFJm795WRT .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFJm795WRT .container {
    flex-wrap: nowrap;
  }
}
.cid-uFJm795WRT .iconfont-wrapper {
  color: #ff6c2f !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFJm795WRT .dropdown-menu,
.cid-uFJm795WRT .navbar.opened {
  background: #000000 !important;
}
.cid-uFJm795WRT .nav-item:focus,
.cid-uFJm795WRT .nav-link:focus {
  outline: none;
}
.cid-uFJm795WRT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFJm795WRT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFJm795WRT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFJm795WRT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFJm795WRT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFJm795WRT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFJm795WRT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uFJm795WRT .navbar.opened {
  transition: all 0.3s;
}
.cid-uFJm795WRT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFJm795WRT .navbar .navbar-logo img {
  width: auto;
}
.cid-uFJm795WRT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFJm795WRT .navbar.collapsed {
  justify-content: center;
}
.cid-uFJm795WRT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFJm795WRT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFJm795WRT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uFJm795WRT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFJm795WRT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFJm795WRT .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: 41%;
}
.cid-uFJm795WRT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFJm795WRT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFJm795WRT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFJm795WRT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFJm795WRT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFJm795WRT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFJm795WRT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFJm795WRT .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: 40%;
  }
  .cid-uFJm795WRT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFJm795WRT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFJm795WRT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFJm795WRT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFJm795WRT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFJm795WRT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uFJm795WRT .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uFJm795WRT .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFJm795WRT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFJm795WRT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFJm795WRT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFJm795WRT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFJm795WRT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFJm795WRT .dropdown-item.active,
.cid-uFJm795WRT .dropdown-item:active {
  background-color: transparent;
}
.cid-uFJm795WRT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFJm795WRT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFJm795WRT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFJm795WRT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uFJm795WRT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFJm795WRT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFJm795WRT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFJm795WRT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFJm795WRT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFJm795WRT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFJm795WRT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFJm795WRT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFJm795WRT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFJm795WRT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFJm795WRT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFJm795WRT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFJm795WRT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFJm795WRT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFJm795WRT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFJm795WRT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFJm795WRT .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-uFJm795WRT .navbar {
    height: 70px;
  }
  .cid-uFJm795WRT .navbar.opened {
    height: auto;
  }
  .cid-uFJm795WRT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFJmNb2e9b {
  background-image: url("../../../assets/images/p3040017.jpg-2000x1500.jpg");
}
.cid-uFJmNb2e9b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJmNb2e9b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJmNb2e9b .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFJmNb2e9b .mbr-section-subtitle {
  color: #efefef;
}
.cid-uFJnhFHZRH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2d2926;
}
.cid-uFJnhFHZRH .mbr-text {
  color: #ffffff;
}
.cid-uFJm7aU5sQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uFJoARWcie {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uFJoARWcie nav.navbar {
  position: fixed;
}
.cid-uFJoARWcie .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-uFJoARWcie .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFJoARWcie .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFJoARWcie .dropdown-item:hover,
.cid-uFJoARWcie .dropdown-item:focus {
  background: #ff6c2f !important;
  color: white !important;
}
.cid-uFJoARWcie .dropdown-item:hover span {
  color: white;
}
.cid-uFJoARWcie .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFJoARWcie .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFJoARWcie .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFJoARWcie .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFJoARWcie .nav-link {
  position: relative;
}
.cid-uFJoARWcie .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFJoARWcie .container {
    flex-wrap: nowrap;
  }
}
.cid-uFJoARWcie .iconfont-wrapper {
  color: #ff6c2f !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFJoARWcie .dropdown-menu,
.cid-uFJoARWcie .navbar.opened {
  background: #000000 !important;
}
.cid-uFJoARWcie .nav-item:focus,
.cid-uFJoARWcie .nav-link:focus {
  outline: none;
}
.cid-uFJoARWcie .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFJoARWcie .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFJoARWcie .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFJoARWcie .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFJoARWcie .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFJoARWcie .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFJoARWcie .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uFJoARWcie .navbar.opened {
  transition: all 0.3s;
}
.cid-uFJoARWcie .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFJoARWcie .navbar .navbar-logo img {
  width: auto;
}
.cid-uFJoARWcie .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFJoARWcie .navbar.collapsed {
  justify-content: center;
}
.cid-uFJoARWcie .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFJoARWcie .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFJoARWcie .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uFJoARWcie .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFJoARWcie .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFJoARWcie .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: 41%;
}
.cid-uFJoARWcie .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFJoARWcie .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFJoARWcie .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFJoARWcie .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFJoARWcie .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFJoARWcie .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFJoARWcie .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFJoARWcie .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: 40%;
  }
  .cid-uFJoARWcie .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFJoARWcie .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFJoARWcie .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFJoARWcie .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFJoARWcie .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFJoARWcie .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uFJoARWcie .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uFJoARWcie .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFJoARWcie .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFJoARWcie .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFJoARWcie .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFJoARWcie .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFJoARWcie .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFJoARWcie .dropdown-item.active,
.cid-uFJoARWcie .dropdown-item:active {
  background-color: transparent;
}
.cid-uFJoARWcie .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFJoARWcie .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFJoARWcie .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFJoARWcie .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uFJoARWcie .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFJoARWcie .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFJoARWcie ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFJoARWcie .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFJoARWcie button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFJoARWcie button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFJoARWcie button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFJoARWcie button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFJoARWcie button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFJoARWcie button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFJoARWcie nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFJoARWcie nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFJoARWcie nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFJoARWcie nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFJoARWcie .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFJoARWcie a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFJoARWcie .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-uFJoARWcie .navbar {
    height: 70px;
  }
  .cid-uFJoARWcie .navbar.opened {
    height: auto;
  }
  .cid-uFJoARWcie .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFJoASfx9o {
  background-image: url("../../../assets/images/p3040019.jpg-2000x1500.jpg");
}
.cid-uFJoASfx9o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJoASfx9o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJoASfx9o .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFJoASfx9o .mbr-section-subtitle {
  color: #efefef;
}
.cid-uFJoASqXa1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2d2926;
}
.cid-uFJoASqXa1 .mbr-text {
  color: #ffffff;
}
.cid-uFJoASy5UC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uFJrHxt7br {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uFJrHxt7br nav.navbar {
  position: fixed;
}
.cid-uFJrHxt7br .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-uFJrHxt7br .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFJrHxt7br .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFJrHxt7br .dropdown-item:hover,
.cid-uFJrHxt7br .dropdown-item:focus {
  background: #ff6c2f !important;
  color: white !important;
}
.cid-uFJrHxt7br .dropdown-item:hover span {
  color: white;
}
.cid-uFJrHxt7br .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFJrHxt7br .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFJrHxt7br .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFJrHxt7br .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFJrHxt7br .nav-link {
  position: relative;
}
.cid-uFJrHxt7br .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFJrHxt7br .container {
    flex-wrap: nowrap;
  }
}
.cid-uFJrHxt7br .iconfont-wrapper {
  color: #ff6c2f !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFJrHxt7br .dropdown-menu,
.cid-uFJrHxt7br .navbar.opened {
  background: #000000 !important;
}
.cid-uFJrHxt7br .nav-item:focus,
.cid-uFJrHxt7br .nav-link:focus {
  outline: none;
}
.cid-uFJrHxt7br .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFJrHxt7br .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFJrHxt7br .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFJrHxt7br .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFJrHxt7br .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFJrHxt7br .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFJrHxt7br .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uFJrHxt7br .navbar.opened {
  transition: all 0.3s;
}
.cid-uFJrHxt7br .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFJrHxt7br .navbar .navbar-logo img {
  width: auto;
}
.cid-uFJrHxt7br .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFJrHxt7br .navbar.collapsed {
  justify-content: center;
}
.cid-uFJrHxt7br .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFJrHxt7br .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFJrHxt7br .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uFJrHxt7br .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFJrHxt7br .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFJrHxt7br .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: 41%;
}
.cid-uFJrHxt7br .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFJrHxt7br .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFJrHxt7br .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFJrHxt7br .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFJrHxt7br .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFJrHxt7br .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFJrHxt7br .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFJrHxt7br .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: 40%;
  }
  .cid-uFJrHxt7br .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFJrHxt7br .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFJrHxt7br .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFJrHxt7br .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFJrHxt7br .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFJrHxt7br .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uFJrHxt7br .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uFJrHxt7br .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFJrHxt7br .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFJrHxt7br .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFJrHxt7br .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFJrHxt7br .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFJrHxt7br .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFJrHxt7br .dropdown-item.active,
.cid-uFJrHxt7br .dropdown-item:active {
  background-color: transparent;
}
.cid-uFJrHxt7br .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFJrHxt7br .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFJrHxt7br .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFJrHxt7br .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uFJrHxt7br .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFJrHxt7br .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFJrHxt7br ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFJrHxt7br .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFJrHxt7br button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFJrHxt7br button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFJrHxt7br button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFJrHxt7br button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFJrHxt7br button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFJrHxt7br button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFJrHxt7br nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFJrHxt7br nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFJrHxt7br nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFJrHxt7br nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFJrHxt7br .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFJrHxt7br a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFJrHxt7br .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-uFJrHxt7br .navbar {
    height: 70px;
  }
  .cid-uFJrHxt7br .navbar.opened {
    height: auto;
  }
  .cid-uFJrHxt7br .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFJsfh8cu4 {
  background-image: url("../../../assets/images/mbr-1920x1272.jpg");
}
.cid-uFJsfh8cu4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJsfh8cu4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJsfh8cu4 .mbr-section-title {
  color: #ffffff;
}
.cid-uFJsfh8cu4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFJsDr2HKC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2d2926;
}
.cid-uFJsDr2HKC .mbr-text {
  color: #efefef;
}
.cid-uFJrHzzYkh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uFJtbgeq2f {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uFJtbgeq2f nav.navbar {
  position: fixed;
}
.cid-uFJtbgeq2f .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-uFJtbgeq2f .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFJtbgeq2f .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFJtbgeq2f .dropdown-item:hover,
.cid-uFJtbgeq2f .dropdown-item:focus {
  background: #ff6c2f !important;
  color: white !important;
}
.cid-uFJtbgeq2f .dropdown-item:hover span {
  color: white;
}
.cid-uFJtbgeq2f .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFJtbgeq2f .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFJtbgeq2f .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFJtbgeq2f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFJtbgeq2f .nav-link {
  position: relative;
}
.cid-uFJtbgeq2f .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFJtbgeq2f .container {
    flex-wrap: nowrap;
  }
}
.cid-uFJtbgeq2f .iconfont-wrapper {
  color: #ff6c2f !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFJtbgeq2f .dropdown-menu,
.cid-uFJtbgeq2f .navbar.opened {
  background: #000000 !important;
}
.cid-uFJtbgeq2f .nav-item:focus,
.cid-uFJtbgeq2f .nav-link:focus {
  outline: none;
}
.cid-uFJtbgeq2f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFJtbgeq2f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFJtbgeq2f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFJtbgeq2f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFJtbgeq2f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFJtbgeq2f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFJtbgeq2f .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uFJtbgeq2f .navbar.opened {
  transition: all 0.3s;
}
.cid-uFJtbgeq2f .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFJtbgeq2f .navbar .navbar-logo img {
  width: auto;
}
.cid-uFJtbgeq2f .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFJtbgeq2f .navbar.collapsed {
  justify-content: center;
}
.cid-uFJtbgeq2f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFJtbgeq2f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFJtbgeq2f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uFJtbgeq2f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFJtbgeq2f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFJtbgeq2f .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: 41%;
}
.cid-uFJtbgeq2f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFJtbgeq2f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFJtbgeq2f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFJtbgeq2f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFJtbgeq2f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFJtbgeq2f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFJtbgeq2f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFJtbgeq2f .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: 40%;
  }
  .cid-uFJtbgeq2f .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFJtbgeq2f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFJtbgeq2f .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFJtbgeq2f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFJtbgeq2f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFJtbgeq2f .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uFJtbgeq2f .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uFJtbgeq2f .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFJtbgeq2f .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFJtbgeq2f .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFJtbgeq2f .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFJtbgeq2f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFJtbgeq2f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFJtbgeq2f .dropdown-item.active,
.cid-uFJtbgeq2f .dropdown-item:active {
  background-color: transparent;
}
.cid-uFJtbgeq2f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFJtbgeq2f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFJtbgeq2f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFJtbgeq2f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uFJtbgeq2f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFJtbgeq2f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFJtbgeq2f ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFJtbgeq2f .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFJtbgeq2f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFJtbgeq2f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFJtbgeq2f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFJtbgeq2f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFJtbgeq2f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFJtbgeq2f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFJtbgeq2f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFJtbgeq2f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFJtbgeq2f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFJtbgeq2f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFJtbgeq2f .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFJtbgeq2f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFJtbgeq2f .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-uFJtbgeq2f .navbar {
    height: 70px;
  }
  .cid-uFJtbgeq2f .navbar.opened {
    height: auto;
  }
  .cid-uFJtbgeq2f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFJtbgwDlq {
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-uFJtbgwDlq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJtbgwDlq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJtbgwDlq .mbr-section-title {
  color: #ffffff;
}
.cid-uFJtbgwDlq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFJtbgJgGm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2d2926;
}
.cid-uFJtbgJgGm .mbr-text {
  color: #efefef;
}
.cid-uFJtbgR8vT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uFJvF7ProS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uFJvF7ProS nav.navbar {
  position: fixed;
}
.cid-uFJvF7ProS .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-uFJvF7ProS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFJvF7ProS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFJvF7ProS .dropdown-item:hover,
.cid-uFJvF7ProS .dropdown-item:focus {
  background: #ff6c2f !important;
  color: white !important;
}
.cid-uFJvF7ProS .dropdown-item:hover span {
  color: white;
}
.cid-uFJvF7ProS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFJvF7ProS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFJvF7ProS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFJvF7ProS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFJvF7ProS .nav-link {
  position: relative;
}
.cid-uFJvF7ProS .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFJvF7ProS .container {
    flex-wrap: nowrap;
  }
}
.cid-uFJvF7ProS .iconfont-wrapper {
  color: #ff6c2f !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFJvF7ProS .dropdown-menu,
.cid-uFJvF7ProS .navbar.opened {
  background: #000000 !important;
}
.cid-uFJvF7ProS .nav-item:focus,
.cid-uFJvF7ProS .nav-link:focus {
  outline: none;
}
.cid-uFJvF7ProS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFJvF7ProS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFJvF7ProS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFJvF7ProS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFJvF7ProS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFJvF7ProS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFJvF7ProS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uFJvF7ProS .navbar.opened {
  transition: all 0.3s;
}
.cid-uFJvF7ProS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFJvF7ProS .navbar .navbar-logo img {
  width: auto;
}
.cid-uFJvF7ProS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFJvF7ProS .navbar.collapsed {
  justify-content: center;
}
.cid-uFJvF7ProS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFJvF7ProS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFJvF7ProS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uFJvF7ProS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFJvF7ProS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFJvF7ProS .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: 41%;
}
.cid-uFJvF7ProS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFJvF7ProS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFJvF7ProS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFJvF7ProS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFJvF7ProS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFJvF7ProS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFJvF7ProS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFJvF7ProS .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: 40%;
  }
  .cid-uFJvF7ProS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFJvF7ProS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFJvF7ProS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFJvF7ProS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFJvF7ProS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFJvF7ProS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uFJvF7ProS .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uFJvF7ProS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFJvF7ProS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFJvF7ProS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFJvF7ProS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFJvF7ProS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFJvF7ProS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFJvF7ProS .dropdown-item.active,
.cid-uFJvF7ProS .dropdown-item:active {
  background-color: transparent;
}
.cid-uFJvF7ProS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFJvF7ProS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFJvF7ProS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFJvF7ProS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uFJvF7ProS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFJvF7ProS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFJvF7ProS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFJvF7ProS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFJvF7ProS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFJvF7ProS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFJvF7ProS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFJvF7ProS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFJvF7ProS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFJvF7ProS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFJvF7ProS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFJvF7ProS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFJvF7ProS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFJvF7ProS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFJvF7ProS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFJvF7ProS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFJvF7ProS .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-uFJvF7ProS .navbar {
    height: 70px;
  }
  .cid-uFJvF7ProS .navbar.opened {
    height: auto;
  }
  .cid-uFJvF7ProS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFJvF86Hbi {
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-uFJvF86Hbi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJvF86Hbi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJvF86Hbi .mbr-section-title {
  color: #ffffff;
}
.cid-uFJvF86Hbi .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFJvF8i4F5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2d2926;
}
.cid-uFJvF8i4F5 .mbr-text {
  color: #efefef;
}
.cid-uFJvF8tKFo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uFJxexhXL4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uFJxexhXL4 nav.navbar {
  position: fixed;
}
.cid-uFJxexhXL4 .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-uFJxexhXL4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFJxexhXL4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFJxexhXL4 .dropdown-item:hover,
.cid-uFJxexhXL4 .dropdown-item:focus {
  background: #ff6c2f !important;
  color: white !important;
}
.cid-uFJxexhXL4 .dropdown-item:hover span {
  color: white;
}
.cid-uFJxexhXL4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFJxexhXL4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFJxexhXL4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFJxexhXL4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFJxexhXL4 .nav-link {
  position: relative;
}
.cid-uFJxexhXL4 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFJxexhXL4 .container {
    flex-wrap: nowrap;
  }
}
.cid-uFJxexhXL4 .iconfont-wrapper {
  color: #ff6c2f !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFJxexhXL4 .dropdown-menu,
.cid-uFJxexhXL4 .navbar.opened {
  background: #000000 !important;
}
.cid-uFJxexhXL4 .nav-item:focus,
.cid-uFJxexhXL4 .nav-link:focus {
  outline: none;
}
.cid-uFJxexhXL4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFJxexhXL4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFJxexhXL4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFJxexhXL4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFJxexhXL4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFJxexhXL4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFJxexhXL4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uFJxexhXL4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uFJxexhXL4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFJxexhXL4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uFJxexhXL4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFJxexhXL4 .navbar.collapsed {
  justify-content: center;
}
.cid-uFJxexhXL4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFJxexhXL4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFJxexhXL4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uFJxexhXL4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFJxexhXL4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFJxexhXL4 .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: 41%;
}
.cid-uFJxexhXL4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFJxexhXL4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFJxexhXL4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFJxexhXL4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFJxexhXL4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFJxexhXL4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFJxexhXL4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFJxexhXL4 .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: 40%;
  }
  .cid-uFJxexhXL4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFJxexhXL4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFJxexhXL4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFJxexhXL4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFJxexhXL4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFJxexhXL4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uFJxexhXL4 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uFJxexhXL4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFJxexhXL4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFJxexhXL4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFJxexhXL4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFJxexhXL4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFJxexhXL4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFJxexhXL4 .dropdown-item.active,
.cid-uFJxexhXL4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uFJxexhXL4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFJxexhXL4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFJxexhXL4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFJxexhXL4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uFJxexhXL4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFJxexhXL4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFJxexhXL4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFJxexhXL4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFJxexhXL4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFJxexhXL4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFJxexhXL4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFJxexhXL4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFJxexhXL4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFJxexhXL4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFJxexhXL4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFJxexhXL4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFJxexhXL4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFJxexhXL4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFJxexhXL4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFJxexhXL4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFJxexhXL4 .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-uFJxexhXL4 .navbar {
    height: 70px;
  }
  .cid-uFJxexhXL4 .navbar.opened {
    height: auto;
  }
  .cid-uFJxexhXL4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFJxexBMt2 {
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
}
.cid-uFJxexBMt2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJxexBMt2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJxexBMt2 .mbr-section-title {
  color: #ffffff;
}
.cid-uFJxexBMt2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFJxexPeBF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2d2926;
}
.cid-uFJxexPeBF .mbr-text {
  color: #efefef;
}
.cid-uFJxey0Fas {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uFNbUzNm1a {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uFNbUzNm1a nav.navbar {
  position: fixed;
}
.cid-uFNbUzNm1a .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-uFNbUzNm1a .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFNbUzNm1a .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFNbUzNm1a .dropdown-item:hover,
.cid-uFNbUzNm1a .dropdown-item:focus {
  background: #ff6c2f !important;
  color: white !important;
}
.cid-uFNbUzNm1a .dropdown-item:hover span {
  color: white;
}
.cid-uFNbUzNm1a .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFNbUzNm1a .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFNbUzNm1a .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFNbUzNm1a .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFNbUzNm1a .nav-link {
  position: relative;
}
.cid-uFNbUzNm1a .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFNbUzNm1a .container {
    flex-wrap: nowrap;
  }
}
.cid-uFNbUzNm1a .iconfont-wrapper {
  color: #ff6c2f !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFNbUzNm1a .dropdown-menu,
.cid-uFNbUzNm1a .navbar.opened {
  background: #000000 !important;
}
.cid-uFNbUzNm1a .nav-item:focus,
.cid-uFNbUzNm1a .nav-link:focus {
  outline: none;
}
.cid-uFNbUzNm1a .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFNbUzNm1a .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFNbUzNm1a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFNbUzNm1a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFNbUzNm1a .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFNbUzNm1a .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFNbUzNm1a .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uFNbUzNm1a .navbar.opened {
  transition: all 0.3s;
}
.cid-uFNbUzNm1a .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFNbUzNm1a .navbar .navbar-logo img {
  width: auto;
}
.cid-uFNbUzNm1a .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFNbUzNm1a .navbar.collapsed {
  justify-content: center;
}
.cid-uFNbUzNm1a .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFNbUzNm1a .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFNbUzNm1a .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uFNbUzNm1a .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFNbUzNm1a .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFNbUzNm1a .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: 41%;
}
.cid-uFNbUzNm1a .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFNbUzNm1a .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFNbUzNm1a .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFNbUzNm1a .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFNbUzNm1a .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFNbUzNm1a .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFNbUzNm1a .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFNbUzNm1a .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: 40%;
  }
  .cid-uFNbUzNm1a .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFNbUzNm1a .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFNbUzNm1a .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFNbUzNm1a .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFNbUzNm1a .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFNbUzNm1a .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uFNbUzNm1a .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uFNbUzNm1a .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFNbUzNm1a .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFNbUzNm1a .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFNbUzNm1a .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFNbUzNm1a .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFNbUzNm1a .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFNbUzNm1a .dropdown-item.active,
.cid-uFNbUzNm1a .dropdown-item:active {
  background-color: transparent;
}
.cid-uFNbUzNm1a .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFNbUzNm1a .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFNbUzNm1a .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFNbUzNm1a .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uFNbUzNm1a .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFNbUzNm1a .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFNbUzNm1a ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFNbUzNm1a .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFNbUzNm1a button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFNbUzNm1a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFNbUzNm1a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFNbUzNm1a button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFNbUzNm1a button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFNbUzNm1a button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFNbUzNm1a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFNbUzNm1a nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFNbUzNm1a nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFNbUzNm1a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFNbUzNm1a .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFNbUzNm1a a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFNbUzNm1a .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-uFNbUzNm1a .navbar {
    height: 70px;
  }
  .cid-uFNbUzNm1a .navbar.opened {
    height: auto;
  }
  .cid-uFNbUzNm1a .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFNcinE5VZ {
  background-image: url("../../../assets/images/img20250505150650-2000x1500.jpg");
}
.cid-uFNcinE5VZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNcinE5VZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNcinE5VZ .mbr-section-title {
  color: #ffffff;
}
.cid-uFNcinE5VZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uOMopArjzs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2d2926;
}
.cid-uOMopArjzs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOMopArjzs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOMopArjzs .item {
  padding-bottom: 2rem;
}
.cid-uOMopArjzs .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uOMopArjzs .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uOMopArjzs .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uOMopArjzs .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uOMopArjzs .carousel-control,
.cid-uOMopArjzs .close {
  background: #1b1b1b;
}
.cid-uOMopArjzs .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uOMopArjzs .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uOMopArjzs .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uOMopArjzs .carousel-control-next span {
  margin-left: 5px;
}
.cid-uOMopArjzs .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uOMopArjzs .close::before {
  content: '\e91a';
}
.cid-uOMopArjzs .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uOMopArjzs .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uOMopArjzs .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uOMopArjzs .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOMopArjzs .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uOMopArjzs .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uOMopArjzs .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uOMopArjzs .carousel-indicators li.active,
.cid-uOMopArjzs .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uOMopArjzs .carousel-indicators li::after,
.cid-uOMopArjzs .carousel-indicators li::before {
  content: none;
}
.cid-uOMopArjzs .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uOMopArjzs .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uOMopArjzs .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uOMopArjzs .carousel-indicators {
    display: none;
  }
}
.cid-uOMopArjzs .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uOMopArjzs .carousel-inner > .active {
  display: block;
}
.cid-uOMopArjzs .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uOMopArjzs .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uOMopArjzs .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uOMopArjzs .carousel-control,
  .cid-uOMopArjzs .carousel-indicators,
  .cid-uOMopArjzs .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uOMopArjzs .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uOMopArjzs .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uOMopArjzs .carousel-indicators .active,
.cid-uOMopArjzs .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uOMopArjzs .carousel-indicators .active {
  background: #fff;
}
.cid-uOMopArjzs .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uOMopArjzs .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uOMopArjzs .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uOMopArjzs .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uOMopArjzs .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uOMopArjzs .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uOMopArjzs .carousel {
  width: 100%;
}
.cid-uOMopArjzs .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uOMopArjzs .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uOMopArjzs .modal.fade .modal-dialog,
.cid-uOMopArjzs .modal.in .modal-dialog {
  transform: none;
}
.cid-uOMopArjzs .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uOMopArjzs H6 {
  text-align: center;
}
.cid-uOMopArjzs H3 {
  color: #efefef;
}
.cid-uObqsjBKtt {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #2d2926;
}
.cid-uObqsjBKtt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uObqsjBKtt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uObqsjBKtt .item {
  padding-bottom: 2rem;
}
.cid-uObqsjBKtt .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uObqsjBKtt .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uObqsjBKtt .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uObqsjBKtt .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uObqsjBKtt .carousel-control,
.cid-uObqsjBKtt .close {
  background: #1b1b1b;
}
.cid-uObqsjBKtt .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uObqsjBKtt .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uObqsjBKtt .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uObqsjBKtt .carousel-control-next span {
  margin-left: 5px;
}
.cid-uObqsjBKtt .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uObqsjBKtt .close::before {
  content: '\e91a';
}
.cid-uObqsjBKtt .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uObqsjBKtt .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uObqsjBKtt .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uObqsjBKtt .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uObqsjBKtt .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uObqsjBKtt .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uObqsjBKtt .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uObqsjBKtt .carousel-indicators li.active,
.cid-uObqsjBKtt .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uObqsjBKtt .carousel-indicators li::after,
.cid-uObqsjBKtt .carousel-indicators li::before {
  content: none;
}
.cid-uObqsjBKtt .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uObqsjBKtt .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uObqsjBKtt .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uObqsjBKtt .carousel-indicators {
    display: none;
  }
}
.cid-uObqsjBKtt .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uObqsjBKtt .carousel-inner > .active {
  display: block;
}
.cid-uObqsjBKtt .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uObqsjBKtt .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uObqsjBKtt .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uObqsjBKtt .carousel-control,
  .cid-uObqsjBKtt .carousel-indicators,
  .cid-uObqsjBKtt .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uObqsjBKtt .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uObqsjBKtt .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uObqsjBKtt .carousel-indicators .active,
.cid-uObqsjBKtt .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uObqsjBKtt .carousel-indicators .active {
  background: #fff;
}
.cid-uObqsjBKtt .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uObqsjBKtt .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uObqsjBKtt .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uObqsjBKtt .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uObqsjBKtt .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uObqsjBKtt .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uObqsjBKtt .carousel {
  width: 100%;
}
.cid-uObqsjBKtt .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uObqsjBKtt .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uObqsjBKtt .modal.fade .modal-dialog,
.cid-uObqsjBKtt .modal.in .modal-dialog {
  transform: none;
}
.cid-uObqsjBKtt .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uObqsjBKtt H6 {
  text-align: center;
}
.cid-uObqsjBKtt H3 {
  color: #ffffff;
}
.cid-uObq27v8CI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2d2926;
}
.cid-uObq27v8CI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uObq27v8CI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uObq27v8CI .item {
  padding-bottom: 2rem;
}
.cid-uObq27v8CI .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uObq27v8CI .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uObq27v8CI .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uObq27v8CI .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uObq27v8CI .carousel-control,
.cid-uObq27v8CI .close {
  background: #1b1b1b;
}
.cid-uObq27v8CI .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uObq27v8CI .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uObq27v8CI .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uObq27v8CI .carousel-control-next span {
  margin-left: 5px;
}
.cid-uObq27v8CI .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uObq27v8CI .close::before {
  content: '\e91a';
}
.cid-uObq27v8CI .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uObq27v8CI .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uObq27v8CI .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uObq27v8CI .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uObq27v8CI .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uObq27v8CI .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uObq27v8CI .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uObq27v8CI .carousel-indicators li.active,
.cid-uObq27v8CI .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uObq27v8CI .carousel-indicators li::after,
.cid-uObq27v8CI .carousel-indicators li::before {
  content: none;
}
.cid-uObq27v8CI .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uObq27v8CI .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uObq27v8CI .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uObq27v8CI .carousel-indicators {
    display: none;
  }
}
.cid-uObq27v8CI .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uObq27v8CI .carousel-inner > .active {
  display: block;
}
.cid-uObq27v8CI .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uObq27v8CI .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uObq27v8CI .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uObq27v8CI .carousel-control,
  .cid-uObq27v8CI .carousel-indicators,
  .cid-uObq27v8CI .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uObq27v8CI .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uObq27v8CI .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uObq27v8CI .carousel-indicators .active,
.cid-uObq27v8CI .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uObq27v8CI .carousel-indicators .active {
  background: #fff;
}
.cid-uObq27v8CI .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uObq27v8CI .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uObq27v8CI .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uObq27v8CI .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uObq27v8CI .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uObq27v8CI .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uObq27v8CI .carousel {
  width: 100%;
}
.cid-uObq27v8CI .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uObq27v8CI .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uObq27v8CI .modal.fade .modal-dialog,
.cid-uObq27v8CI .modal.in .modal-dialog {
  transform: none;
}
.cid-uObq27v8CI .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uObq27v8CI H6 {
  text-align: center;
}
.cid-uObq27v8CI H3 {
  color: #efefef;
}
.cid-uIbnrY6VRU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2d2926;
}
.cid-uIbnrY6VRU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIbnrY6VRU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIbnrY6VRU .item {
  padding-bottom: 2rem;
}
.cid-uIbnrY6VRU .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uIbnrY6VRU .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uIbnrY6VRU .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uIbnrY6VRU .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uIbnrY6VRU .carousel-control,
.cid-uIbnrY6VRU .close {
  background: #1b1b1b;
}
.cid-uIbnrY6VRU .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uIbnrY6VRU .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uIbnrY6VRU .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uIbnrY6VRU .carousel-control-next span {
  margin-left: 5px;
}
.cid-uIbnrY6VRU .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uIbnrY6VRU .close::before {
  content: '\e91a';
}
.cid-uIbnrY6VRU .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uIbnrY6VRU .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uIbnrY6VRU .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uIbnrY6VRU .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uIbnrY6VRU .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uIbnrY6VRU .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uIbnrY6VRU .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uIbnrY6VRU .carousel-indicators li.active,
.cid-uIbnrY6VRU .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uIbnrY6VRU .carousel-indicators li::after,
.cid-uIbnrY6VRU .carousel-indicators li::before {
  content: none;
}
.cid-uIbnrY6VRU .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uIbnrY6VRU .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uIbnrY6VRU .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uIbnrY6VRU .carousel-indicators {
    display: none;
  }
}
.cid-uIbnrY6VRU .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uIbnrY6VRU .carousel-inner > .active {
  display: block;
}
.cid-uIbnrY6VRU .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uIbnrY6VRU .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uIbnrY6VRU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uIbnrY6VRU .carousel-control,
  .cid-uIbnrY6VRU .carousel-indicators,
  .cid-uIbnrY6VRU .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uIbnrY6VRU .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uIbnrY6VRU .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uIbnrY6VRU .carousel-indicators .active,
.cid-uIbnrY6VRU .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uIbnrY6VRU .carousel-indicators .active {
  background: #fff;
}
.cid-uIbnrY6VRU .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uIbnrY6VRU .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uIbnrY6VRU .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uIbnrY6VRU .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uIbnrY6VRU .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uIbnrY6VRU .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uIbnrY6VRU .carousel {
  width: 100%;
}
.cid-uIbnrY6VRU .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uIbnrY6VRU .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uIbnrY6VRU .modal.fade .modal-dialog,
.cid-uIbnrY6VRU .modal.in .modal-dialog {
  transform: none;
}
.cid-uIbnrY6VRU .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uIbnrY6VRU H6 {
  text-align: center;
}
.cid-uIbnrY6VRU H3 {
  color: #ffffff;
}
.cid-uHeArOS9fx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2d2926;
}
.cid-uHeArOS9fx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHeArOS9fx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHeArOS9fx .item {
  padding-bottom: 2rem;
}
.cid-uHeArOS9fx .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uHeArOS9fx .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uHeArOS9fx .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uHeArOS9fx .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uHeArOS9fx .carousel-control,
.cid-uHeArOS9fx .close {
  background: #1b1b1b;
}
.cid-uHeArOS9fx .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uHeArOS9fx .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uHeArOS9fx .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uHeArOS9fx .carousel-control-next span {
  margin-left: 5px;
}
.cid-uHeArOS9fx .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uHeArOS9fx .close::before {
  content: '\e91a';
}
.cid-uHeArOS9fx .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uHeArOS9fx .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uHeArOS9fx .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHeArOS9fx .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uHeArOS9fx .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uHeArOS9fx .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uHeArOS9fx .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uHeArOS9fx .carousel-indicators li.active,
.cid-uHeArOS9fx .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uHeArOS9fx .carousel-indicators li::after,
.cid-uHeArOS9fx .carousel-indicators li::before {
  content: none;
}
.cid-uHeArOS9fx .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uHeArOS9fx .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uHeArOS9fx .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uHeArOS9fx .carousel-indicators {
    display: none;
  }
}
.cid-uHeArOS9fx .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uHeArOS9fx .carousel-inner > .active {
  display: block;
}
.cid-uHeArOS9fx .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHeArOS9fx .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uHeArOS9fx .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uHeArOS9fx .carousel-control,
  .cid-uHeArOS9fx .carousel-indicators,
  .cid-uHeArOS9fx .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uHeArOS9fx .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uHeArOS9fx .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uHeArOS9fx .carousel-indicators .active,
.cid-uHeArOS9fx .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uHeArOS9fx .carousel-indicators .active {
  background: #fff;
}
.cid-uHeArOS9fx .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uHeArOS9fx .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uHeArOS9fx .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uHeArOS9fx .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uHeArOS9fx .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uHeArOS9fx .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uHeArOS9fx .carousel {
  width: 100%;
}
.cid-uHeArOS9fx .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uHeArOS9fx .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uHeArOS9fx .modal.fade .modal-dialog,
.cid-uHeArOS9fx .modal.in .modal-dialog {
  transform: none;
}
.cid-uHeArOS9fx .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uHeArOS9fx H6 {
  text-align: center;
}
.cid-uHeArOS9fx H3 {
  color: #ffffff;
}
.cid-uH330r6WZL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2d2926;
}
.cid-uH330r6WZL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH330r6WZL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH330r6WZL .item {
  padding-bottom: 2rem;
}
.cid-uH330r6WZL .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uH330r6WZL .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uH330r6WZL .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uH330r6WZL .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uH330r6WZL .carousel-control,
.cid-uH330r6WZL .close {
  background: #1b1b1b;
}
.cid-uH330r6WZL .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uH330r6WZL .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uH330r6WZL .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uH330r6WZL .carousel-control-next span {
  margin-left: 5px;
}
.cid-uH330r6WZL .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uH330r6WZL .close::before {
  content: '\e91a';
}
.cid-uH330r6WZL .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uH330r6WZL .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uH330r6WZL .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uH330r6WZL .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uH330r6WZL .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uH330r6WZL .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uH330r6WZL .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uH330r6WZL .carousel-indicators li.active,
.cid-uH330r6WZL .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uH330r6WZL .carousel-indicators li::after,
.cid-uH330r6WZL .carousel-indicators li::before {
  content: none;
}
.cid-uH330r6WZL .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uH330r6WZL .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uH330r6WZL .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uH330r6WZL .carousel-indicators {
    display: none;
  }
}
.cid-uH330r6WZL .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uH330r6WZL .carousel-inner > .active {
  display: block;
}
.cid-uH330r6WZL .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uH330r6WZL .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uH330r6WZL .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uH330r6WZL .carousel-control,
  .cid-uH330r6WZL .carousel-indicators,
  .cid-uH330r6WZL .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uH330r6WZL .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uH330r6WZL .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uH330r6WZL .carousel-indicators .active,
.cid-uH330r6WZL .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uH330r6WZL .carousel-indicators .active {
  background: #fff;
}
.cid-uH330r6WZL .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uH330r6WZL .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uH330r6WZL .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uH330r6WZL .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uH330r6WZL .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uH330r6WZL .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uH330r6WZL .carousel {
  width: 100%;
}
.cid-uH330r6WZL .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uH330r6WZL .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uH330r6WZL .modal.fade .modal-dialog,
.cid-uH330r6WZL .modal.in .modal-dialog {
  transform: none;
}
.cid-uH330r6WZL .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uH330r6WZL H6 {
  text-align: center;
}
.cid-uH330r6WZL H3 {
  color: #ffffff;
}
.cid-uFNfpL9Ulf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2d2926;
}
.cid-uFNfpL9Ulf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNfpL9Ulf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNfpL9Ulf .item {
  padding-bottom: 2rem;
}
.cid-uFNfpL9Ulf .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uFNfpL9Ulf .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uFNfpL9Ulf .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uFNfpL9Ulf .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uFNfpL9Ulf .carousel-control,
.cid-uFNfpL9Ulf .close {
  background: #1b1b1b;
}
.cid-uFNfpL9Ulf .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uFNfpL9Ulf .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uFNfpL9Ulf .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uFNfpL9Ulf .carousel-control-next span {
  margin-left: 5px;
}
.cid-uFNfpL9Ulf .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uFNfpL9Ulf .close::before {
  content: '\e91a';
}
.cid-uFNfpL9Ulf .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uFNfpL9Ulf .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uFNfpL9Ulf .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFNfpL9Ulf .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uFNfpL9Ulf .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uFNfpL9Ulf .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uFNfpL9Ulf .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uFNfpL9Ulf .carousel-indicators li.active,
.cid-uFNfpL9Ulf .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uFNfpL9Ulf .carousel-indicators li::after,
.cid-uFNfpL9Ulf .carousel-indicators li::before {
  content: none;
}
.cid-uFNfpL9Ulf .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uFNfpL9Ulf .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uFNfpL9Ulf .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uFNfpL9Ulf .carousel-indicators {
    display: none;
  }
}
.cid-uFNfpL9Ulf .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uFNfpL9Ulf .carousel-inner > .active {
  display: block;
}
.cid-uFNfpL9Ulf .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFNfpL9Ulf .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uFNfpL9Ulf .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uFNfpL9Ulf .carousel-control,
  .cid-uFNfpL9Ulf .carousel-indicators,
  .cid-uFNfpL9Ulf .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uFNfpL9Ulf .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uFNfpL9Ulf .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uFNfpL9Ulf .carousel-indicators .active,
.cid-uFNfpL9Ulf .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uFNfpL9Ulf .carousel-indicators .active {
  background: #fff;
}
.cid-uFNfpL9Ulf .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uFNfpL9Ulf .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uFNfpL9Ulf .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uFNfpL9Ulf .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uFNfpL9Ulf .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uFNfpL9Ulf .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uFNfpL9Ulf .carousel {
  width: 100%;
}
.cid-uFNfpL9Ulf .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uFNfpL9Ulf .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uFNfpL9Ulf .modal.fade .modal-dialog,
.cid-uFNfpL9Ulf .modal.in .modal-dialog {
  transform: none;
}
.cid-uFNfpL9Ulf .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uFNfpL9Ulf H6 {
  text-align: center;
}
.cid-uFNfpL9Ulf H3 {
  color: #ffffff;
}
.cid-uFNeakowtc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2d2926;
}
.cid-uFNeakowtc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNeakowtc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNeakowtc .item {
  padding-bottom: 2rem;
}
.cid-uFNeakowtc .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uFNeakowtc .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uFNeakowtc .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uFNeakowtc .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uFNeakowtc .carousel-control,
.cid-uFNeakowtc .close {
  background: #1b1b1b;
}
.cid-uFNeakowtc .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uFNeakowtc .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uFNeakowtc .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uFNeakowtc .carousel-control-next span {
  margin-left: 5px;
}
.cid-uFNeakowtc .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uFNeakowtc .close::before {
  content: '\e91a';
}
.cid-uFNeakowtc .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uFNeakowtc .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uFNeakowtc .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFNeakowtc .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uFNeakowtc .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uFNeakowtc .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uFNeakowtc .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uFNeakowtc .carousel-indicators li.active,
.cid-uFNeakowtc .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uFNeakowtc .carousel-indicators li::after,
.cid-uFNeakowtc .carousel-indicators li::before {
  content: none;
}
.cid-uFNeakowtc .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uFNeakowtc .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uFNeakowtc .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uFNeakowtc .carousel-indicators {
    display: none;
  }
}
.cid-uFNeakowtc .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uFNeakowtc .carousel-inner > .active {
  display: block;
}
.cid-uFNeakowtc .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFNeakowtc .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uFNeakowtc .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uFNeakowtc .carousel-control,
  .cid-uFNeakowtc .carousel-indicators,
  .cid-uFNeakowtc .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uFNeakowtc .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uFNeakowtc .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uFNeakowtc .carousel-indicators .active,
.cid-uFNeakowtc .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uFNeakowtc .carousel-indicators .active {
  background: #fff;
}
.cid-uFNeakowtc .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uFNeakowtc .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uFNeakowtc .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uFNeakowtc .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uFNeakowtc .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uFNeakowtc .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uFNeakowtc .carousel {
  width: 100%;
}
.cid-uFNeakowtc .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uFNeakowtc .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uFNeakowtc .modal.fade .modal-dialog,
.cid-uFNeakowtc .modal.in .modal-dialog {
  transform: none;
}
.cid-uFNeakowtc .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uFNeakowtc H6 {
  text-align: center;
}
.cid-uFNeakowtc H3 {
  color: #ffffff;
}
.cid-uFNcQSmwuV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2d2926;
}
.cid-uFNcQSmwuV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNcQSmwuV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNcQSmwuV .item {
  padding-bottom: 2rem;
}
.cid-uFNcQSmwuV .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uFNcQSmwuV .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uFNcQSmwuV .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uFNcQSmwuV .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uFNcQSmwuV .carousel-control,
.cid-uFNcQSmwuV .close {
  background: #1b1b1b;
}
.cid-uFNcQSmwuV .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uFNcQSmwuV .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uFNcQSmwuV .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uFNcQSmwuV .carousel-control-next span {
  margin-left: 5px;
}
.cid-uFNcQSmwuV .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uFNcQSmwuV .close::before {
  content: '\e91a';
}
.cid-uFNcQSmwuV .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uFNcQSmwuV .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uFNcQSmwuV .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFNcQSmwuV .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uFNcQSmwuV .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uFNcQSmwuV .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uFNcQSmwuV .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uFNcQSmwuV .carousel-indicators li.active,
.cid-uFNcQSmwuV .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uFNcQSmwuV .carousel-indicators li::after,
.cid-uFNcQSmwuV .carousel-indicators li::before {
  content: none;
}
.cid-uFNcQSmwuV .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uFNcQSmwuV .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uFNcQSmwuV .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uFNcQSmwuV .carousel-indicators {
    display: none;
  }
}
.cid-uFNcQSmwuV .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uFNcQSmwuV .carousel-inner > .active {
  display: block;
}
.cid-uFNcQSmwuV .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFNcQSmwuV .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uFNcQSmwuV .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uFNcQSmwuV .carousel-control,
  .cid-uFNcQSmwuV .carousel-indicators,
  .cid-uFNcQSmwuV .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uFNcQSmwuV .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uFNcQSmwuV .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uFNcQSmwuV .carousel-indicators .active,
.cid-uFNcQSmwuV .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uFNcQSmwuV .carousel-indicators .active {
  background: #fff;
}
.cid-uFNcQSmwuV .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uFNcQSmwuV .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uFNcQSmwuV .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uFNcQSmwuV .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uFNcQSmwuV .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uFNcQSmwuV .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uFNcQSmwuV .carousel {
  width: 100%;
}
.cid-uFNcQSmwuV .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uFNcQSmwuV .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uFNcQSmwuV .modal.fade .modal-dialog,
.cid-uFNcQSmwuV .modal.in .modal-dialog {
  transform: none;
}
.cid-uFNcQSmwuV .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uFNcQSmwuV H6 {
  text-align: center;
}
.cid-uFNcQSmwuV H3 {
  color: #ffffff;
}
.cid-uFNbUAiBGc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uFNl7PSdgT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uFNl7PSdgT nav.navbar {
  position: fixed;
}
.cid-uFNl7PSdgT .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-uFNl7PSdgT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFNl7PSdgT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFNl7PSdgT .dropdown-item:hover,
.cid-uFNl7PSdgT .dropdown-item:focus {
  background: #ff6c2f !important;
  color: white !important;
}
.cid-uFNl7PSdgT .dropdown-item:hover span {
  color: white;
}
.cid-uFNl7PSdgT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFNl7PSdgT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFNl7PSdgT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFNl7PSdgT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFNl7PSdgT .nav-link {
  position: relative;
}
.cid-uFNl7PSdgT .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFNl7PSdgT .container {
    flex-wrap: nowrap;
  }
}
.cid-uFNl7PSdgT .iconfont-wrapper {
  color: #ff6c2f !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFNl7PSdgT .dropdown-menu,
.cid-uFNl7PSdgT .navbar.opened {
  background: #000000 !important;
}
.cid-uFNl7PSdgT .nav-item:focus,
.cid-uFNl7PSdgT .nav-link:focus {
  outline: none;
}
.cid-uFNl7PSdgT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFNl7PSdgT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFNl7PSdgT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFNl7PSdgT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFNl7PSdgT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFNl7PSdgT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFNl7PSdgT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uFNl7PSdgT .navbar.opened {
  transition: all 0.3s;
}
.cid-uFNl7PSdgT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFNl7PSdgT .navbar .navbar-logo img {
  width: auto;
}
.cid-uFNl7PSdgT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFNl7PSdgT .navbar.collapsed {
  justify-content: center;
}
.cid-uFNl7PSdgT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFNl7PSdgT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFNl7PSdgT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uFNl7PSdgT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFNl7PSdgT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFNl7PSdgT .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: 41%;
}
.cid-uFNl7PSdgT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFNl7PSdgT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFNl7PSdgT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFNl7PSdgT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFNl7PSdgT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFNl7PSdgT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFNl7PSdgT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFNl7PSdgT .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: 40%;
  }
  .cid-uFNl7PSdgT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFNl7PSdgT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFNl7PSdgT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFNl7PSdgT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFNl7PSdgT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFNl7PSdgT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uFNl7PSdgT .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uFNl7PSdgT .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFNl7PSdgT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFNl7PSdgT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFNl7PSdgT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFNl7PSdgT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFNl7PSdgT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFNl7PSdgT .dropdown-item.active,
.cid-uFNl7PSdgT .dropdown-item:active {
  background-color: transparent;
}
.cid-uFNl7PSdgT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFNl7PSdgT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFNl7PSdgT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFNl7PSdgT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uFNl7PSdgT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFNl7PSdgT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFNl7PSdgT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFNl7PSdgT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFNl7PSdgT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFNl7PSdgT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFNl7PSdgT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFNl7PSdgT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFNl7PSdgT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFNl7PSdgT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFNl7PSdgT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFNl7PSdgT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFNl7PSdgT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFNl7PSdgT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFNl7PSdgT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFNl7PSdgT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFNl7PSdgT .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-uFNl7PSdgT .navbar {
    height: 70px;
  }
  .cid-uFNl7PSdgT .navbar.opened {
    height: auto;
  }
  .cid-uFNl7PSdgT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFNl7Q4ivs {
  background-image: url("../../../assets/images/microsoft-flight-simulator-2024-screenshot-2025.03.18-12.27.48.18.png-1920x1080.png");
}
.cid-uFNl7Q4ivs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNl7Q4ivs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNl7Q4ivs .mbr-section-title {
  color: #ffffff;
}
.cid-uFNl7Q4ivs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFPk7CVna7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2d2926;
}
.cid-uFPk7CVna7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFPk7CVna7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFPk7CVna7 .mbr-text,
.cid-uFPk7CVna7 .link {
  color: #ffffff;
}
.cid-uFPk7CVna7 .card-title,
.cid-uFPk7CVna7 .card-box {
  color: #ffffff;
}
.cid-uFNoDuDhVp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2d2926;
}
.cid-uFNoDuDhVp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNoDuDhVp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNoDuDhVp .item {
  padding-bottom: 2rem;
}
.cid-uFNoDuDhVp .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uFNoDuDhVp .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uFNoDuDhVp .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uFNoDuDhVp .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uFNoDuDhVp .carousel-control,
.cid-uFNoDuDhVp .close {
  background: #1b1b1b;
}
.cid-uFNoDuDhVp .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uFNoDuDhVp .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uFNoDuDhVp .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uFNoDuDhVp .carousel-control-next span {
  margin-left: 5px;
}
.cid-uFNoDuDhVp .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uFNoDuDhVp .close::before {
  content: '\e91a';
}
.cid-uFNoDuDhVp .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uFNoDuDhVp .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uFNoDuDhVp .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFNoDuDhVp .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uFNoDuDhVp .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uFNoDuDhVp .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uFNoDuDhVp .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uFNoDuDhVp .carousel-indicators li.active,
.cid-uFNoDuDhVp .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uFNoDuDhVp .carousel-indicators li::after,
.cid-uFNoDuDhVp .carousel-indicators li::before {
  content: none;
}
.cid-uFNoDuDhVp .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uFNoDuDhVp .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uFNoDuDhVp .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uFNoDuDhVp .carousel-indicators {
    display: none;
  }
}
.cid-uFNoDuDhVp .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uFNoDuDhVp .carousel-inner > .active {
  display: block;
}
.cid-uFNoDuDhVp .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFNoDuDhVp .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uFNoDuDhVp .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uFNoDuDhVp .carousel-control,
  .cid-uFNoDuDhVp .carousel-indicators,
  .cid-uFNoDuDhVp .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uFNoDuDhVp .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uFNoDuDhVp .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uFNoDuDhVp .carousel-indicators .active,
.cid-uFNoDuDhVp .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uFNoDuDhVp .carousel-indicators .active {
  background: #fff;
}
.cid-uFNoDuDhVp .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uFNoDuDhVp .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uFNoDuDhVp .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uFNoDuDhVp .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uFNoDuDhVp .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uFNoDuDhVp .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uFNoDuDhVp .carousel {
  width: 100%;
}
.cid-uFNoDuDhVp .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uFNoDuDhVp .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uFNoDuDhVp .modal.fade .modal-dialog,
.cid-uFNoDuDhVp .modal.in .modal-dialog {
  transform: none;
}
.cid-uFNoDuDhVp .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uFNoDuDhVp H6 {
  text-align: center;
}
.cid-uFNoDuDhVp H3 {
  color: #ffffff;
}
.cid-uFPiDLGbEM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2d2926;
}
.cid-uFPiDLGbEM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFPiDLGbEM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFPiDLGbEM .item {
  padding-bottom: 2rem;
}
.cid-uFPiDLGbEM .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uFPiDLGbEM .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uFPiDLGbEM .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uFPiDLGbEM .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uFPiDLGbEM .carousel-control,
.cid-uFPiDLGbEM .close {
  background: #1b1b1b;
}
.cid-uFPiDLGbEM .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uFPiDLGbEM .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uFPiDLGbEM .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uFPiDLGbEM .carousel-control-next span {
  margin-left: 5px;
}
.cid-uFPiDLGbEM .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uFPiDLGbEM .close::before {
  content: '\e91a';
}
.cid-uFPiDLGbEM .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uFPiDLGbEM .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uFPiDLGbEM .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFPiDLGbEM .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uFPiDLGbEM .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uFPiDLGbEM .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uFPiDLGbEM .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uFPiDLGbEM .carousel-indicators li.active,
.cid-uFPiDLGbEM .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uFPiDLGbEM .carousel-indicators li::after,
.cid-uFPiDLGbEM .carousel-indicators li::before {
  content: none;
}
.cid-uFPiDLGbEM .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uFPiDLGbEM .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uFPiDLGbEM .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uFPiDLGbEM .carousel-indicators {
    display: none;
  }
}
.cid-uFPiDLGbEM .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uFPiDLGbEM .carousel-inner > .active {
  display: block;
}
.cid-uFPiDLGbEM .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFPiDLGbEM .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uFPiDLGbEM .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uFPiDLGbEM .carousel-control,
  .cid-uFPiDLGbEM .carousel-indicators,
  .cid-uFPiDLGbEM .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uFPiDLGbEM .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uFPiDLGbEM .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uFPiDLGbEM .carousel-indicators .active,
.cid-uFPiDLGbEM .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uFPiDLGbEM .carousel-indicators .active {
  background: #fff;
}
.cid-uFPiDLGbEM .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uFPiDLGbEM .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uFPiDLGbEM .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uFPiDLGbEM .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uFPiDLGbEM .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uFPiDLGbEM .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uFPiDLGbEM .carousel {
  width: 100%;
}
.cid-uFPiDLGbEM .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uFPiDLGbEM .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uFPiDLGbEM .modal.fade .modal-dialog,
.cid-uFPiDLGbEM .modal.in .modal-dialog {
  transform: none;
}
.cid-uFPiDLGbEM .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uFPiDLGbEM H6 {
  text-align: center;
}
.cid-uFPiDLGbEM H3 {
  color: #ffffff;
}
.cid-uFNl7RyzIK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uFPxEFVQ1Y {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uFPxEFVQ1Y nav.navbar {
  position: fixed;
}
.cid-uFPxEFVQ1Y .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-uFPxEFVQ1Y .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFPxEFVQ1Y .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFPxEFVQ1Y .dropdown-item:hover,
.cid-uFPxEFVQ1Y .dropdown-item:focus {
  background: #ff6c2f !important;
  color: white !important;
}
.cid-uFPxEFVQ1Y .dropdown-item:hover span {
  color: white;
}
.cid-uFPxEFVQ1Y .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFPxEFVQ1Y .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFPxEFVQ1Y .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFPxEFVQ1Y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFPxEFVQ1Y .nav-link {
  position: relative;
}
.cid-uFPxEFVQ1Y .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFPxEFVQ1Y .container {
    flex-wrap: nowrap;
  }
}
.cid-uFPxEFVQ1Y .iconfont-wrapper {
  color: #ff6c2f !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFPxEFVQ1Y .dropdown-menu,
.cid-uFPxEFVQ1Y .navbar.opened {
  background: #000000 !important;
}
.cid-uFPxEFVQ1Y .nav-item:focus,
.cid-uFPxEFVQ1Y .nav-link:focus {
  outline: none;
}
.cid-uFPxEFVQ1Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFPxEFVQ1Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFPxEFVQ1Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFPxEFVQ1Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFPxEFVQ1Y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFPxEFVQ1Y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFPxEFVQ1Y .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uFPxEFVQ1Y .navbar.opened {
  transition: all 0.3s;
}
.cid-uFPxEFVQ1Y .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFPxEFVQ1Y .navbar .navbar-logo img {
  width: auto;
}
.cid-uFPxEFVQ1Y .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFPxEFVQ1Y .navbar.collapsed {
  justify-content: center;
}
.cid-uFPxEFVQ1Y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFPxEFVQ1Y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFPxEFVQ1Y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uFPxEFVQ1Y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFPxEFVQ1Y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFPxEFVQ1Y .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: 41%;
}
.cid-uFPxEFVQ1Y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFPxEFVQ1Y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFPxEFVQ1Y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFPxEFVQ1Y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFPxEFVQ1Y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFPxEFVQ1Y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFPxEFVQ1Y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFPxEFVQ1Y .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: 40%;
  }
  .cid-uFPxEFVQ1Y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFPxEFVQ1Y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFPxEFVQ1Y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFPxEFVQ1Y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFPxEFVQ1Y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFPxEFVQ1Y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uFPxEFVQ1Y .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uFPxEFVQ1Y .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFPxEFVQ1Y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFPxEFVQ1Y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFPxEFVQ1Y .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFPxEFVQ1Y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFPxEFVQ1Y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFPxEFVQ1Y .dropdown-item.active,
.cid-uFPxEFVQ1Y .dropdown-item:active {
  background-color: transparent;
}
.cid-uFPxEFVQ1Y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFPxEFVQ1Y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFPxEFVQ1Y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFPxEFVQ1Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uFPxEFVQ1Y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFPxEFVQ1Y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFPxEFVQ1Y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFPxEFVQ1Y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFPxEFVQ1Y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFPxEFVQ1Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFPxEFVQ1Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFPxEFVQ1Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFPxEFVQ1Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFPxEFVQ1Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFPxEFVQ1Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFPxEFVQ1Y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFPxEFVQ1Y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFPxEFVQ1Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFPxEFVQ1Y .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFPxEFVQ1Y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFPxEFVQ1Y .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-uFPxEFVQ1Y .navbar {
    height: 70px;
  }
  .cid-uFPxEFVQ1Y .navbar.opened {
    height: auto;
  }
  .cid-uFPxEFVQ1Y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFPxEG7EAE {
  background-image: url("../../../assets/images/aerofly20fs20420flight20simulator20screenshot202025.04.1220-2012.29.53.17-1920x1080.png");
}
.cid-uFPxEG7EAE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFPxEG7EAE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFPxEG7EAE .mbr-section-title {
  color: #ffffff;
}
.cid-uFPxEG7EAE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFPycOzUIt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2d2926;
}
.cid-uFPycOzUIt .mbr-text {
  color: #ffffff;
}
.cid-uFPzQL7P90 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2d2926;
}
.cid-uFPzQL7P90 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFPzQL7P90 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFPzQL7P90 .item {
  padding-bottom: 2rem;
}
.cid-uFPzQL7P90 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uFPzQL7P90 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uFPzQL7P90 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uFPzQL7P90 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uFPzQL7P90 .carousel-control,
.cid-uFPzQL7P90 .close {
  background: #1b1b1b;
}
.cid-uFPzQL7P90 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uFPzQL7P90 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uFPzQL7P90 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uFPzQL7P90 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uFPzQL7P90 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uFPzQL7P90 .close::before {
  content: '\e91a';
}
.cid-uFPzQL7P90 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uFPzQL7P90 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uFPzQL7P90 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFPzQL7P90 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uFPzQL7P90 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uFPzQL7P90 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uFPzQL7P90 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uFPzQL7P90 .carousel-indicators li.active,
.cid-uFPzQL7P90 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uFPzQL7P90 .carousel-indicators li::after,
.cid-uFPzQL7P90 .carousel-indicators li::before {
  content: none;
}
.cid-uFPzQL7P90 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uFPzQL7P90 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uFPzQL7P90 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uFPzQL7P90 .carousel-indicators {
    display: none;
  }
}
.cid-uFPzQL7P90 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uFPzQL7P90 .carousel-inner > .active {
  display: block;
}
.cid-uFPzQL7P90 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFPzQL7P90 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uFPzQL7P90 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uFPzQL7P90 .carousel-control,
  .cid-uFPzQL7P90 .carousel-indicators,
  .cid-uFPzQL7P90 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uFPzQL7P90 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uFPzQL7P90 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uFPzQL7P90 .carousel-indicators .active,
.cid-uFPzQL7P90 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uFPzQL7P90 .carousel-indicators .active {
  background: #fff;
}
.cid-uFPzQL7P90 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uFPzQL7P90 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uFPzQL7P90 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uFPzQL7P90 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uFPzQL7P90 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uFPzQL7P90 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uFPzQL7P90 .carousel {
  width: 100%;
}
.cid-uFPzQL7P90 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uFPzQL7P90 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uFPzQL7P90 .modal.fade .modal-dialog,
.cid-uFPzQL7P90 .modal.in .modal-dialog {
  transform: none;
}
.cid-uFPzQL7P90 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uFPzQL7P90 H6 {
  text-align: center;
}
.cid-uFPzQL7P90 H3 {
  color: #ffffff;
}
.cid-uFT4aVdnhx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2d2926;
}
.cid-uFT4aVdnhx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFT4aVdnhx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFT4aVdnhx .item {
  padding-bottom: 2rem;
}
.cid-uFT4aVdnhx .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uFT4aVdnhx .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uFT4aVdnhx .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uFT4aVdnhx .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uFT4aVdnhx .carousel-control,
.cid-uFT4aVdnhx .close {
  background: #1b1b1b;
}
.cid-uFT4aVdnhx .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uFT4aVdnhx .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uFT4aVdnhx .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uFT4aVdnhx .carousel-control-next span {
  margin-left: 5px;
}
.cid-uFT4aVdnhx .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uFT4aVdnhx .close::before {
  content: '\e91a';
}
.cid-uFT4aVdnhx .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uFT4aVdnhx .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uFT4aVdnhx .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFT4aVdnhx .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uFT4aVdnhx .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uFT4aVdnhx .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uFT4aVdnhx .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uFT4aVdnhx .carousel-indicators li.active,
.cid-uFT4aVdnhx .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uFT4aVdnhx .carousel-indicators li::after,
.cid-uFT4aVdnhx .carousel-indicators li::before {
  content: none;
}
.cid-uFT4aVdnhx .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uFT4aVdnhx .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uFT4aVdnhx .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uFT4aVdnhx .carousel-indicators {
    display: none;
  }
}
.cid-uFT4aVdnhx .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uFT4aVdnhx .carousel-inner > .active {
  display: block;
}
.cid-uFT4aVdnhx .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFT4aVdnhx .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uFT4aVdnhx .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uFT4aVdnhx .carousel-control,
  .cid-uFT4aVdnhx .carousel-indicators,
  .cid-uFT4aVdnhx .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uFT4aVdnhx .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uFT4aVdnhx .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uFT4aVdnhx .carousel-indicators .active,
.cid-uFT4aVdnhx .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uFT4aVdnhx .carousel-indicators .active {
  background: #fff;
}
.cid-uFT4aVdnhx .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uFT4aVdnhx .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uFT4aVdnhx .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uFT4aVdnhx .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uFT4aVdnhx .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uFT4aVdnhx .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uFT4aVdnhx .carousel {
  width: 100%;
}
.cid-uFT4aVdnhx .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uFT4aVdnhx .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uFT4aVdnhx .modal.fade .modal-dialog,
.cid-uFT4aVdnhx .modal.in .modal-dialog {
  transform: none;
}
.cid-uFT4aVdnhx .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uFT4aVdnhx H6 {
  text-align: center;
}
.cid-uFT4aVdnhx H3 {
  color: #ffffff;
}
.cid-uIIitnOPGJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2d2926;
}
.cid-uIIitnOPGJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIitnOPGJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIitnOPGJ .item {
  padding-bottom: 2rem;
}
.cid-uIIitnOPGJ .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uIIitnOPGJ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uIIitnOPGJ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uIIitnOPGJ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uIIitnOPGJ .carousel-control,
.cid-uIIitnOPGJ .close {
  background: #1b1b1b;
}
.cid-uIIitnOPGJ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uIIitnOPGJ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uIIitnOPGJ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uIIitnOPGJ .carousel-control-next span {
  margin-left: 5px;
}
.cid-uIIitnOPGJ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uIIitnOPGJ .close::before {
  content: '\e91a';
}
.cid-uIIitnOPGJ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uIIitnOPGJ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uIIitnOPGJ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uIIitnOPGJ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uIIitnOPGJ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uIIitnOPGJ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uIIitnOPGJ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uIIitnOPGJ .carousel-indicators li.active,
.cid-uIIitnOPGJ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uIIitnOPGJ .carousel-indicators li::after,
.cid-uIIitnOPGJ .carousel-indicators li::before {
  content: none;
}
.cid-uIIitnOPGJ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uIIitnOPGJ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uIIitnOPGJ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uIIitnOPGJ .carousel-indicators {
    display: none;
  }
}
.cid-uIIitnOPGJ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uIIitnOPGJ .carousel-inner > .active {
  display: block;
}
.cid-uIIitnOPGJ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uIIitnOPGJ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uIIitnOPGJ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uIIitnOPGJ .carousel-control,
  .cid-uIIitnOPGJ .carousel-indicators,
  .cid-uIIitnOPGJ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uIIitnOPGJ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uIIitnOPGJ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uIIitnOPGJ .carousel-indicators .active,
.cid-uIIitnOPGJ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uIIitnOPGJ .carousel-indicators .active {
  background: #fff;
}
.cid-uIIitnOPGJ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uIIitnOPGJ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uIIitnOPGJ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uIIitnOPGJ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uIIitnOPGJ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uIIitnOPGJ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uIIitnOPGJ .carousel {
  width: 100%;
}
.cid-uIIitnOPGJ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uIIitnOPGJ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uIIitnOPGJ .modal.fade .modal-dialog,
.cid-uIIitnOPGJ .modal.in .modal-dialog {
  transform: none;
}
.cid-uIIitnOPGJ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uIIitnOPGJ H6 {
  text-align: center;
}
.cid-uIIitnOPGJ H3 {
  color: #ffffff;
}
.cid-uFPxEHkAtu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uFVrm0YsAG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uFVrm0YsAG nav.navbar {
  position: fixed;
}
.cid-uFVrm0YsAG .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-uFVrm0YsAG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFVrm0YsAG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFVrm0YsAG .dropdown-item:hover,
.cid-uFVrm0YsAG .dropdown-item:focus {
  background: #ff6c2f !important;
  color: white !important;
}
.cid-uFVrm0YsAG .dropdown-item:hover span {
  color: white;
}
.cid-uFVrm0YsAG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFVrm0YsAG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFVrm0YsAG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFVrm0YsAG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFVrm0YsAG .nav-link {
  position: relative;
}
.cid-uFVrm0YsAG .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFVrm0YsAG .container {
    flex-wrap: nowrap;
  }
}
.cid-uFVrm0YsAG .iconfont-wrapper {
  color: #ff6c2f !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFVrm0YsAG .dropdown-menu,
.cid-uFVrm0YsAG .navbar.opened {
  background: #000000 !important;
}
.cid-uFVrm0YsAG .nav-item:focus,
.cid-uFVrm0YsAG .nav-link:focus {
  outline: none;
}
.cid-uFVrm0YsAG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFVrm0YsAG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFVrm0YsAG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFVrm0YsAG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFVrm0YsAG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFVrm0YsAG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFVrm0YsAG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uFVrm0YsAG .navbar.opened {
  transition: all 0.3s;
}
.cid-uFVrm0YsAG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFVrm0YsAG .navbar .navbar-logo img {
  width: auto;
}
.cid-uFVrm0YsAG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFVrm0YsAG .navbar.collapsed {
  justify-content: center;
}
.cid-uFVrm0YsAG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFVrm0YsAG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFVrm0YsAG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uFVrm0YsAG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFVrm0YsAG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFVrm0YsAG .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: 41%;
}
.cid-uFVrm0YsAG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFVrm0YsAG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFVrm0YsAG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFVrm0YsAG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFVrm0YsAG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFVrm0YsAG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFVrm0YsAG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFVrm0YsAG .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: 40%;
  }
  .cid-uFVrm0YsAG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFVrm0YsAG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFVrm0YsAG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFVrm0YsAG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFVrm0YsAG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFVrm0YsAG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uFVrm0YsAG .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uFVrm0YsAG .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFVrm0YsAG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFVrm0YsAG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFVrm0YsAG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFVrm0YsAG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFVrm0YsAG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFVrm0YsAG .dropdown-item.active,
.cid-uFVrm0YsAG .dropdown-item:active {
  background-color: transparent;
}
.cid-uFVrm0YsAG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFVrm0YsAG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFVrm0YsAG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFVrm0YsAG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uFVrm0YsAG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFVrm0YsAG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFVrm0YsAG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFVrm0YsAG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFVrm0YsAG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFVrm0YsAG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFVrm0YsAG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFVrm0YsAG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFVrm0YsAG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFVrm0YsAG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFVrm0YsAG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFVrm0YsAG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFVrm0YsAG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFVrm0YsAG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFVrm0YsAG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFVrm0YsAG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFVrm0YsAG .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-uFVrm0YsAG .navbar {
    height: 70px;
  }
  .cid-uFVrm0YsAG .navbar.opened {
    height: auto;
  }
  .cid-uFVrm0YsAG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFVrm19QzS {
  background-image: url("../../../assets/images/x-plane-screenshot-2025.03.19-21.45.20.15.png-1920x1080.png");
}
.cid-uFVrm19QzS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVrm19QzS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFVrm19QzS .mbr-section-title {
  color: #ffffff;
}
.cid-uFVrm19QzS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFVrSXHeww {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2d2926;
}
.cid-uFVrSXHeww .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVrSXHeww .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFVrSXHeww .mbr-text,
.cid-uFVrSXHeww .link {
  color: #ffffff;
  text-align: left;
}
.cid-uFVsFSG5E4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2d2926;
}
.cid-uFVsFSG5E4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVsFSG5E4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFVsFSG5E4 .item {
  padding-bottom: 2rem;
}
.cid-uFVsFSG5E4 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uFVsFSG5E4 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uFVsFSG5E4 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uFVsFSG5E4 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uFVsFSG5E4 .carousel-control,
.cid-uFVsFSG5E4 .close {
  background: #1b1b1b;
}
.cid-uFVsFSG5E4 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uFVsFSG5E4 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uFVsFSG5E4 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uFVsFSG5E4 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uFVsFSG5E4 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uFVsFSG5E4 .close::before {
  content: '\e91a';
}
.cid-uFVsFSG5E4 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uFVsFSG5E4 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uFVsFSG5E4 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFVsFSG5E4 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uFVsFSG5E4 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uFVsFSG5E4 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uFVsFSG5E4 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uFVsFSG5E4 .carousel-indicators li.active,
.cid-uFVsFSG5E4 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uFVsFSG5E4 .carousel-indicators li::after,
.cid-uFVsFSG5E4 .carousel-indicators li::before {
  content: none;
}
.cid-uFVsFSG5E4 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uFVsFSG5E4 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uFVsFSG5E4 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uFVsFSG5E4 .carousel-indicators {
    display: none;
  }
}
.cid-uFVsFSG5E4 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uFVsFSG5E4 .carousel-inner > .active {
  display: block;
}
.cid-uFVsFSG5E4 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFVsFSG5E4 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uFVsFSG5E4 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uFVsFSG5E4 .carousel-control,
  .cid-uFVsFSG5E4 .carousel-indicators,
  .cid-uFVsFSG5E4 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uFVsFSG5E4 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uFVsFSG5E4 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uFVsFSG5E4 .carousel-indicators .active,
.cid-uFVsFSG5E4 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uFVsFSG5E4 .carousel-indicators .active {
  background: #fff;
}
.cid-uFVsFSG5E4 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uFVsFSG5E4 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uFVsFSG5E4 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uFVsFSG5E4 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uFVsFSG5E4 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uFVsFSG5E4 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uFVsFSG5E4 .carousel {
  width: 100%;
}
.cid-uFVsFSG5E4 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uFVsFSG5E4 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uFVsFSG5E4 .modal.fade .modal-dialog,
.cid-uFVsFSG5E4 .modal.in .modal-dialog {
  transform: none;
}
.cid-uFVsFSG5E4 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uFVsFSG5E4 H6 {
  text-align: center;
}
.cid-uFVsFSG5E4 H3 {
  color: #ffffff;
}
.cid-uFZ2wKjsJ2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2d2926;
}
.cid-uFZ2wKjsJ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFZ2wKjsJ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFZ2wKjsJ2 .item {
  padding-bottom: 2rem;
}
.cid-uFZ2wKjsJ2 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uFZ2wKjsJ2 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uFZ2wKjsJ2 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uFZ2wKjsJ2 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uFZ2wKjsJ2 .carousel-control,
.cid-uFZ2wKjsJ2 .close {
  background: #1b1b1b;
}
.cid-uFZ2wKjsJ2 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uFZ2wKjsJ2 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uFZ2wKjsJ2 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uFZ2wKjsJ2 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uFZ2wKjsJ2 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uFZ2wKjsJ2 .close::before {
  content: '\e91a';
}
.cid-uFZ2wKjsJ2 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uFZ2wKjsJ2 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uFZ2wKjsJ2 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFZ2wKjsJ2 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uFZ2wKjsJ2 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uFZ2wKjsJ2 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uFZ2wKjsJ2 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uFZ2wKjsJ2 .carousel-indicators li.active,
.cid-uFZ2wKjsJ2 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uFZ2wKjsJ2 .carousel-indicators li::after,
.cid-uFZ2wKjsJ2 .carousel-indicators li::before {
  content: none;
}
.cid-uFZ2wKjsJ2 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uFZ2wKjsJ2 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uFZ2wKjsJ2 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uFZ2wKjsJ2 .carousel-indicators {
    display: none;
  }
}
.cid-uFZ2wKjsJ2 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uFZ2wKjsJ2 .carousel-inner > .active {
  display: block;
}
.cid-uFZ2wKjsJ2 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFZ2wKjsJ2 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uFZ2wKjsJ2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uFZ2wKjsJ2 .carousel-control,
  .cid-uFZ2wKjsJ2 .carousel-indicators,
  .cid-uFZ2wKjsJ2 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uFZ2wKjsJ2 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uFZ2wKjsJ2 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uFZ2wKjsJ2 .carousel-indicators .active,
.cid-uFZ2wKjsJ2 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uFZ2wKjsJ2 .carousel-indicators .active {
  background: #fff;
}
.cid-uFZ2wKjsJ2 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uFZ2wKjsJ2 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uFZ2wKjsJ2 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uFZ2wKjsJ2 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uFZ2wKjsJ2 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uFZ2wKjsJ2 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uFZ2wKjsJ2 .carousel {
  width: 100%;
}
.cid-uFZ2wKjsJ2 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uFZ2wKjsJ2 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uFZ2wKjsJ2 .modal.fade .modal-dialog,
.cid-uFZ2wKjsJ2 .modal.in .modal-dialog {
  transform: none;
}
.cid-uFZ2wKjsJ2 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uFZ2wKjsJ2 H6 {
  text-align: center;
}
.cid-uFZ2wKjsJ2 H3 {
  color: #ffffff;
}
.cid-uFVrm2l4oZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uQUPjERoBv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQUPjERoBv nav.navbar {
  position: fixed;
}
.cid-uQUPjERoBv .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-uQUPjERoBv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQUPjERoBv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQUPjERoBv .dropdown-item:hover,
.cid-uQUPjERoBv .dropdown-item:focus {
  background: #ff6c2f !important;
  color: white !important;
}
.cid-uQUPjERoBv .dropdown-item:hover span {
  color: white;
}
.cid-uQUPjERoBv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQUPjERoBv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQUPjERoBv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQUPjERoBv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQUPjERoBv .nav-link {
  position: relative;
}
.cid-uQUPjERoBv .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uQUPjERoBv .container {
    flex-wrap: nowrap;
  }
}
.cid-uQUPjERoBv .iconfont-wrapper {
  color: #ff6c2f !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQUPjERoBv .dropdown-menu,
.cid-uQUPjERoBv .navbar.opened {
  background: #000000 !important;
}
.cid-uQUPjERoBv .nav-item:focus,
.cid-uQUPjERoBv .nav-link:focus {
  outline: none;
}
.cid-uQUPjERoBv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQUPjERoBv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQUPjERoBv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQUPjERoBv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQUPjERoBv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQUPjERoBv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQUPjERoBv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uQUPjERoBv .navbar.opened {
  transition: all 0.3s;
}
.cid-uQUPjERoBv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQUPjERoBv .navbar .navbar-logo img {
  width: auto;
}
.cid-uQUPjERoBv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQUPjERoBv .navbar.collapsed {
  justify-content: center;
}
.cid-uQUPjERoBv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQUPjERoBv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQUPjERoBv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uQUPjERoBv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQUPjERoBv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQUPjERoBv .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: 41%;
}
.cid-uQUPjERoBv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQUPjERoBv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQUPjERoBv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQUPjERoBv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQUPjERoBv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQUPjERoBv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQUPjERoBv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQUPjERoBv .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: 40%;
  }
  .cid-uQUPjERoBv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQUPjERoBv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQUPjERoBv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQUPjERoBv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQUPjERoBv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQUPjERoBv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uQUPjERoBv .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uQUPjERoBv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQUPjERoBv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQUPjERoBv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQUPjERoBv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQUPjERoBv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQUPjERoBv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQUPjERoBv .dropdown-item.active,
.cid-uQUPjERoBv .dropdown-item:active {
  background-color: transparent;
}
.cid-uQUPjERoBv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQUPjERoBv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQUPjERoBv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQUPjERoBv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uQUPjERoBv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQUPjERoBv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQUPjERoBv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQUPjERoBv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQUPjERoBv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQUPjERoBv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQUPjERoBv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQUPjERoBv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQUPjERoBv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQUPjERoBv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQUPjERoBv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQUPjERoBv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQUPjERoBv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQUPjERoBv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQUPjERoBv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQUPjERoBv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQUPjERoBv .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-uQUPjERoBv .navbar {
    height: 70px;
  }
  .cid-uQUPjERoBv .navbar.opened {
    height: auto;
  }
  .cid-uQUPjERoBv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQUPjF7BSR {
  background-image: url("../../../assets/images/img20250711190604-2000x1500.jpg");
}
.cid-uQUPjF7BSR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQUPjF7BSR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQUPjF7BSR .mbr-section-title {
  color: #ffffff;
}
.cid-uQUPjF7BSR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uQURn6e4xo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2d2926;
}
.cid-uQURn6e4xo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQURn6e4xo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQURn6e4xo .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-uQURn6e4xo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQURn6e4xo img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQURn6e4xo .text-wrapper {
    padding: 2rem;
  }
}
.cid-uQURn6e4xo .mbr-section-title {
  color: #efefef;
}
.cid-uQURn6e4xo .mbr-text {
  color: #efefef;
}
.cid-uQUSOUG4o0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2d2926;
}
.cid-uQUSOUG4o0 .mbr-section-subtitle {
  color: #efefef;
}
.cid-uQUSOUG4o0 .mbr-text {
  color: #efefef;
}
.cid-uQUPjJPxIt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
