body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Vienna_Font-Regular';
  font-size: 2.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Raleway', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 2.08rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.82rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.56rem + (2.6 - 1.56) * ((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.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #f2e5d2 !important;
}
.bg-success {
  background-color: #94802b !important;
}
.bg-info {
  background-color: #c2a839 !important;
}
.bg-warning {
  background-color: #c2a839 !important;
}
.bg-danger {
  background-color: #94802b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f2e5d2 !important;
  border-color: #f2e5d2 !important;
  color: #996d2c !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: #dfbe8f !important;
  border-color: #dfbe8f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #996d2c !important;
  background-color: #dfbe8f !important;
  border-color: #dfbe8f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #5f6755 !important;
  border-color: #5f6755 !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #33372e !important;
  border-color: #33372e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #33372e !important;
  border-color: #33372e !important;
}
.btn-info,
.btn-info:active {
  background-color: #c2a839 !important;
  border-color: #c2a839 !important;
  color: #ffffff !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: #7f6e25 !important;
  border-color: #7f6e25 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #7f6e25 !important;
  border-color: #7f6e25 !important;
}
.btn-success,
.btn-success:active {
  background-color: #94802b !important;
  border-color: #94802b !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: #514617 !important;
  border-color: #514617 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #514617 !important;
  border-color: #514617 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #c2a839 !important;
  border-color: #c2a839 !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: #7f6e25 !important;
  border-color: #7f6e25 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #7f6e25 !important;
  border-color: #7f6e25 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #94802b !important;
  border-color: #94802b !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: #514617 !important;
  border-color: #514617 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #514617 !important;
  border-color: #514617 !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: #f2e5d2;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #dfbe8f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #996d2c !important;
  background-color: #f2e5d2 !important;
  border-color: #f2e5d2 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #5f6755;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #33372e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #5f6755 !important;
  border-color: #5f6755 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c2a839;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #7f6e25 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #c2a839 !important;
  border-color: #c2a839 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #94802b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #514617 !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: #94802b !important;
  border-color: #94802b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c2a839;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #7f6e25 !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: #c2a839 !important;
  border-color: #c2a839 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #94802b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #514617 !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: #94802b !important;
  border-color: #94802b !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: #f2e5d2 !important;
}
.text-secondary {
  color: #5f6755 !important;
}
.text-success {
  color: #94802b !important;
}
.text-info {
  color: #c2a839 !important;
}
.text-warning {
  color: #c2a839 !important;
}
.text-danger {
  color: #94802b !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #dbb783 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #2b2f27 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #453c14 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #736422 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #736422 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #453c14 !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: #f2e5d2;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #c2a839;
}
.alert-warning {
  background-color: #c2a839;
}
.alert-danger {
  background-color: #94802b;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f2e5d2;
  border-color: #f2e5d2;
  color: #ad7b32;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f2e5d2;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d4c06b;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #e1d499;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #e1d499;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d4c06b;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Raleway', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.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: #f2e5d2 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Raleway', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #f2e5d2;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f2e5d2;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f2e5d2;
}
.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: #f2e5d2;
  border-bottom-color: #f2e5d2;
}
.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: #f2e5d2 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #5f6755 !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='%23f2e5d2' %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-tWQODP54nj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-tWQODP54nj .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-tWQODP54nj nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-tWQODP54nj .container,
  .cid-tWQODP54nj .container-fluid {
    flex-wrap: initial;
  }
  .cid-tWQODP54nj .nav-link:hover,
  .cid-tWQODP54nj .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-tWQODP54nj .navbar-nav {
  margin: auto;
}
.cid-tWQODP54nj .dropdown-item {
  color: #ffffff !important;
}
.cid-tWQODP54nj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWQODP54nj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWQODP54nj .navbar-short,
.cid-tWQODP54nj .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tWQODP54nj .navbar-short .nav-link,
.cid-tWQODP54nj .opened .nav-link,
.cid-tWQODP54nj .navbar-short .navbar-caption,
.cid-tWQODP54nj .opened .navbar-caption,
.cid-tWQODP54nj .navbar-short .mbr-iconfont,
.cid-tWQODP54nj .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tWQODP54nj .navbar-short .hamburger span,
.cid-tWQODP54nj .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tWQODP54nj .nav-link {
  justify-content: center;
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-tWQODP54nj .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-tWQODP54nj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-tWQODP54nj .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-tWQODP54nj .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-tWQODP54nj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWQODP54nj .container {
  display: flex;
  margin: auto;
}
.cid-tWQODP54nj .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWQODP54nj .dropdown-menu,
.cid-tWQODP54nj .navbar.opened {
  background: #000000 !important;
}
.cid-tWQODP54nj .nav-item:focus,
.cid-tWQODP54nj .nav-link:focus {
  outline: none;
}
.cid-tWQODP54nj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWQODP54nj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWQODP54nj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWQODP54nj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWQODP54nj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWQODP54nj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWQODP54nj .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tWQODP54nj .navbar.opened {
  transition: all 0.3s;
}
.cid-tWQODP54nj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWQODP54nj .navbar .navbar-logo img {
  width: auto;
}
.cid-tWQODP54nj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWQODP54nj .navbar.collapsed {
  justify-content: center;
}
.cid-tWQODP54nj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWQODP54nj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWQODP54nj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tWQODP54nj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWQODP54nj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWQODP54nj .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-tWQODP54nj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWQODP54nj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWQODP54nj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWQODP54nj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWQODP54nj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWQODP54nj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWQODP54nj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWQODP54nj .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-tWQODP54nj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWQODP54nj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-tWQODP54nj .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWQODP54nj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWQODP54nj .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-tWQODP54nj .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWQODP54nj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWQODP54nj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWQODP54nj .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWQODP54nj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tWQODP54nj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWQODP54nj .dropdown-item.active,
.cid-tWQODP54nj .dropdown-item:active {
  background-color: transparent;
}
.cid-tWQODP54nj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWQODP54nj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWQODP54nj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWQODP54nj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tWQODP54nj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWQODP54nj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWQODP54nj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWQODP54nj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWQODP54nj button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWQODP54nj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWQODP54nj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWQODP54nj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWQODP54nj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWQODP54nj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWQODP54nj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWQODP54nj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWQODP54nj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWQODP54nj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWQODP54nj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tWQODP54nj a.nav-link {
  display: flex;
  align-items: center;
}
.cid-tWQODP54nj .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-tWQODP54nj .navbar {
    height: 70px;
  }
  .cid-tWQODP54nj .navbar.opened {
    height: auto;
  }
  .cid-tWQODP54nj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWQrT9H03g {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/natasha-and-tristan-highlight-high.gif");
}
.cid-tWQrT9H03g .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWQrT9H03g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWQrT9H03g .mbr-text,
.cid-tWQrT9H03g .mbr-section-btn {
  color: #232323;
}
.cid-tWQrT9H03g .card-title,
.cid-tWQrT9H03g .card-box {
  color: #ffffff;
}
.cid-tWQrT9H03g .mbr-text,
.cid-tWQrT9H03g .link-wrap {
  color: #ffffff;
}
.cid-tWiwzyOts0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWiwzyOts0 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uZ4uh2abG9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZ4uh2abG9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ4uh2abG9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ4uh2abG9 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uZ4uh2abG9 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uZ4uh2abG9 .container {
    padding: 0 25px;
  }
}
.cid-uZ4uh2abG9 .row {
  justify-content: center;
}
.cid-uZ4uh2abG9 .item .item-wrapper {
  margin-bottom: 32px;
}
.cid-uZ4uh2abG9 .item .item-wrapper a {
  display: block;
}
.cid-uZ4uh2abG9 .item .item-wrapper a:hover .item-img img {
  transform: scale(1.06) translateX(6px);
}
.cid-uZ4uh2abG9 .item .item-wrapper a .item-img {
  overflow: hidden;
}
.cid-uZ4uh2abG9 .item .item-wrapper a .item-img img {
  height: 345px;
  object-fit: cover;
  margin-bottom: 15px;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-tX0IOVOnyM {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tX0IOVOnyM .row {
  flex-direction: row-reverse;
}
.cid-tX0IOVOnyM img {
  display: inline;
}
.cid-tX0IOVOnyM .si {
  width: 100%;
}
.cid-tX0IOVOnyM .si img {
  width: auto;
}
.cid-tX0IOVOnyM .text {
  color: #ffffff;
}
.cid-tX0IOVOnyM .text,
.cid-tX0IOVOnyM .si {
  color: #ba9b67;
  text-align: center;
}
.cid-tX0IOVOnyM .copyright {
  color: #9A948D;
}
.cid-tX0IOVOnyM .list {
  letter-spacing: .2em;
  list-style: none;
  padding-left: 0;
  color: #9A948D;
}
@media (max-width: 991px) {
  .cid-tX0IOVOnyM .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tX0IOVOnyM .list {
    margin-bottom: 0rem;
  }
}
.cid-tX0IOVOnyM .list li {
  margin-bottom: .5rem;
}
.cid-tX0IOVOnyM .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 758px) {
  .cid-tX0IOVOnyM .logo {
    margin-top: 2rem;
  }
}
.cid-tX0IOVOnyM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tWQODP54nj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-tWQODP54nj .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-tWQODP54nj nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-tWQODP54nj .container,
  .cid-tWQODP54nj .container-fluid {
    flex-wrap: initial;
  }
  .cid-tWQODP54nj .nav-link:hover,
  .cid-tWQODP54nj .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-tWQODP54nj .navbar-nav {
  margin: auto;
}
.cid-tWQODP54nj .dropdown-item {
  color: #ffffff !important;
}
.cid-tWQODP54nj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWQODP54nj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWQODP54nj .navbar-short,
.cid-tWQODP54nj .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tWQODP54nj .navbar-short .nav-link,
.cid-tWQODP54nj .opened .nav-link,
.cid-tWQODP54nj .navbar-short .navbar-caption,
.cid-tWQODP54nj .opened .navbar-caption,
.cid-tWQODP54nj .navbar-short .mbr-iconfont,
.cid-tWQODP54nj .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tWQODP54nj .navbar-short .hamburger span,
.cid-tWQODP54nj .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tWQODP54nj .nav-link {
  justify-content: center;
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-tWQODP54nj .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-tWQODP54nj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-tWQODP54nj .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-tWQODP54nj .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-tWQODP54nj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWQODP54nj .container {
  display: flex;
  margin: auto;
}
.cid-tWQODP54nj .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWQODP54nj .dropdown-menu,
.cid-tWQODP54nj .navbar.opened {
  background: #000000 !important;
}
.cid-tWQODP54nj .nav-item:focus,
.cid-tWQODP54nj .nav-link:focus {
  outline: none;
}
.cid-tWQODP54nj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWQODP54nj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWQODP54nj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWQODP54nj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWQODP54nj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWQODP54nj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWQODP54nj .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tWQODP54nj .navbar.opened {
  transition: all 0.3s;
}
.cid-tWQODP54nj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWQODP54nj .navbar .navbar-logo img {
  width: auto;
}
.cid-tWQODP54nj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWQODP54nj .navbar.collapsed {
  justify-content: center;
}
.cid-tWQODP54nj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWQODP54nj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWQODP54nj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tWQODP54nj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWQODP54nj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWQODP54nj .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-tWQODP54nj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWQODP54nj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWQODP54nj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWQODP54nj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWQODP54nj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWQODP54nj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWQODP54nj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWQODP54nj .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-tWQODP54nj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWQODP54nj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-tWQODP54nj .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWQODP54nj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWQODP54nj .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-tWQODP54nj .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWQODP54nj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWQODP54nj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWQODP54nj .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWQODP54nj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tWQODP54nj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWQODP54nj .dropdown-item.active,
.cid-tWQODP54nj .dropdown-item:active {
  background-color: transparent;
}
.cid-tWQODP54nj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWQODP54nj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWQODP54nj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWQODP54nj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tWQODP54nj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWQODP54nj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWQODP54nj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWQODP54nj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWQODP54nj button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWQODP54nj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWQODP54nj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWQODP54nj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWQODP54nj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWQODP54nj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWQODP54nj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWQODP54nj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWQODP54nj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWQODP54nj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWQODP54nj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tWQODP54nj a.nav-link {
  display: flex;
  align-items: center;
}
.cid-tWQODP54nj .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-tWQODP54nj .navbar {
    height: 70px;
  }
  .cid-tWQODP54nj .navbar.opened {
    height: auto;
  }
  .cid-tWQODP54nj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v45TGFzAgK {
  position: relative;
  align-items: flex-end;
  padding-bottom: 16px;
  background-color: #151e11;
}
.cid-v45TGFzAgK .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-v45TGFzAgK .image-wrap {
    padding: 16px;
  }
}
.cid-v45TGFzAgK .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v45TGFzAgK .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-v45TGFzAgK .image-overlay {
    padding: 16px;
  }
}
.cid-v45TGFzAgK .image-overlay .image-over {
  background-color: #000000;
  z-index: 2;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}
.cid-v45TGFzAgK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v45TGFzAgK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v45TGFzAgK .row {
  justify-content: center;
}
.cid-v45TGFzAgK .card-wrapper {
  padding: 90px 30px 90px;
  position: relative;
  z-index: 2;
  background-color: #151e11;
}
@media (max-width: 992px) {
  .cid-v45TGFzAgK .card-wrapper {
    padding: 30px 16px;
    margin-top: 300px;
  }
}
.cid-v45TGFzAgK .card-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-v45TGFzAgK .card-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v45TGFzAgK .card-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-v45TGFzAgK .card-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v45TGFzAgK .card-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v45TGFzAgK .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v45TGFzAgK .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v45TGFzAgK .mbr-label,
.cid-v45TGFzAgK .label-wrapper {
  color: #FFBE0D;
  text-align: center;
}
.cid-v45TGFzAgK .mbr-section-title {
  color: #fff7ee;
}
.cid-v45TGFzAgK .mbr-text,
.cid-v45TGFzAgK .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-v45TGFzAgK .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v45TGFzAgK .mbr-section-title,
.cid-v45TGFzAgK .mbr-section-btn {
  text-align: center;
}
.cid-v49krWqk9o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v49krWqk9o .mbr-fallback-image.disabled {
  display: none;
}
.cid-v49krWqk9o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v49krWqk9o .container {
    padding: 0 20px;
  }
}
.cid-v49krWqk9o .image-wrapper {
  position: relative;
  padding: 0 100px 60px 50px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v49krWqk9o .image-wrapper {
    padding: 0;
    margin-bottom: 45px;
  }
}
.cid-v49krWqk9o .image-wrapper .image_1 {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-v49krWqk9o .image-wrapper .image_1 {
    height: 300px;
  }
}
.cid-v49krWqk9o .image-wrapper .image_2 {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 240px;
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v49krWqk9o .image-wrapper .image_2 {
    display: none;
  }
}
.cid-v49krWqk9o .image-wrapper .image_3 {
  position: absolute;
  bottom: 10%;
  left: 0;
  height: 180px;
  max-width: 160px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v49krWqk9o .image-wrapper .image_3 {
    display: none;
  }
}
.cid-v49krWqk9o .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-v49krWqk9o .title-wrapper .title-wrap {
  padding-left: 42px;
}
.cid-v49krWqk9o .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-v49krWqk9o .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-v49krWqk9o .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-v49krWqk9o .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-v49krWqk9o .mbr-section-title {
  color: #000000;
}
.cid-v49krWqk9o .mbr-text {
  color: #6a6e71;
}
.cid-v49kqCYvN3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-v49kqCYvN3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v49kqCYvN3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v49kqCYvN3 .container {
    padding: 0 30px;
  }
}
.cid-v49kqCYvN3 .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v49kqCYvN3 .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-v49kqCYvN3 .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .cid-v49kqCYvN3 .image-wrapper img {
    height: 300px;
  }
}
.cid-v49kqCYvN3 .text-wrapper {
  margin-left: 32px;
  margin-left: 0;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-v49kqCYvN3 .text-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-v49kqCYvN3 .text-wrapper {
    margin: 0;
  }
}
.cid-v49kqCYvN3 .text-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v49kqCYvN3 .text-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v49kqCYvN3 .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-v49kqCYvN3 .mbr-section-title {
  color: #ffffff;
}
.cid-v49kqCYvN3 .mbr-text {
  color: #ffffff;
}
.cid-v49wFckGnx {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/dsc06006-websize.jpg-1600x1067.jpg");
}
.cid-v49wFckGnx .carousel {
  z-index: 2;
  position: relative;
}
.cid-v49wFckGnx .user {
  padding: 0 !important;
}
.cid-v49wFckGnx .user_image {
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.8rem;
  border: 1px solid lightgray;
  position: relative;
}
.cid-v49wFckGnx .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-v49wFckGnx .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v49wFckGnx .carousel-item.active,
.cid-v49wFckGnx .carousel-item-next,
.cid-v49wFckGnx .carousel-item-prev {
  display: flex;
}
.cid-v49wFckGnx .user_name {
  margin: 0;
  color: #ffffff;
}
.cid-v49wFckGnx .carousel-controls a {
  font-size: 2rem;
}
.cid-v49wFckGnx .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: transparent;
  opacity: 0.5;
}
.cid-v49wFckGnx .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-v49wFckGnx ol {
  margin-bottom: 0;
  bottom: -2.2rem;
}
.cid-v49wFckGnx .carousel-indicators li {
  width: 10px;
  height: 10px;
  margin: auto 7px;
  border: none;
  background: #ffffff;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
  position: relative;
}
.cid-v49wFckGnx .carousel-indicators li:hover {
  opacity: 1;
}
.cid-v49wFckGnx .carousel-indicators .active {
  opacity: 1;
  width: 12px;
  height: 12px;
}
.cid-v49wFckGnx .user_status {
  color: #767676;
}
.cid-v49wFckGnx .title {
  color: #ffffff;
  margin-bottom: 3.8rem;
}
.cid-v49wFckGnx .mbr-text {
  margin-bottom: 1.7rem;
}
.cid-v49wFckGnx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v49wFckGnx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4aHvPBLvi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4aHvPBLvi img {
  width: 120px;
  margin: auto;
}
.cid-v4aHvPBLvi .card {
  transition: all 0.3s;
  width: fit-content;
  padding: 20px;
}
.cid-v4aHvPBLvi .card img {
  height: 80px;
  width: auto;
}
.cid-v4aHvPBLvi .border-col {
  margin-bottom: 120px;
}
@media (max-width: 1199px) {
  .cid-v4aHvPBLvi .border-col {
    margin-bottom: 85px;
  }
}
@media (max-width: 767px) {
  .cid-v4aHvPBLvi .border-col {
    margin-bottom: 50px;
  }
}
.cid-v4aHvPBLvi .border-col .border-item {
  width: 100%;
  height: 1px;
  background-color: #000000;
  opacity: 0.07;
}
.cid-v4aHvPBLvi .mbr-section-title {
  color: #ffffff;
}
.cid-v4aHJVf9Uu {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/48409529-1918127568303531-6424277352527691776-n-1-2000x1157.webp");
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-v4aHJVf9Uu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4aHJVf9Uu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4aHJVf9Uu .section-border-item {
  background-color: #fcdb42;
}
.cid-v4aHJVf9Uu .card-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.cid-v4aHJVf9Uu .testimonial-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v4aHJVf9Uu .testimonial-wrap {
    margin-bottom: 1.5rem;
  }
}
.cid-v4aHJVf9Uu .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4aHJVf9Uu .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 20px;
  color: #fcdb42;
  margin: 0 0.2rem;
}
.cid-v4aHJVf9Uu .card-text-wrap {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v4aHJVf9Uu .card-text-wrap {
    margin-bottom: 1.5rem;
  }
}
.cid-v4aHJVf9Uu .card-text {
  color: #FFF;
}
.cid-v4aHJVf9Uu .card-bottom-wrap {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-v4aHJVf9Uu .card-bottom-wrap {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}
.cid-v4aHJVf9Uu .card-name-wrap {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: auto;
}
@media (max-width: 767px) {
  .cid-v4aHJVf9Uu .card-name-wrap {
    flex-direction: column;
    align-items: center;
    padding-right: 0;
    border-right: none;
  }
}
.cid-v4aHJVf9Uu .card-name-image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  aspect-ratio: 1;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .cid-v4aHJVf9Uu .card-name-image-wrap {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.cid-v4aHJVf9Uu .card-name-image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-v4aHJVf9Uu .card-name-text-wrap {
  flex-grow: 1;
}
.cid-v4aHJVf9Uu .card-name {
  color: #FFF;
}
@media (max-width: 767px) {
  .cid-v4aHJVf9Uu .card-name {
    text-align: center;
  }
}
.cid-v4aHJVf9Uu .card-prof {
  color: #FFF;
}
@media (max-width: 767px) {
  .cid-v4aHJVf9Uu .card-prof {
    text-align: center;
  }
}
.cid-v4aHJVf9Uu .logo-wrap {
  width: 100%;
  max-width: 108px;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .cid-v4aHJVf9Uu .logo-wrap {
    margin-top: 16px;
    margin-left: 0;
  }
}
.cid-v4aHJVf9Uu .logo-wrap img {
  width: 100%;
  object-fit: contain;
}
#custom-html-7n {
  /* Type valid CSS here */
}
#custom-html-7n div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-7n p {
  font-size: 60px;
  color: #777;
}
.cid-tWh6RdcU1b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-tWh6RdcU1b .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWh6RdcU1b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWh6RdcU1b .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tWh6RdcU1b .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tWh6RdcU1b .container {
    padding: 0;
  }
}
.cid-tWh6RdcU1b .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tWh6RdcU1b .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tWh6RdcU1b .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tWh6RdcU1b .panel-group {
    padding: 0 16px;
  }
}
.cid-tWh6RdcU1b .panel-group .card {
  padding: 50px 0;
  border-bottom: 1px solid #263652;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-tWh6RdcU1b .panel-group .card {
    padding: 30px 0;
  }
}
.cid-tWh6RdcU1b .panel-group .card .card-header {
  padding: 0;
  background-color: transparent;
  border: none;
}
.cid-tWh6RdcU1b .panel-group .card .card-header .panel-title {
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tWh6RdcU1b .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tWh6RdcU1b .panel-group .card .card-header .panel-title .mbr-iconfont {
  margin-left: 10px;
  font-size: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-tWh6RdcU1b .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
  color: #d17756;
}
.cid-tWh6RdcU1b .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 0 0;
}
.cid-tWh6RdcU1b .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tWh6RdcU1b .mbr-section-title {
  color: #263652;
}
.cid-tWh6RdcU1b .panel-title-edit,
.cid-tWh6RdcU1b .mbr-iconfont {
  color: #263652;
}
.cid-tWh6RdcU1b .panel-text {
  color: #263652;
}
.cid-tX0IOVOnyM {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tX0IOVOnyM .row {
  flex-direction: row-reverse;
}
.cid-tX0IOVOnyM img {
  display: inline;
}
.cid-tX0IOVOnyM .si {
  width: 100%;
}
.cid-tX0IOVOnyM .si img {
  width: auto;
}
.cid-tX0IOVOnyM .text {
  color: #ffffff;
}
.cid-tX0IOVOnyM .text,
.cid-tX0IOVOnyM .si {
  color: #ba9b67;
  text-align: center;
}
.cid-tX0IOVOnyM .copyright {
  color: #9A948D;
}
.cid-tX0IOVOnyM .list {
  letter-spacing: .2em;
  list-style: none;
  padding-left: 0;
  color: #9A948D;
}
@media (max-width: 991px) {
  .cid-tX0IOVOnyM .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tX0IOVOnyM .list {
    margin-bottom: 0rem;
  }
}
.cid-tX0IOVOnyM .list li {
  margin-bottom: .5rem;
}
.cid-tX0IOVOnyM .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 758px) {
  .cid-tX0IOVOnyM .logo {
    margin-top: 2rem;
  }
}
.cid-tX0IOVOnyM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tWQODP54nj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-tWQODP54nj .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-tWQODP54nj nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-tWQODP54nj .container,
  .cid-tWQODP54nj .container-fluid {
    flex-wrap: initial;
  }
  .cid-tWQODP54nj .nav-link:hover,
  .cid-tWQODP54nj .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-tWQODP54nj .navbar-nav {
  margin: auto;
}
.cid-tWQODP54nj .dropdown-item {
  color: #ffffff !important;
}
.cid-tWQODP54nj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWQODP54nj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWQODP54nj .navbar-short,
.cid-tWQODP54nj .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tWQODP54nj .navbar-short .nav-link,
.cid-tWQODP54nj .opened .nav-link,
.cid-tWQODP54nj .navbar-short .navbar-caption,
.cid-tWQODP54nj .opened .navbar-caption,
.cid-tWQODP54nj .navbar-short .mbr-iconfont,
.cid-tWQODP54nj .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tWQODP54nj .navbar-short .hamburger span,
.cid-tWQODP54nj .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tWQODP54nj .nav-link {
  justify-content: center;
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-tWQODP54nj .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-tWQODP54nj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-tWQODP54nj .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-tWQODP54nj .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-tWQODP54nj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWQODP54nj .container {
  display: flex;
  margin: auto;
}
.cid-tWQODP54nj .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWQODP54nj .dropdown-menu,
.cid-tWQODP54nj .navbar.opened {
  background: #000000 !important;
}
.cid-tWQODP54nj .nav-item:focus,
.cid-tWQODP54nj .nav-link:focus {
  outline: none;
}
.cid-tWQODP54nj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWQODP54nj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWQODP54nj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWQODP54nj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWQODP54nj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWQODP54nj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWQODP54nj .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tWQODP54nj .navbar.opened {
  transition: all 0.3s;
}
.cid-tWQODP54nj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWQODP54nj .navbar .navbar-logo img {
  width: auto;
}
.cid-tWQODP54nj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWQODP54nj .navbar.collapsed {
  justify-content: center;
}
.cid-tWQODP54nj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWQODP54nj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWQODP54nj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tWQODP54nj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWQODP54nj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWQODP54nj .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-tWQODP54nj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWQODP54nj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWQODP54nj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWQODP54nj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWQODP54nj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWQODP54nj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWQODP54nj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWQODP54nj .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-tWQODP54nj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWQODP54nj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-tWQODP54nj .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWQODP54nj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWQODP54nj .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-tWQODP54nj .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWQODP54nj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWQODP54nj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWQODP54nj .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWQODP54nj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tWQODP54nj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWQODP54nj .dropdown-item.active,
.cid-tWQODP54nj .dropdown-item:active {
  background-color: transparent;
}
.cid-tWQODP54nj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWQODP54nj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWQODP54nj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWQODP54nj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tWQODP54nj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWQODP54nj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWQODP54nj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWQODP54nj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWQODP54nj button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWQODP54nj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWQODP54nj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWQODP54nj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWQODP54nj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWQODP54nj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWQODP54nj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWQODP54nj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWQODP54nj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWQODP54nj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWQODP54nj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tWQODP54nj a.nav-link {
  display: flex;
  align-items: center;
}
.cid-tWQODP54nj .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-tWQODP54nj .navbar {
    height: 70px;
  }
  .cid-tWQODP54nj .navbar.opened {
    height: auto;
  }
  .cid-tWQODP54nj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3jxeAQr40 {
  background-image: url("../../../assets/images/reb-jeff-29.jpg-2000x3000.jpg");
}
.cid-v3jxeAQr40 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3jxeAQr40 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3jxeAQr40 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v3jxeAQr40 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v3jxeAQr40 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v3jxeAQr40 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v3jxeAQr40 .content-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-v3jxeAQr40 .content-wrapper .logo-wrapper img {
  width: 116px;
  height: 116px;
  object-fit: cover;
  display: inline-flex;
  border-radius: 100% !important;
  box-shadow: 0 20px 20px -5px #bbbbbb;
}
.cid-v3jxeAQr40 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #ffffff 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v3jxeAQr40 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #ffffff 40%);
  }
}
.cid-v3jxeAQr40 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3jxeAQr40 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v3jxeAQr40 .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-v3jxeAQr40 .mbr-label,
.cid-v3jxeAQr40 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v3jxeAQr40 .mbr-section-title {
  color: #000000;
}
.cid-v3jxeAQr40 .mbr-text,
.cid-v3jxeAQr40 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v3jxeAQr40 .mbr-section-title,
.cid-v3jxeAQr40 .title-wrapper,
.cid-v3jxeAQr40 .mbr-section-btn,
.cid-v3jxeAQr40 .logo-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-v3zuWDEqWd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-v3zuWDEqWd .mbr-text {
    text-align: center;
  }
}
.cid-v3zuWDEqWd .container-fluid {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-v3zuWDEqWd .media-content {
    max-width: 650px;
    padding: 5rem 2rem;
    margin: auto;
  }
}
.cid-v3zuWDEqWd .media-content {
  padding: 5rem 2rem;
}
.cid-v3zuWDEqWd img {
  height: 100%;
  object-fit: cover;
}
.cid-v3zuWDEqWd .mbr-figure {
  height: 100%;
}
.cid-v3zuWDEqWd .col-lg-5,
.cid-v3zuWDEqWd .col-lg-7 {
  padding: 0;
}
.cid-v3zuWDEqWd .row {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v3zuWDEqWd .media-content {
    padding: 3rem 1rem;
  }
}
.cid-v3zuWDEqWd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3zuWDEqWd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6lO9gCRY5 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-u6lO9gCRY5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6lO9gCRY5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6lO9gCRY5 .mbr-section-title {
  color: #fafafa;
}
.cid-u6lO9gCRY5 .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-v0kb9VgxWA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v0kb9VgxWA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0kb9VgxWA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0kb9VgxWA .container,
.cid-v0kb9VgxWA .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v0kb9VgxWA .container,
  .cid-v0kb9VgxWA .container-fluid {
    padding: 0 20px;
  }
}
.cid-v0kb9VgxWA .row {
  position: relative;
  justify-content: center;
  padding: 0;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
}
.cid-v0kb9VgxWA .row .card {
  padding: 0;
}
.cid-v0kb9VgxWA .card .card-wrapper img {
  height: 300px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v0kb9VgxWA .card .card-wrapper img {
    height: 250px;
  }
}
.cid-v0k9FqXSok {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v0k9FqXSok .font {
  color: #c0bcb7;
}
.cid-v0k9FqXSok .wrap {
  position: relative;
}
.cid-v0k9FqXSok .image-wrapper {
  height: 100%;
  position: relative;
}
.cid-v0k9FqXSok .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v0k9FqXSok .wrapper-title {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.cid-v0k9FqXSok .mbr-text {
  text-align: center;
}
.cid-v0k9FqXSok .mbr-section-title {
  text-align: center;
}
.cid-v0k9FqXSok .wrapper-title {
  position: relative;
}
.cid-v0kac0h6qo {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-v0kac0h6qo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0kac0h6qo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0kac0h6qo .mbr-section-title {
  color: #fafafa;
}
.cid-v0kac0h6qo .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-v4kvIaVUXL {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-v4kvIaVUXL .image-block {
  margin: auto;
  height: 500px;
  overflow: hidden;
}
.cid-v4kvIaVUXL .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-v4kvIaVUXL .image-block:hover:before {
  opacity: 0.4;
}
.cid-v4kvIaVUXL .image-block:hover .wrap {
  opacity: 1;
}
.cid-v4kvIaVUXL .image-block:hover img {
  transform: scale(1.05);
}
.cid-v4kvIaVUXL h4 {
  letter-spacing: 2px;
}
.cid-v4kvIaVUXL figcaption {
  position: relative;
}
.cid-v4kvIaVUXL figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-v4kvIaVUXL img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-v4kvIaVUXL .col-lg-4 {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v4kvIaVUXL .image-block {
    height: 400px;
  }
}
.cid-u6lOGopTVi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-u6lOGopTVi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6lOGopTVi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6lOGopTVi .video-wrapper iframe {
  width: 100%;
}
.cid-u6lOGopTVi .mbr-section-title,
.cid-u6lOGopTVi .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u6lOGopTVi .text-wrapper {
    padding: 2rem;
  }
}
.cid-u6lOGopTVi .mbr-text {
  color: #bbbbbb;
}
.cid-u6lOGopTVi .mbr-section-subtitle {
  color: #fafafa;
}
.cid-u1Le5whfG2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-u1Le5whfG2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1Le5whfG2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1Le5whfG2 .video-wrapper iframe {
  width: 100%;
}
.cid-u1Le5whfG2 .mbr-section-title,
.cid-u1Le5whfG2 .mbr-section-subtitle,
.cid-u1Le5whfG2 .mbr-text {
  text-align: center;
}
.cid-u1Le5whfG2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u1Le5whfG2 .mbr-section-title {
  color: #ffffff;
}
.cid-tWnwduNX5K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/undefined-low-1.gif");
}
.cid-tWnwduNX5K .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWnwduNX5K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWnwduNX5K .mbr-section-title {
  color: #ffffff;
}
.cid-u1LbQSXDvW {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u1LbQSXDvW .carousel {
  z-index: 2;
  position: relative;
}
.cid-u1LbQSXDvW .user {
  padding: 0 !important;
}
.cid-u1LbQSXDvW .carousel-inner {
  position: relative;
}
.cid-u1LbQSXDvW .user_image {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 1rem auto;
  position: relative;
}
.cid-u1LbQSXDvW .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-u1LbQSXDvW .user_image:before {
  content: '';
  position: absolute;
  height: 198px;
  width: 198px;
  left: 0px;
  top: 0px;
  background: transparent;
  border-radius: 100%;
  z-index: 0;
}
.cid-u1LbQSXDvW .carousel-item {
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-u1LbQSXDvW .carousel-item.active,
.cid-u1LbQSXDvW .carousel-item-next,
.cid-u1LbQSXDvW .carousel-item-prev {
  display: flex;
}
.cid-u1LbQSXDvW .user_name {
  margin: 0;
  color: #121212;
}
.cid-u1LbQSXDvW .carousel-controls a {
  font-size: 2rem;
}
.cid-u1LbQSXDvW .carousel-controls a span {
  position: absolute;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  top: 100px;
  padding: 10px;
  border-radius: 50%;
  color: #121212;
  background: transparent;
  opacity: 0.5;
}
.cid-u1LbQSXDvW .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-u1LbQSXDvW ol {
  margin-bottom: 0;
  top: -3rem;
  height: fit-content;
  position: absolute;
}
.cid-u1LbQSXDvW .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #121212;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
  position: relative;
}
.cid-u1LbQSXDvW .carousel-indicators li:hover {
  opacity: 1;
}
.cid-u1LbQSXDvW .carousel-indicators .active {
  opacity: 1;
  width: 14px;
  height: 14px;
}
.cid-u1LbQSXDvW .carousel-indicators .active:before {
  content: '';
  position: absolute;
  height: 14px;
  width: 14px;
  left: -3px;
  top: -3px;
  background: transparent;
  border-radius: 100%;
  z-index: -1;
}
.cid-u1LbQSXDvW .user_text {
  color: #121212;
}
.cid-u1LbQSXDvW .user_status {
  color: #707070;
}
.cid-u1LbQSXDvW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1LbQSXDvW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujScYrtVQt {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ujScYrtVQt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujScYrtVQt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujScYrtVQt .container {
    padding: 0 20px;
  }
}
.cid-ujScYrtVQt .row {
  justify-content: center;
}
.cid-ujScYrtVQt .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-ujScYrtVQt .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-ujScYrtVQt .item {
  margin-bottom: 32px;
}
.cid-ujScYrtVQt .item a:hover .item-wrapper .item-img img {
  transform: scale(0.98);
}
.cid-ujScYrtVQt .item a .item-wrapper {
  overflow: visible;
}
.cid-ujScYrtVQt .item a .item-wrapper .item-img img {
  height: 360px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
@media (max-width: 768px) {
  .cid-ujScYrtVQt .item a .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-ujScYrtVQt .item a .item-wrapper .item-content {
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-ujScYrtVQt .item a .item-wrapper .item-content {
    margin-top: 16px;
  }
}
.cid-ujScYrtVQt .item a .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-ujScYrtVQt .item a .item-wrapper .item-content .item-desc {
  margin: 4px 0 0 0;
}
.cid-ujScYrtVQt .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ujScYrtVQt .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ujScYrtVQt .item-title {
  color: #000000;
  text-align: center;
}
.cid-ujScYrtVQt .item-desc {
  color: #6a6e71;
  text-align: center;
}
.cid-ujSfJG6EiA {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ujSfJG6EiA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujSfJG6EiA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujSfJG6EiA .container {
    padding: 0 20px;
  }
}
.cid-ujSfJG6EiA .row {
  justify-content: center;
}
.cid-ujSfJG6EiA .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-ujSfJG6EiA .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-ujSfJG6EiA .item {
  margin-bottom: 32px;
}
.cid-ujSfJG6EiA .item a:hover .item-wrapper .item-img img {
  transform: scale(0.98);
}
.cid-ujSfJG6EiA .item a .item-wrapper {
  overflow: visible;
}
.cid-ujSfJG6EiA .item a .item-wrapper .item-img img {
  height: 360px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
@media (max-width: 768px) {
  .cid-ujSfJG6EiA .item a .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-ujSfJG6EiA .item a .item-wrapper .item-content {
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-ujSfJG6EiA .item a .item-wrapper .item-content {
    margin-top: 16px;
  }
}
.cid-ujSfJG6EiA .item a .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-ujSfJG6EiA .item a .item-wrapper .item-content .item-desc {
  margin: 4px 0 0 0;
}
.cid-ujSfJG6EiA .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ujSfJG6EiA .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ujSfJG6EiA .item-title {
  color: #000000;
  text-align: center;
}
.cid-ujSfJG6EiA .item-desc {
  color: #6a6e71;
  text-align: center;
}
.cid-ujHKpmn3K1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-ujHKpmn3K1 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #5f6755, #f2e5d2);
}
.cid-ujHKpmn3K1 .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-ujHKpmn3K1 .btn-col {
    justify-content: center;
  }
}
.cid-ujHKpmn3K1 .mbr-text,
.cid-ujHKpmn3K1 .mbr-section-btn {
  color: #999999;
}
.cid-ujHKpmn3K1 p {
  margin: 0;
}
.cid-ujHKpmn3K1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujHKpmn3K1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujL9DRwJle {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ujL9DRwJle img {
  width: 120px;
  margin: auto;
}
.cid-ujL9DRwJle .card {
  transition: all 0.3s;
  width: fit-content;
  padding: 20px;
}
.cid-ujL9DRwJle .card img {
  height: 80px;
  width: auto;
}
.cid-ujL9DRwJle .border-col {
  margin-bottom: 120px;
}
@media (max-width: 1199px) {
  .cid-ujL9DRwJle .border-col {
    margin-bottom: 85px;
  }
}
@media (max-width: 767px) {
  .cid-ujL9DRwJle .border-col {
    margin-bottom: 50px;
  }
}
.cid-ujL9DRwJle .border-col .border-item {
  width: 100%;
  height: 1px;
  background-color: #000000;
  opacity: 0.07;
}
.cid-ujL9DRwJle .mbr-section-title {
  color: #ffffff;
}
.cid-tX0IOVOnyM {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tX0IOVOnyM .row {
  flex-direction: row-reverse;
}
.cid-tX0IOVOnyM img {
  display: inline;
}
.cid-tX0IOVOnyM .si {
  width: 100%;
}
.cid-tX0IOVOnyM .si img {
  width: auto;
}
.cid-tX0IOVOnyM .text {
  color: #ffffff;
}
.cid-tX0IOVOnyM .text,
.cid-tX0IOVOnyM .si {
  color: #ba9b67;
  text-align: center;
}
.cid-tX0IOVOnyM .copyright {
  color: #9A948D;
}
.cid-tX0IOVOnyM .list {
  letter-spacing: .2em;
  list-style: none;
  padding-left: 0;
  color: #9A948D;
}
@media (max-width: 991px) {
  .cid-tX0IOVOnyM .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tX0IOVOnyM .list {
    margin-bottom: 0rem;
  }
}
.cid-tX0IOVOnyM .list li {
  margin-bottom: .5rem;
}
.cid-tX0IOVOnyM .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 758px) {
  .cid-tX0IOVOnyM .logo {
    margin-top: 2rem;
  }
}
.cid-tX0IOVOnyM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tWQODP54nj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-tWQODP54nj .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-tWQODP54nj nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-tWQODP54nj .container,
  .cid-tWQODP54nj .container-fluid {
    flex-wrap: initial;
  }
  .cid-tWQODP54nj .nav-link:hover,
  .cid-tWQODP54nj .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-tWQODP54nj .navbar-nav {
  margin: auto;
}
.cid-tWQODP54nj .dropdown-item {
  color: #ffffff !important;
}
.cid-tWQODP54nj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWQODP54nj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWQODP54nj .navbar-short,
.cid-tWQODP54nj .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tWQODP54nj .navbar-short .nav-link,
.cid-tWQODP54nj .opened .nav-link,
.cid-tWQODP54nj .navbar-short .navbar-caption,
.cid-tWQODP54nj .opened .navbar-caption,
.cid-tWQODP54nj .navbar-short .mbr-iconfont,
.cid-tWQODP54nj .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tWQODP54nj .navbar-short .hamburger span,
.cid-tWQODP54nj .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tWQODP54nj .nav-link {
  justify-content: center;
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-tWQODP54nj .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-tWQODP54nj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-tWQODP54nj .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-tWQODP54nj .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-tWQODP54nj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWQODP54nj .container {
  display: flex;
  margin: auto;
}
.cid-tWQODP54nj .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWQODP54nj .dropdown-menu,
.cid-tWQODP54nj .navbar.opened {
  background: #000000 !important;
}
.cid-tWQODP54nj .nav-item:focus,
.cid-tWQODP54nj .nav-link:focus {
  outline: none;
}
.cid-tWQODP54nj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWQODP54nj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWQODP54nj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWQODP54nj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWQODP54nj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWQODP54nj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWQODP54nj .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tWQODP54nj .navbar.opened {
  transition: all 0.3s;
}
.cid-tWQODP54nj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWQODP54nj .navbar .navbar-logo img {
  width: auto;
}
.cid-tWQODP54nj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWQODP54nj .navbar.collapsed {
  justify-content: center;
}
.cid-tWQODP54nj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWQODP54nj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWQODP54nj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tWQODP54nj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWQODP54nj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWQODP54nj .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-tWQODP54nj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWQODP54nj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWQODP54nj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWQODP54nj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWQODP54nj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWQODP54nj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWQODP54nj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWQODP54nj .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-tWQODP54nj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWQODP54nj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-tWQODP54nj .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWQODP54nj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWQODP54nj .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-tWQODP54nj .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWQODP54nj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWQODP54nj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWQODP54nj .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWQODP54nj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tWQODP54nj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWQODP54nj .dropdown-item.active,
.cid-tWQODP54nj .dropdown-item:active {
  background-color: transparent;
}
.cid-tWQODP54nj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWQODP54nj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWQODP54nj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWQODP54nj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tWQODP54nj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWQODP54nj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWQODP54nj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWQODP54nj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWQODP54nj button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWQODP54nj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWQODP54nj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWQODP54nj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWQODP54nj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWQODP54nj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWQODP54nj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWQODP54nj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWQODP54nj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWQODP54nj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWQODP54nj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tWQODP54nj a.nav-link {
  display: flex;
  align-items: center;
}
.cid-tWQODP54nj .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-tWQODP54nj .navbar {
    height: 70px;
  }
  .cid-tWQODP54nj .navbar.opened {
    height: auto;
  }
  .cid-tWQODP54nj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWXgjbjqVT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/nand-t-800x534.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  min-height: 390px;
}
.cid-tWXgjbjqVT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWXgjbjqVT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tWXgjbjqVT .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-tWXgjbjqVT .content-container {
  padding: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tWXgjbjqVT .content-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }
}
.cid-tWXgjbjqVT .mbr-section-title {
  color: #FFFFFF;
  width: 100%;
  margin-bottom: 0 !important;
  text-align: center;
}
.cid-tWXgjbjqVT .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 20px;
  margin-bottom: 0;
  width: 100%;
}
.cid-tWXgjbjqVT .mbr-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
  margin-top: 20px;
  width: 100%;
}
.cid-tWXgjbjqVT .mbr-section-btn {
  margin-top: 10px;
}
.cid-ujMoNDJxcv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaeaea;
}
.cid-ujMoNDJxcv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujMoNDJxcv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujMoNDJxcv .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-ujMoNDJxcv .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-ujMoNDJxcv .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ujMoNDJxcv .container {
    padding: 0 16px;
  }
}
.cid-ujMoNDJxcv .row {
  justify-content: center;
}
.cid-ujMoNDJxcv .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-ujMoNDJxcv .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-ujMoNDJxcv .box {
  margin: 0 auto;
  border-radius: .3rem !important;
}
@media (max-width: 992px) {
  .cid-ujMoNDJxcv .box {
    width: 100%;
  }
}
.cid-ujMoNDJxcv .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-ujMoNDJxcv .box .mbr-media {
    height: 350px;
  }
}
.cid-ujMoNDJxcv .box .mbr-media img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: .5em !important;
}
.cid-ujMoNDJxcv .box .mbr-media .mbr-iconfont {
  font-size: 18px;
  color: #1c1c1c;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-ujMoNDJxcv .mbr-media {
  position: relative;
}
.cid-ujMoNDJxcv .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-ujMoNDJxcv a:hover {
  background-image: none !important;
}
.cid-ujMoNDJxcv .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background-color: #f27120;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-ujMoNDJxcv .icon-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #1c1c1c;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-ujMoNDJxcv .icon-wrap:hover::before,
.cid-ujMoNDJxcv .icon-wrap:focus::before {
  transform: scale(1);
}
.cid-ujMoNDJxcv .icon-wrap:hover .mbr-iconfont,
.cid-ujMoNDJxcv .icon-wrap:focus .mbr-iconfont {
  color: #f27120;
}
.cid-ujMoNDJxcv .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-ujMoNDJxcv .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ujMoNDJxcv .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ujMoNDJxcv .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ujMoNDJxcv .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ujMoNDJxcv .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ujMoNDJxcv .mbr-section-title {
  color: #1c1c1c;
  text-align: center;
}
.cid-tYfxK34gk3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #111111;
}
.cid-tYfxK34gk3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYfxK34gk3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYfxK34gk3 .row {
  justify-content: center;
}
.cid-tYfxK34gk3 .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tYfxK34gk3 .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-tYfxK34gk3 .row {
    padding: 0 24px;
  }
}
.cid-tYfxK34gk3 .video-wrapper iframe {
  width: 100%;
}
.cid-tYfxK34gk3 .title-wrapper {
  margin-bottom: 32px;
}
.cid-tYfxK34gk3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tYfxK34gk3 .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-tYfxK34gk3 .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ca41ec;
  z-index: -1;
}
.cid-tYfxK34gk3 .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-tYfxK34gk3 .video-block {
    margin-bottom: 24px;
  }
}
.cid-tYfxK34gk3 .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-tYfxK34gk3 .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-tYfxKDHgjR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #111111;
}
.cid-tYfxKDHgjR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYfxKDHgjR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYfxKDHgjR .row {
  justify-content: center;
}
.cid-tYfxKDHgjR .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tYfxKDHgjR .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-tYfxKDHgjR .row {
    padding: 0 24px;
  }
}
.cid-tYfxKDHgjR .video-wrapper iframe {
  width: 100%;
}
.cid-tYfxKDHgjR .title-wrapper {
  margin-bottom: 32px;
}
.cid-tYfxKDHgjR .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tYfxKDHgjR .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-tYfxKDHgjR .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ca41ec;
  z-index: -1;
}
.cid-tYfxKDHgjR .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-tYfxKDHgjR .video-block {
    margin-bottom: 24px;
  }
}
.cid-tYfxKDHgjR .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-tYfxKDHgjR .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-tX0IOVOnyM {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tX0IOVOnyM .row {
  flex-direction: row-reverse;
}
.cid-tX0IOVOnyM img {
  display: inline;
}
.cid-tX0IOVOnyM .si {
  width: 100%;
}
.cid-tX0IOVOnyM .si img {
  width: auto;
}
.cid-tX0IOVOnyM .text {
  color: #ffffff;
}
.cid-tX0IOVOnyM .text,
.cid-tX0IOVOnyM .si {
  color: #ba9b67;
  text-align: center;
}
.cid-tX0IOVOnyM .copyright {
  color: #9A948D;
}
.cid-tX0IOVOnyM .list {
  letter-spacing: .2em;
  list-style: none;
  padding-left: 0;
  color: #9A948D;
}
@media (max-width: 991px) {
  .cid-tX0IOVOnyM .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tX0IOVOnyM .list {
    margin-bottom: 0rem;
  }
}
.cid-tX0IOVOnyM .list li {
  margin-bottom: .5rem;
}
.cid-tX0IOVOnyM .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 758px) {
  .cid-tX0IOVOnyM .logo {
    margin-top: 2rem;
  }
}
.cid-tX0IOVOnyM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tWQODP54nj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-tWQODP54nj .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-tWQODP54nj nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-tWQODP54nj .container,
  .cid-tWQODP54nj .container-fluid {
    flex-wrap: initial;
  }
  .cid-tWQODP54nj .nav-link:hover,
  .cid-tWQODP54nj .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-tWQODP54nj .navbar-nav {
  margin: auto;
}
.cid-tWQODP54nj .dropdown-item {
  color: #ffffff !important;
}
.cid-tWQODP54nj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWQODP54nj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWQODP54nj .navbar-short,
.cid-tWQODP54nj .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tWQODP54nj .navbar-short .nav-link,
.cid-tWQODP54nj .opened .nav-link,
.cid-tWQODP54nj .navbar-short .navbar-caption,
.cid-tWQODP54nj .opened .navbar-caption,
.cid-tWQODP54nj .navbar-short .mbr-iconfont,
.cid-tWQODP54nj .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tWQODP54nj .navbar-short .hamburger span,
.cid-tWQODP54nj .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tWQODP54nj .nav-link {
  justify-content: center;
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-tWQODP54nj .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-tWQODP54nj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-tWQODP54nj .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-tWQODP54nj .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-tWQODP54nj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWQODP54nj .container {
  display: flex;
  margin: auto;
}
.cid-tWQODP54nj .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWQODP54nj .dropdown-menu,
.cid-tWQODP54nj .navbar.opened {
  background: #000000 !important;
}
.cid-tWQODP54nj .nav-item:focus,
.cid-tWQODP54nj .nav-link:focus {
  outline: none;
}
.cid-tWQODP54nj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWQODP54nj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWQODP54nj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWQODP54nj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWQODP54nj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWQODP54nj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWQODP54nj .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tWQODP54nj .navbar.opened {
  transition: all 0.3s;
}
.cid-tWQODP54nj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWQODP54nj .navbar .navbar-logo img {
  width: auto;
}
.cid-tWQODP54nj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWQODP54nj .navbar.collapsed {
  justify-content: center;
}
.cid-tWQODP54nj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWQODP54nj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWQODP54nj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tWQODP54nj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWQODP54nj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWQODP54nj .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-tWQODP54nj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWQODP54nj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWQODP54nj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWQODP54nj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWQODP54nj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWQODP54nj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWQODP54nj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWQODP54nj .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-tWQODP54nj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWQODP54nj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-tWQODP54nj .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWQODP54nj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWQODP54nj .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-tWQODP54nj .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWQODP54nj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWQODP54nj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWQODP54nj .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWQODP54nj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tWQODP54nj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWQODP54nj .dropdown-item.active,
.cid-tWQODP54nj .dropdown-item:active {
  background-color: transparent;
}
.cid-tWQODP54nj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWQODP54nj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWQODP54nj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWQODP54nj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tWQODP54nj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWQODP54nj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWQODP54nj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWQODP54nj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWQODP54nj button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWQODP54nj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWQODP54nj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWQODP54nj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWQODP54nj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWQODP54nj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWQODP54nj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWQODP54nj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWQODP54nj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWQODP54nj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWQODP54nj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tWQODP54nj a.nav-link {
  display: flex;
  align-items: center;
}
.cid-tWQODP54nj .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-tWQODP54nj .navbar {
    height: 70px;
  }
  .cid-tWQODP54nj .navbar.opened {
    height: auto;
  }
  .cid-tWQODP54nj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3eOusyy3m {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #0a0a0a;
}
.cid-v3eOusyy3m .item:focus,
.cid-v3eOusyy3m span:focus {
  outline: none;
}
.cid-v3eOusyy3m .item {
  cursor: pointer;
}
.cid-v3eOusyy3m .grid-container {
  grid-row-gap: 0;
}
.cid-v3eOusyy3m .grid-container-1,
.cid-v3eOusyy3m .grid-container-2 {
  gap: 0;
}
.cid-v3eOusyy3m .mbr-section-title {
  margin-bottom: 40px;
  color: #ffffff;
  text-align: center;
}
.cid-v3eOusyy3m .content-head {
  max-width: 800px;
}
.cid-v3eOusyy3m .container,
.cid-v3eOusyy3m .container-fluid {
  overflow: hidden;
}
.cid-v3eOusyy3m .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v3eOusyy3m .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v3eOusyy3m .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-v3eOusyy3m .grid-item img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .cid-v3eOusyy3m .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-v3eOusyy3m .grid-item img {
    height: 140px;
  }
}
.cid-v3eOusyy3m .grid-container-1,
.cid-v3eOusyy3m .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v3eOusyy3m .grid-container-1 {
  align-items: flex-end;
}
.cid-v3eOusyy3m .grid-container-2 {
  align-items: flex-start;
}
.cid-v3ePoi62jN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3ePoi62jN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3ePoi62jN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lwTekpjl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-v2lwTekpjl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lwTekpjl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lwTekpjl .title-wrapper {
  margin-bottom: 40px;
}
.cid-v2lwTekpjl .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-v2lwTekpjl .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2lwTekpjl .mbr-section-btn .btn {
  padding: 17px 20px;
  margin-bottom: 0;
}
.cid-v2lwTekpjl .mbr-section-btn .btn::after,
.cid-v2lwTekpjl .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-v2lwTekpjl .mbr-section-btn .btn:hover,
.cid-v2lwTekpjl .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-v2lwTekpjl .mbr-section-btn .btn:hover::after,
.cid-v2lwTekpjl .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-v2lwTekpjl .items-wrapper {
  margin: 0 -20px;
}
.cid-v2lwTekpjl .items-wrapper .item {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v2lwTekpjl .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-v2lwTekpjl .items-wrapper .item .item-wrapper {
  position: relative;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-v2lwTekpjl .items-wrapper .item .item-wrapper {
    padding-right: 0;
    padding-top: 150px;
  }
}
.cid-v2lwTekpjl .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v2lwTekpjl .items-wrapper .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-v2lwTekpjl .items-wrapper .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  background-color: #121212;
  border: 2px solid #2c2c2c;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-v2lwTekpjl .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-v2lwTekpjl .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-v2lwTekpjl .items-wrapper .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
}
.cid-v2lwTekpjl .items-wrapper .item .item-wrapper .item-content .list {
  padding-left: 18px;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-v2lwTekpjl .items-wrapper .item .item-wrapper .item-content .list {
    margin-top: 20px;
  }
}
.cid-v2lwTekpjl .items-wrapper .item .item-wrapper .item-content .list .item-wrap {
  margin-bottom: 10px;
}
.cid-v2lwTekpjl .items-wrapper .item .item-wrapper .item-content .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v2lwTekpjl .items-wrapper .item .item-wrapper .item-content .item-price {
  margin-top: 40px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v2lwTekpjl .items-wrapper .item .item-wrapper .item-content .item-price {
    margin-top: 20px;
  }
}
.cid-v2lwTekpjl .mbr-section-title {
  color: #ffffff;
}
.cid-v2lwTekpjl .mbr-tag {
  color: #adadad;
}
.cid-v2lwTekpjl .item-title {
  color: #ffffff;
}
.cid-v2lwTekpjl .item-desc {
  color: #ffffff;
}
.cid-v2lwTekpjl .list {
  color: #c7c7c7;
}
.cid-v2lwTekpjl .item-price {
  color: #ffffff;
}
.cid-v3eRwFhtB5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-v3eRwFhtB5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3eRwFhtB5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3eRwFhtB5 .row {
  margin: 0 -40px;
}
.cid-v3eRwFhtB5 .row .card {
  padding: 0 40px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v3eRwFhtB5 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3eRwFhtB5 .content-wrapper .tags-wrapper {
  margin-bottom: 16px;
}
.cid-v3eRwFhtB5 .content-wrapper .tags-wrapper .tags-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  padding: 1px;
  overflow: hidden;
}
.cid-v3eRwFhtB5 .content-wrapper .tags-wrapper .tags-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(245deg, #323232 0, transparent 140%);
  z-index: -1;
}
.cid-v3eRwFhtB5 .content-wrapper .tags-wrapper .tags-wrap .tags-content {
  padding: 5px;
  background-color: #000000;
}
.cid-v3eRwFhtB5 .content-wrapper .tags-wrapper .tags-wrap .tags-content .mbr-tag_1 {
  display: inline-flex;
  padding: 0 8px;
  background-color: #ffdf7d;
  margin-bottom: 0;
}
.cid-v3eRwFhtB5 .content-wrapper .tags-wrapper .tags-wrap .tags-content .mbr-tag_2 {
  display: inline-flex;
  padding: 0 6px;
  margin-bottom: 0;
}
.cid-v3eRwFhtB5 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v3eRwFhtB5 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3eRwFhtB5 .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v3eRwFhtB5 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v3eRwFhtB5 .image-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 1px;
}
.cid-v3eRwFhtB5 .image-wrapper .border-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #323232;
  pointer-events: none;
}
.cid-v3eRwFhtB5 .image-wrapper .gradient-wrapper {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 100px;
  width: 100%;
  background-image: linear-gradient(180deg, transparent 0, #000000 100%);
  pointer-events: none;
  z-index: 2;
}
.cid-v3eRwFhtB5 .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
  background-color: #121212;
  padding: 48px 0 0 48px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v3eRwFhtB5 .image-wrapper .image-wrap {
    padding: 16px;
  }
}
.cid-v3eRwFhtB5 .image-wrapper .image-wrap img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v3eRwFhtB5 .image-wrapper .image-wrap img {
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
}
@media (max-width: 992px) {
  .cid-v3eRwFhtB5 .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v3eRwFhtB5 .mbr-tag_1,
.cid-v3eRwFhtB5 .tags-wrapper {
  color: #000000;
}
.cid-v3eRwFhtB5 .mbr-tag_2 {
  color: #ffdf7d;
}
.cid-v3eRwFhtB5 .mbr-section-title {
  color: #ffffff;
}
.cid-v3eRwFhtB5 .mbr-text,
.cid-v3eRwFhtB5 .text-wrapper {
  color: #808080;
}
.cid-v3eROqyzlr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-v3eROqyzlr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3eROqyzlr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3eROqyzlr .title-wrapper {
  margin-bottom: 40px;
}
.cid-v3eROqyzlr .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-v3eROqyzlr .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3eROqyzlr .mbr-section-btn .btn {
  padding: 17px 20px;
  margin-bottom: 0;
}
.cid-v3eROqyzlr .mbr-section-btn .btn::after,
.cid-v3eROqyzlr .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-v3eROqyzlr .mbr-section-btn .btn:hover,
.cid-v3eROqyzlr .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-v3eROqyzlr .mbr-section-btn .btn:hover::after,
.cid-v3eROqyzlr .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-v3eROqyzlr .items-wrapper {
  margin: 0 -20px;
}
.cid-v3eROqyzlr .items-wrapper .item {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3eROqyzlr .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-v3eROqyzlr .items-wrapper .item .item-wrapper {
  position: relative;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-v3eROqyzlr .items-wrapper .item .item-wrapper {
    padding-right: 0;
    padding-top: 150px;
  }
}
.cid-v3eROqyzlr .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3eROqyzlr .items-wrapper .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-v3eROqyzlr .items-wrapper .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  background-color: #121212;
  border: 2px solid #2c2c2c;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-v3eROqyzlr .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-v3eROqyzlr .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-v3eROqyzlr .items-wrapper .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
}
.cid-v3eROqyzlr .items-wrapper .item .item-wrapper .item-content .list {
  padding-left: 18px;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-v3eROqyzlr .items-wrapper .item .item-wrapper .item-content .list {
    margin-top: 20px;
  }
}
.cid-v3eROqyzlr .items-wrapper .item .item-wrapper .item-content .list .item-wrap {
  margin-bottom: 10px;
}
.cid-v3eROqyzlr .items-wrapper .item .item-wrapper .item-content .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v3eROqyzlr .items-wrapper .item .item-wrapper .item-content .item-price {
  margin-top: 40px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v3eROqyzlr .items-wrapper .item .item-wrapper .item-content .item-price {
    margin-top: 20px;
  }
}
.cid-v3eROqyzlr .mbr-section-title {
  color: #ffffff;
}
.cid-v3eROqyzlr .mbr-tag {
  color: #adadad;
}
.cid-v3eROqyzlr .item-title {
  color: #ffffff;
}
.cid-v3eROqyzlr .item-desc {
  color: #ffffff;
}
.cid-v3eROqyzlr .list {
  color: #c7c7c7;
}
.cid-v3eROqyzlr .item-price {
  color: #ffffff;
}
.cid-v3eUMawZxL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v3eUMawZxL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3eUMawZxL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3eUMawZxL .container {
  max-width: 1140px;
}
@media (max-width: 991px) {
  .cid-v3eUMawZxL .container {
    padding: 0 50px !important;
  }
}
.cid-v3eUMawZxL .row {
  align-items: stretch;
}
.cid-v3eUMawZxL .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 67%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-v3eUMawZxL .col-text {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-v3eUMawZxL .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v3eUMawZxL .text-wrapper {
    padding-top: 30px;
  }
}
.cid-v3eUMawZxL .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v3eUMawZxL .card-title {
    text-align: center;
  }
}
.cid-v3eUMawZxL .mbr-text {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-v3eUMawZxL .mbr-text {
    text-align: center;
  }
}
.cid-v3eUMawZxL .col-img {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
  padding-right: 75px !important;
}
@media (max-width: 767px) {
  .cid-v3eUMawZxL .col-img {
    width: 100%;
    padding: 0 !important;
    align-items: center;
  }
}
.cid-v3eUMawZxL .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-v3eUMawZxL .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-v3eUMawZxL .image-wrapper {
    padding-right: 30px;
    max-width: 520px;
  }
}
@media (max-width: 575px) {
  .cid-v3eUMawZxL .image-wrapper {
    padding-right: 0;
  }
}
.cid-v3eUMawZxL .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: #000000;
  border-top-right-radius: 40%;
  border-bottom-right-radius: 40%;
  height: 65%;
  width: 90%;
}
.cid-v3eUMawZxL .image-wrapper .img-bg-wrap {
  margin-bottom: 19%;
  margin-left: 19%;
}
.cid-v3eUMawZxL .image-wrapper .img-bg-wrap img {
  position: relative;
  z-index: 2;
  height: auto;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  border-top-right-radius: 120px;
}
.cid-v2pzBBWHJJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-v2pzBBWHJJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2pzBBWHJJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2pzBBWHJJ .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v2pzBBWHJJ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v2pzBBWHJJ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
  background-image: linear-gradient(-165deg, #9c9c9c, #000000 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v2pzBBWHJJ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v2pzBBWHJJ .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-v2pzBBWHJJ .mbr-section-title {
  color: #000000;
}
.cid-v2pzBBWHJJ .mbr-text,
.cid-v2pzBBWHJJ .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v2pzBBWHJJ .mbr-section-title,
.cid-v2pzBBWHJJ .title-wrapper,
.cid-v2pzBBWHJJ .mbr-section-btn {
  text-align: center;
}
.cid-v3eTWxzF41 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-v3eTWxzF41 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3eTWxzF41 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3eTWxzF41 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v3eTWxzF41 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v3eTWxzF41 .container {
    padding: 0;
  }
}
.cid-v3eTWxzF41 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v3eTWxzF41 .title-wrapper {
    padding: 0 16px;
  }
}
.cid-v3eTWxzF41 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3eTWxzF41 .panel-group {
    padding: 0 16px;
  }
}
.cid-v3eTWxzF41 .panel-group .card {
  padding: 50px 0;
  border-bottom: 1px solid #263652;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-v3eTWxzF41 .panel-group .card {
    padding: 30px 0;
  }
}
.cid-v3eTWxzF41 .panel-group .card .card-header {
  padding: 0;
  background-color: transparent;
  border: none;
}
.cid-v3eTWxzF41 .panel-group .card .card-header .panel-title {
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-v3eTWxzF41 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v3eTWxzF41 .panel-group .card .card-header .panel-title .mbr-iconfont {
  margin-left: 10px;
  font-size: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-v3eTWxzF41 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
  color: #d17756;
}
.cid-v3eTWxzF41 .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 0 0;
}
.cid-v3eTWxzF41 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v3eTWxzF41 .mbr-section-title {
  color: #263652;
}
.cid-v3eTWxzF41 .panel-title-edit,
.cid-v3eTWxzF41 .mbr-iconfont {
  color: #263652;
}
.cid-v3eTWxzF41 .panel-text {
  color: #263652;
}
.cid-v3eUmIxJDD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-v3eUmIxJDD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3eUmIxJDD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3eUmIxJDD .mbr-section-title {
  color: #ffffff;
}
.cid-tX0IOVOnyM {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tX0IOVOnyM .row {
  flex-direction: row-reverse;
}
.cid-tX0IOVOnyM img {
  display: inline;
}
.cid-tX0IOVOnyM .si {
  width: 100%;
}
.cid-tX0IOVOnyM .si img {
  width: auto;
}
.cid-tX0IOVOnyM .text {
  color: #ffffff;
}
.cid-tX0IOVOnyM .text,
.cid-tX0IOVOnyM .si {
  color: #ba9b67;
  text-align: center;
}
.cid-tX0IOVOnyM .copyright {
  color: #9A948D;
}
.cid-tX0IOVOnyM .list {
  letter-spacing: .2em;
  list-style: none;
  padding-left: 0;
  color: #9A948D;
}
@media (max-width: 991px) {
  .cid-tX0IOVOnyM .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tX0IOVOnyM .list {
    margin-bottom: 0rem;
  }
}
.cid-tX0IOVOnyM .list li {
  margin-bottom: .5rem;
}
.cid-tX0IOVOnyM .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 758px) {
  .cid-tX0IOVOnyM .logo {
    margin-top: 2rem;
  }
}
.cid-tX0IOVOnyM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tWQODP54nj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-tWQODP54nj .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-tWQODP54nj nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-tWQODP54nj .container,
  .cid-tWQODP54nj .container-fluid {
    flex-wrap: initial;
  }
  .cid-tWQODP54nj .nav-link:hover,
  .cid-tWQODP54nj .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-tWQODP54nj .navbar-nav {
  margin: auto;
}
.cid-tWQODP54nj .dropdown-item {
  color: #ffffff !important;
}
.cid-tWQODP54nj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWQODP54nj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWQODP54nj .navbar-short,
.cid-tWQODP54nj .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tWQODP54nj .navbar-short .nav-link,
.cid-tWQODP54nj .opened .nav-link,
.cid-tWQODP54nj .navbar-short .navbar-caption,
.cid-tWQODP54nj .opened .navbar-caption,
.cid-tWQODP54nj .navbar-short .mbr-iconfont,
.cid-tWQODP54nj .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tWQODP54nj .navbar-short .hamburger span,
.cid-tWQODP54nj .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tWQODP54nj .nav-link {
  justify-content: center;
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-tWQODP54nj .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-tWQODP54nj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-tWQODP54nj .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-tWQODP54nj .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-tWQODP54nj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWQODP54nj .container {
  display: flex;
  margin: auto;
}
.cid-tWQODP54nj .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWQODP54nj .dropdown-menu,
.cid-tWQODP54nj .navbar.opened {
  background: #000000 !important;
}
.cid-tWQODP54nj .nav-item:focus,
.cid-tWQODP54nj .nav-link:focus {
  outline: none;
}
.cid-tWQODP54nj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWQODP54nj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWQODP54nj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWQODP54nj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWQODP54nj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWQODP54nj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWQODP54nj .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tWQODP54nj .navbar.opened {
  transition: all 0.3s;
}
.cid-tWQODP54nj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWQODP54nj .navbar .navbar-logo img {
  width: auto;
}
.cid-tWQODP54nj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWQODP54nj .navbar.collapsed {
  justify-content: center;
}
.cid-tWQODP54nj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWQODP54nj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWQODP54nj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tWQODP54nj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWQODP54nj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWQODP54nj .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-tWQODP54nj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWQODP54nj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWQODP54nj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWQODP54nj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWQODP54nj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWQODP54nj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWQODP54nj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWQODP54nj .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-tWQODP54nj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWQODP54nj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-tWQODP54nj .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWQODP54nj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWQODP54nj .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-tWQODP54nj .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWQODP54nj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWQODP54nj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWQODP54nj .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWQODP54nj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tWQODP54nj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWQODP54nj .dropdown-item.active,
.cid-tWQODP54nj .dropdown-item:active {
  background-color: transparent;
}
.cid-tWQODP54nj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWQODP54nj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWQODP54nj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWQODP54nj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tWQODP54nj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWQODP54nj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWQODP54nj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWQODP54nj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWQODP54nj button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWQODP54nj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWQODP54nj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWQODP54nj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWQODP54nj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWQODP54nj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWQODP54nj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWQODP54nj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWQODP54nj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWQODP54nj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWQODP54nj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tWQODP54nj a.nav-link {
  display: flex;
  align-items: center;
}
.cid-tWQODP54nj .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-tWQODP54nj .navbar {
    height: 70px;
  }
  .cid-tWQODP54nj .navbar.opened {
    height: auto;
  }
  .cid-tWQODP54nj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tY5W7N3O9F {
  background-image: url("../../../assets/images/background13.jpg");
}
.cid-tY5W7N3O9F .mbr-fallback-image.disabled {
  display: none;
}
.cid-tY5W7N3O9F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tY5W4MvZVt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tY5W4MvZVt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tY5W4MvZVt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tY5W4MvZVt .text-wrapper {
    padding: 2rem;
  }
}
.cid-tY5W4MvZVt .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tY5W4MvZVt .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tY5Wgpbsbt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tY5Wgpbsbt img {
  width: 120px;
  margin: auto;
}
.cid-tY5Wgpbsbt .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tY5Wgpbsbt .card {
    max-width: 12.5%;
  }
}
.cid-tX0IOVOnyM {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tX0IOVOnyM .row {
  flex-direction: row-reverse;
}
.cid-tX0IOVOnyM img {
  display: inline;
}
.cid-tX0IOVOnyM .si {
  width: 100%;
}
.cid-tX0IOVOnyM .si img {
  width: auto;
}
.cid-tX0IOVOnyM .text {
  color: #ffffff;
}
.cid-tX0IOVOnyM .text,
.cid-tX0IOVOnyM .si {
  color: #ba9b67;
  text-align: center;
}
.cid-tX0IOVOnyM .copyright {
  color: #9A948D;
}
.cid-tX0IOVOnyM .list {
  letter-spacing: .2em;
  list-style: none;
  padding-left: 0;
  color: #9A948D;
}
@media (max-width: 991px) {
  .cid-tX0IOVOnyM .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tX0IOVOnyM .list {
    margin-bottom: 0rem;
  }
}
.cid-tX0IOVOnyM .list li {
  margin-bottom: .5rem;
}
.cid-tX0IOVOnyM .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 758px) {
  .cid-tX0IOVOnyM .logo {
    margin-top: 2rem;
  }
}
.cid-tX0IOVOnyM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tWQODP54nj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-tWQODP54nj .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-tWQODP54nj nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-tWQODP54nj .container,
  .cid-tWQODP54nj .container-fluid {
    flex-wrap: initial;
  }
  .cid-tWQODP54nj .nav-link:hover,
  .cid-tWQODP54nj .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-tWQODP54nj .navbar-nav {
  margin: auto;
}
.cid-tWQODP54nj .dropdown-item {
  color: #ffffff !important;
}
.cid-tWQODP54nj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWQODP54nj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWQODP54nj .navbar-short,
.cid-tWQODP54nj .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tWQODP54nj .navbar-short .nav-link,
.cid-tWQODP54nj .opened .nav-link,
.cid-tWQODP54nj .navbar-short .navbar-caption,
.cid-tWQODP54nj .opened .navbar-caption,
.cid-tWQODP54nj .navbar-short .mbr-iconfont,
.cid-tWQODP54nj .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tWQODP54nj .navbar-short .hamburger span,
.cid-tWQODP54nj .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tWQODP54nj .nav-link {
  justify-content: center;
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-tWQODP54nj .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-tWQODP54nj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-tWQODP54nj .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-tWQODP54nj .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-tWQODP54nj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWQODP54nj .container {
  display: flex;
  margin: auto;
}
.cid-tWQODP54nj .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWQODP54nj .dropdown-menu,
.cid-tWQODP54nj .navbar.opened {
  background: #000000 !important;
}
.cid-tWQODP54nj .nav-item:focus,
.cid-tWQODP54nj .nav-link:focus {
  outline: none;
}
.cid-tWQODP54nj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWQODP54nj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWQODP54nj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWQODP54nj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWQODP54nj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWQODP54nj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWQODP54nj .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tWQODP54nj .navbar.opened {
  transition: all 0.3s;
}
.cid-tWQODP54nj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWQODP54nj .navbar .navbar-logo img {
  width: auto;
}
.cid-tWQODP54nj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWQODP54nj .navbar.collapsed {
  justify-content: center;
}
.cid-tWQODP54nj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWQODP54nj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWQODP54nj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tWQODP54nj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWQODP54nj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWQODP54nj .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-tWQODP54nj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWQODP54nj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWQODP54nj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWQODP54nj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWQODP54nj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWQODP54nj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWQODP54nj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWQODP54nj .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-tWQODP54nj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWQODP54nj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-tWQODP54nj .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWQODP54nj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWQODP54nj .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-tWQODP54nj .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWQODP54nj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWQODP54nj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWQODP54nj .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWQODP54nj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tWQODP54nj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWQODP54nj .dropdown-item.active,
.cid-tWQODP54nj .dropdown-item:active {
  background-color: transparent;
}
.cid-tWQODP54nj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWQODP54nj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWQODP54nj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWQODP54nj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tWQODP54nj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWQODP54nj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWQODP54nj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWQODP54nj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWQODP54nj button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWQODP54nj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWQODP54nj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWQODP54nj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWQODP54nj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWQODP54nj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWQODP54nj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWQODP54nj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWQODP54nj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWQODP54nj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWQODP54nj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tWQODP54nj a.nav-link {
  display: flex;
  align-items: center;
}
.cid-tWQODP54nj .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-tWQODP54nj .navbar {
    height: 70px;
  }
  .cid-tWQODP54nj .navbar.opened {
    height: auto;
  }
  .cid-tWQODP54nj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3lilDRYG4 {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/dsc08104-1528x1019.webp");
}
.cid-v3lilDRYG4 .btn {
  margin: 0.2rem !important;
}
.cid-v3lilDRYG4 .row {
  justify-content: flex-end;
}
.cid-v3lilDRYG4 .mbr-text,
.cid-v3lilDRYG4 .mbr-section-btn {
  color: #cccccc;
}
.cid-v3lilDRYG4 H3 {
  color: #cccccc;
}
.cid-v3lilDRYG4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3lilDRYG4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3lhUykMlN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-v3lhUykMlN .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-v3lhUykMlN .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v3lhUykMlN .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-v3lhUykMlN .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3lhUykMlN .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-v3lhUykMlN .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v3lhUykMlN .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-v3lhUykMlN .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-v3lhUykMlN .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-v3lhUykMlN .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-v3lhUykMlN .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-v3lhUykMlN .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-v3lhUykMlN .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-v3lhUykMlN .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-v3lhUykMlN .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-v3lhUykMlN .mbr-gallery-item img {
  transition: all 2s !important;
}
.cid-v3lhUykMlN .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #000000, #45505b) !important;
}
.cid-v3lhUykMlN .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-v3lhUykMlN .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #000000, #45505b) !important;
}
.cid-tX0IOVOnyM {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tX0IOVOnyM .row {
  flex-direction: row-reverse;
}
.cid-tX0IOVOnyM img {
  display: inline;
}
.cid-tX0IOVOnyM .si {
  width: 100%;
}
.cid-tX0IOVOnyM .si img {
  width: auto;
}
.cid-tX0IOVOnyM .text {
  color: #ffffff;
}
.cid-tX0IOVOnyM .text,
.cid-tX0IOVOnyM .si {
  color: #ba9b67;
  text-align: center;
}
.cid-tX0IOVOnyM .copyright {
  color: #9A948D;
}
.cid-tX0IOVOnyM .list {
  letter-spacing: .2em;
  list-style: none;
  padding-left: 0;
  color: #9A948D;
}
@media (max-width: 991px) {
  .cid-tX0IOVOnyM .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tX0IOVOnyM .list {
    margin-bottom: 0rem;
  }
}
.cid-tX0IOVOnyM .list li {
  margin-bottom: .5rem;
}
.cid-tX0IOVOnyM .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 758px) {
  .cid-tX0IOVOnyM .logo {
    margin-top: 2rem;
  }
}
.cid-tX0IOVOnyM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ujLbMCNwPF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-ujLbMCNwPF .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-ujLbMCNwPF nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-ujLbMCNwPF .container,
  .cid-ujLbMCNwPF .container-fluid {
    flex-wrap: initial;
  }
  .cid-ujLbMCNwPF .nav-link:hover,
  .cid-ujLbMCNwPF .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-ujLbMCNwPF .navbar-nav {
  margin: auto;
}
.cid-ujLbMCNwPF .dropdown-item {
  color: #ffffff !important;
}
.cid-ujLbMCNwPF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ujLbMCNwPF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ujLbMCNwPF .navbar-short,
.cid-ujLbMCNwPF .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-ujLbMCNwPF .navbar-short .nav-link,
.cid-ujLbMCNwPF .opened .nav-link,
.cid-ujLbMCNwPF .navbar-short .navbar-caption,
.cid-ujLbMCNwPF .opened .navbar-caption,
.cid-ujLbMCNwPF .navbar-short .mbr-iconfont,
.cid-ujLbMCNwPF .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ujLbMCNwPF .navbar-short .hamburger span,
.cid-ujLbMCNwPF .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-ujLbMCNwPF .nav-link {
  justify-content: center;
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-ujLbMCNwPF .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-ujLbMCNwPF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-ujLbMCNwPF .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-ujLbMCNwPF .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-ujLbMCNwPF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ujLbMCNwPF .container {
  display: flex;
  margin: auto;
}
.cid-ujLbMCNwPF .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujLbMCNwPF .dropdown-menu,
.cid-ujLbMCNwPF .navbar.opened {
  background: #000000 !important;
}
.cid-ujLbMCNwPF .nav-item:focus,
.cid-ujLbMCNwPF .nav-link:focus {
  outline: none;
}
.cid-ujLbMCNwPF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujLbMCNwPF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujLbMCNwPF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujLbMCNwPF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujLbMCNwPF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujLbMCNwPF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujLbMCNwPF .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-ujLbMCNwPF .navbar.opened {
  transition: all 0.3s;
}
.cid-ujLbMCNwPF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujLbMCNwPF .navbar .navbar-logo img {
  width: auto;
}
.cid-ujLbMCNwPF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujLbMCNwPF .navbar.collapsed {
  justify-content: center;
}
.cid-ujLbMCNwPF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujLbMCNwPF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujLbMCNwPF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ujLbMCNwPF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujLbMCNwPF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujLbMCNwPF .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-ujLbMCNwPF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujLbMCNwPF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujLbMCNwPF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ujLbMCNwPF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujLbMCNwPF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujLbMCNwPF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujLbMCNwPF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujLbMCNwPF .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-ujLbMCNwPF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujLbMCNwPF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-ujLbMCNwPF .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujLbMCNwPF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujLbMCNwPF .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-ujLbMCNwPF .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujLbMCNwPF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujLbMCNwPF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujLbMCNwPF .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujLbMCNwPF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ujLbMCNwPF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujLbMCNwPF .dropdown-item.active,
.cid-ujLbMCNwPF .dropdown-item:active {
  background-color: transparent;
}
.cid-ujLbMCNwPF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujLbMCNwPF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujLbMCNwPF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujLbMCNwPF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ujLbMCNwPF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujLbMCNwPF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujLbMCNwPF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujLbMCNwPF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujLbMCNwPF button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujLbMCNwPF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ujLbMCNwPF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujLbMCNwPF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujLbMCNwPF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujLbMCNwPF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujLbMCNwPF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujLbMCNwPF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujLbMCNwPF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujLbMCNwPF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujLbMCNwPF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ujLbMCNwPF a.nav-link {
  display: flex;
  align-items: center;
}
.cid-ujLbMCNwPF .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-ujLbMCNwPF .navbar {
    height: 70px;
  }
  .cid-ujLbMCNwPF .navbar.opened {
    height: auto;
  }
  .cid-ujLbMCNwPF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujLbMDE6g6 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/family-gif.gif");
}
.cid-ujLbMDE6g6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujLbMDE6g6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujLbMDE6g6 .mbr-section-title {
  color: #ffffff;
}
.cid-ujLmvmqF72 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ujLmvmqF72 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujLmvmqF72 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujLmvmqF72 .title-wrapper {
  margin-bottom: 30px;
}
.cid-ujLmvmqF72 .title-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
.cid-ujLmvmqF72 .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-ujLmvmqF72 .image-wrapper {
  display: flex;
}
@media (max-width: 768px) {
  .cid-ujLmvmqF72 .image-wrapper {
    display: block;
  }
}
.cid-ujLmvmqF72 .image-wrapper img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  margin-right: -10rem;
}
@media (max-width: 992px) {
  .cid-ujLmvmqF72 .image-wrapper img {
    margin-right: 0;
    width: 60%;
  }
}
@media (max-width: 768px) {
  .cid-ujLmvmqF72 .image-wrapper img {
    margin-bottom: 20px;
    width: 100%;
    height: 450px;
  }
}
.cid-ujLmvmqF72 .image-wrapper img:first-child {
  margin-right: 20px;
  max-width: 280px;
}
@media (max-width: 768px) {
  .cid-ujLmvmqF72 .image-wrapper img:first-child {
    margin-right: 0;
    max-width: 100%;
    height: 450px;
  }
}
.cid-ujLmvmqF72 .mbr-section-title {
  color: #E0BDB6;
}
.cid-ujLmvmqF72 .mbr-text {
  color: #747474;
}
.cid-ujLmvmqF72 .mbr-section-title,
.cid-ujLmvmqF72 .mbr-section-btn {
  color: #94802b;
}
.cid-ujLnjuCBZU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ujLnjuCBZU .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-ujLnjuCBZU .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ujLnjuCBZU .container {
    padding: 0 20px;
  }
}
.cid-ujLnjuCBZU .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ujLnjuCBZU .content-wrapper .content-wrap {
  position: absolute;
  top: 0;
  width: 976px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto;
  z-index: 1;
  padding: 60px 20px;
}
@media (max-width: 1200px) {
  .cid-ujLnjuCBZU .content-wrapper .content-wrap {
    width: 680px;
  }
}
@media (max-width: 992px) {
  .cid-ujLnjuCBZU .content-wrapper .content-wrap {
    padding: 46px 20px;
    top: auto;
    width: 100%;
    height: auto;
  }
}
.cid-ujLnjuCBZU .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 32px;
}
.cid-ujLnjuCBZU .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-ujLnjuCBZU .content-wrapper .content-wrap .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ujLnjuCBZU .content-wrapper .content-wrap .title-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-ujLnjuCBZU .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-ujLnjuCBZU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 976px;
  max-width: 976px;
}
@media (max-width: 1200px) {
  .cid-ujLnjuCBZU .embla__slide {
    min-width: 680px;
    max-width: 680px;
  }
}
@media (max-width: 992px) {
  .cid-ujLnjuCBZU .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-ujLnjuCBZU .embla__slide .slide-content {
  width: 100%;
}
.cid-ujLnjuCBZU .embla__slide .slide-content .item-wrapper .item-img img {
  height: 830px;
  border-radius: 20px !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ujLnjuCBZU .embla__slide .slide-content .item-wrapper .item-img img {
    height: 650px;
  }
}
.cid-ujLnjuCBZU .embla__button--next,
.cid-ujLnjuCBZU .embla__button--prev {
  display: flex;
}
.cid-ujLnjuCBZU .embla__button {
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #c2a839 !important;
  border: 2px solid #c2a839 !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-ujLnjuCBZU .embla__button {
    top: 2.5rem;
  }
}
@media (max-width: 768px) {
  .cid-ujLnjuCBZU .embla__button {
    display: none;
  }
}
.cid-ujLnjuCBZU .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ujLnjuCBZU .embla__button:hover {
  opacity: 1 !important;
}
.cid-ujLnjuCBZU .embla__button.embla__button--prev {
  left: 12%;
}
@media (max-width: 1550px) {
  .cid-ujLnjuCBZU .embla__button.embla__button--prev {
    left: 30px;
  }
}
@media (max-width: 1300px) {
  .cid-ujLnjuCBZU .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-ujLnjuCBZU .embla__button.embla__button--next {
  right: 12%;
}
@media (max-width: 1550px) {
  .cid-ujLnjuCBZU .embla__button.embla__button--next {
    right: 30px;
  }
}
@media (max-width: 1300px) {
  .cid-ujLnjuCBZU .embla__button.embla__button--next {
    right: 16px;
  }
}
@media (max-width: 992px) {
  .cid-ujLnjuCBZU .embla__button {
    top: 2.5rem;
  }
}
.cid-ujLnjuCBZU .embla {
  position: relative;
  width: 100%;
}
.cid-ujLnjuCBZU .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-ujLnjuCBZU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ujLnjuCBZU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ujLnjuCBZU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ujLnjuCBZU .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-ujLnjuCBZU .mbr-section-title {
  color: #ffffff;
}
.cid-ujLnjuCBZU .mbr-text,
.cid-ujLnjuCBZU .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ujLnjuCBZU .mbr-section-title,
.cid-ujLnjuCBZU .mbr-section-btn {
  text-align: center;
}
.cid-ujLl2vYy7K {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-ujLl2vYy7K .container {
    max-width: 1400px;
  }
}
.cid-ujLl2vYy7K img {
  margin-bottom: -2.5rem;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  transform: translateY(-100px);
  object-fit: cover;
}
.cid-ujLl2vYy7K .link-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-ujLl2vYy7K .card-wrapper {
  background: #f6f3ee;
  background-position: center;
  padding: 0 4rem;
  padding-bottom: 4rem;
  margin-top: 6rem;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: visible;
}
@media (max-width: 1400px) {
  .cid-ujLl2vYy7K .card-wrapper {
    padding: 0 1.5rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ujLl2vYy7K .card-wrapper {
    padding: 0 1rem;
    padding-bottom: 2rem;
  }
}
.cid-ujLl2vYy7K .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 3px;
  width: fit-content;
  color: #d58f76;
}
.cid-ujLl2vYy7K .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -2px;
  left: 0;
}
.cid-ujLl2vYy7K .link:hover:before {
  animation: 2s line;
}
@keyframes line {
  0% {
    transform: scale(1);
    transform-origin: right;
  }
  25% {
    transform: scale(0);
    transform-origin: right;
  }
  26% {
    transform: scale(0);
    transform-origin: left;
  }
  75% {
    transform: scale(1);
    transform-origin: left;
  }
}
.cid-ujLl2vYy7K .card-subtitle {
  color: #200960;
}
.cid-ujLl2vYy7K .mbr-price {
  color: #000000;
}
.cid-ujLl2vYy7K .mbr-section-subtitle {
  color: #94802b;
}
.cid-ujLl2vYy7K .mbr-text,
.cid-ujLl2vYy7K .link-align {
  color: #999999;
}
.cid-ujLl2vYy7K .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujLl2vYy7K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujSF6CIX48 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ujSF6CIX48 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujSF6CIX48 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujSF6CIX48 .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  flex-direction: column;
  position: relative;
  margin-bottom: 3rem;
}
.cid-ujSF6CIX48 .item .icon-wrap {
  text-align: center;
}
.cid-ujSF6CIX48 .item::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 97%;
  color: #94802b;
  transform: translate(-50%, 0);
}
.cid-ujSF6CIX48 .item:last-child:before {
  display: none;
}
.cid-ujSF6CIX48 .item.last::before {
  display: none;
}
.cid-ujSF6CIX48 .icon-box {
  background: #94802b;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-ujSF6CIX48 .text-box {
  text-align: center;
}
.cid-ujSF6CIX48 span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
@media (max-width: 991px) {
  .cid-ujSF6CIX48 .card {
    margin-bottom: 2rem;
  }
  .cid-ujSF6CIX48 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ujSF6CIX48 .icon-text {
  text-align: right;
}
.cid-ujSF6CIX48 .icon-text DIV {
  text-align: center;
}
.cid-ujM0xC1A2S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ujM0xC1A2S .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujM0xC1A2S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujM0xC1A2S .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ujM0xC1A2S .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ujM0xC1A2S .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ujM0xC1A2S .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ujM0xC1A2S .container {
    padding: 0 16px;
  }
}
.cid-ujM0xC1A2S .row {
  justify-content: center;
}
.cid-ujM0xC1A2S .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ujM0xC1A2S .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ujM0xC1A2S .mbr-section-subtitle {
  margin-bottom: 32px;
  color: #000000;
}
.cid-ujM0xC1A2S .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-ujM0xC1A2S .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-ujM0xC1A2S .panel-group .card .card-header {
  padding: 24px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-ujM0xC1A2S .panel-group .card .card-header {
    padding: 20px 0;
  }
}
.cid-ujM0xC1A2S .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ujM0xC1A2S .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-ujM0xC1A2S .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ujM0xC1A2S .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-ujM0xC1A2S .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-ujM0xC1A2S .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-ujM0xC1A2S .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ujM0xC1A2S .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ujM0xC1A2S .panel-title {
  color: #000000;
}
.cid-ujM0xC1A2S .panel-text {
  color: #000000;
}
.cid-ujLbMFmAOV {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ujLbMFmAOV .row {
  flex-direction: row-reverse;
}
.cid-ujLbMFmAOV img {
  display: inline;
}
.cid-ujLbMFmAOV .si {
  width: 100%;
}
.cid-ujLbMFmAOV .si img {
  width: auto;
}
.cid-ujLbMFmAOV .text {
  color: #ffffff;
}
.cid-ujLbMFmAOV .text,
.cid-ujLbMFmAOV .si {
  color: #ba9b67;
  text-align: center;
}
.cid-ujLbMFmAOV .copyright {
  color: #9A948D;
}
.cid-ujLbMFmAOV .list {
  letter-spacing: .2em;
  list-style: none;
  padding-left: 0;
  color: #9A948D;
}
@media (max-width: 991px) {
  .cid-ujLbMFmAOV .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ujLbMFmAOV .list {
    margin-bottom: 0rem;
  }
}
.cid-ujLbMFmAOV .list li {
  margin-bottom: .5rem;
}
.cid-ujLbMFmAOV .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 758px) {
  .cid-ujLbMFmAOV .logo {
    margin-top: 2rem;
  }
}
.cid-ujLbMFmAOV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ujQ7O0omVN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-ujQ7O0omVN .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-ujQ7O0omVN nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-ujQ7O0omVN .container,
  .cid-ujQ7O0omVN .container-fluid {
    flex-wrap: initial;
  }
  .cid-ujQ7O0omVN .nav-link:hover,
  .cid-ujQ7O0omVN .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-ujQ7O0omVN .navbar-nav {
  margin: auto;
}
.cid-ujQ7O0omVN .dropdown-item {
  color: #ffffff !important;
}
.cid-ujQ7O0omVN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ujQ7O0omVN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ujQ7O0omVN .navbar-short,
.cid-ujQ7O0omVN .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-ujQ7O0omVN .navbar-short .nav-link,
.cid-ujQ7O0omVN .opened .nav-link,
.cid-ujQ7O0omVN .navbar-short .navbar-caption,
.cid-ujQ7O0omVN .opened .navbar-caption,
.cid-ujQ7O0omVN .navbar-short .mbr-iconfont,
.cid-ujQ7O0omVN .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ujQ7O0omVN .navbar-short .hamburger span,
.cid-ujQ7O0omVN .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-ujQ7O0omVN .nav-link {
  justify-content: center;
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-ujQ7O0omVN .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-ujQ7O0omVN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-ujQ7O0omVN .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-ujQ7O0omVN .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-ujQ7O0omVN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ujQ7O0omVN .container {
  display: flex;
  margin: auto;
}
.cid-ujQ7O0omVN .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujQ7O0omVN .dropdown-menu,
.cid-ujQ7O0omVN .navbar.opened {
  background: #000000 !important;
}
.cid-ujQ7O0omVN .nav-item:focus,
.cid-ujQ7O0omVN .nav-link:focus {
  outline: none;
}
.cid-ujQ7O0omVN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujQ7O0omVN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujQ7O0omVN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujQ7O0omVN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujQ7O0omVN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujQ7O0omVN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujQ7O0omVN .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-ujQ7O0omVN .navbar.opened {
  transition: all 0.3s;
}
.cid-ujQ7O0omVN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujQ7O0omVN .navbar .navbar-logo img {
  width: auto;
}
.cid-ujQ7O0omVN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujQ7O0omVN .navbar.collapsed {
  justify-content: center;
}
.cid-ujQ7O0omVN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujQ7O0omVN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujQ7O0omVN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ujQ7O0omVN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujQ7O0omVN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujQ7O0omVN .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-ujQ7O0omVN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujQ7O0omVN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujQ7O0omVN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ujQ7O0omVN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujQ7O0omVN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujQ7O0omVN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujQ7O0omVN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujQ7O0omVN .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-ujQ7O0omVN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujQ7O0omVN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-ujQ7O0omVN .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujQ7O0omVN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujQ7O0omVN .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-ujQ7O0omVN .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujQ7O0omVN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujQ7O0omVN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujQ7O0omVN .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujQ7O0omVN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ujQ7O0omVN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujQ7O0omVN .dropdown-item.active,
.cid-ujQ7O0omVN .dropdown-item:active {
  background-color: transparent;
}
.cid-ujQ7O0omVN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujQ7O0omVN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujQ7O0omVN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujQ7O0omVN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ujQ7O0omVN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujQ7O0omVN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujQ7O0omVN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujQ7O0omVN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujQ7O0omVN button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujQ7O0omVN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ujQ7O0omVN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujQ7O0omVN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujQ7O0omVN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujQ7O0omVN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujQ7O0omVN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujQ7O0omVN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujQ7O0omVN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujQ7O0omVN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujQ7O0omVN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ujQ7O0omVN a.nav-link {
  display: flex;
  align-items: center;
}
.cid-ujQ7O0omVN .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-ujQ7O0omVN .navbar {
    height: 70px;
  }
  .cid-ujQ7O0omVN .navbar.opened {
    height: auto;
  }
  .cid-ujQ7O0omVN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujQ7O1c3CT {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.cid-ujQ7O1c3CT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujQ7O1c3CT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background13.jpg");
}
.cid-ujQ7O1c3CT .mbr-section-title {
  color: #ffffff;
}
.cid-ujSa9TSnRf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-ujSa9TSnRf .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ujSa9TSnRf .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ujSa9TSnRf .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-ujSa9TSnRf .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ujSa9TSnRf .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-ujSa9TSnRf .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ujSa9TSnRf .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-ujSa9TSnRf .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-ujSa9TSnRf .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ujSa9TSnRf .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-ujSa9TSnRf .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-ujSa9TSnRf .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-ujSa9TSnRf .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-ujSa9TSnRf .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ujSa9TSnRf .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-ujSa9TSnRf .mbr-gallery-item img {
  transition: all 2s !important;
}
.cid-ujSa9TSnRf .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-ujSa9TSnRf .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-ujSa9TSnRf .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-ujQ7O3pQws {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ujQ7O3pQws .row {
  flex-direction: row-reverse;
}
.cid-ujQ7O3pQws img {
  display: inline;
}
.cid-ujQ7O3pQws .si {
  width: 100%;
}
.cid-ujQ7O3pQws .si img {
  width: auto;
}
.cid-ujQ7O3pQws .text {
  color: #ffffff;
}
.cid-ujQ7O3pQws .text,
.cid-ujQ7O3pQws .si {
  color: #ba9b67;
  text-align: center;
}
.cid-ujQ7O3pQws .copyright {
  color: #9A948D;
}
.cid-ujQ7O3pQws .list {
  letter-spacing: .2em;
  list-style: none;
  padding-left: 0;
  color: #9A948D;
}
@media (max-width: 991px) {
  .cid-ujQ7O3pQws .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ujQ7O3pQws .list {
    margin-bottom: 0rem;
  }
}
.cid-ujQ7O3pQws .list li {
  margin-bottom: .5rem;
}
.cid-ujQ7O3pQws .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 758px) {
  .cid-ujQ7O3pQws .logo {
    margin-top: 2rem;
  }
}
.cid-ujQ7O3pQws .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v3NtG8C92W {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-v3NtG8C92W .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-v3NtG8C92W nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-v3NtG8C92W .container,
  .cid-v3NtG8C92W .container-fluid {
    flex-wrap: initial;
  }
  .cid-v3NtG8C92W .nav-link:hover,
  .cid-v3NtG8C92W .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-v3NtG8C92W .navbar-nav {
  margin: auto;
}
.cid-v3NtG8C92W .dropdown-item {
  color: #ffffff !important;
}
.cid-v3NtG8C92W .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3NtG8C92W .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3NtG8C92W .navbar-short,
.cid-v3NtG8C92W .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-v3NtG8C92W .navbar-short .nav-link,
.cid-v3NtG8C92W .opened .nav-link,
.cid-v3NtG8C92W .navbar-short .navbar-caption,
.cid-v3NtG8C92W .opened .navbar-caption,
.cid-v3NtG8C92W .navbar-short .mbr-iconfont,
.cid-v3NtG8C92W .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-v3NtG8C92W .navbar-short .hamburger span,
.cid-v3NtG8C92W .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-v3NtG8C92W .nav-link {
  justify-content: center;
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-v3NtG8C92W .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-v3NtG8C92W .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-v3NtG8C92W .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-v3NtG8C92W .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-v3NtG8C92W .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3NtG8C92W .container {
  display: flex;
  margin: auto;
}
.cid-v3NtG8C92W .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3NtG8C92W .dropdown-menu,
.cid-v3NtG8C92W .navbar.opened {
  background: #000000 !important;
}
.cid-v3NtG8C92W .nav-item:focus,
.cid-v3NtG8C92W .nav-link:focus {
  outline: none;
}
.cid-v3NtG8C92W .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3NtG8C92W .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3NtG8C92W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3NtG8C92W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3NtG8C92W .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3NtG8C92W .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3NtG8C92W .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-v3NtG8C92W .navbar.opened {
  transition: all 0.3s;
}
.cid-v3NtG8C92W .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3NtG8C92W .navbar .navbar-logo img {
  width: auto;
}
.cid-v3NtG8C92W .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3NtG8C92W .navbar.collapsed {
  justify-content: center;
}
.cid-v3NtG8C92W .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3NtG8C92W .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3NtG8C92W .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v3NtG8C92W .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3NtG8C92W .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3NtG8C92W .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-v3NtG8C92W .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3NtG8C92W .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3NtG8C92W .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3NtG8C92W .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3NtG8C92W .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3NtG8C92W .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3NtG8C92W .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3NtG8C92W .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-v3NtG8C92W .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3NtG8C92W .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-v3NtG8C92W .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3NtG8C92W .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3NtG8C92W .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-v3NtG8C92W .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3NtG8C92W .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3NtG8C92W .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v3NtG8C92W .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3NtG8C92W .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v3NtG8C92W .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3NtG8C92W .dropdown-item.active,
.cid-v3NtG8C92W .dropdown-item:active {
  background-color: transparent;
}
.cid-v3NtG8C92W .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3NtG8C92W .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3NtG8C92W .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3NtG8C92W .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v3NtG8C92W .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3NtG8C92W .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3NtG8C92W ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v3NtG8C92W .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3NtG8C92W button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v3NtG8C92W button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v3NtG8C92W button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3NtG8C92W button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3NtG8C92W button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3NtG8C92W button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3NtG8C92W nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3NtG8C92W nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3NtG8C92W nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3NtG8C92W nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3NtG8C92W .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v3NtG8C92W a.nav-link {
  display: flex;
  align-items: center;
}
.cid-v3NtG8C92W .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-v3NtG8C92W .navbar {
    height: 70px;
  }
  .cid-v3NtG8C92W .navbar.opened {
    height: auto;
  }
  .cid-v3NtG8C92W .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4eBOWHy7A {
  background-image: url("../../../assets/images/dsc06854-websize.jpg-1-1600x1063.jpg");
}
.cid-v4eBOWHy7A .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4eBOWHy7A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4eBQayECV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-v4eBQayECV .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-v4eBQayECV .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v4eBQayECV .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-v4eBQayECV .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4eBQayECV .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-v4eBQayECV .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v4eBQayECV .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-v4eBQayECV .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-v4eBQayECV .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-v4eBQayECV .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-v4eBQayECV .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-v4eBQayECV .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-v4eBQayECV .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-v4eBQayECV .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-v4eBQayECV .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-v4eBQayECV .mbr-gallery-item img {
  transition: all 2s !important;
}
.cid-v4eBQayECV .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #000000, #45505b) !important;
}
.cid-v4eBQayECV .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-v4eBQayECV .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #000000, #45505b) !important;
}
.cid-v3NtGaTj77 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v3NtGaTj77 .row {
  flex-direction: row-reverse;
}
.cid-v3NtGaTj77 img {
  display: inline;
}
.cid-v3NtGaTj77 .si {
  width: 100%;
}
.cid-v3NtGaTj77 .si img {
  width: auto;
}
.cid-v3NtGaTj77 .text {
  color: #ffffff;
}
.cid-v3NtGaTj77 .text,
.cid-v3NtGaTj77 .si {
  color: #ba9b67;
  text-align: center;
}
.cid-v3NtGaTj77 .copyright {
  color: #9A948D;
}
.cid-v3NtGaTj77 .list {
  letter-spacing: .2em;
  list-style: none;
  padding-left: 0;
  color: #9A948D;
}
@media (max-width: 991px) {
  .cid-v3NtGaTj77 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3NtGaTj77 .list {
    margin-bottom: 0rem;
  }
}
.cid-v3NtGaTj77 .list li {
  margin-bottom: .5rem;
}
.cid-v3NtGaTj77 .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 758px) {
  .cid-v3NtGaTj77 .logo {
    margin-top: 2rem;
  }
}
.cid-v3NtGaTj77 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v3NtG8C92W {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-v3NtG8C92W .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-v3NtG8C92W nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-v3NtG8C92W .container,
  .cid-v3NtG8C92W .container-fluid {
    flex-wrap: initial;
  }
  .cid-v3NtG8C92W .nav-link:hover,
  .cid-v3NtG8C92W .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-v3NtG8C92W .navbar-nav {
  margin: auto;
}
.cid-v3NtG8C92W .dropdown-item {
  color: #ffffff !important;
}
.cid-v3NtG8C92W .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3NtG8C92W .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3NtG8C92W .navbar-short,
.cid-v3NtG8C92W .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-v3NtG8C92W .navbar-short .nav-link,
.cid-v3NtG8C92W .opened .nav-link,
.cid-v3NtG8C92W .navbar-short .navbar-caption,
.cid-v3NtG8C92W .opened .navbar-caption,
.cid-v3NtG8C92W .navbar-short .mbr-iconfont,
.cid-v3NtG8C92W .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-v3NtG8C92W .navbar-short .hamburger span,
.cid-v3NtG8C92W .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-v3NtG8C92W .nav-link {
  justify-content: center;
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-v3NtG8C92W .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-v3NtG8C92W .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-v3NtG8C92W .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-v3NtG8C92W .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-v3NtG8C92W .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3NtG8C92W .container {
  display: flex;
  margin: auto;
}
.cid-v3NtG8C92W .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3NtG8C92W .dropdown-menu,
.cid-v3NtG8C92W .navbar.opened {
  background: #000000 !important;
}
.cid-v3NtG8C92W .nav-item:focus,
.cid-v3NtG8C92W .nav-link:focus {
  outline: none;
}
.cid-v3NtG8C92W .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3NtG8C92W .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3NtG8C92W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3NtG8C92W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3NtG8C92W .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3NtG8C92W .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3NtG8C92W .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-v3NtG8C92W .navbar.opened {
  transition: all 0.3s;
}
.cid-v3NtG8C92W .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3NtG8C92W .navbar .navbar-logo img {
  width: auto;
}
.cid-v3NtG8C92W .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3NtG8C92W .navbar.collapsed {
  justify-content: center;
}
.cid-v3NtG8C92W .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3NtG8C92W .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3NtG8C92W .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v3NtG8C92W .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3NtG8C92W .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3NtG8C92W .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-v3NtG8C92W .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3NtG8C92W .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3NtG8C92W .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3NtG8C92W .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3NtG8C92W .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3NtG8C92W .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3NtG8C92W .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3NtG8C92W .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-v3NtG8C92W .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3NtG8C92W .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-v3NtG8C92W .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3NtG8C92W .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3NtG8C92W .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-v3NtG8C92W .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3NtG8C92W .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3NtG8C92W .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v3NtG8C92W .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3NtG8C92W .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v3NtG8C92W .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3NtG8C92W .dropdown-item.active,
.cid-v3NtG8C92W .dropdown-item:active {
  background-color: transparent;
}
.cid-v3NtG8C92W .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3NtG8C92W .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3NtG8C92W .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3NtG8C92W .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v3NtG8C92W .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3NtG8C92W .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3NtG8C92W ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v3NtG8C92W .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3NtG8C92W button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v3NtG8C92W button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v3NtG8C92W button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3NtG8C92W button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3NtG8C92W button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3NtG8C92W button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3NtG8C92W nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3NtG8C92W nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3NtG8C92W nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3NtG8C92W nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3NtG8C92W .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v3NtG8C92W a.nav-link {
  display: flex;
  align-items: center;
}
.cid-v3NtG8C92W .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-v3NtG8C92W .navbar {
    height: 70px;
  }
  .cid-v3NtG8C92W .navbar.opened {
    height: auto;
  }
  .cid-v3NtG8C92W .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4eCjthgbj {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-v4eCjthgbj .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-v4eCjthgbj .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v4eCjthgbj .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-v4eCjthgbj .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4eCjthgbj .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-v4eCjthgbj .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v4eCjthgbj .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-v4eCjthgbj .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-v4eCjthgbj .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-v4eCjthgbj .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-v4eCjthgbj .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-v4eCjthgbj .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-v4eCjthgbj .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-v4eCjthgbj .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-v4eCjthgbj .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-v4eCjthgbj .mbr-gallery-item img {
  transition: all 2s !important;
}
.cid-v4eCjthgbj .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #000000, #45505b) !important;
}
.cid-v4eCjthgbj .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-v4eCjthgbj .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #000000, #45505b) !important;
}
.cid-v3NtGaTj77 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v3NtGaTj77 .row {
  flex-direction: row-reverse;
}
.cid-v3NtGaTj77 img {
  display: inline;
}
.cid-v3NtGaTj77 .si {
  width: 100%;
}
.cid-v3NtGaTj77 .si img {
  width: auto;
}
.cid-v3NtGaTj77 .text {
  color: #ffffff;
}
.cid-v3NtGaTj77 .text,
.cid-v3NtGaTj77 .si {
  color: #ba9b67;
  text-align: center;
}
.cid-v3NtGaTj77 .copyright {
  color: #9A948D;
}
.cid-v3NtGaTj77 .list {
  letter-spacing: .2em;
  list-style: none;
  padding-left: 0;
  color: #9A948D;
}
@media (max-width: 991px) {
  .cid-v3NtGaTj77 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3NtGaTj77 .list {
    margin-bottom: 0rem;
  }
}
.cid-v3NtGaTj77 .list li {
  margin-bottom: .5rem;
}
.cid-v3NtGaTj77 .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 758px) {
  .cid-v3NtGaTj77 .logo {
    margin-top: 2rem;
  }
}
.cid-v3NtGaTj77 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tWQODP54nj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-tWQODP54nj .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-tWQODP54nj nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-tWQODP54nj .container,
  .cid-tWQODP54nj .container-fluid {
    flex-wrap: initial;
  }
  .cid-tWQODP54nj .nav-link:hover,
  .cid-tWQODP54nj .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-tWQODP54nj .navbar-nav {
  margin: auto;
}
.cid-tWQODP54nj .dropdown-item {
  color: #ffffff !important;
}
.cid-tWQODP54nj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWQODP54nj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWQODP54nj .navbar-short,
.cid-tWQODP54nj .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tWQODP54nj .navbar-short .nav-link,
.cid-tWQODP54nj .opened .nav-link,
.cid-tWQODP54nj .navbar-short .navbar-caption,
.cid-tWQODP54nj .opened .navbar-caption,
.cid-tWQODP54nj .navbar-short .mbr-iconfont,
.cid-tWQODP54nj .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tWQODP54nj .navbar-short .hamburger span,
.cid-tWQODP54nj .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tWQODP54nj .nav-link {
  justify-content: center;
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-tWQODP54nj .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-tWQODP54nj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-tWQODP54nj .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-tWQODP54nj .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-tWQODP54nj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWQODP54nj .container {
  display: flex;
  margin: auto;
}
.cid-tWQODP54nj .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWQODP54nj .dropdown-menu,
.cid-tWQODP54nj .navbar.opened {
  background: #000000 !important;
}
.cid-tWQODP54nj .nav-item:focus,
.cid-tWQODP54nj .nav-link:focus {
  outline: none;
}
.cid-tWQODP54nj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWQODP54nj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWQODP54nj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWQODP54nj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWQODP54nj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWQODP54nj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWQODP54nj .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tWQODP54nj .navbar.opened {
  transition: all 0.3s;
}
.cid-tWQODP54nj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWQODP54nj .navbar .navbar-logo img {
  width: auto;
}
.cid-tWQODP54nj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWQODP54nj .navbar.collapsed {
  justify-content: center;
}
.cid-tWQODP54nj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWQODP54nj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWQODP54nj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tWQODP54nj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWQODP54nj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWQODP54nj .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-tWQODP54nj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWQODP54nj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWQODP54nj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWQODP54nj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWQODP54nj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWQODP54nj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWQODP54nj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWQODP54nj .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-tWQODP54nj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWQODP54nj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-tWQODP54nj .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWQODP54nj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWQODP54nj .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-tWQODP54nj .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWQODP54nj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWQODP54nj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWQODP54nj .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWQODP54nj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tWQODP54nj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWQODP54nj .dropdown-item.active,
.cid-tWQODP54nj .dropdown-item:active {
  background-color: transparent;
}
.cid-tWQODP54nj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWQODP54nj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWQODP54nj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWQODP54nj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tWQODP54nj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWQODP54nj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWQODP54nj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWQODP54nj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWQODP54nj button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWQODP54nj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWQODP54nj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWQODP54nj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWQODP54nj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWQODP54nj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWQODP54nj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWQODP54nj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWQODP54nj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWQODP54nj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWQODP54nj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tWQODP54nj a.nav-link {
  display: flex;
  align-items: center;
}
.cid-tWQODP54nj .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-tWQODP54nj .navbar {
    height: 70px;
  }
  .cid-tWQODP54nj .navbar.opened {
    height: auto;
  }
  .cid-tWQODP54nj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4g7pMMBiG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-v4g7pMMBiG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4g7pMMBiG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4g7pMMBiG .content-wrapper {
  justify-content: center;
}
.cid-v4g7pMMBiG .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v4g7pMMBiG .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-v4g7pMMBiG .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v4g7pMMBiG .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v4g7pMMBiG .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v4g7pMMBiG .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin: 60px 0 30px;
}
@media (max-width: 992px) {
  .cid-v4g7pMMBiG .desc-wrapper .mbr-desc {
    width: 100%;
    margin: 48px 0 18px;
  }
}
.cid-v4g7pMMBiG .mbr-section-btn {
  margin-top: 20px;
}
.cid-v4g7pMMBiG .mbr-figure {
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
}
.cid-v4g7pMMBiG .mbr-figure:hover,
.cid-v4g7pMMBiG .mbr-figure:focus {
  background-color: #191b1f;
  border: 2px solid #191b1f;
}
.cid-v4g7pMMBiG .mbr-section-title {
  color: #ffffff;
}
.cid-v4g7pMMBiG .mbr-text,
.cid-v4g7pMMBiG .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-v4g7pMMBiG .mbr-desc,
.cid-v4g7pMMBiG .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-v4g7pMMBiG .mbr-section-title,
.cid-v4g7pMMBiG .mbr-section-btn {
  text-align: center;
}
.cid-v4g7aRNnEw {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-v4g7aRNnEw .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-v4g7aRNnEw .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v4g7aRNnEw .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-v4g7aRNnEw .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4g7aRNnEw .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-v4g7aRNnEw .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v4g7aRNnEw .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-v4g7aRNnEw .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-v4g7aRNnEw .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-v4g7aRNnEw .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-v4g7aRNnEw .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-v4g7aRNnEw .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-v4g7aRNnEw .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-v4g7aRNnEw .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-v4g7aRNnEw .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-v4g7aRNnEw .mbr-gallery-item img {
  transition: all 2s !important;
}
.cid-v4g7aRNnEw .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #000000, #45505b) !important;
}
.cid-v4g7aRNnEw .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-v4g7aRNnEw .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #000000, #45505b) !important;
}
.cid-tX0IOVOnyM {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tX0IOVOnyM .row {
  flex-direction: row-reverse;
}
.cid-tX0IOVOnyM img {
  display: inline;
}
.cid-tX0IOVOnyM .si {
  width: 100%;
}
.cid-tX0IOVOnyM .si img {
  width: auto;
}
.cid-tX0IOVOnyM .text {
  color: #ffffff;
}
.cid-tX0IOVOnyM .text,
.cid-tX0IOVOnyM .si {
  color: #ba9b67;
  text-align: center;
}
.cid-tX0IOVOnyM .copyright {
  color: #9A948D;
}
.cid-tX0IOVOnyM .list {
  letter-spacing: .2em;
  list-style: none;
  padding-left: 0;
  color: #9A948D;
}
@media (max-width: 991px) {
  .cid-tX0IOVOnyM .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tX0IOVOnyM .list {
    margin-bottom: 0rem;
  }
}
.cid-tX0IOVOnyM .list li {
  margin-bottom: .5rem;
}
.cid-tX0IOVOnyM .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 758px) {
  .cid-tX0IOVOnyM .logo {
    margin-top: 2rem;
  }
}
.cid-tX0IOVOnyM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v4g8TDLHdp {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-color: #121212;
}
.cid-v4g8TDLHdp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4g8TDLHdp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4g8TDLHdp .row {
  margin: 0 -20px;
}
.cid-v4g8TDLHdp .row .card {
  padding: 0 20px;
  justify-content: center;
}
.cid-v4g8TDLHdp .content-wrapper {
  margin-bottom: 40px;
}
.cid-v4g8TDLHdp .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-v4g8TDLHdp .content-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-v4g8TDLHdp .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v4g8TDLHdp .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-v4g8TDLHdp .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v4g8TDLHdp .mbr-label {
  color: #a8a8a8;
}
.cid-v4g8TDLHdp .mbr-section-title {
  color: #ffffff;
}
.cid-v4g8TDLHdp .mbr-text {
  color: #ffffff;
}
.cid-tWQODP54nj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-tWQODP54nj .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-tWQODP54nj nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-tWQODP54nj .container,
  .cid-tWQODP54nj .container-fluid {
    flex-wrap: initial;
  }
  .cid-tWQODP54nj .nav-link:hover,
  .cid-tWQODP54nj .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-tWQODP54nj .navbar-nav {
  margin: auto;
}
.cid-tWQODP54nj .dropdown-item {
  color: #ffffff !important;
}
.cid-tWQODP54nj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWQODP54nj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWQODP54nj .navbar-short,
.cid-tWQODP54nj .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tWQODP54nj .navbar-short .nav-link,
.cid-tWQODP54nj .opened .nav-link,
.cid-tWQODP54nj .navbar-short .navbar-caption,
.cid-tWQODP54nj .opened .navbar-caption,
.cid-tWQODP54nj .navbar-short .mbr-iconfont,
.cid-tWQODP54nj .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tWQODP54nj .navbar-short .hamburger span,
.cid-tWQODP54nj .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tWQODP54nj .nav-link {
  justify-content: center;
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-tWQODP54nj .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-tWQODP54nj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-tWQODP54nj .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-tWQODP54nj .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-tWQODP54nj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWQODP54nj .container {
  display: flex;
  margin: auto;
}
.cid-tWQODP54nj .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWQODP54nj .dropdown-menu,
.cid-tWQODP54nj .navbar.opened {
  background: #000000 !important;
}
.cid-tWQODP54nj .nav-item:focus,
.cid-tWQODP54nj .nav-link:focus {
  outline: none;
}
.cid-tWQODP54nj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWQODP54nj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWQODP54nj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWQODP54nj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWQODP54nj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWQODP54nj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWQODP54nj .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tWQODP54nj .navbar.opened {
  transition: all 0.3s;
}
.cid-tWQODP54nj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWQODP54nj .navbar .navbar-logo img {
  width: auto;
}
.cid-tWQODP54nj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWQODP54nj .navbar.collapsed {
  justify-content: center;
}
.cid-tWQODP54nj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWQODP54nj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWQODP54nj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tWQODP54nj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWQODP54nj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWQODP54nj .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-tWQODP54nj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWQODP54nj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWQODP54nj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWQODP54nj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWQODP54nj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWQODP54nj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWQODP54nj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWQODP54nj .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-tWQODP54nj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWQODP54nj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-tWQODP54nj .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWQODP54nj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWQODP54nj .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-tWQODP54nj .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWQODP54nj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWQODP54nj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWQODP54nj .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWQODP54nj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tWQODP54nj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWQODP54nj .dropdown-item.active,
.cid-tWQODP54nj .dropdown-item:active {
  background-color: transparent;
}
.cid-tWQODP54nj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWQODP54nj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWQODP54nj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWQODP54nj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tWQODP54nj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWQODP54nj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWQODP54nj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWQODP54nj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWQODP54nj button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWQODP54nj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWQODP54nj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWQODP54nj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWQODP54nj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWQODP54nj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWQODP54nj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWQODP54nj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWQODP54nj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWQODP54nj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWQODP54nj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tWQODP54nj a.nav-link {
  display: flex;
  align-items: center;
}
.cid-tWQODP54nj .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-tWQODP54nj .navbar {
    height: 70px;
  }
  .cid-tWQODP54nj .navbar.opened {
    height: auto;
  }
  .cid-tWQODP54nj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4g8hWVoV5 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f7f7f7;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-v4g8hWVoV5 h2 {
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 2rem;
}
.cid-v4g8hWVoV5 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-v4g8hWVoV5 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v4g8hWVoV5 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v4g8hWVoV5 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-v4g8hWVoV5 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-v4g8hWVoV5 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-v4g8hWVoV5 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-v4g8hWVoV5 .mbr-gallery-filter-all > a {
  padding: 30px;
  background-color: transparent !important;
  color: #888888;
}
.cid-v4g8hWVoV5 .mbr-section-title {
  padding-bottom: 2rem;
  margin: 0;
}
.cid-v4g8hWVoV5 .mbr-section-title p {
  margin: 0;
}
.cid-v4g8hWVoV5 .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-v4g8hWVoV5 .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #888888;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-v4g8hWVoV5 .mbr-gallery-filter .btn:hover {
  background-color: transparent;
}
.cid-v4g8hWVoV5 .mbr-gallery-filter li.active .btn {
  background-color: transparent;
  color: #000000;
}
.cid-v4g8hWVoV5 .mbr-gallery-title {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-v4g8hWVoV5 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tX0IOVOnyM {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tX0IOVOnyM .row {
  flex-direction: row-reverse;
}
.cid-tX0IOVOnyM img {
  display: inline;
}
.cid-tX0IOVOnyM .si {
  width: 100%;
}
.cid-tX0IOVOnyM .si img {
  width: auto;
}
.cid-tX0IOVOnyM .text {
  color: #ffffff;
}
.cid-tX0IOVOnyM .text,
.cid-tX0IOVOnyM .si {
  color: #ba9b67;
  text-align: center;
}
.cid-tX0IOVOnyM .copyright {
  color: #9A948D;
}
.cid-tX0IOVOnyM .list {
  letter-spacing: .2em;
  list-style: none;
  padding-left: 0;
  color: #9A948D;
}
@media (max-width: 991px) {
  .cid-tX0IOVOnyM .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tX0IOVOnyM .list {
    margin-bottom: 0rem;
  }
}
.cid-tX0IOVOnyM .list li {
  margin-bottom: .5rem;
}
.cid-tX0IOVOnyM .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 758px) {
  .cid-tX0IOVOnyM .logo {
    margin-top: 2rem;
  }
}
.cid-tX0IOVOnyM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tWQODP54nj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-tWQODP54nj .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-tWQODP54nj nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-tWQODP54nj .container,
  .cid-tWQODP54nj .container-fluid {
    flex-wrap: initial;
  }
  .cid-tWQODP54nj .nav-link:hover,
  .cid-tWQODP54nj .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-tWQODP54nj .navbar-nav {
  margin: auto;
}
.cid-tWQODP54nj .dropdown-item {
  color: #ffffff !important;
}
.cid-tWQODP54nj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWQODP54nj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWQODP54nj .navbar-short,
.cid-tWQODP54nj .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tWQODP54nj .navbar-short .nav-link,
.cid-tWQODP54nj .opened .nav-link,
.cid-tWQODP54nj .navbar-short .navbar-caption,
.cid-tWQODP54nj .opened .navbar-caption,
.cid-tWQODP54nj .navbar-short .mbr-iconfont,
.cid-tWQODP54nj .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tWQODP54nj .navbar-short .hamburger span,
.cid-tWQODP54nj .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tWQODP54nj .nav-link {
  justify-content: center;
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-tWQODP54nj .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-tWQODP54nj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-tWQODP54nj .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-tWQODP54nj .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-tWQODP54nj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWQODP54nj .container {
  display: flex;
  margin: auto;
}
.cid-tWQODP54nj .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWQODP54nj .dropdown-menu,
.cid-tWQODP54nj .navbar.opened {
  background: #000000 !important;
}
.cid-tWQODP54nj .nav-item:focus,
.cid-tWQODP54nj .nav-link:focus {
  outline: none;
}
.cid-tWQODP54nj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWQODP54nj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWQODP54nj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWQODP54nj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWQODP54nj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWQODP54nj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWQODP54nj .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tWQODP54nj .navbar.opened {
  transition: all 0.3s;
}
.cid-tWQODP54nj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWQODP54nj .navbar .navbar-logo img {
  width: auto;
}
.cid-tWQODP54nj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWQODP54nj .navbar.collapsed {
  justify-content: center;
}
.cid-tWQODP54nj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWQODP54nj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWQODP54nj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tWQODP54nj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWQODP54nj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWQODP54nj .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-tWQODP54nj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWQODP54nj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWQODP54nj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWQODP54nj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWQODP54nj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWQODP54nj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWQODP54nj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWQODP54nj .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-tWQODP54nj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWQODP54nj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-tWQODP54nj .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWQODP54nj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWQODP54nj .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-tWQODP54nj .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWQODP54nj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWQODP54nj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWQODP54nj .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWQODP54nj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tWQODP54nj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWQODP54nj .dropdown-item.active,
.cid-tWQODP54nj .dropdown-item:active {
  background-color: transparent;
}
.cid-tWQODP54nj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWQODP54nj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWQODP54nj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWQODP54nj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tWQODP54nj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWQODP54nj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWQODP54nj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWQODP54nj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWQODP54nj button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWQODP54nj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWQODP54nj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWQODP54nj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWQODP54nj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWQODP54nj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWQODP54nj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWQODP54nj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWQODP54nj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWQODP54nj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWQODP54nj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tWQODP54nj a.nav-link {
  display: flex;
  align-items: center;
}
.cid-tWQODP54nj .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-tWQODP54nj .navbar {
    height: 70px;
  }
  .cid-tWQODP54nj .navbar.opened {
    height: auto;
  }
  .cid-tWQODP54nj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4hJSjz9uL {
  background-image: url("../../../assets/images/reb-jeff-41-websize.jpg-1600x1067.jpg");
}
.cid-v4hJSjz9uL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4hJSjz9uL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4hIvRtQTa {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f7f7f7;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-v4hIvRtQTa h2 {
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 2rem;
}
.cid-v4hIvRtQTa .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-v4hIvRtQTa .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v4hIvRtQTa .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v4hIvRtQTa .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-v4hIvRtQTa .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-v4hIvRtQTa .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-v4hIvRtQTa .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-v4hIvRtQTa .mbr-gallery-filter-all > a {
  padding: 30px;
  background-color: transparent !important;
  color: #888888;
}
.cid-v4hIvRtQTa .mbr-section-title {
  padding-bottom: 2rem;
  margin: 0;
}
.cid-v4hIvRtQTa .mbr-section-title p {
  margin: 0;
}
.cid-v4hIvRtQTa .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-v4hIvRtQTa .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #888888;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-v4hIvRtQTa .mbr-gallery-filter .btn:hover {
  background-color: transparent;
}
.cid-v4hIvRtQTa .mbr-gallery-filter li.active .btn {
  background-color: transparent;
  color: #000000;
}
.cid-v4hIvRtQTa .mbr-gallery-title {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-v4hIvRtQTa .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tX0IOVOnyM {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tX0IOVOnyM .row {
  flex-direction: row-reverse;
}
.cid-tX0IOVOnyM img {
  display: inline;
}
.cid-tX0IOVOnyM .si {
  width: 100%;
}
.cid-tX0IOVOnyM .si img {
  width: auto;
}
.cid-tX0IOVOnyM .text {
  color: #ffffff;
}
.cid-tX0IOVOnyM .text,
.cid-tX0IOVOnyM .si {
  color: #ba9b67;
  text-align: center;
}
.cid-tX0IOVOnyM .copyright {
  color: #9A948D;
}
.cid-tX0IOVOnyM .list {
  letter-spacing: .2em;
  list-style: none;
  padding-left: 0;
  color: #9A948D;
}
@media (max-width: 991px) {
  .cid-tX0IOVOnyM .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tX0IOVOnyM .list {
    margin-bottom: 0rem;
  }
}
.cid-tX0IOVOnyM .list li {
  margin-bottom: .5rem;
}
.cid-tX0IOVOnyM .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 758px) {
  .cid-tX0IOVOnyM .logo {
    margin-top: 2rem;
  }
}
.cid-tX0IOVOnyM .mbr-section-subtitle {
  color: #ffffff;
}
