.btn {
  border-width: 2px;
}
body {
  font-family: Schibsted Grotesk;
}
.display-1 {
  font-family: 'JosefinSans-ExtraLight';
  font-size: 4.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-2 {
  font-family: 'JosefinSans-ExtraLight';
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'JosefinSans-ExtraLight';
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'JosefinSans-ExtraLight';
  font-size: 1.75rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.1875rem;
}
.display-7 {
  font-family: 'OpenSans-VariableFont_wdth,wght';
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.225rem + (4.5 - 2.225) * ((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.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((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: #b79b6c !important;
}
.bg-success {
  background-color: #bdcdc6 !important;
}
.bg-info {
  background-color: #e7d8d6 !important;
}
.bg-warning {
  background-color: #c08598 !important;
}
.bg-danger {
  background-color: #33363b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #b79b6c !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #896f43 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #896f43 !important;
  border-color: #896f43 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e4eedb !important;
  border: none  !important;
  color: #638941 !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b8d2a0 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #638941 !important;
  background-color: #b8d2a0 !important;
  border-color: #b8d2a0 !important;
}
.btn-info,
.btn-info:active {
  background-color: #e7d8d6 !important;
  border: none  !important;
  color: #784c46 !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #c7a49f !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #784c46 !important;
  background-color: #c7a49f !important;
  border-color: #c7a49f !important;
}
.btn-success,
.btn-success:active {
  background-color: #bdcdc6 !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #8ca89b !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #8ca89b !important;
  border-color: #8ca89b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #c08598 !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #9d516a !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9d516a !important;
  border-color: #9d516a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #33363b !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #0b0b0c !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0b0b0c !important;
  border-color: #0b0b0c !important;
}
.btn-white,
.btn-white:active {
  background-color: #efefef !important;
  border: none  !important;
  color: #707070 !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: #c4c4c4 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #707070 !important;
  background-color: #c4c4c4 !important;
  border-color: #c4c4c4 !important;
}
.btn-black,
.btn-black:active {
  background-color: #010101 !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #b79b6c;
  color: #b79b6c;
  border-radius: 0 !important;
}
.btn-primary-outline .mbr-iconfont,
.btn-primary-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #896f43 !important;
  background-color: transparent!important;
  border-color: #896f43 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #b79b6c !important;
  border-color: #b79b6c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #e4eedb;
  color: #e4eedb;
  border-radius: 0 !important;
}
.btn-secondary-outline .mbr-iconfont,
.btn-secondary-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b8d2a0 !important;
  background-color: transparent!important;
  border-color: #b8d2a0 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #638941 !important;
  background-color: #e4eedb !important;
  border-color: #e4eedb !important;
}
.btn-info-outline,
.btn-info-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #e7d8d6;
  color: #e7d8d6;
  border-radius: 0 !important;
}
.btn-info-outline .mbr-iconfont,
.btn-info-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c7a49f !important;
  background-color: transparent!important;
  border-color: #c7a49f !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #784c46 !important;
  background-color: #e7d8d6 !important;
  border-color: #e7d8d6 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #bdcdc6;
  color: #bdcdc6;
  border-radius: 0 !important;
}
.btn-success-outline .mbr-iconfont,
.btn-success-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #8ca89b !important;
  background-color: transparent!important;
  border-color: #8ca89b !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #bdcdc6 !important;
  border-color: #bdcdc6 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #c08598;
  color: #c08598;
  border-radius: 0 !important;
}
.btn-warning-outline .mbr-iconfont,
.btn-warning-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #9d516a !important;
  background-color: transparent!important;
  border-color: #9d516a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c08598 !important;
  border-color: #c08598 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #33363b;
  color: #33363b;
  border-radius: 0 !important;
}
.btn-danger-outline .mbr-iconfont,
.btn-danger-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #0b0b0c !important;
  background-color: transparent!important;
  border-color: #0b0b0c !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #33363b !important;
  border-color: #33363b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #010101;
  color: #010101;
  border-radius: 0 !important;
}
.btn-black-outline .mbr-iconfont,
.btn-black-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.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: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #010101 !important;
  border-color: #010101 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #efefef;
  color: #efefef;
  border-radius: 0 !important;
}
.btn-white-outline .mbr-iconfont,
.btn-white-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #c4c4c4 !important;
  background-color: transparent!important;
  border-color: #c4c4c4 !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.text-primary {
  color: #b79b6c !important;
}
.text-secondary {
  color: #e4eedb !important;
}
.text-success {
  color: #bdcdc6 !important;
}
.text-info {
  color: #e7d8d6 !important;
}
.text-warning {
  color: #c08598 !important;
}
.text-danger {
  color: #33363b !important;
}
.text-white {
  color: #FFFFFF !important;
}
.text-black {
  color: #24262b !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #7f673e !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b0cd96 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #83a194 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #c19b96 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #934c63 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #040404 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #bcbcbc !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: #b79b6c;
}
.nav-tabs .nav-link:not(.active) {
  color: #24262b;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e7d8d6;
}
.alert-warning {
  background-color: #c08598;
}
.alert-danger {
  background-color: #33363b;
}
.mbr-gallery-filter li.active .btn {
  background-color: #b79b6c;
  border-color: #b79b6c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #b79b6c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e1d5c2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ebd9df;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a4a8b0;
}
/* Scroll to top button*/
.form-control {
  font-family: 'JosefinSans-ExtraLight';
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #b79b6c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'JosefinSans-ExtraLight';
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #b79b6c;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #b79b6c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #b79b6c;
}
.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: #b79b6c;
  border-bottom-color: #b79b6c;
}
.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: #b79b6c !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #e4eedb !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='%23b79b6c' %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: .3s all;
  font-weight: 600 !important;
}
a:hover {
  background-image: none !important;
}
.container {
  position: relative;
  max-width: 1380px;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 1199px) {
  .container {
    max-width: 960px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}
.container-fluid {
  max-width: 100%;
  padding-left: 6rem;
  padding-right: 6rem;
}
@media (max-width: 1399px) {
  .container-fluid {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 1199px) {
  .container-fluid {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.row {
  margin-left: -16px;
  margin-right: -16px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
}
.mbr-section-btn .btn {
  position: relative;
  min-width: 100px;
  min-height: 52px;
  padding: 10px 30px;
  border-radius: 3px;
  transition: all .3s;
}
.mbr-section-btn .btn .mbr-iconfont {
  transition: transform .3s;
}
.mbr-section-btn .btn:hover .mbr-iconfont {
  transform: translateX(0.5rem);
}
.mbr-section-btn .btn-danger,
.mbr-section-btn .btn-black {
  color: #FFFFFF;
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn .btn-black:hover {
  color: #FFFFFF;
  background-color: #b79b6c !important;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn .btn-white-outline:hover {
  color: #b79b6c !important;
  border-color: #b79b6c !important;
}
.cid-uiudqFYktO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-uiudqFYktO .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-uiudqFYktO nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-uiudqFYktO .container,
  .cid-uiudqFYktO .container-fluid {
    flex-wrap: initial;
  }
  .cid-uiudqFYktO .nav-link:hover,
  .cid-uiudqFYktO .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-uiudqFYktO .navbar-nav {
  margin: auto;
}
.cid-uiudqFYktO .dropdown-item {
  color: #ffffff !important;
}
.cid-uiudqFYktO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uiudqFYktO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uiudqFYktO .navbar-short,
.cid-uiudqFYktO .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uiudqFYktO .navbar-short .nav-link,
.cid-uiudqFYktO .opened .nav-link,
.cid-uiudqFYktO .navbar-short .navbar-caption,
.cid-uiudqFYktO .opened .navbar-caption,
.cid-uiudqFYktO .navbar-short .mbr-iconfont,
.cid-uiudqFYktO .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uiudqFYktO .navbar-short .hamburger span,
.cid-uiudqFYktO .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-uiudqFYktO .nav-link {
  justify-content: center;
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-uiudqFYktO .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-uiudqFYktO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-uiudqFYktO .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-uiudqFYktO .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uiudqFYktO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uiudqFYktO .container {
  display: flex;
  margin: auto;
}
.cid-uiudqFYktO .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uiudqFYktO .dropdown-menu,
.cid-uiudqFYktO .navbar.opened {
  background: #000000 !important;
}
.cid-uiudqFYktO .nav-item:focus,
.cid-uiudqFYktO .nav-link:focus {
  outline: none;
}
.cid-uiudqFYktO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uiudqFYktO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uiudqFYktO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uiudqFYktO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uiudqFYktO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uiudqFYktO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uiudqFYktO .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-uiudqFYktO .navbar.opened {
  transition: all 0.3s;
}
.cid-uiudqFYktO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uiudqFYktO .navbar .navbar-logo img {
  width: auto;
}
.cid-uiudqFYktO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uiudqFYktO .navbar.collapsed {
  justify-content: center;
}
.cid-uiudqFYktO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uiudqFYktO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uiudqFYktO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-uiudqFYktO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uiudqFYktO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uiudqFYktO .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-uiudqFYktO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uiudqFYktO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uiudqFYktO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uiudqFYktO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uiudqFYktO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uiudqFYktO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uiudqFYktO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uiudqFYktO .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-uiudqFYktO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uiudqFYktO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-uiudqFYktO .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uiudqFYktO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uiudqFYktO .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uiudqFYktO .navbar.navbar-short {
  min-height: 60px;
}
.cid-uiudqFYktO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uiudqFYktO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uiudqFYktO .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-uiudqFYktO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uiudqFYktO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uiudqFYktO .dropdown-item.active,
.cid-uiudqFYktO .dropdown-item:active {
  background-color: transparent;
}
.cid-uiudqFYktO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uiudqFYktO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uiudqFYktO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uiudqFYktO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uiudqFYktO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uiudqFYktO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uiudqFYktO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uiudqFYktO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uiudqFYktO button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uiudqFYktO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uiudqFYktO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uiudqFYktO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uiudqFYktO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uiudqFYktO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uiudqFYktO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uiudqFYktO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uiudqFYktO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uiudqFYktO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uiudqFYktO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uiudqFYktO a.nav-link {
  display: flex;
  align-items: center;
}
.cid-uiudqFYktO .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-uiudqFYktO .navbar {
    height: 70px;
  }
  .cid-uiudqFYktO .navbar.opened {
    height: auto;
  }
  .cid-uiudqFYktO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uiu5eDg3xr {
  background-image: url("../../../assets/images/bg2-1700x1135.jpg");
}
.cid-uiu5eDg3xr .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uiu5eDg3xr .mbr-figure img {
  height: 100%;
  margin: 0 auto;
  border: 1px solid black;
}
@media (max-width: 991px) {
  .cid-uiu5eDg3xr .mbr-figure img {
    width: 100% !important;
  }
}
.cid-uiu5eDg3xr .mbr-text,
.cid-uiu5eDg3xr .mbr-section-btn {
  color: #ffffff;
}
.cid-uiv4bzojKB {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/bg1-1700x1135.jpg");
}
.cid-uiv4bzojKB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiv4bzojKB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiv4bzojKB .content-wrap {
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  max-width: 1000px;
  width: 100%;
  min-height: 500px;
  padding: 3rem 3rem;
  background: rgba(255, 255, 255, 0.7);
}
.cid-uiv4bzojKB .mbr-section-title {
  color: #000000;
}
.cid-uiv4bzojKB .mbr-section-subtitle {
  margin-top: 32px;
  color: #000000;
}
.cid-uiv4bzojKB iframe,
.cid-uiv4bzojKB img,
.cid-uiv4bzojKB video {
  width: 100%;
}
.cid-uiv4bzojKB .mbr-media {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 48px auto 0;
  width: fit-content;
  max-width: 100%;
}
.cid-uiv4bzojKB .mbr-media span {
  font-size: 1.5rem;
  color: #33363b;
  transition: all 0.2s;
}
.cid-uiv4bzojKB .icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  min-height: 60px;
  padding: 1rem;
  border-radius: 50%;
  cursor: pointer;
  background-color: #ffffff;
  z-index: 2;
}
.cid-uiv4bzojKB .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.6;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uiv4bzojKB .icon-wrap:hover:before {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}
.cid-uiv4bzojKB .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uiv4bzojKB .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-uiv4bzojKB .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uiv4bzojKB .modalWindow .modalWindow-video {
  height: 45vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-uiv4bzojKB .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uiv4bzojKB .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uiv4bzojKB .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uiv6OoUHFu {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uiv6OoUHFu h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-uiv6OoUHFu .mbr-section-subtitle {
  color: #767676;
}
.cid-uiv6OoUHFu .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-uiv6OoUHFu .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-uiv6OoUHFu .mbr-text-right {
  color: #c1c1c1;
  text-align: left;
}
.cid-uiv6OoUHFu H2 {
  color: #b79b6c;
}
.cid-uiv6OoUHFu .article-title-left {
  color: #b79b6c;
  text-align: center;
}
.cid-uiv6OoUHFu .article-title-right {
  color: #b79b6c;
  text-align: center;
}
.cid-uiv6OoUHFu .mbr-text-left {
  text-align: left;
  color: #c1c1c1;
}
.cid-uiv6OoUHFu .article-counter-left {
  text-align: center;
  color: #878787;
}
.cid-uiv6OoUHFu .article-counter-right {
  color: #878787;
  text-align: center;
}
.cid-uiv6OoUHFu .mbr-text-left P {
  text-align: left;
}
.cid-uiv6OoUHFu P {
  color: #fcfcfc;
}
.cid-uiDecQx8v2 {
  padding-top: 9rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uiDecQx8v2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiDecQx8v2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiDecQx8v2 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uiDecQx8v2 .mbr-section-title {
  color: #b79b6c;
}
.cid-uiDecQx8v2 .mbr-section-subtitle {
  color: #24262b;
}
.cid-uiDecQx8v2 .cards-row {
  row-gap: 32px;
}
.cid-uiDecQx8v2 .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #111111;
}
@media (max-width: 767px) {
  .cid-uiDecQx8v2 .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-uiDecQx8v2 .card-title {
  margin-bottom: 16px;
  color: #b79b6c;
}
.cid-uiDecQx8v2 .card-subtitle {
  color: #767676;
}
.cid-uiDecQx8v2 .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-uiDecQx8v2 .mbr-section-btn {
  margin-top: 20px;
}
.cid-uiDecQx8v2 .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-uiDecQx8v2 .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-uiDecQx8v2 .card-text,
.cid-uiDecQx8v2 .mbr-section-btn {
  color: #efefef;
}
.cid-tDSvpyO4cy {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tDSvpyO4cy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDSvpyO4cy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDSvpyO4cy .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tDSvpyO4cy .mbr-section-title {
  color: #24262b;
}
.cid-tDSvpyO4cy .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-tDSvpyO4cy .items-row {
  row-gap: 32px;
}
.cid-tDSvpyO4cy .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-tDSvpyO4cy .item-wrapper img {
  width: 100%;
  height: calc(50px * 4);
  object-fit: cover;
  transition: all 0.3s;
}
.cid-tDSvpyO4cy .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-tDSvpyO4cy .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-tDSvpyO4cy .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-tDSvpyO4cy .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tDSvpyO4cy .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-tDSvpyO4cy .carousel-control,
.cid-tDSvpyO4cy .close {
  background: #1b1b1b;
}
.cid-tDSvpyO4cy .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tDSvpyO4cy .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tDSvpyO4cy .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tDSvpyO4cy .carousel-control-next span {
  margin-left: 5px;
}
.cid-tDSvpyO4cy .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tDSvpyO4cy .close::before {
  content: '\e91a';
}
.cid-tDSvpyO4cy .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tDSvpyO4cy .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tDSvpyO4cy .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDSvpyO4cy .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tDSvpyO4cy .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tDSvpyO4cy .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tDSvpyO4cy .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tDSvpyO4cy .carousel-indicators li.active,
.cid-tDSvpyO4cy .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tDSvpyO4cy .carousel-indicators li::after,
.cid-tDSvpyO4cy .carousel-indicators li::before {
  content: none;
}
.cid-tDSvpyO4cy .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tDSvpyO4cy .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tDSvpyO4cy .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tDSvpyO4cy .carousel-indicators {
    display: none;
  }
}
.cid-tDSvpyO4cy .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tDSvpyO4cy .carousel-inner > .active {
  display: block;
}
.cid-tDSvpyO4cy .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDSvpyO4cy .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tDSvpyO4cy .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tDSvpyO4cy .carousel-control,
  .cid-tDSvpyO4cy .carousel-indicators,
  .cid-tDSvpyO4cy .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tDSvpyO4cy .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tDSvpyO4cy .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tDSvpyO4cy .carousel-indicators .active,
.cid-tDSvpyO4cy .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tDSvpyO4cy .carousel-indicators .active {
  background: #fff;
}
.cid-tDSvpyO4cy .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tDSvpyO4cy .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tDSvpyO4cy .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tDSvpyO4cy .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tDSvpyO4cy .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tDSvpyO4cy .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tDSvpyO4cy .carousel {
  width: 100%;
}
.cid-tDSvpyO4cy .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tDSvpyO4cy .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tDSvpyO4cy .modal.fade .modal-dialog,
.cid-tDSvpyO4cy .modal.in .modal-dialog {
  transform: none;
}
.cid-tDSvpyO4cy .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tDSvpyO4cy H6 {
  text-align: center;
}
.cid-uiIQk0qdrR {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uiIQk0qdrR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiIQk0qdrR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiIQk0qdrR .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uiIQk0qdrR .mbr-section-title {
  color: #b79b6c;
}
.cid-uiIQk0qdrR .mbr-section-subtitle {
  color: #24262b;
}
.cid-uiIQk0qdrR .cards-row {
  row-gap: 32px;
  flex-direction: row-reverse;
}
.cid-uiIQk0qdrR .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #111111;
}
@media (max-width: 767px) {
  .cid-uiIQk0qdrR .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-uiIQk0qdrR .card-title {
  margin-bottom: 16px;
  color: #b79b6c;
}
.cid-uiIQk0qdrR .card-subtitle {
  color: #767676;
}
.cid-uiIQk0qdrR .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-uiIQk0qdrR .mbr-section-btn {
  margin-top: 20px;
}
.cid-uiIQk0qdrR .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-uiIQk0qdrR .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-uiIQk0qdrR .card-text,
.cid-uiIQk0qdrR .mbr-section-btn {
  color: #efefef;
}
.cid-uiIR1pG2KU {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uiIR1pG2KU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiIR1pG2KU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiIR1pG2KU .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uiIR1pG2KU .mbr-section-title {
  color: #24262b;
}
.cid-uiIR1pG2KU .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-uiIR1pG2KU .items-row {
  row-gap: 32px;
}
.cid-uiIR1pG2KU .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uiIR1pG2KU .item-wrapper img {
  width: 100%;
  height: calc(50px * 4);
  object-fit: cover;
  transition: all 0.3s;
}
.cid-uiIR1pG2KU .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-uiIR1pG2KU .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-uiIR1pG2KU .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-uiIR1pG2KU .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uiIR1pG2KU .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-uiIR1pG2KU .carousel-control,
.cid-uiIR1pG2KU .close {
  background: #1b1b1b;
}
.cid-uiIR1pG2KU .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uiIR1pG2KU .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uiIR1pG2KU .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uiIR1pG2KU .carousel-control-next span {
  margin-left: 5px;
}
.cid-uiIR1pG2KU .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uiIR1pG2KU .close::before {
  content: '\e91a';
}
.cid-uiIR1pG2KU .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uiIR1pG2KU .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uiIR1pG2KU .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uiIR1pG2KU .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uiIR1pG2KU .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uiIR1pG2KU .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uiIR1pG2KU .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uiIR1pG2KU .carousel-indicators li.active,
.cid-uiIR1pG2KU .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uiIR1pG2KU .carousel-indicators li::after,
.cid-uiIR1pG2KU .carousel-indicators li::before {
  content: none;
}
.cid-uiIR1pG2KU .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uiIR1pG2KU .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uiIR1pG2KU .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uiIR1pG2KU .carousel-indicators {
    display: none;
  }
}
.cid-uiIR1pG2KU .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uiIR1pG2KU .carousel-inner > .active {
  display: block;
}
.cid-uiIR1pG2KU .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uiIR1pG2KU .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uiIR1pG2KU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uiIR1pG2KU .carousel-control,
  .cid-uiIR1pG2KU .carousel-indicators,
  .cid-uiIR1pG2KU .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uiIR1pG2KU .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uiIR1pG2KU .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uiIR1pG2KU .carousel-indicators .active,
.cid-uiIR1pG2KU .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uiIR1pG2KU .carousel-indicators .active {
  background: #fff;
}
.cid-uiIR1pG2KU .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uiIR1pG2KU .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uiIR1pG2KU .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uiIR1pG2KU .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uiIR1pG2KU .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uiIR1pG2KU .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uiIR1pG2KU .carousel {
  width: 100%;
}
.cid-uiIR1pG2KU .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uiIR1pG2KU .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uiIR1pG2KU .modal.fade .modal-dialog,
.cid-uiIR1pG2KU .modal.in .modal-dialog {
  transform: none;
}
.cid-uiIR1pG2KU .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uiIR1pG2KU H6 {
  text-align: center;
}
.cid-uiIT0fYCV4 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uiIT0fYCV4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiIT0fYCV4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiIT0fYCV4 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uiIT0fYCV4 .mbr-section-title {
  color: #b79b6c;
}
.cid-uiIT0fYCV4 .mbr-section-subtitle {
  color: #24262b;
}
.cid-uiIT0fYCV4 .cards-row {
  row-gap: 32px;
}
.cid-uiIT0fYCV4 .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #111111;
}
@media (max-width: 767px) {
  .cid-uiIT0fYCV4 .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-uiIT0fYCV4 .card-title {
  margin-bottom: 16px;
  color: #b79b6c;
}
.cid-uiIT0fYCV4 .card-subtitle {
  color: #767676;
}
.cid-uiIT0fYCV4 .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-uiIT0fYCV4 .mbr-section-btn {
  margin-top: 20px;
}
.cid-uiIT0fYCV4 .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-uiIT0fYCV4 .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-uiIT0fYCV4 .card-text,
.cid-uiIT0fYCV4 .mbr-section-btn {
  color: #efefef;
}
.cid-uiITHcLrTz {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uiITHcLrTz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiITHcLrTz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiITHcLrTz .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uiITHcLrTz .mbr-section-title {
  color: #24262b;
}
.cid-uiITHcLrTz .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-uiITHcLrTz .items-row {
  row-gap: 32px;
}
.cid-uiITHcLrTz .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uiITHcLrTz .item-wrapper img {
  width: 100%;
  height: calc(50px * 4);
  object-fit: cover;
  transition: all 0.3s;
}
.cid-uiITHcLrTz .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-uiITHcLrTz .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-uiITHcLrTz .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-uiITHcLrTz .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uiITHcLrTz .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-uiITHcLrTz .carousel-control,
.cid-uiITHcLrTz .close {
  background: #1b1b1b;
}
.cid-uiITHcLrTz .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uiITHcLrTz .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uiITHcLrTz .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uiITHcLrTz .carousel-control-next span {
  margin-left: 5px;
}
.cid-uiITHcLrTz .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uiITHcLrTz .close::before {
  content: '\e91a';
}
.cid-uiITHcLrTz .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uiITHcLrTz .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uiITHcLrTz .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uiITHcLrTz .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uiITHcLrTz .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uiITHcLrTz .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uiITHcLrTz .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uiITHcLrTz .carousel-indicators li.active,
.cid-uiITHcLrTz .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uiITHcLrTz .carousel-indicators li::after,
.cid-uiITHcLrTz .carousel-indicators li::before {
  content: none;
}
.cid-uiITHcLrTz .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uiITHcLrTz .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uiITHcLrTz .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uiITHcLrTz .carousel-indicators {
    display: none;
  }
}
.cid-uiITHcLrTz .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uiITHcLrTz .carousel-inner > .active {
  display: block;
}
.cid-uiITHcLrTz .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uiITHcLrTz .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uiITHcLrTz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uiITHcLrTz .carousel-control,
  .cid-uiITHcLrTz .carousel-indicators,
  .cid-uiITHcLrTz .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uiITHcLrTz .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uiITHcLrTz .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uiITHcLrTz .carousel-indicators .active,
.cid-uiITHcLrTz .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uiITHcLrTz .carousel-indicators .active {
  background: #fff;
}
.cid-uiITHcLrTz .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uiITHcLrTz .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uiITHcLrTz .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uiITHcLrTz .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uiITHcLrTz .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uiITHcLrTz .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uiITHcLrTz .carousel {
  width: 100%;
}
.cid-uiITHcLrTz .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uiITHcLrTz .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uiITHcLrTz .modal.fade .modal-dialog,
.cid-uiITHcLrTz .modal.in .modal-dialog {
  transform: none;
}
.cid-uiITHcLrTz .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uiITHcLrTz H6 {
  text-align: center;
}
.cid-uiITUZH1tm {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uiITUZH1tm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiITUZH1tm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiITUZH1tm .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uiITUZH1tm .mbr-section-title {
  color: #b79b6c;
}
.cid-uiITUZH1tm .mbr-section-subtitle {
  color: #24262b;
}
.cid-uiITUZH1tm .cards-row {
  row-gap: 32px;
  flex-direction: row-reverse;
}
.cid-uiITUZH1tm .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #111111;
}
@media (max-width: 767px) {
  .cid-uiITUZH1tm .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-uiITUZH1tm .card-title {
  margin-bottom: 16px;
  color: #b79b6c;
}
.cid-uiITUZH1tm .card-subtitle {
  color: #767676;
}
.cid-uiITUZH1tm .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-uiITUZH1tm .mbr-section-btn {
  margin-top: 20px;
}
.cid-uiITUZH1tm .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-uiITUZH1tm .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-uiITUZH1tm .card-text,
.cid-uiITUZH1tm .mbr-section-btn {
  color: #efefef;
}
.cid-uiIUmw1PxM {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uiIUmw1PxM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiIUmw1PxM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiIUmw1PxM .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uiIUmw1PxM .mbr-section-title {
  color: #24262b;
}
.cid-uiIUmw1PxM .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-uiIUmw1PxM .items-row {
  row-gap: 32px;
}
.cid-uiIUmw1PxM .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uiIUmw1PxM .item-wrapper img {
  width: 100%;
  height: calc(50px * 4);
  object-fit: cover;
  transition: all 0.3s;
}
.cid-uiIUmw1PxM .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-uiIUmw1PxM .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-uiIUmw1PxM .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-uiIUmw1PxM .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uiIUmw1PxM .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-uiIUmw1PxM .carousel-control,
.cid-uiIUmw1PxM .close {
  background: #1b1b1b;
}
.cid-uiIUmw1PxM .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uiIUmw1PxM .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uiIUmw1PxM .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uiIUmw1PxM .carousel-control-next span {
  margin-left: 5px;
}
.cid-uiIUmw1PxM .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uiIUmw1PxM .close::before {
  content: '\e91a';
}
.cid-uiIUmw1PxM .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uiIUmw1PxM .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uiIUmw1PxM .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uiIUmw1PxM .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uiIUmw1PxM .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uiIUmw1PxM .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uiIUmw1PxM .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uiIUmw1PxM .carousel-indicators li.active,
.cid-uiIUmw1PxM .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uiIUmw1PxM .carousel-indicators li::after,
.cid-uiIUmw1PxM .carousel-indicators li::before {
  content: none;
}
.cid-uiIUmw1PxM .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uiIUmw1PxM .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uiIUmw1PxM .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uiIUmw1PxM .carousel-indicators {
    display: none;
  }
}
.cid-uiIUmw1PxM .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uiIUmw1PxM .carousel-inner > .active {
  display: block;
}
.cid-uiIUmw1PxM .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uiIUmw1PxM .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uiIUmw1PxM .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uiIUmw1PxM .carousel-control,
  .cid-uiIUmw1PxM .carousel-indicators,
  .cid-uiIUmw1PxM .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uiIUmw1PxM .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uiIUmw1PxM .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uiIUmw1PxM .carousel-indicators .active,
.cid-uiIUmw1PxM .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uiIUmw1PxM .carousel-indicators .active {
  background: #fff;
}
.cid-uiIUmw1PxM .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uiIUmw1PxM .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uiIUmw1PxM .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uiIUmw1PxM .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uiIUmw1PxM .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uiIUmw1PxM .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uiIUmw1PxM .carousel {
  width: 100%;
}
.cid-uiIUmw1PxM .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uiIUmw1PxM .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uiIUmw1PxM .modal.fade .modal-dialog,
.cid-uiIUmw1PxM .modal.in .modal-dialog {
  transform: none;
}
.cid-uiIUmw1PxM .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uiIUmw1PxM H6 {
  text-align: center;
}
.cid-uiUPyIzgUz {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/bg4-1700x1000.jpg");
}
.cid-uiUPyIzgUz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiUPyIzgUz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiUPyIzgUz .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
.cid-uiUPyIzgUz .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uiUPyIzgUz .mbr-section-subtitle {
  margin-top: 24px;
  color: #ffffff;
  text-align: center;
}
.cid-uiUPyIzgUz .mbr-text {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-uiUPyIzgUz .mbr-section-btn {
  margin-top: 28px;
}
.cid-uiUPyIzgUz iframe,
.cid-uiUPyIzgUz img,
.cid-uiUPyIzgUz video {
  width: 100%;
}
.cid-uiUPyIzgUz .mbr-media {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0 auto 32px 0;
  width: fit-content;
  max-width: 100%;
}
.cid-uiUPyIzgUz .mbr-media span {
  font-size: 1.5rem;
  color: #33363b;
  transition: all 0.2s;
}
.cid-uiUPyIzgUz .icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  min-height: 60px;
  padding: 1rem;
  border-radius: 50%;
  cursor: pointer;
  background-color: #ffffff;
  z-index: 2;
}
.cid-uiUPyIzgUz .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.6;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uiUPyIzgUz .icon-wrap:hover:before {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}
.cid-uiUPyIzgUz .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uiUPyIzgUz .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-uiUPyIzgUz .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uiUPyIzgUz .modalWindow .modalWindow-video {
  height: 45vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-uiUPyIzgUz .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uiUPyIzgUz .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uiUPyIzgUz .mbr-text,
.cid-uiUPyIzgUz .mbr-section-btn {
  text-align: center;
}
.cid-uiUNKQmqJb {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #212428;
}
.cid-uiUNKQmqJb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiUNKQmqJb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiUNKQmqJb .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-uiUNKQmqJb .mbr-section-title {
  color: #b79b6c;
}
.cid-uiUNKQmqJb .mbr-section-subtitle {
  color: #b79b6c;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uiUNKQmqJb .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-uiUNKQmqJb .card-row {
  align-items: stretch;
}
.cid-uiUNKQmqJb .card {
  margin-top: 30px;
}
.cid-uiUNKQmqJb .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 45px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 991px) {
  .cid-uiUNKQmqJb .card-wrapper {
    padding: 20px 30px;
  }
}
.cid-uiUNKQmqJb .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-uiUNKQmqJb .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  transition: .5s all;
}
.cid-uiUNKQmqJb .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
}
.cid-uiUNKQmqJb .avatar-container {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uiUNKQmqJb .avatar-container .img-wrap {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.cid-uiUNKQmqJb .avatar-container .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uiUNKQmqJb .card-title {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-uiUNKQmqJb .card-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uiUNKQmqJb .card-text {
  color: #C4CFDE;
  margin-bottom: 0;
  text-align: center;
}
.cid-uiUNKQmqJb .card-title DIV {
  text-align: left;
}
.cid-ujL8jIiLbh {
  padding-top: 0rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #212428;
}
.cid-ujL8jIiLbh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujL8jIiLbh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujL8jIiLbh .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-ujL8jIiLbh .mbr-section-title {
  color: #b79b6c;
}
.cid-ujL8jIiLbh .mbr-section-subtitle {
  color: #b79b6c;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-ujL8jIiLbh .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-ujL8jIiLbh .card-row {
  align-items: stretch;
}
.cid-ujL8jIiLbh .card {
  margin-top: 30px;
}
.cid-ujL8jIiLbh .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 45px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 991px) {
  .cid-ujL8jIiLbh .card-wrapper {
    padding: 20px 30px;
  }
}
.cid-ujL8jIiLbh .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-ujL8jIiLbh .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  transition: .5s all;
}
.cid-ujL8jIiLbh .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
}
.cid-ujL8jIiLbh .avatar-container {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.cid-ujL8jIiLbh .avatar-container .img-wrap {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.cid-ujL8jIiLbh .avatar-container .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ujL8jIiLbh .card-title {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-ujL8jIiLbh .card-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-ujL8jIiLbh .card-text {
  color: #C4CFDE;
  margin-bottom: 0;
  text-align: center;
}
.cid-ujL8jIiLbh .card-title DIV {
  text-align: left;
}
.cid-uj6EzCYk1f {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/kontakt-impressum-1-2000x1333.jpg");
  background-size: calc(50% - 1rem);
  background-position: left;
  background-color: #111111;
}
@media (max-width: 992px) {
  .cid-uj6EzCYk1f {
    background-size: cover;
    background-position: center;
  }
}
.cid-uj6EzCYk1f .container-fluid {
  padding: 0 4rem;
}
.cid-uj6EzCYk1f a:hover {
  text-decoration: underline;
}
.cid-uj6EzCYk1f .iconfont-wrapper {
  width: 2rem;
  height: 2rem;
  background: #b79b6c;
  display: flex;
  margin-right: 1rem;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uj6EzCYk1f .iconfont-wrapper span {
  font-size: 1.1rem;
  width: fit-content;
  color: white;
}
.cid-uj6EzCYk1f .list-item {
  align-items: center;
  margin-bottom: 0.5rem;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uj6EzCYk1f .list-item {
    justify-content: center;
  }
}
@media (min-width: 1400px) {
  .cid-uj6EzCYk1f .content-col {
    padding-left: 6rem;
  }
}
.cid-uj6EzCYk1f .mbr-section-maintitle {
  text-align: center;
  color: #b79b6c;
}
.cid-uj6EzCYk1f .mbr-section-title {
  color: #c1c1c1;
}
.cid-uj6EzCYk1f .mbr-text,
.cid-uj6EzCYk1f .mbr-section-btn {
  color: #ffffff;
}
.cid-uj6EzCYk1f .list-item-text {
  color: #ffffff;
}
.cid-uj0UfgOW73 {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-uj0UfgOW73 a:link {
  text-decoration: none;
  color: #aaaaaa;
}
.cid-uj0UfgOW73 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #000000 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uj0UfgOW73 .icon-transition span:hover {
  background-color: #b79b6c;
}
.cid-uj0UfgOW73 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uj0UfgOW73 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uj0UfgOW73 .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-uj0UfgOW73 .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-uj0UfgOW73 .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #000000;
  position: relative;
  top: -19px;
}
.cid-uj0UfgOW73 .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #000000;
}
.cid-uj0UfgOW73 .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-uj0UfgOW73 .plan-title,
.cid-uj0UfgOW73 .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-uj0UfgOW73 .plan-title {
  color: #e4b1b4;
}
@media (max-width: 767px) {
  .cid-uj0UfgOW73 .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-uj0UfgOW73 .mbr-section-title span {
  color: #e4b1b4;
}
.cid-uj0UfgOW73 .mbr-section-title {
  color: #e4b1b4;
}
.cid-uj0UfgOW73 .mbr-text {
  color: #767676;
}
.cid-ujLwCRmsG5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ujLwCRmsG5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujLwCRmsG5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ujLwCRmsG5 .container {
    padding: 0 10px;
  }
}
.cid-ujLwCRmsG5 .row {
  padding: 10px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-ujLwCRmsG5 .row {
    padding: 10px;
  }
}
.cid-ujLwCRmsG5 .title-wrapper {
  margin-bottom: 10px;
}
.cid-ujLwCRmsG5 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ujLwCRmsG5 .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-ujLwCRmsG5 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ujLwCRmsG5 .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-ujLwCRmsG5 .title-wrapper .title-wrap .logo-wrap img {
  width: 105px;
  height: 85px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-ujLwCRmsG5 .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-ujLwCRmsG5 .nav-wrapper {
  margin-bottom: 50px;
}
.cid-ujLwCRmsG5 .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ujLwCRmsG5 .nav-wrapper .list {
    display: block;
  }
}
.cid-ujLwCRmsG5 .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ujLwCRmsG5 .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-ujLwCRmsG5 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ujLwCRmsG5 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ujLwCRmsG5 .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ujLwCRmsG5 .soc-wrapper {
  margin-bottom: 50px;
}
.cid-ujLwCRmsG5 .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-ujLwCRmsG5 .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-ujLwCRmsG5 .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-ujLwCRmsG5 .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-ujLwCRmsG5 .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-ujLwCRmsG5 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-ujLwCRmsG5 .mbr-section-title,
.cid-ujLwCRmsG5 .title-wrapper {
  color: #767676;
  text-align: center;
}
.cid-ujLwCRmsG5 .list {
  color: #ffffff;
}
.cid-ujLwCRmsG5 .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-ujLwCRmsG5 .list,
.cid-ujLwCRmsG5 .nav-wrapper,
.cid-ujLwCRmsG5 .soc-wrapper {
  text-align: center;
  color: #626262;
}
.cid-uiOTGWMEnS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-uiOTGWMEnS .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-uiOTGWMEnS nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-uiOTGWMEnS .container,
  .cid-uiOTGWMEnS .container-fluid {
    flex-wrap: initial;
  }
  .cid-uiOTGWMEnS .nav-link:hover,
  .cid-uiOTGWMEnS .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-uiOTGWMEnS .navbar-nav {
  margin: auto;
}
.cid-uiOTGWMEnS .dropdown-item {
  color: #ffffff !important;
}
.cid-uiOTGWMEnS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uiOTGWMEnS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uiOTGWMEnS .navbar-short,
.cid-uiOTGWMEnS .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uiOTGWMEnS .navbar-short .nav-link,
.cid-uiOTGWMEnS .opened .nav-link,
.cid-uiOTGWMEnS .navbar-short .navbar-caption,
.cid-uiOTGWMEnS .opened .navbar-caption,
.cid-uiOTGWMEnS .navbar-short .mbr-iconfont,
.cid-uiOTGWMEnS .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uiOTGWMEnS .navbar-short .hamburger span,
.cid-uiOTGWMEnS .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-uiOTGWMEnS .nav-link {
  justify-content: center;
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-uiOTGWMEnS .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-uiOTGWMEnS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-uiOTGWMEnS .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-uiOTGWMEnS .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uiOTGWMEnS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uiOTGWMEnS .container {
  display: flex;
  margin: auto;
}
.cid-uiOTGWMEnS .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uiOTGWMEnS .dropdown-menu,
.cid-uiOTGWMEnS .navbar.opened {
  background: #000000 !important;
}
.cid-uiOTGWMEnS .nav-item:focus,
.cid-uiOTGWMEnS .nav-link:focus {
  outline: none;
}
.cid-uiOTGWMEnS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uiOTGWMEnS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uiOTGWMEnS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uiOTGWMEnS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uiOTGWMEnS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uiOTGWMEnS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uiOTGWMEnS .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-uiOTGWMEnS .navbar.opened {
  transition: all 0.3s;
}
.cid-uiOTGWMEnS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uiOTGWMEnS .navbar .navbar-logo img {
  width: auto;
}
.cid-uiOTGWMEnS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uiOTGWMEnS .navbar.collapsed {
  justify-content: center;
}
.cid-uiOTGWMEnS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uiOTGWMEnS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uiOTGWMEnS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-uiOTGWMEnS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uiOTGWMEnS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uiOTGWMEnS .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-uiOTGWMEnS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uiOTGWMEnS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uiOTGWMEnS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uiOTGWMEnS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uiOTGWMEnS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uiOTGWMEnS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uiOTGWMEnS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uiOTGWMEnS .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-uiOTGWMEnS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uiOTGWMEnS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-uiOTGWMEnS .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uiOTGWMEnS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uiOTGWMEnS .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uiOTGWMEnS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uiOTGWMEnS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uiOTGWMEnS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uiOTGWMEnS .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-uiOTGWMEnS .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uiOTGWMEnS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uiOTGWMEnS .dropdown-item.active,
.cid-uiOTGWMEnS .dropdown-item:active {
  background-color: transparent;
}
.cid-uiOTGWMEnS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uiOTGWMEnS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uiOTGWMEnS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uiOTGWMEnS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uiOTGWMEnS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uiOTGWMEnS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uiOTGWMEnS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uiOTGWMEnS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uiOTGWMEnS button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uiOTGWMEnS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uiOTGWMEnS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uiOTGWMEnS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uiOTGWMEnS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uiOTGWMEnS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uiOTGWMEnS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uiOTGWMEnS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uiOTGWMEnS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uiOTGWMEnS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uiOTGWMEnS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uiOTGWMEnS a.nav-link {
  display: flex;
  align-items: center;
}
.cid-uiOTGWMEnS .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-uiOTGWMEnS .navbar {
    height: 70px;
  }
  .cid-uiOTGWMEnS .navbar.opened {
    height: auto;
  }
  .cid-uiOTGWMEnS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uiOTGY7KUy {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/bg3-1700x1135.jpg");
}
.cid-uiOTGY7KUy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiOTGY7KUy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiOTGY7KUy .content-wrap {
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  max-width: 800px;
  width: 100%;
  min-height: 500px;
  padding: 3rem 3rem;
  background: rgba(255, 255, 255, 0.85);
}
.cid-uiOTGY7KUy .mbr-section-title {
  color: #b79b6c;
}
.cid-uiOTGY7KUy .mbr-section-subtitle {
  margin-top: 32px;
  color: #000000;
}
.cid-uiOTGY7KUy iframe,
.cid-uiOTGY7KUy img,
.cid-uiOTGY7KUy video {
  width: 100%;
}
.cid-uiOTGY7KUy .mbr-media {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 48px auto 0;
  width: fit-content;
  max-width: 100%;
}
.cid-uiOTGY7KUy .mbr-media span {
  font-size: 1.5rem;
  color: #33363b;
  transition: all 0.2s;
}
.cid-uiOTGY7KUy .icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  min-height: 60px;
  padding: 1rem;
  border-radius: 50%;
  cursor: pointer;
  background-color: #ffffff;
  z-index: 2;
}
.cid-uiOTGY7KUy .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.6;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uiOTGY7KUy .icon-wrap:hover:before {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}
.cid-uiOTGY7KUy .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uiOTGY7KUy .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-uiOTGY7KUy .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uiOTGY7KUy .modalWindow .modalWindow-video {
  height: 45vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-uiOTGY7KUy .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uiOTGY7KUy .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uiOTGY7KUy .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-ujLcBhiR30 {
  padding-top: 15rem;
  padding-bottom: 8rem;
  background-color: #000000;
}
.cid-ujLcBhiR30 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujLcBhiR30 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujLcBhiR30 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-ujLcBhiR30 .mbr-section-title {
  color: #ffffff;
}
.cid-ujLcBhiR30 .mbr-section-subtitle {
  color: #24262b;
}
.cid-ujLcBhiR30 .items-row {
  row-gap: 32px;
}
.cid-ujLcBhiR30 .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-ujLcBhiR30 .item-wrapper img {
  width: 100%;
  aspect-ratio: calc(8 / (1 * 6));
  object-fit: cover;
  transition: all 0.3s;
}
.cid-ujLcBhiR30 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-ujLcBhiR30 .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-ujLcBhiR30 .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-ujLcBhiR30 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-ujLcBhiR30 .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-ujLcBhiR30 .mbr-item-subtitle {
  color: #24262b;
}
.cid-ujLcBhiR30 .carousel-control,
.cid-ujLcBhiR30 .close {
  background: #1b1b1b;
}
.cid-ujLcBhiR30 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ujLcBhiR30 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ujLcBhiR30 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ujLcBhiR30 .carousel-control-next span {
  margin-left: 5px;
}
.cid-ujLcBhiR30 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ujLcBhiR30 .close::before {
  content: '\e91a';
}
.cid-ujLcBhiR30 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ujLcBhiR30 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ujLcBhiR30 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ujLcBhiR30 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ujLcBhiR30 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ujLcBhiR30 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ujLcBhiR30 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ujLcBhiR30 .carousel-indicators li.active,
.cid-ujLcBhiR30 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ujLcBhiR30 .carousel-indicators li::after,
.cid-ujLcBhiR30 .carousel-indicators li::before {
  content: none;
}
.cid-ujLcBhiR30 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ujLcBhiR30 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ujLcBhiR30 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ujLcBhiR30 .carousel-indicators {
    display: none;
  }
}
.cid-ujLcBhiR30 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ujLcBhiR30 .carousel-inner > .active {
  display: block;
}
.cid-ujLcBhiR30 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ujLcBhiR30 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ujLcBhiR30 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ujLcBhiR30 .carousel-control,
  .cid-ujLcBhiR30 .carousel-indicators,
  .cid-ujLcBhiR30 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ujLcBhiR30 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ujLcBhiR30 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ujLcBhiR30 .carousel-indicators .active,
.cid-ujLcBhiR30 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ujLcBhiR30 .carousel-indicators .active {
  background: #fff;
}
.cid-ujLcBhiR30 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ujLcBhiR30 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ujLcBhiR30 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ujLcBhiR30 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ujLcBhiR30 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ujLcBhiR30 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ujLcBhiR30 .carousel {
  width: 100%;
}
.cid-ujLcBhiR30 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ujLcBhiR30 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ujLcBhiR30 .modal.fade .modal-dialog,
.cid-ujLcBhiR30 .modal.in .modal-dialog {
  transform: none;
}
.cid-ujLcBhiR30 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ujLcBhiR30 H6 {
  text-align: center;
}
.cid-ujcenIJ2WG {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-ujcenIJ2WG a:link {
  text-decoration: none;
  color: #aaaaaa;
}
.cid-ujcenIJ2WG .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #000000 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-ujcenIJ2WG .icon-transition span:hover {
  background-color: #b79b6c;
}
.cid-ujcenIJ2WG .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-ujcenIJ2WG .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-ujcenIJ2WG .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-ujcenIJ2WG .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-ujcenIJ2WG .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #000000;
  position: relative;
  top: -19px;
}
.cid-ujcenIJ2WG .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #000000;
}
.cid-ujcenIJ2WG .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-ujcenIJ2WG .plan-title,
.cid-ujcenIJ2WG .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-ujcenIJ2WG .plan-title {
  color: #e4b1b4;
}
@media (max-width: 767px) {
  .cid-ujcenIJ2WG .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-ujcenIJ2WG .mbr-section-title span {
  color: #e4b1b4;
}
.cid-ujcenIJ2WG .mbr-section-title {
  color: #e4b1b4;
}
.cid-ujcenIJ2WG .mbr-text {
  color: #767676;
}
.cid-ujLwCRmsG5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ujLwCRmsG5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujLwCRmsG5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ujLwCRmsG5 .container {
    padding: 0 10px;
  }
}
.cid-ujLwCRmsG5 .row {
  padding: 10px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-ujLwCRmsG5 .row {
    padding: 10px;
  }
}
.cid-ujLwCRmsG5 .title-wrapper {
  margin-bottom: 10px;
}
.cid-ujLwCRmsG5 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ujLwCRmsG5 .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-ujLwCRmsG5 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ujLwCRmsG5 .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-ujLwCRmsG5 .title-wrapper .title-wrap .logo-wrap img {
  width: 105px;
  height: 85px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-ujLwCRmsG5 .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-ujLwCRmsG5 .nav-wrapper {
  margin-bottom: 50px;
}
.cid-ujLwCRmsG5 .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ujLwCRmsG5 .nav-wrapper .list {
    display: block;
  }
}
.cid-ujLwCRmsG5 .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ujLwCRmsG5 .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-ujLwCRmsG5 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ujLwCRmsG5 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ujLwCRmsG5 .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ujLwCRmsG5 .soc-wrapper {
  margin-bottom: 50px;
}
.cid-ujLwCRmsG5 .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-ujLwCRmsG5 .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-ujLwCRmsG5 .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-ujLwCRmsG5 .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-ujLwCRmsG5 .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-ujLwCRmsG5 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-ujLwCRmsG5 .mbr-section-title,
.cid-ujLwCRmsG5 .title-wrapper {
  color: #767676;
  text-align: center;
}
.cid-ujLwCRmsG5 .list {
  color: #ffffff;
}
.cid-ujLwCRmsG5 .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-ujLwCRmsG5 .list,
.cid-ujLwCRmsG5 .nav-wrapper,
.cid-ujLwCRmsG5 .soc-wrapper {
  text-align: center;
  color: #626262;
}
.cid-ujOjWoVMPq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-ujOjWoVMPq .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-ujOjWoVMPq nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-ujOjWoVMPq .container,
  .cid-ujOjWoVMPq .container-fluid {
    flex-wrap: initial;
  }
  .cid-ujOjWoVMPq .nav-link:hover,
  .cid-ujOjWoVMPq .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-ujOjWoVMPq .navbar-nav {
  margin: auto;
}
.cid-ujOjWoVMPq .dropdown-item {
  color: #ffffff !important;
}
.cid-ujOjWoVMPq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ujOjWoVMPq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ujOjWoVMPq .navbar-short,
.cid-ujOjWoVMPq .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-ujOjWoVMPq .navbar-short .nav-link,
.cid-ujOjWoVMPq .opened .nav-link,
.cid-ujOjWoVMPq .navbar-short .navbar-caption,
.cid-ujOjWoVMPq .opened .navbar-caption,
.cid-ujOjWoVMPq .navbar-short .mbr-iconfont,
.cid-ujOjWoVMPq .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ujOjWoVMPq .navbar-short .hamburger span,
.cid-ujOjWoVMPq .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-ujOjWoVMPq .nav-link {
  justify-content: center;
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-ujOjWoVMPq .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-ujOjWoVMPq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-ujOjWoVMPq .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-ujOjWoVMPq .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-ujOjWoVMPq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ujOjWoVMPq .container {
  display: flex;
  margin: auto;
}
.cid-ujOjWoVMPq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujOjWoVMPq .dropdown-menu,
.cid-ujOjWoVMPq .navbar.opened {
  background: #000000 !important;
}
.cid-ujOjWoVMPq .nav-item:focus,
.cid-ujOjWoVMPq .nav-link:focus {
  outline: none;
}
.cid-ujOjWoVMPq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujOjWoVMPq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujOjWoVMPq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujOjWoVMPq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujOjWoVMPq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujOjWoVMPq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujOjWoVMPq .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-ujOjWoVMPq .navbar.opened {
  transition: all 0.3s;
}
.cid-ujOjWoVMPq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujOjWoVMPq .navbar .navbar-logo img {
  width: auto;
}
.cid-ujOjWoVMPq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujOjWoVMPq .navbar.collapsed {
  justify-content: center;
}
.cid-ujOjWoVMPq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujOjWoVMPq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujOjWoVMPq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-ujOjWoVMPq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujOjWoVMPq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujOjWoVMPq .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-ujOjWoVMPq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujOjWoVMPq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujOjWoVMPq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ujOjWoVMPq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujOjWoVMPq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujOjWoVMPq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujOjWoVMPq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujOjWoVMPq .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-ujOjWoVMPq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujOjWoVMPq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-ujOjWoVMPq .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujOjWoVMPq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujOjWoVMPq .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-ujOjWoVMPq .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujOjWoVMPq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujOjWoVMPq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujOjWoVMPq .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-ujOjWoVMPq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ujOjWoVMPq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujOjWoVMPq .dropdown-item.active,
.cid-ujOjWoVMPq .dropdown-item:active {
  background-color: transparent;
}
.cid-ujOjWoVMPq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujOjWoVMPq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujOjWoVMPq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujOjWoVMPq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ujOjWoVMPq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujOjWoVMPq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujOjWoVMPq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujOjWoVMPq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujOjWoVMPq button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujOjWoVMPq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ujOjWoVMPq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujOjWoVMPq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujOjWoVMPq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujOjWoVMPq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujOjWoVMPq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujOjWoVMPq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujOjWoVMPq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujOjWoVMPq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujOjWoVMPq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ujOjWoVMPq a.nav-link {
  display: flex;
  align-items: center;
}
.cid-ujOjWoVMPq .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-ujOjWoVMPq .navbar {
    height: 70px;
  }
  .cid-ujOjWoVMPq .navbar.opened {
    height: auto;
  }
  .cid-ujOjWoVMPq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujOkeh1D0t {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ujOkeh1D0t .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujOkeh1D0t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujOkeh1D0t .mbr-section-title {
  color: #c1c1c1;
}
.cid-ujOkeh1D0t .mbr-section-subtitle {
  color: #b79b6c;
}
.cid-ujOkeh1D0t .mbr-section-btn {
  margin-top: 16px;
}
.cid-ujOIRZcT6l {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ujOIRZcT6l .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujOIRZcT6l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujOIRZcT6l .mbr-section-head {
  margin-bottom: 32px;
}
.cid-ujOIRZcT6l .mbr-section-title {
  color: #24262b;
}
.cid-ujOIRZcT6l .mbr-section-subtitle {
  color: #24262b;
}
.cid-ujOIRZcT6l .cards-row {
  align-items: stretch;
  row-gap: 32px;
}
.cid-ujOIRZcT6l .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: auto;
  border-radius: 15px;
  min-height: 380px;
}
.cid-ujOIRZcT6l .card-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 2rem;
  transition: .3s all;
  border-radius: 15px;
  background-size: cover;
  background-position: center;
}
.cid-ujOIRZcT6l .item-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-ujOIRZcT6l .item-content {
    text-align: center;
  }
}
.cid-ujOIRZcT6l .card-title-1 {
  color: #b79b6c;
  text-align: center;
}
.cid-ujOIRZcT6l .card-title-2 {
  color: #b79b6c;
  text-align: center;
}
.cid-ujOIRZcT6l .card-subtitle-1 {
  margin-top: 16px;
  color: #efefef;
  text-align: center;
}
.cid-ujOIRZcT6l .card-subtitle-2 {
  margin-top: 16px;
  color: #efefef;
  text-align: center;
}
.cid-ujOIRZcT6l .card-text-1 {
  color: #24262b;
}
.cid-ujOIRZcT6l .card-text-2 {
  color: #24262b;
}
.cid-ujOIRZcT6l .mbr-section-btn {
  margin-top: auto;
  padding-top: 14px;
}
.cid-ujOIRZcT6l .card-1 .card-wrap {
  background-image: url("../../../assets/images/371663-1-600x375.jpg");
}
.cid-ujOIRZcT6l .card-2 .card-wrap {
  background-image: url("../../../assets/images/371663-1-600x375.jpg");
}
.cid-ujOIRZcT6l .card-subtitle-1 DIV {
  text-align: center;
}
.cid-ujRgV0g0Of {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ujRgV0g0Of .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujRgV0g0Of .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujRgV0g0Of .mbr-section-title {
  color: #b79b6c;
  text-align: center;
}
.cid-ujRgV0g0Of .mbr-section-subtitle {
  color: #efefef;
  text-align: center;
}
.cid-ujRgV0g0Of .mbr-section-btn {
  margin-top: 16px;
}
.cid-ujRgV0g0Of .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-ujOjWsM1yI {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-ujOjWsM1yI a:link {
  text-decoration: none;
  color: #aaaaaa;
}
.cid-ujOjWsM1yI .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #000000 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-ujOjWsM1yI .icon-transition span:hover {
  background-color: #b79b6c;
}
.cid-ujOjWsM1yI .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-ujOjWsM1yI .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-ujOjWsM1yI .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-ujOjWsM1yI .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-ujOjWsM1yI .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #000000;
  position: relative;
  top: -19px;
}
.cid-ujOjWsM1yI .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #000000;
}
.cid-ujOjWsM1yI .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-ujOjWsM1yI .plan-title,
.cid-ujOjWsM1yI .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-ujOjWsM1yI .plan-title {
  color: #e4b1b4;
}
@media (max-width: 767px) {
  .cid-ujOjWsM1yI .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-ujOjWsM1yI .mbr-section-title span {
  color: #e4b1b4;
}
.cid-ujOjWsM1yI .mbr-section-title {
  color: #e4b1b4;
}
.cid-ujOjWsM1yI .mbr-text {
  color: #767676;
}
.cid-ujOjWtwmwd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ujOjWtwmwd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujOjWtwmwd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ujOjWtwmwd .container {
    padding: 0 10px;
  }
}
.cid-ujOjWtwmwd .row {
  padding: 10px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-ujOjWtwmwd .row {
    padding: 10px;
  }
}
.cid-ujOjWtwmwd .title-wrapper {
  margin-bottom: 10px;
}
.cid-ujOjWtwmwd .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ujOjWtwmwd .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-ujOjWtwmwd .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ujOjWtwmwd .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-ujOjWtwmwd .title-wrapper .title-wrap .logo-wrap img {
  width: 105px;
  height: 85px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-ujOjWtwmwd .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-ujOjWtwmwd .nav-wrapper {
  margin-bottom: 50px;
}
.cid-ujOjWtwmwd .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ujOjWtwmwd .nav-wrapper .list {
    display: block;
  }
}
.cid-ujOjWtwmwd .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ujOjWtwmwd .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-ujOjWtwmwd .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ujOjWtwmwd .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ujOjWtwmwd .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ujOjWtwmwd .soc-wrapper {
  margin-bottom: 50px;
}
.cid-ujOjWtwmwd .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-ujOjWtwmwd .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-ujOjWtwmwd .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-ujOjWtwmwd .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-ujOjWtwmwd .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-ujOjWtwmwd .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-ujOjWtwmwd .mbr-section-title,
.cid-ujOjWtwmwd .title-wrapper {
  color: #767676;
  text-align: center;
}
.cid-ujOjWtwmwd .list {
  color: #ffffff;
}
.cid-ujOjWtwmwd .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-ujOjWtwmwd .list,
.cid-ujOjWtwmwd .nav-wrapper,
.cid-ujOjWtwmwd .soc-wrapper {
  text-align: center;
  color: #626262;
}
.cid-ujRiMImAI3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-ujRiMImAI3 .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-ujRiMImAI3 nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-ujRiMImAI3 .container,
  .cid-ujRiMImAI3 .container-fluid {
    flex-wrap: initial;
  }
  .cid-ujRiMImAI3 .nav-link:hover,
  .cid-ujRiMImAI3 .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-ujRiMImAI3 .navbar-nav {
  margin: auto;
}
.cid-ujRiMImAI3 .dropdown-item {
  color: #ffffff !important;
}
.cid-ujRiMImAI3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ujRiMImAI3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ujRiMImAI3 .navbar-short,
.cid-ujRiMImAI3 .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-ujRiMImAI3 .navbar-short .nav-link,
.cid-ujRiMImAI3 .opened .nav-link,
.cid-ujRiMImAI3 .navbar-short .navbar-caption,
.cid-ujRiMImAI3 .opened .navbar-caption,
.cid-ujRiMImAI3 .navbar-short .mbr-iconfont,
.cid-ujRiMImAI3 .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ujRiMImAI3 .navbar-short .hamburger span,
.cid-ujRiMImAI3 .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-ujRiMImAI3 .nav-link {
  justify-content: center;
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-ujRiMImAI3 .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-ujRiMImAI3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-ujRiMImAI3 .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-ujRiMImAI3 .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-ujRiMImAI3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ujRiMImAI3 .container {
  display: flex;
  margin: auto;
}
.cid-ujRiMImAI3 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujRiMImAI3 .dropdown-menu,
.cid-ujRiMImAI3 .navbar.opened {
  background: #000000 !important;
}
.cid-ujRiMImAI3 .nav-item:focus,
.cid-ujRiMImAI3 .nav-link:focus {
  outline: none;
}
.cid-ujRiMImAI3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujRiMImAI3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujRiMImAI3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujRiMImAI3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujRiMImAI3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujRiMImAI3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujRiMImAI3 .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-ujRiMImAI3 .navbar.opened {
  transition: all 0.3s;
}
.cid-ujRiMImAI3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujRiMImAI3 .navbar .navbar-logo img {
  width: auto;
}
.cid-ujRiMImAI3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujRiMImAI3 .navbar.collapsed {
  justify-content: center;
}
.cid-ujRiMImAI3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujRiMImAI3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujRiMImAI3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-ujRiMImAI3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujRiMImAI3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujRiMImAI3 .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-ujRiMImAI3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujRiMImAI3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujRiMImAI3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ujRiMImAI3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujRiMImAI3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujRiMImAI3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujRiMImAI3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujRiMImAI3 .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-ujRiMImAI3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujRiMImAI3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-ujRiMImAI3 .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujRiMImAI3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujRiMImAI3 .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-ujRiMImAI3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujRiMImAI3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujRiMImAI3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujRiMImAI3 .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-ujRiMImAI3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ujRiMImAI3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujRiMImAI3 .dropdown-item.active,
.cid-ujRiMImAI3 .dropdown-item:active {
  background-color: transparent;
}
.cid-ujRiMImAI3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujRiMImAI3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujRiMImAI3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujRiMImAI3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ujRiMImAI3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujRiMImAI3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujRiMImAI3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujRiMImAI3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujRiMImAI3 button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujRiMImAI3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ujRiMImAI3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujRiMImAI3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujRiMImAI3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujRiMImAI3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujRiMImAI3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujRiMImAI3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujRiMImAI3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujRiMImAI3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujRiMImAI3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ujRiMImAI3 a.nav-link {
  display: flex;
  align-items: center;
}
.cid-ujRiMImAI3 .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-ujRiMImAI3 .navbar {
    height: 70px;
  }
  .cid-ujRiMImAI3 .navbar.opened {
    height: auto;
  }
  .cid-ujRiMImAI3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujRiMJ9Ar9 {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ujRiMJ9Ar9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujRiMJ9Ar9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujRiMJ9Ar9 .mbr-section-title {
  color: #c1c1c1;
}
.cid-ujRiMJ9Ar9 .mbr-section-subtitle {
  color: #b79b6c;
}
.cid-ujRiMJ9Ar9 .mbr-section-btn {
  margin-top: 16px;
}
.cid-ujRiMKnuaH {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ujRiMKnuaH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujRiMKnuaH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujRiMKnuaH .mbr-section-title {
  color: #b79b6c;
  text-align: center;
}
.cid-ujRiMKnuaH .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-ujRiMKnuaH .mbr-section-btn {
  margin-top: 16px;
}
.cid-ujRiMKnuaH .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-ujRiMKZF0S {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-ujRiMKZF0S a:link {
  text-decoration: none;
  color: #aaaaaa;
}
.cid-ujRiMKZF0S .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #000000 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-ujRiMKZF0S .icon-transition span:hover {
  background-color: #b79b6c;
}
.cid-ujRiMKZF0S .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-ujRiMKZF0S .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-ujRiMKZF0S .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-ujRiMKZF0S .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-ujRiMKZF0S .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #000000;
  position: relative;
  top: -19px;
}
.cid-ujRiMKZF0S .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #000000;
}
.cid-ujRiMKZF0S .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-ujRiMKZF0S .plan-title,
.cid-ujRiMKZF0S .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-ujRiMKZF0S .plan-title {
  color: #e4b1b4;
}
@media (max-width: 767px) {
  .cid-ujRiMKZF0S .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-ujRiMKZF0S .mbr-section-title span {
  color: #e4b1b4;
}
.cid-ujRiMKZF0S .mbr-section-title {
  color: #e4b1b4;
}
.cid-ujRiMKZF0S .mbr-text {
  color: #767676;
}
.cid-ujRiMLHeS1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ujRiMLHeS1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujRiMLHeS1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ujRiMLHeS1 .container {
    padding: 0 10px;
  }
}
.cid-ujRiMLHeS1 .row {
  padding: 10px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-ujRiMLHeS1 .row {
    padding: 10px;
  }
}
.cid-ujRiMLHeS1 .title-wrapper {
  margin-bottom: 10px;
}
.cid-ujRiMLHeS1 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ujRiMLHeS1 .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-ujRiMLHeS1 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ujRiMLHeS1 .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-ujRiMLHeS1 .title-wrapper .title-wrap .logo-wrap img {
  width: 105px;
  height: 85px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-ujRiMLHeS1 .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-ujRiMLHeS1 .nav-wrapper {
  margin-bottom: 50px;
}
.cid-ujRiMLHeS1 .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ujRiMLHeS1 .nav-wrapper .list {
    display: block;
  }
}
.cid-ujRiMLHeS1 .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ujRiMLHeS1 .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-ujRiMLHeS1 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ujRiMLHeS1 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ujRiMLHeS1 .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ujRiMLHeS1 .soc-wrapper {
  margin-bottom: 50px;
}
.cid-ujRiMLHeS1 .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-ujRiMLHeS1 .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-ujRiMLHeS1 .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-ujRiMLHeS1 .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-ujRiMLHeS1 .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-ujRiMLHeS1 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-ujRiMLHeS1 .mbr-section-title,
.cid-ujRiMLHeS1 .title-wrapper {
  color: #767676;
  text-align: center;
}
.cid-ujRiMLHeS1 .list {
  color: #ffffff;
}
.cid-ujRiMLHeS1 .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-ujRiMLHeS1 .list,
.cid-ujRiMLHeS1 .nav-wrapper,
.cid-ujRiMLHeS1 .soc-wrapper {
  text-align: center;
  color: #626262;
}
