body {
  font-family: Bellota Text;
}
.display-1 {
  font-family: 'Nunito 700';
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-2 {
  font-family: 'Saira', sans-serif;
  font-size: 1.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-4 {
  font-family: 'Saira', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Saira', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-7 {
  font-family: 'Saira-Light';
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.24rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.96rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #606060 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #606060 !important;
}
.bg-warning {
  background-color: #606060 !important;
}
.bg-danger {
  background-color: #31363b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #606060 !important;
  border-color: #606060 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #474747 !important;
  border-color: #474747 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #474747 !important;
  border-color: #474747 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #606060 !important;
  border-color: #606060 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #474747 !important;
  border-color: #474747 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #474747 !important;
  border-color: #474747 !important;
}
.btn-info,
.btn-info:active {
  background-color: #606060 !important;
  border-color: #606060 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #474747 !important;
  border-color: #474747 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #474747 !important;
  border-color: #474747 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #666666 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #606060 !important;
  border-color: #606060 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #474747 !important;
  border-color: #474747 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #474747 !important;
  border-color: #474747 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #31363b !important;
  border-color: #31363b !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #1a1d1f !important;
  border-color: #1a1d1f !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1a1d1f !important;
  border-color: #1a1d1f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #616161 !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #606060;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #353535 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #606060 !important;
  border-color: #606060 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #606060;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #353535 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #606060 !important;
  border-color: #606060 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #606060;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #353535 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #606060 !important;
  border-color: #606060 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #606060;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #353535 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #606060 !important;
  border-color: #606060 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #31363b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #0a0b0c !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #31363b !important;
  border-color: #31363b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #606060 !important;
}
.text-secondary {
  color: #606060 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #606060 !important;
}
.text-warning {
  color: #606060 !important;
}
.text-danger {
  color: #31363b !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #2d2d2d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #2d2d2d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #2d2d2d !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #2d2d2d !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #030303 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  text-decoration: underline;
}
.nav-tabs .nav-link.active {
  color: #606060;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #606060;
}
.alert-warning {
  background-color: #606060;
}
.alert-danger {
  background-color: #31363b;
}
.mbr-gallery-filter li.active .btn {
  background-color: #606060;
  border-color: #606060;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #606060;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a0a0a0;
}
.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: #a0a0a0;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #a0a0a0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a1a9b1;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Saira', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #606060 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Saira', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #606060;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #606060;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #606060;
}
.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: #606060;
  border-bottom-color: #606060;
}
.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: #ffffff !important;
  background-color: #606060 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #606060 !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='%23606060' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tssTCiN97c .navbar-dropdown {
  position: relative !important;
  top: 3;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-tssTCiN97c .collapsed {
  flex-direction: row !important;
}
.cid-tssTCiN97c .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tssTCiN97c .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tssTCiN97c .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tssTCiN97c .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tssTCiN97c .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tssTCiN97c .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tssTCiN97c .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tssTCiN97c .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tssTCiN97c .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tssTCiN97c .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tssTCiN97c .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tssTCiN97c .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tssTCiN97c .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tssTCiN97c .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tssTCiN97c .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tssTCiN97c .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tssTCiN97c .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tssTCiN97c .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tssTCiN97c .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tssTCiN97c .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tssTCiN97c .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tssTCiN97c .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tssTCiN97c .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tssTCiN97c .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tssTCiN97c .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tssTCiN97c .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tssTCiN97c .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tssTCiN97c .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tssTCiN97c .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tssTCiN97c .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tssTCiN97c .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tssTCiN97c .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-tssTCiN97c .nav-item:focus,
.cid-tssTCiN97c .nav-link:focus {
  outline: none;
}
.cid-tssTCiN97c .text-white:hover,
.cid-tssTCiN97c .text-white:active,
.cid-tssTCiN97c .text-white:focus {
  color: white !important;
}
.cid-tssTCiN97c .dropdown-item {
  font-weight: 300 !important;
  color: black !important;
}
.cid-tssTCiN97c .dropdown-item:hover {
  color: black !important;
}
.cid-tssTCiN97c .dropdown-menu {
  background-color: white !important;
}
.cid-tssTCiN97c .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(122, 122, 122, 0.35);
  display: block;
}
.cid-tssTCiN97c .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tssTCiN97c .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-tssTCiN97c .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-tssTCiN97c .nav-item {
    position: relative;
  }
}
.cid-tssTCiN97c .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tssTCiN97c .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tssTCiN97c .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tssTCiN97c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tssTCiN97c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tssTCiN97c .navbar-caption {
  font-weight: 600 !important;
}
.cid-tssTCiN97c .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tssTCiN97c .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tssTCiN97c .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tssTCiN97c .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tssTCiN97c .dropdown-item.active,
.cid-tssTCiN97c .dropdown-item:active {
  background-color: transparent;
}
.cid-tssTCiN97c .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tssTCiN97c .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tssTCiN97c .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tssTCiN97c .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tssTCiN97c .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tssTCiN97c ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tssTCiN97c .navbar-buttons {
  text-align: center;
}
.cid-tssTCiN97c button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tssTCiN97c button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #606060;
}
.cid-tssTCiN97c button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tssTCiN97c button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tssTCiN97c button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tssTCiN97c button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tssTCiN97c nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tssTCiN97c nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tssTCiN97c nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tssTCiN97c nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tssTCiN97c .nav-link {
  font-weight: 400 !important;
}
.cid-tssTCiN97c a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tssTCiN97c .mbr-iconfont {
  font-size: 1.0rem;
  padding-right: 0.5rem;
}
.cid-tssTCiN97c .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tssTCiN97c .icons-menu span {
  font-size: 24px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tssTCiN97c .navbar {
    height: 77px;
  }
  .cid-tssTCiN97c .navbar.opened {
    height: auto;
  }
  .cid-tssTCiN97c .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5kuKCyIrv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/seated-ext-copy-2.jpg");
}
.cid-u5kuKCyIrv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5kuKCyIrv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5kuKCyIrv .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u5kuKCyIrv .container {
    padding: 0 12px;
  }
}
.cid-u5kuKCyIrv .row {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-u5kuKCyIrv .row {
    height: 350px;
  }
}
.cid-ttZbSlRpNX {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ttZbSlRpNX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttZbSlRpNX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: top;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttZbSlRpNX .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ttZbSlRpNX .text-wrapper {
    padding: 0 rem;
  }
}
.cid-ttZbSlRpNX .mbr-section-title {
  color: #606060;
}
.cid-ttZbSlRpNX .mbr-text,
.cid-ttZbSlRpNX .mbr-section-btn {
  color: #000000;
}
.cid-tn5WRlnWE5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tn5WRlnWE5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tn5WRlnWE5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tn5WRlnWE5 .mbr-section-title {
  margin-bottom: 3px;
}
.cid-tn5WRlnWE5 .mbr-section-title,
.cid-tn5WRlnWE5 .mbr-section-btn {
  color: #606060;
}
.cid-tcpzpINK4u {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 30px;
}
.cid-tcpzpINK4u .image-block {
  margin: 0px;
  height: 700px;
  overflow: hidden;
  position: relative;
}
.cid-tcpzpINK4u .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tcpzpINK4u .image-block:hover:before {
  opacity: 0.2;
}
.cid-tcpzpINK4u .image-block:hover .wrap {
  opacity: 1;
}
.cid-tcpzpINK4u .image-block:hover img {
  transform: scale(1.08);
}
.cid-tcpzpINK4u h4 {
  letter-spacing: 2px;
}
.cid-tcpzpINK4u figcaption {
  position: relative;
}
.cid-tcpzpINK4u figcaption .wrap {
  position: absolute;
  bottom: .5rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tcpzpINK4u img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
}
@media (max-width: 500px) {
  .cid-tcpzpINK4u .image-block {
    max-height: 500px;
  }
  .cid-tcpzpINK4u .image-block:before {
    opacity: 0.2!important;
  }
  .cid-tcpzpINK4u .wrap {
    opacity: 1!important;
  }
}
.cid-tkEmMcFGUi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tkEmMcFGUi P {
  color: #000000;
  text-align: center;
}
.cid-tkEmMcFGUi H5 {
  color: #8f8f8f;
  text-align: center;
}
.cid-tkEmMcFGUi h5 {
  display: center;
  text-decoration: none;
  width: inline;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-tkEmMcFGUi h5:hover {
  background-size: 0% 0%;
}
.cid-tkEmMcFGUi .col-md-4 {
  flex-direction: inline;
  display: inline;
  justify-content: center;
}
.cid-tkEmMcFGUi H4 {
  text-align: center;
  color: #606060;
}
.cid-tkNxGFKQnP {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tkNxGFKQnP .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tkNxGFKQnP .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-tkNxGFKQnP .btn {
  margin-bottom: 2rem;
}
.cid-tkNxGFKQnP .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-tkNxGFKQnP .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tkNxGFKQnP .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-tkNxGFKQnP .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tkNxGFKQnP .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tkNxGFKQnP .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-tkNxGFKQnP .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-tkNxGFKQnP .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-tkNxGFKQnP .links {
  color: #606060;
  text-align: center;
}
.cid-tdnlT9sbo3 .navbar-dropdown {
  position: relative !important;
  top: 3;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-tdnlT9sbo3 .collapsed {
  flex-direction: row !important;
}
.cid-tdnlT9sbo3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tdnlT9sbo3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tdnlT9sbo3 .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tdnlT9sbo3 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tdnlT9sbo3 .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tdnlT9sbo3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tdnlT9sbo3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tdnlT9sbo3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tdnlT9sbo3 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tdnlT9sbo3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tdnlT9sbo3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tdnlT9sbo3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tdnlT9sbo3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tdnlT9sbo3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tdnlT9sbo3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tdnlT9sbo3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tdnlT9sbo3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tdnlT9sbo3 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tdnlT9sbo3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tdnlT9sbo3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tdnlT9sbo3 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tdnlT9sbo3 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tdnlT9sbo3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tdnlT9sbo3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tdnlT9sbo3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tdnlT9sbo3 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tdnlT9sbo3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tdnlT9sbo3 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tdnlT9sbo3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tdnlT9sbo3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tdnlT9sbo3 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tdnlT9sbo3 .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-tdnlT9sbo3 .nav-item:focus,
.cid-tdnlT9sbo3 .nav-link:focus {
  outline: none;
}
.cid-tdnlT9sbo3 .text-white:hover,
.cid-tdnlT9sbo3 .text-white:active,
.cid-tdnlT9sbo3 .text-white:focus {
  color: white !important;
}
.cid-tdnlT9sbo3 .dropdown-item {
  font-weight: 300 !important;
  color: black !important;
}
.cid-tdnlT9sbo3 .dropdown-item:hover {
  color: black !important;
}
.cid-tdnlT9sbo3 .dropdown-menu {
  background-color: white !important;
}
.cid-tdnlT9sbo3 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(122, 122, 122, 0.35);
  display: block;
}
.cid-tdnlT9sbo3 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tdnlT9sbo3 .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-tdnlT9sbo3 .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-tdnlT9sbo3 .nav-item {
    position: relative;
  }
}
.cid-tdnlT9sbo3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tdnlT9sbo3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tdnlT9sbo3 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tdnlT9sbo3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tdnlT9sbo3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tdnlT9sbo3 .navbar-caption {
  font-weight: 600 !important;
}
.cid-tdnlT9sbo3 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tdnlT9sbo3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tdnlT9sbo3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tdnlT9sbo3 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tdnlT9sbo3 .dropdown-item.active,
.cid-tdnlT9sbo3 .dropdown-item:active {
  background-color: transparent;
}
.cid-tdnlT9sbo3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tdnlT9sbo3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tdnlT9sbo3 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tdnlT9sbo3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tdnlT9sbo3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tdnlT9sbo3 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tdnlT9sbo3 .navbar-buttons {
  text-align: center;
}
.cid-tdnlT9sbo3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tdnlT9sbo3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #606060;
}
.cid-tdnlT9sbo3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tdnlT9sbo3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tdnlT9sbo3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tdnlT9sbo3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tdnlT9sbo3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tdnlT9sbo3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tdnlT9sbo3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tdnlT9sbo3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tdnlT9sbo3 .nav-link {
  font-weight: 400 !important;
}
.cid-tdnlT9sbo3 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tdnlT9sbo3 .mbr-iconfont {
  font-size: 1.0rem;
  padding-right: 0.5rem;
}
.cid-tdnlT9sbo3 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tdnlT9sbo3 .icons-menu span {
  font-size: 24px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tdnlT9sbo3 .navbar {
    height: 77px;
  }
  .cid-tdnlT9sbo3 .navbar.opened {
    height: auto;
  }
  .cid-tdnlT9sbo3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toWLHWOGWg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-toWLHWOGWg .mbr-section-subtitle {
  color: #8a492a;
  text-align: center;
}
.cid-toWLHWOGWg .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-tdnlTb7iLh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tdnlTb7iLh .mbr-section-subtitle {
  color: #8a492a;
  text-align: center;
}
.cid-tdnlTb7iLh .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-tdnlTajkfE {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-tdnlTajkfE .image-block {
  margin: auto;
}
.cid-tdnlTajkfE .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tdnlTajkfE .image-block {
    width: 100% !important;
  }
}
.cid-tdnlTajkfE .container-fluid {
  padding: 0;
}
.cid-tdnlTbwbUI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tdnlTbwbUI .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tdnlTbwbUI .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tdnlTbwbUI .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tdnlTbwbUI .mbr-gallery-item {
  width: 33.3%;
}
.cid-tdnlTbwbUI .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-tdnlTbwbUI .mbr-gallery-item {
    width: 100%;
  }
}
.cid-tdnlTbwbUI .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-tdnlTbwbUI .mbr-gallery-row {
  justify-content: center;
}
.cid-tdnlTbwbUI .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tdnlTbwbUI .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-tdnlTbwbUI .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tdnlTbwbUI .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tdnlTbwbUI .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tdnlTbwbUI .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-tdnlTbwbUI .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tdnlTbwbUI .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tdnlTbwbUI img {
  transition: all 2s !important;
}
.cid-tdnlTbwbUI .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #000000, #8a492a) !important;
}
.cid-tdnlTbwbUI .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tdnlTbwbUI .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #000000, #8a492a) !important;
}
.cid-ti5QSUjGB9 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u5woiKcWVs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5woiKcWVs P {
  color: #000000;
  text-align: center;
}
.cid-u5woiKcWVs H5 {
  color: #8f8f8f;
  text-align: center;
}
.cid-u5woiKcWVs h5 {
  display: center;
  text-decoration: none;
  width: inline;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-u5woiKcWVs h5:hover {
  background-size: 0% 0%;
}
.cid-u5woiKcWVs .col-md-4 {
  flex-direction: inline;
  display: inline;
  justify-content: center;
}
.cid-u5woiKcWVs H4 {
  text-align: center;
  color: #606060;
}
.cid-txhjDNMlbj {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-txhjDNMlbj .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-txhjDNMlbj .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-txhjDNMlbj .btn {
  margin-bottom: 2rem;
}
.cid-txhjDNMlbj .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-txhjDNMlbj .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-txhjDNMlbj .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-txhjDNMlbj .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txhjDNMlbj .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-txhjDNMlbj .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-txhjDNMlbj .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-txhjDNMlbj .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-txhjDNMlbj .links {
  color: #606060;
  text-align: center;
}
.cid-tdnpw3d7zR .navbar-dropdown {
  position: relative !important;
  top: 3;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-tdnpw3d7zR .collapsed {
  flex-direction: row !important;
}
.cid-tdnpw3d7zR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tdnpw3d7zR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tdnpw3d7zR .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tdnpw3d7zR .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tdnpw3d7zR .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tdnpw3d7zR .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tdnpw3d7zR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tdnpw3d7zR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tdnpw3d7zR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tdnpw3d7zR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tdnpw3d7zR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tdnpw3d7zR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tdnpw3d7zR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tdnpw3d7zR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tdnpw3d7zR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tdnpw3d7zR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tdnpw3d7zR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tdnpw3d7zR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tdnpw3d7zR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tdnpw3d7zR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tdnpw3d7zR .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tdnpw3d7zR .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tdnpw3d7zR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tdnpw3d7zR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tdnpw3d7zR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tdnpw3d7zR .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tdnpw3d7zR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tdnpw3d7zR .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tdnpw3d7zR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tdnpw3d7zR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tdnpw3d7zR .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tdnpw3d7zR .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-tdnpw3d7zR .nav-item:focus,
.cid-tdnpw3d7zR .nav-link:focus {
  outline: none;
}
.cid-tdnpw3d7zR .text-white:hover,
.cid-tdnpw3d7zR .text-white:active,
.cid-tdnpw3d7zR .text-white:focus {
  color: white !important;
}
.cid-tdnpw3d7zR .dropdown-item {
  font-weight: 300 !important;
  color: black !important;
}
.cid-tdnpw3d7zR .dropdown-item:hover {
  color: black !important;
}
.cid-tdnpw3d7zR .dropdown-menu {
  background-color: white !important;
}
.cid-tdnpw3d7zR .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(122, 122, 122, 0.35);
  display: block;
}
.cid-tdnpw3d7zR .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tdnpw3d7zR .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-tdnpw3d7zR .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-tdnpw3d7zR .nav-item {
    position: relative;
  }
}
.cid-tdnpw3d7zR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tdnpw3d7zR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tdnpw3d7zR .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tdnpw3d7zR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tdnpw3d7zR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tdnpw3d7zR .navbar-caption {
  font-weight: 600 !important;
}
.cid-tdnpw3d7zR .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tdnpw3d7zR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tdnpw3d7zR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tdnpw3d7zR .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tdnpw3d7zR .dropdown-item.active,
.cid-tdnpw3d7zR .dropdown-item:active {
  background-color: transparent;
}
.cid-tdnpw3d7zR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tdnpw3d7zR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tdnpw3d7zR .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tdnpw3d7zR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tdnpw3d7zR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tdnpw3d7zR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tdnpw3d7zR .navbar-buttons {
  text-align: center;
}
.cid-tdnpw3d7zR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tdnpw3d7zR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #606060;
}
.cid-tdnpw3d7zR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tdnpw3d7zR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tdnpw3d7zR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tdnpw3d7zR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tdnpw3d7zR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tdnpw3d7zR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tdnpw3d7zR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tdnpw3d7zR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tdnpw3d7zR .nav-link {
  font-weight: 400 !important;
}
.cid-tdnpw3d7zR a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tdnpw3d7zR .mbr-iconfont {
  font-size: 1.0rem;
  padding-right: 0.5rem;
}
.cid-tdnpw3d7zR .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tdnpw3d7zR .icons-menu span {
  font-size: 24px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tdnpw3d7zR .navbar {
    height: 77px;
  }
  .cid-tdnpw3d7zR .navbar.opened {
    height: auto;
  }
  .cid-tdnpw3d7zR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toYi7zBnpT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-toYi7zBnpT .mbr-section-subtitle {
  color: #8a492a;
  text-align: center;
}
.cid-toYi7zBnpT .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-tdnpw5p2TD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tdnpw5p2TD .mbr-section-subtitle {
  color: #8a492a;
  text-align: center;
}
.cid-tdnpw5p2TD .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-tdnpw4t7xt {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-tdnpw4t7xt .image-block {
  margin: auto;
}
.cid-tdnpw4t7xt .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tdnpw4t7xt .image-block {
    width: 100% !important;
  }
}
.cid-tdnpw4t7xt .container-fluid {
  padding: 0;
}
.cid-tdnpw5RxhO {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tdnpw5RxhO .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tdnpw5RxhO .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tdnpw5RxhO .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tdnpw5RxhO .mbr-gallery-item {
  width: 33.3%;
}
.cid-tdnpw5RxhO .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-tdnpw5RxhO .mbr-gallery-item {
    width: 100%;
  }
}
.cid-tdnpw5RxhO .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-tdnpw5RxhO .mbr-gallery-row {
  justify-content: center;
}
.cid-tdnpw5RxhO .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tdnpw5RxhO .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-tdnpw5RxhO .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tdnpw5RxhO .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tdnpw5RxhO .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tdnpw5RxhO .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-tdnpw5RxhO .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tdnpw5RxhO .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tdnpw5RxhO img {
  transition: all 2s !important;
}
.cid-tdnpw5RxhO .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #000000, #8a492a) !important;
}
.cid-tdnpw5RxhO .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tdnpw5RxhO .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #000000, #8a492a) !important;
}
.cid-ti5QKRTLCe {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u5worcto9R {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5worcto9R P {
  color: #000000;
  text-align: center;
}
.cid-u5worcto9R H5 {
  color: #8f8f8f;
  text-align: center;
}
.cid-u5worcto9R h5 {
  display: center;
  text-decoration: none;
  width: inline;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-u5worcto9R h5:hover {
  background-size: 0% 0%;
}
.cid-u5worcto9R .col-md-4 {
  flex-direction: inline;
  display: inline;
  justify-content: center;
}
.cid-u5worcto9R H4 {
  text-align: center;
  color: #606060;
}
.cid-txhjM8RHeA {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-txhjM8RHeA .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-txhjM8RHeA .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-txhjM8RHeA .btn {
  margin-bottom: 2rem;
}
.cid-txhjM8RHeA .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-txhjM8RHeA .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-txhjM8RHeA .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-txhjM8RHeA .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txhjM8RHeA .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-txhjM8RHeA .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-txhjM8RHeA .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-txhjM8RHeA .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-txhjM8RHeA .links {
  color: #606060;
  text-align: center;
}
.cid-tdmWj5bo4Q .navbar-dropdown {
  position: relative !important;
  top: 3;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-tdmWj5bo4Q .collapsed {
  flex-direction: row !important;
}
.cid-tdmWj5bo4Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tdmWj5bo4Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tdmWj5bo4Q .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tdmWj5bo4Q .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tdmWj5bo4Q .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tdmWj5bo4Q .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tdmWj5bo4Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tdmWj5bo4Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tdmWj5bo4Q .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tdmWj5bo4Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tdmWj5bo4Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tdmWj5bo4Q .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tdmWj5bo4Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tdmWj5bo4Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tdmWj5bo4Q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tdmWj5bo4Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tdmWj5bo4Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tdmWj5bo4Q .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tdmWj5bo4Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tdmWj5bo4Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tdmWj5bo4Q .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tdmWj5bo4Q .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tdmWj5bo4Q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tdmWj5bo4Q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tdmWj5bo4Q .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tdmWj5bo4Q .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tdmWj5bo4Q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tdmWj5bo4Q .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tdmWj5bo4Q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tdmWj5bo4Q .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tdmWj5bo4Q .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tdmWj5bo4Q .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-tdmWj5bo4Q .nav-item:focus,
.cid-tdmWj5bo4Q .nav-link:focus {
  outline: none;
}
.cid-tdmWj5bo4Q .text-white:hover,
.cid-tdmWj5bo4Q .text-white:active,
.cid-tdmWj5bo4Q .text-white:focus {
  color: white !important;
}
.cid-tdmWj5bo4Q .dropdown-item {
  font-weight: 300 !important;
  color: black !important;
}
.cid-tdmWj5bo4Q .dropdown-item:hover {
  color: black !important;
}
.cid-tdmWj5bo4Q .dropdown-menu {
  background-color: white !important;
}
.cid-tdmWj5bo4Q .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(122, 122, 122, 0.35);
  display: block;
}
.cid-tdmWj5bo4Q .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tdmWj5bo4Q .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-tdmWj5bo4Q .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-tdmWj5bo4Q .nav-item {
    position: relative;
  }
}
.cid-tdmWj5bo4Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tdmWj5bo4Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tdmWj5bo4Q .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tdmWj5bo4Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tdmWj5bo4Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tdmWj5bo4Q .navbar-caption {
  font-weight: 600 !important;
}
.cid-tdmWj5bo4Q .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tdmWj5bo4Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tdmWj5bo4Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tdmWj5bo4Q .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tdmWj5bo4Q .dropdown-item.active,
.cid-tdmWj5bo4Q .dropdown-item:active {
  background-color: transparent;
}
.cid-tdmWj5bo4Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tdmWj5bo4Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tdmWj5bo4Q .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tdmWj5bo4Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tdmWj5bo4Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tdmWj5bo4Q ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tdmWj5bo4Q .navbar-buttons {
  text-align: center;
}
.cid-tdmWj5bo4Q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tdmWj5bo4Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #606060;
}
.cid-tdmWj5bo4Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tdmWj5bo4Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tdmWj5bo4Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tdmWj5bo4Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tdmWj5bo4Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tdmWj5bo4Q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tdmWj5bo4Q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tdmWj5bo4Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tdmWj5bo4Q .nav-link {
  font-weight: 400 !important;
}
.cid-tdmWj5bo4Q a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tdmWj5bo4Q .mbr-iconfont {
  font-size: 1.0rem;
  padding-right: 0.5rem;
}
.cid-tdmWj5bo4Q .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tdmWj5bo4Q .icons-menu span {
  font-size: 24px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tdmWj5bo4Q .navbar {
    height: 77px;
  }
  .cid-tdmWj5bo4Q .navbar.opened {
    height: auto;
  }
  .cid-tdmWj5bo4Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tdmWj7aCQh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tdmWj7aCQh .mbr-section-subtitle {
  color: #8a492a;
  text-align: center;
}
.cid-tdmWj7aCQh .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-uiZw8XR9bB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uiZw8XR9bB .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uiZw8XR9bB .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uiZw8XR9bB .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uiZw8XR9bB P {
  color: #606060;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-uiZw8XR9bB img {
  margin-top: 32px;
}
.cid-uiZw8XR9bB img {
  margin-top: 16px;
}
@media (max-width: 990px) {
  .cid-uiZw8XR9bB .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-uiZw8XR9bB .top,
  .cid-uiZw8XR9bB .top-2 {
    margin-top: 0;
  }
}
.cid-udNULtcuRZ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-udNULtcuRZ .row {
  align-items: stretch;
  justify-content: center;
}
.cid-udNULtcuRZ .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-udNULtcuRZ .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-udNULtcuRZ P {
  color: #606060;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-udNULtcuRZ img {
  margin-top: 32px;
}
.cid-udNULtcuRZ img {
  margin-top: 16px;
}
@media (max-width: 990px) {
  .cid-udNULtcuRZ .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-udNULtcuRZ .top,
  .cid-udNULtcuRZ .top-2 {
    margin-top: 0;
  }
}
.cid-tWnbyzB8fV {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tWnbyzB8fV .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tWnbyzB8fV .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tWnbyzB8fV .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tWnbyzB8fV P {
  color: #606060;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-tWnbyzB8fV img {
  margin-top: 32px;
}
.cid-tWnbyzB8fV img {
  margin-top: 16px;
}
@media (max-width: 990px) {
  .cid-tWnbyzB8fV .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-tWnbyzB8fV .top,
  .cid-tWnbyzB8fV .top-2 {
    margin-top: 0;
  }
}
.cid-tJIq1xytR9 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJIq1xytR9 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tJIq1xytR9 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tJIq1xytR9 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tJIq1xytR9 P {
  color: #606060;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-tJIq1xytR9 img {
  margin-top: 32px;
}
.cid-tJIq1xytR9 img {
  margin-top: 16px;
}
@media (max-width: 990px) {
  .cid-tJIq1xytR9 .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-tJIq1xytR9 .top,
  .cid-tJIq1xytR9 .top-2 {
    margin-top: 0;
  }
}
.cid-ty2pwRdf9W {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ty2pwRdf9W .row {
  align-items: stretch;
  justify-content: center;
}
.cid-ty2pwRdf9W .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-ty2pwRdf9W .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-ty2pwRdf9W P {
  color: #606060;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-ty2pwRdf9W img {
  margin-top: 32px;
}
.cid-ty2pwRdf9W img {
  margin-top: 16px;
}
@media (max-width: 990px) {
  .cid-ty2pwRdf9W .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-ty2pwRdf9W .top,
  .cid-ty2pwRdf9W .top-2 {
    margin-top: 0;
  }
}
.cid-tdmYtZGlUo {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tdmYtZGlUo .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tdmYtZGlUo .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tdmYtZGlUo .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tdmYtZGlUo P {
  color: #606060;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-tdmYtZGlUo img {
  margin-top: 32px;
}
.cid-tdmYtZGlUo img {
  margin-top: 16px;
}
@media (max-width: 990px) {
  .cid-tdmYtZGlUo .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-tdmYtZGlUo .top,
  .cid-tdmYtZGlUo .top-2 {
    margin-top: 0;
  }
}
.cid-th8EfO3Iil {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-th8EfO3Iil .row {
  align-items: stretch;
  justify-content: center;
}
.cid-th8EfO3Iil .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-th8EfO3Iil .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-th8EfO3Iil P {
  color: #606060;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-th8EfO3Iil img {
  margin-top: 32px;
}
.cid-th8EfO3Iil img {
  margin-top: 16px;
}
@media (max-width: 990px) {
  .cid-th8EfO3Iil .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-th8EfO3Iil .top,
  .cid-th8EfO3Iil .top-2 {
    margin-top: 0;
  }
}
.cid-tmptOAJhMb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tmptOAJhMb .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tmptOAJhMb .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tmptOAJhMb .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tmptOAJhMb P {
  color: #606060;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-tmptOAJhMb img {
  margin-top: 32px;
}
.cid-tmptOAJhMb img {
  margin-top: 16px;
}
@media (max-width: 990px) {
  .cid-tmptOAJhMb .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-tmptOAJhMb .top,
  .cid-tmptOAJhMb .top-2 {
    margin-top: 0;
  }
}
.cid-tU4Ob0gF8P {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tU4Ob0gF8P .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tU4Ob0gF8P .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tU4Ob0gF8P .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tU4Ob0gF8P P {
  color: #606060;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-tU4Ob0gF8P img {
  margin-top: 32px;
}
.cid-tU4Ob0gF8P img {
  margin-top: 16px;
}
@media (max-width: 990px) {
  .cid-tU4Ob0gF8P .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-tU4Ob0gF8P .top,
  .cid-tU4Ob0gF8P .top-2 {
    margin-top: 0;
  }
}
.cid-ti5Q9A9xaD {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u5wmGfKoWC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5wmGfKoWC P {
  color: #000000;
  text-align: center;
}
.cid-u5wmGfKoWC H5 {
  color: #8f8f8f;
  text-align: center;
}
.cid-u5wmGfKoWC h5 {
  display: center;
  text-decoration: none;
  width: inline;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-u5wmGfKoWC h5:hover {
  background-size: 0% 0%;
}
.cid-u5wmGfKoWC .col-md-4 {
  flex-direction: inline;
  display: inline;
  justify-content: center;
}
.cid-u5wmGfKoWC H4 {
  text-align: center;
  color: #606060;
}
.cid-txhiFHxeNy {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-txhiFHxeNy .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-txhiFHxeNy .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-txhiFHxeNy .btn {
  margin-bottom: 2rem;
}
.cid-txhiFHxeNy .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-txhiFHxeNy .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-txhiFHxeNy .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-txhiFHxeNy .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txhiFHxeNy .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-txhiFHxeNy .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-txhiFHxeNy .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-txhiFHxeNy .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-txhiFHxeNy .links {
  color: #606060;
  text-align: center;
}
.cid-tdhhOEYUSA .navbar-dropdown {
  position: relative !important;
  top: 3;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-tdhhOEYUSA .collapsed {
  flex-direction: row !important;
}
.cid-tdhhOEYUSA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tdhhOEYUSA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tdhhOEYUSA .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tdhhOEYUSA .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tdhhOEYUSA .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tdhhOEYUSA .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tdhhOEYUSA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tdhhOEYUSA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tdhhOEYUSA .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tdhhOEYUSA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tdhhOEYUSA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tdhhOEYUSA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tdhhOEYUSA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tdhhOEYUSA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tdhhOEYUSA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tdhhOEYUSA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tdhhOEYUSA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tdhhOEYUSA .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tdhhOEYUSA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tdhhOEYUSA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tdhhOEYUSA .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tdhhOEYUSA .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tdhhOEYUSA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tdhhOEYUSA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tdhhOEYUSA .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tdhhOEYUSA .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tdhhOEYUSA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tdhhOEYUSA .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tdhhOEYUSA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tdhhOEYUSA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tdhhOEYUSA .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tdhhOEYUSA .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-tdhhOEYUSA .nav-item:focus,
.cid-tdhhOEYUSA .nav-link:focus {
  outline: none;
}
.cid-tdhhOEYUSA .text-white:hover,
.cid-tdhhOEYUSA .text-white:active,
.cid-tdhhOEYUSA .text-white:focus {
  color: white !important;
}
.cid-tdhhOEYUSA .dropdown-item {
  font-weight: 300 !important;
  color: black !important;
}
.cid-tdhhOEYUSA .dropdown-item:hover {
  color: black !important;
}
.cid-tdhhOEYUSA .dropdown-menu {
  background-color: white !important;
}
.cid-tdhhOEYUSA .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(122, 122, 122, 0.35);
  display: block;
}
.cid-tdhhOEYUSA .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tdhhOEYUSA .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-tdhhOEYUSA .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-tdhhOEYUSA .nav-item {
    position: relative;
  }
}
.cid-tdhhOEYUSA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tdhhOEYUSA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tdhhOEYUSA .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tdhhOEYUSA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tdhhOEYUSA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tdhhOEYUSA .navbar-caption {
  font-weight: 600 !important;
}
.cid-tdhhOEYUSA .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tdhhOEYUSA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tdhhOEYUSA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tdhhOEYUSA .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tdhhOEYUSA .dropdown-item.active,
.cid-tdhhOEYUSA .dropdown-item:active {
  background-color: transparent;
}
.cid-tdhhOEYUSA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tdhhOEYUSA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tdhhOEYUSA .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tdhhOEYUSA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tdhhOEYUSA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tdhhOEYUSA ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tdhhOEYUSA .navbar-buttons {
  text-align: center;
}
.cid-tdhhOEYUSA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tdhhOEYUSA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #606060;
}
.cid-tdhhOEYUSA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tdhhOEYUSA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tdhhOEYUSA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tdhhOEYUSA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tdhhOEYUSA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tdhhOEYUSA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tdhhOEYUSA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tdhhOEYUSA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tdhhOEYUSA .nav-link {
  font-weight: 400 !important;
}
.cid-tdhhOEYUSA a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tdhhOEYUSA .mbr-iconfont {
  font-size: 1.0rem;
  padding-right: 0.5rem;
}
.cid-tdhhOEYUSA .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tdhhOEYUSA .icons-menu span {
  font-size: 24px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tdhhOEYUSA .navbar {
    height: 77px;
  }
  .cid-tdhhOEYUSA .navbar.opened {
    height: auto;
  }
  .cid-tdhhOEYUSA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toWLpfzLnc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-toWLpfzLnc .mbr-section-subtitle {
  color: #8a492a;
  text-align: center;
}
.cid-toWLpfzLnc .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-tdhWCAjd9H {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tdhWCAjd9H .mbr-section-subtitle {
  color: #8a492a;
  text-align: center;
}
.cid-tdhWCAjd9H .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-tdhUA78qGJ {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-tdhUA78qGJ .image-block {
  margin: auto;
}
.cid-tdhUA78qGJ .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tdhUA78qGJ .image-block {
    width: 100% !important;
  }
}
.cid-tdhUA78qGJ .container-fluid {
  padding: 0;
}
.cid-tdhOaFLqcR {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tdhOaFLqcR .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tdhOaFLqcR .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tdhOaFLqcR .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tdhOaFLqcR .mbr-gallery-item {
  width: 33.3%;
}
.cid-tdhOaFLqcR .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-tdhOaFLqcR .mbr-gallery-item {
    width: 100%;
  }
}
.cid-tdhOaFLqcR .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-tdhOaFLqcR .mbr-gallery-row {
  justify-content: center;
}
.cid-tdhOaFLqcR .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tdhOaFLqcR .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-tdhOaFLqcR .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tdhOaFLqcR .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tdhOaFLqcR .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tdhOaFLqcR .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-tdhOaFLqcR .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tdhOaFLqcR .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tdhOaFLqcR img {
  transition: all 2s !important;
}
.cid-tdhOaFLqcR .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #000000, #8a492a) !important;
}
.cid-tdhOaFLqcR .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tdhOaFLqcR .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #000000, #8a492a) !important;
}
.cid-ti5QzgbcLL {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u5wnynus8Q {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5wnynus8Q P {
  color: #000000;
  text-align: center;
}
.cid-u5wnynus8Q H5 {
  color: #8f8f8f;
  text-align: center;
}
.cid-u5wnynus8Q h5 {
  display: center;
  text-decoration: none;
  width: inline;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-u5wnynus8Q h5:hover {
  background-size: 0% 0%;
}
.cid-u5wnynus8Q .col-md-4 {
  flex-direction: inline;
  display: inline;
  justify-content: center;
}
.cid-u5wnynus8Q H4 {
  text-align: center;
  color: #606060;
}
.cid-txhjy0AVge {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-txhjy0AVge .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-txhjy0AVge .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-txhjy0AVge .btn {
  margin-bottom: 2rem;
}
.cid-txhjy0AVge .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-txhjy0AVge .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-txhjy0AVge .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-txhjy0AVge .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txhjy0AVge .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-txhjy0AVge .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-txhjy0AVge .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-txhjy0AVge .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-txhjy0AVge .links {
  color: #606060;
  text-align: center;
}
.cid-tdyXxvcyIv .navbar-dropdown {
  position: relative !important;
  top: 3;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-tdyXxvcyIv .collapsed {
  flex-direction: row !important;
}
.cid-tdyXxvcyIv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tdyXxvcyIv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tdyXxvcyIv .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tdyXxvcyIv .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tdyXxvcyIv .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tdyXxvcyIv .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tdyXxvcyIv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tdyXxvcyIv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tdyXxvcyIv .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tdyXxvcyIv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tdyXxvcyIv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tdyXxvcyIv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tdyXxvcyIv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tdyXxvcyIv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tdyXxvcyIv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tdyXxvcyIv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tdyXxvcyIv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tdyXxvcyIv .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tdyXxvcyIv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tdyXxvcyIv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tdyXxvcyIv .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tdyXxvcyIv .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tdyXxvcyIv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tdyXxvcyIv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tdyXxvcyIv .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tdyXxvcyIv .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tdyXxvcyIv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tdyXxvcyIv .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tdyXxvcyIv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tdyXxvcyIv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tdyXxvcyIv .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tdyXxvcyIv .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-tdyXxvcyIv .nav-item:focus,
.cid-tdyXxvcyIv .nav-link:focus {
  outline: none;
}
.cid-tdyXxvcyIv .text-white:hover,
.cid-tdyXxvcyIv .text-white:active,
.cid-tdyXxvcyIv .text-white:focus {
  color: white !important;
}
.cid-tdyXxvcyIv .dropdown-item {
  font-weight: 300 !important;
  color: black !important;
}
.cid-tdyXxvcyIv .dropdown-item:hover {
  color: black !important;
}
.cid-tdyXxvcyIv .dropdown-menu {
  background-color: white !important;
}
.cid-tdyXxvcyIv .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(122, 122, 122, 0.35);
  display: block;
}
.cid-tdyXxvcyIv .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tdyXxvcyIv .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-tdyXxvcyIv .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-tdyXxvcyIv .nav-item {
    position: relative;
  }
}
.cid-tdyXxvcyIv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tdyXxvcyIv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tdyXxvcyIv .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tdyXxvcyIv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tdyXxvcyIv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tdyXxvcyIv .navbar-caption {
  font-weight: 600 !important;
}
.cid-tdyXxvcyIv .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tdyXxvcyIv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tdyXxvcyIv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tdyXxvcyIv .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tdyXxvcyIv .dropdown-item.active,
.cid-tdyXxvcyIv .dropdown-item:active {
  background-color: transparent;
}
.cid-tdyXxvcyIv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tdyXxvcyIv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tdyXxvcyIv .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tdyXxvcyIv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tdyXxvcyIv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tdyXxvcyIv ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tdyXxvcyIv .navbar-buttons {
  text-align: center;
}
.cid-tdyXxvcyIv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tdyXxvcyIv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #606060;
}
.cid-tdyXxvcyIv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tdyXxvcyIv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tdyXxvcyIv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tdyXxvcyIv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tdyXxvcyIv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tdyXxvcyIv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tdyXxvcyIv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tdyXxvcyIv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tdyXxvcyIv .nav-link {
  font-weight: 400 !important;
}
.cid-tdyXxvcyIv a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tdyXxvcyIv .mbr-iconfont {
  font-size: 1.0rem;
  padding-right: 0.5rem;
}
.cid-tdyXxvcyIv .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tdyXxvcyIv .icons-menu span {
  font-size: 24px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tdyXxvcyIv .navbar {
    height: 77px;
  }
  .cid-tdyXxvcyIv .navbar.opened {
    height: auto;
  }
  .cid-tdyXxvcyIv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toYhFlJQKs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-toYhFlJQKs .mbr-section-subtitle {
  color: #8a492a;
  text-align: center;
}
.cid-toYhFlJQKs .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-tdyXxwVvYC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tdyXxwVvYC .mbr-section-subtitle {
  color: #8a492a;
  text-align: center;
}
.cid-tdyXxwVvYC .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-tdyXxwfFlH {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-tdyXxwfFlH .image-block {
  margin: auto;
}
.cid-tdyXxwfFlH .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tdyXxwfFlH .image-block {
    width: 100% !important;
  }
}
.cid-tdyXxwfFlH .container-fluid {
  padding: 0;
}
.cid-tdyXxxetMh {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tdyXxxetMh .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tdyXxxetMh .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tdyXxxetMh .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tdyXxxetMh .mbr-gallery-item {
  width: 33.3%;
}
.cid-tdyXxxetMh .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-tdyXxxetMh .mbr-gallery-item {
    width: 100%;
  }
}
.cid-tdyXxxetMh .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-tdyXxxetMh .mbr-gallery-row {
  justify-content: center;
}
.cid-tdyXxxetMh .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tdyXxxetMh .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-tdyXxxetMh .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tdyXxxetMh .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tdyXxxetMh .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tdyXxxetMh .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-tdyXxxetMh .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tdyXxxetMh .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tdyXxxetMh img {
  transition: all 2s !important;
}
.cid-tdyXxxetMh .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #000000, #8a492a) !important;
}
.cid-tdyXxxetMh .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tdyXxxetMh .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #000000, #8a492a) !important;
}
.cid-ti5RgO0CU0 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u5won0KPer {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5won0KPer P {
  color: #000000;
  text-align: center;
}
.cid-u5won0KPer H5 {
  color: #8f8f8f;
  text-align: center;
}
.cid-u5won0KPer h5 {
  display: center;
  text-decoration: none;
  width: inline;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-u5won0KPer h5:hover {
  background-size: 0% 0%;
}
.cid-u5won0KPer .col-md-4 {
  flex-direction: inline;
  display: inline;
  justify-content: center;
}
.cid-u5won0KPer H4 {
  text-align: center;
  color: #606060;
}
.cid-txhjHCdVBh {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-txhjHCdVBh .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-txhjHCdVBh .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-txhjHCdVBh .btn {
  margin-bottom: 2rem;
}
.cid-txhjHCdVBh .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-txhjHCdVBh .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-txhjHCdVBh .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-txhjHCdVBh .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txhjHCdVBh .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-txhjHCdVBh .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-txhjHCdVBh .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-txhjHCdVBh .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-txhjHCdVBh .links {
  color: #606060;
  text-align: center;
}
.cid-tdz6F2UpJf .navbar-dropdown {
  position: relative !important;
  top: 3;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-tdz6F2UpJf .collapsed {
  flex-direction: row !important;
}
.cid-tdz6F2UpJf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tdz6F2UpJf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tdz6F2UpJf .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tdz6F2UpJf .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tdz6F2UpJf .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tdz6F2UpJf .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tdz6F2UpJf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tdz6F2UpJf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tdz6F2UpJf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tdz6F2UpJf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tdz6F2UpJf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tdz6F2UpJf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tdz6F2UpJf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tdz6F2UpJf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tdz6F2UpJf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tdz6F2UpJf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tdz6F2UpJf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tdz6F2UpJf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tdz6F2UpJf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tdz6F2UpJf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tdz6F2UpJf .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tdz6F2UpJf .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tdz6F2UpJf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tdz6F2UpJf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tdz6F2UpJf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tdz6F2UpJf .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tdz6F2UpJf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tdz6F2UpJf .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tdz6F2UpJf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tdz6F2UpJf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tdz6F2UpJf .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tdz6F2UpJf .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-tdz6F2UpJf .nav-item:focus,
.cid-tdz6F2UpJf .nav-link:focus {
  outline: none;
}
.cid-tdz6F2UpJf .text-white:hover,
.cid-tdz6F2UpJf .text-white:active,
.cid-tdz6F2UpJf .text-white:focus {
  color: white !important;
}
.cid-tdz6F2UpJf .dropdown-item {
  font-weight: 300 !important;
  color: black !important;
}
.cid-tdz6F2UpJf .dropdown-item:hover {
  color: black !important;
}
.cid-tdz6F2UpJf .dropdown-menu {
  background-color: white !important;
}
.cid-tdz6F2UpJf .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(122, 122, 122, 0.35);
  display: block;
}
.cid-tdz6F2UpJf .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tdz6F2UpJf .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-tdz6F2UpJf .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-tdz6F2UpJf .nav-item {
    position: relative;
  }
}
.cid-tdz6F2UpJf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tdz6F2UpJf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tdz6F2UpJf .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tdz6F2UpJf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tdz6F2UpJf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tdz6F2UpJf .navbar-caption {
  font-weight: 600 !important;
}
.cid-tdz6F2UpJf .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tdz6F2UpJf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tdz6F2UpJf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tdz6F2UpJf .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tdz6F2UpJf .dropdown-item.active,
.cid-tdz6F2UpJf .dropdown-item:active {
  background-color: transparent;
}
.cid-tdz6F2UpJf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tdz6F2UpJf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tdz6F2UpJf .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tdz6F2UpJf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tdz6F2UpJf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tdz6F2UpJf ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tdz6F2UpJf .navbar-buttons {
  text-align: center;
}
.cid-tdz6F2UpJf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tdz6F2UpJf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #606060;
}
.cid-tdz6F2UpJf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tdz6F2UpJf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tdz6F2UpJf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tdz6F2UpJf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tdz6F2UpJf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tdz6F2UpJf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tdz6F2UpJf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tdz6F2UpJf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tdz6F2UpJf .nav-link {
  font-weight: 400 !important;
}
.cid-tdz6F2UpJf a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tdz6F2UpJf .mbr-iconfont {
  font-size: 1.0rem;
  padding-right: 0.5rem;
}
.cid-tdz6F2UpJf .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tdz6F2UpJf .icons-menu span {
  font-size: 24px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tdz6F2UpJf .navbar {
    height: 77px;
  }
  .cid-tdz6F2UpJf .navbar.opened {
    height: auto;
  }
  .cid-tdz6F2UpJf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tdz6F3wptp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tdz6F3wptp .mbr-section-subtitle {
  color: #8a492a;
  text-align: center;
}
.cid-tdz6F3wptp .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-tCncTDrNl1 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tCncTDrNl1 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tCncTDrNl1 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tCncTDrNl1 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tCncTDrNl1 P {
  color: #606060;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-tCncTDrNl1 img {
  margin-top: 32px;
}
.cid-tCncTDrNl1 img {
  margin-top: 16px;
}
@media (max-width: 990px) {
  .cid-tCncTDrNl1 .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-tCncTDrNl1 .top,
  .cid-tCncTDrNl1 .top-2 {
    margin-top: 0;
  }
}
.cid-tdz6F3Kfmt {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tdz6F3Kfmt .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tdz6F3Kfmt .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tdz6F3Kfmt .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tdz6F3Kfmt P {
  color: #606060;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-tdz6F3Kfmt img {
  margin-top: 32px;
}
.cid-tdz6F3Kfmt img {
  margin-top: 16px;
}
@media (max-width: 990px) {
  .cid-tdz6F3Kfmt .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-tdz6F3Kfmt .top,
  .cid-tdz6F3Kfmt .top-2 {
    margin-top: 0;
  }
}
.cid-th9d4Te39f {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-th9d4Te39f .row {
  align-items: stretch;
  justify-content: center;
}
.cid-th9d4Te39f .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-th9d4Te39f .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-th9d4Te39f P {
  color: #606060;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-th9d4Te39f img {
  margin-top: 32px;
}
.cid-th9d4Te39f img {
  margin-top: 16px;
}
@media (max-width: 990px) {
  .cid-th9d4Te39f .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-th9d4Te39f .top,
  .cid-th9d4Te39f .top-2 {
    margin-top: 0;
  }
}
.cid-ti5eiNFiBX {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ti5eiNFiBX .row {
  align-items: stretch;
  justify-content: center;
}
.cid-ti5eiNFiBX .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-ti5eiNFiBX .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-ti5eiNFiBX P {
  color: #606060;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-ti5eiNFiBX img {
  margin-top: 32px;
}
.cid-ti5eiNFiBX img {
  margin-top: 16px;
}
@media (max-width: 990px) {
  .cid-ti5eiNFiBX .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-ti5eiNFiBX .top,
  .cid-ti5eiNFiBX .top-2 {
    margin-top: 0;
  }
}
.cid-tmpIrgBePW {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tmpIrgBePW .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tmpIrgBePW .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tmpIrgBePW .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tmpIrgBePW P {
  color: #606060;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-tmpIrgBePW img {
  margin-top: 32px;
}
.cid-tmpIrgBePW img {
  margin-top: 16px;
}
@media (max-width: 990px) {
  .cid-tmpIrgBePW .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-tmpIrgBePW .top,
  .cid-tmpIrgBePW .top-2 {
    margin-top: 0;
  }
}
.cid-ti5Pc9HPal {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u5wqV8y7Tj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5wqV8y7Tj P {
  color: #000000;
  text-align: center;
}
.cid-u5wqV8y7Tj H5 {
  color: #8f8f8f;
  text-align: center;
}
.cid-u5wqV8y7Tj h5 {
  display: center;
  text-decoration: none;
  width: inline;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-u5wqV8y7Tj h5:hover {
  background-size: 0% 0%;
}
.cid-u5wqV8y7Tj .col-md-4 {
  flex-direction: inline;
  display: inline;
  justify-content: center;
}
.cid-u5wqV8y7Tj H4 {
  text-align: center;
  color: #606060;
}
.cid-txhn4I5Ncz {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-txhn4I5Ncz .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-txhn4I5Ncz .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-txhn4I5Ncz .btn {
  margin-bottom: 2rem;
}
.cid-txhn4I5Ncz .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-txhn4I5Ncz .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-txhn4I5Ncz .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-txhn4I5Ncz .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txhn4I5Ncz .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-txhn4I5Ncz .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-txhn4I5Ncz .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-txhn4I5Ncz .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-txhn4I5Ncz .links {
  color: #606060;
  text-align: center;
}
.cid-th2pupPgOm .navbar-dropdown {
  position: relative !important;
  top: 3;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-th2pupPgOm .collapsed {
  flex-direction: row !important;
}
.cid-th2pupPgOm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-th2pupPgOm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-th2pupPgOm .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-th2pupPgOm .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-th2pupPgOm .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-th2pupPgOm .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-th2pupPgOm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-th2pupPgOm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-th2pupPgOm .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-th2pupPgOm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-th2pupPgOm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-th2pupPgOm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-th2pupPgOm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-th2pupPgOm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-th2pupPgOm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-th2pupPgOm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-th2pupPgOm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-th2pupPgOm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-th2pupPgOm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-th2pupPgOm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-th2pupPgOm .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-th2pupPgOm .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-th2pupPgOm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-th2pupPgOm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-th2pupPgOm .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-th2pupPgOm .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-th2pupPgOm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-th2pupPgOm .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-th2pupPgOm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-th2pupPgOm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-th2pupPgOm .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-th2pupPgOm .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-th2pupPgOm .nav-item:focus,
.cid-th2pupPgOm .nav-link:focus {
  outline: none;
}
.cid-th2pupPgOm .text-white:hover,
.cid-th2pupPgOm .text-white:active,
.cid-th2pupPgOm .text-white:focus {
  color: white !important;
}
.cid-th2pupPgOm .dropdown-item {
  font-weight: 300 !important;
  color: black !important;
}
.cid-th2pupPgOm .dropdown-item:hover {
  color: black !important;
}
.cid-th2pupPgOm .dropdown-menu {
  background-color: white !important;
}
.cid-th2pupPgOm .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(122, 122, 122, 0.35);
  display: block;
}
.cid-th2pupPgOm .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-th2pupPgOm .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-th2pupPgOm .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-th2pupPgOm .nav-item {
    position: relative;
  }
}
.cid-th2pupPgOm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-th2pupPgOm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-th2pupPgOm .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-th2pupPgOm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-th2pupPgOm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-th2pupPgOm .navbar-caption {
  font-weight: 600 !important;
}
.cid-th2pupPgOm .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-th2pupPgOm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-th2pupPgOm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-th2pupPgOm .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-th2pupPgOm .dropdown-item.active,
.cid-th2pupPgOm .dropdown-item:active {
  background-color: transparent;
}
.cid-th2pupPgOm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-th2pupPgOm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-th2pupPgOm .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-th2pupPgOm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-th2pupPgOm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-th2pupPgOm ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-th2pupPgOm .navbar-buttons {
  text-align: center;
}
.cid-th2pupPgOm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-th2pupPgOm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #606060;
}
.cid-th2pupPgOm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-th2pupPgOm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-th2pupPgOm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-th2pupPgOm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-th2pupPgOm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-th2pupPgOm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-th2pupPgOm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-th2pupPgOm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-th2pupPgOm .nav-link {
  font-weight: 400 !important;
}
.cid-th2pupPgOm a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-th2pupPgOm .mbr-iconfont {
  font-size: 1.0rem;
  padding-right: 0.5rem;
}
.cid-th2pupPgOm .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-th2pupPgOm .icons-menu span {
  font-size: 24px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-th2pupPgOm .navbar {
    height: 77px;
  }
  .cid-th2pupPgOm .navbar.opened {
    height: auto;
  }
  .cid-th2pupPgOm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toYin6K7CA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-toYin6K7CA .mbr-section-subtitle {
  color: #8a492a;
  text-align: center;
}
.cid-toYin6K7CA .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-th2puqTyKW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-th2puqTyKW .mbr-section-subtitle {
  color: #8a492a;
  text-align: center;
}
.cid-th2puqTyKW .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-th2purcHK4 {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-th2purcHK4 .image-block {
  margin: auto;
}
.cid-th2purcHK4 .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-th2purcHK4 .image-block {
    width: 100% !important;
  }
}
.cid-th2purcHK4 .container-fluid {
  padding: 0;
}
.cid-th2purvexo {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-th2purvexo .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-th2purvexo .mbr-gallery-item {
  width: 33.3%;
}
.cid-th2purvexo .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-th2purvexo .wrap {
    width: 100%;
  }
}
.cid-th2purvexo .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-th2purvexo .mbr-gallery-item > div:hover:before {
  z-index: 2;
}
.cid-th2purvexo .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-th2purvexo .mbr-gallery-item > div:hover .mbr-gallery-title::centre {
  background: transparent !important;
}
.cid-th2purvexo .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-th2purvexo .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-th2purvexo .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-th2purvexo .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-th2purvexo .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-th2purvexo img {
  transition: all 2s !important;
}
.cid-th2purvexo .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  center: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to centre, #000000, #8a492a) !important;
}
.cid-th2purvexo .mbr-gallery-title {
  font-size: 0.9em;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 10rem;
  color: #fff;
  z-index: 2;
}
.cid-th2purvexo .mbr-gallery-title:before {
  content: 'centre';
  width: 100%;
  height: 100%;
  top: 0;
  center: 0;
  z-index: -1;
  position: centre;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to centre, #000000, #8a492a) !important;
}
.cid-ti5R2jdWfD {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u5woIzpPie {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5woIzpPie P {
  color: #000000;
  text-align: center;
}
.cid-u5woIzpPie H5 {
  color: #8f8f8f;
  text-align: center;
}
.cid-u5woIzpPie h5 {
  display: center;
  text-decoration: none;
  width: inline;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-u5woIzpPie h5:hover {
  background-size: 0% 0%;
}
.cid-u5woIzpPie .col-md-4 {
  flex-direction: inline;
  display: inline;
  justify-content: center;
}
.cid-u5woIzpPie H4 {
  text-align: center;
  color: #606060;
}
.cid-txhjPXvRm0 {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-txhjPXvRm0 .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-txhjPXvRm0 .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-txhjPXvRm0 .btn {
  margin-bottom: 2rem;
}
.cid-txhjPXvRm0 .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-txhjPXvRm0 .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-txhjPXvRm0 .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-txhjPXvRm0 .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txhjPXvRm0 .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-txhjPXvRm0 .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-txhjPXvRm0 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-txhjPXvRm0 .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-txhjPXvRm0 .links {
  color: #606060;
  text-align: center;
}
.cid-tgtNHPzl7c .navbar-dropdown {
  position: relative !important;
  top: 3;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-tgtNHPzl7c .collapsed {
  flex-direction: row !important;
}
.cid-tgtNHPzl7c .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgtNHPzl7c .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgtNHPzl7c .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tgtNHPzl7c .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tgtNHPzl7c .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tgtNHPzl7c .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tgtNHPzl7c .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgtNHPzl7c .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tgtNHPzl7c .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tgtNHPzl7c .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgtNHPzl7c .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tgtNHPzl7c .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tgtNHPzl7c .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgtNHPzl7c .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tgtNHPzl7c .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tgtNHPzl7c .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgtNHPzl7c .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgtNHPzl7c .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tgtNHPzl7c .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgtNHPzl7c .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tgtNHPzl7c .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tgtNHPzl7c .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tgtNHPzl7c .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgtNHPzl7c .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tgtNHPzl7c .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tgtNHPzl7c .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tgtNHPzl7c .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tgtNHPzl7c .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tgtNHPzl7c .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tgtNHPzl7c .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgtNHPzl7c .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tgtNHPzl7c .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-tgtNHPzl7c .nav-item:focus,
.cid-tgtNHPzl7c .nav-link:focus {
  outline: none;
}
.cid-tgtNHPzl7c .text-white:hover,
.cid-tgtNHPzl7c .text-white:active,
.cid-tgtNHPzl7c .text-white:focus {
  color: white !important;
}
.cid-tgtNHPzl7c .dropdown-item {
  font-weight: 300 !important;
  color: black !important;
}
.cid-tgtNHPzl7c .dropdown-item:hover {
  color: black !important;
}
.cid-tgtNHPzl7c .dropdown-menu {
  background-color: white !important;
}
.cid-tgtNHPzl7c .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(122, 122, 122, 0.35);
  display: block;
}
.cid-tgtNHPzl7c .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tgtNHPzl7c .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-tgtNHPzl7c .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-tgtNHPzl7c .nav-item {
    position: relative;
  }
}
.cid-tgtNHPzl7c .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tgtNHPzl7c .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tgtNHPzl7c .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tgtNHPzl7c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tgtNHPzl7c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tgtNHPzl7c .navbar-caption {
  font-weight: 600 !important;
}
.cid-tgtNHPzl7c .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgtNHPzl7c .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tgtNHPzl7c .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgtNHPzl7c .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tgtNHPzl7c .dropdown-item.active,
.cid-tgtNHPzl7c .dropdown-item:active {
  background-color: transparent;
}
.cid-tgtNHPzl7c .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tgtNHPzl7c .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tgtNHPzl7c .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tgtNHPzl7c .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tgtNHPzl7c .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tgtNHPzl7c ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tgtNHPzl7c .navbar-buttons {
  text-align: center;
}
.cid-tgtNHPzl7c button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tgtNHPzl7c button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #606060;
}
.cid-tgtNHPzl7c button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tgtNHPzl7c button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgtNHPzl7c button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgtNHPzl7c button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tgtNHPzl7c nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgtNHPzl7c nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tgtNHPzl7c nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tgtNHPzl7c nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgtNHPzl7c .nav-link {
  font-weight: 400 !important;
}
.cid-tgtNHPzl7c a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tgtNHPzl7c .mbr-iconfont {
  font-size: 1.0rem;
  padding-right: 0.5rem;
}
.cid-tgtNHPzl7c .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tgtNHPzl7c .icons-menu span {
  font-size: 24px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgtNHPzl7c .navbar {
    height: 77px;
  }
  .cid-tgtNHPzl7c .navbar.opened {
    height: auto;
  }
  .cid-tgtNHPzl7c .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toYjkQcc3i {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-toYjkQcc3i .mbr-section-subtitle {
  color: #8a492a;
  text-align: center;
}
.cid-toYjkQcc3i .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-tgtNHQDdUp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tgtNHQDdUp .mbr-section-subtitle {
  color: #8a492a;
  text-align: center;
}
.cid-tgtNHQDdUp .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-tgtNHQUTeU {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-tgtNHQUTeU .image-block {
  margin: auto;
}
.cid-tgtNHQUTeU .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tgtNHQUTeU .image-block {
    width: 100% !important;
  }
}
.cid-tgtNHQUTeU .container-fluid {
  padding: 0;
}
.cid-tgtNHR9YD6 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tgtNHR9YD6 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tgtNHR9YD6 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tgtNHR9YD6 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tgtNHR9YD6 .mbr-gallery-item {
  width: 33.3%;
}
.cid-tgtNHR9YD6 .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-tgtNHR9YD6 .mbr-gallery-item {
    width: 100%;
  }
}
.cid-tgtNHR9YD6 .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-tgtNHR9YD6 .mbr-gallery-row {
  justify-content: center;
}
.cid-tgtNHR9YD6 .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tgtNHR9YD6 .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-tgtNHR9YD6 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tgtNHR9YD6 .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tgtNHR9YD6 .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tgtNHR9YD6 .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-tgtNHR9YD6 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tgtNHR9YD6 .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tgtNHR9YD6 img {
  transition: all 2s !important;
}
.cid-tgtNHR9YD6 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #000000, #8a492a) !important;
}
.cid-tgtNHR9YD6 .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tgtNHR9YD6 .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #000000, #8a492a) !important;
}
.cid-ti5R9L1snc {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u5woO9970K {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5woO9970K P {
  color: #000000;
  text-align: center;
}
.cid-u5woO9970K H5 {
  color: #8f8f8f;
  text-align: center;
}
.cid-u5woO9970K h5 {
  display: center;
  text-decoration: none;
  width: inline;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-u5woO9970K h5:hover {
  background-size: 0% 0%;
}
.cid-u5woO9970K .col-md-4 {
  flex-direction: inline;
  display: inline;
  justify-content: center;
}
.cid-u5woO9970K H4 {
  text-align: center;
  color: #606060;
}
.cid-txhk5Jpjct {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-txhk5Jpjct .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-txhk5Jpjct .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-txhk5Jpjct .btn {
  margin-bottom: 2rem;
}
.cid-txhk5Jpjct .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-txhk5Jpjct .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-txhk5Jpjct .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-txhk5Jpjct .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txhk5Jpjct .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-txhk5Jpjct .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-txhk5Jpjct .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-txhk5Jpjct .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-txhk5Jpjct .links {
  color: #606060;
  text-align: center;
}
.cid-th8qMoOSjc .navbar-dropdown {
  position: relative !important;
  top: 3;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-th8qMoOSjc .collapsed {
  flex-direction: row !important;
}
.cid-th8qMoOSjc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-th8qMoOSjc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-th8qMoOSjc .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-th8qMoOSjc .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-th8qMoOSjc .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-th8qMoOSjc .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-th8qMoOSjc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-th8qMoOSjc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-th8qMoOSjc .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-th8qMoOSjc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-th8qMoOSjc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-th8qMoOSjc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-th8qMoOSjc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-th8qMoOSjc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-th8qMoOSjc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-th8qMoOSjc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-th8qMoOSjc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-th8qMoOSjc .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-th8qMoOSjc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-th8qMoOSjc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-th8qMoOSjc .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-th8qMoOSjc .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-th8qMoOSjc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-th8qMoOSjc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-th8qMoOSjc .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-th8qMoOSjc .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-th8qMoOSjc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-th8qMoOSjc .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-th8qMoOSjc .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-th8qMoOSjc .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-th8qMoOSjc .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-th8qMoOSjc .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-th8qMoOSjc .nav-item:focus,
.cid-th8qMoOSjc .nav-link:focus {
  outline: none;
}
.cid-th8qMoOSjc .text-white:hover,
.cid-th8qMoOSjc .text-white:active,
.cid-th8qMoOSjc .text-white:focus {
  color: white !important;
}
.cid-th8qMoOSjc .dropdown-item {
  font-weight: 300 !important;
  color: black !important;
}
.cid-th8qMoOSjc .dropdown-item:hover {
  color: black !important;
}
.cid-th8qMoOSjc .dropdown-menu {
  background-color: white !important;
}
.cid-th8qMoOSjc .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(122, 122, 122, 0.35);
  display: block;
}
.cid-th8qMoOSjc .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-th8qMoOSjc .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-th8qMoOSjc .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-th8qMoOSjc .nav-item {
    position: relative;
  }
}
.cid-th8qMoOSjc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-th8qMoOSjc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-th8qMoOSjc .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-th8qMoOSjc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-th8qMoOSjc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-th8qMoOSjc .navbar-caption {
  font-weight: 600 !important;
}
.cid-th8qMoOSjc .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-th8qMoOSjc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-th8qMoOSjc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-th8qMoOSjc .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-th8qMoOSjc .dropdown-item.active,
.cid-th8qMoOSjc .dropdown-item:active {
  background-color: transparent;
}
.cid-th8qMoOSjc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-th8qMoOSjc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-th8qMoOSjc .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-th8qMoOSjc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-th8qMoOSjc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-th8qMoOSjc ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-th8qMoOSjc .navbar-buttons {
  text-align: center;
}
.cid-th8qMoOSjc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-th8qMoOSjc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #606060;
}
.cid-th8qMoOSjc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-th8qMoOSjc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-th8qMoOSjc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-th8qMoOSjc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-th8qMoOSjc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-th8qMoOSjc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-th8qMoOSjc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-th8qMoOSjc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-th8qMoOSjc .nav-link {
  font-weight: 400 !important;
}
.cid-th8qMoOSjc a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-th8qMoOSjc .mbr-iconfont {
  font-size: 1.0rem;
  padding-right: 0.5rem;
}
.cid-th8qMoOSjc .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-th8qMoOSjc .icons-menu span {
  font-size: 24px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-th8qMoOSjc .navbar {
    height: 77px;
  }
  .cid-th8qMoOSjc .navbar.opened {
    height: auto;
  }
  .cid-th8qMoOSjc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toYjtfMmwv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-toYjtfMmwv .mbr-section-subtitle {
  color: #8a492a;
  text-align: center;
}
.cid-toYjtfMmwv .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-th8qMq2QCb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-th8qMq2QCb .mbr-section-subtitle {
  color: #8a492a;
  text-align: center;
}
.cid-th8qMq2QCb .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-th8qMqSxNX {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-th8qMqSxNX .image-block {
  margin: auto;
}
.cid-th8qMqSxNX .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-th8qMqSxNX .image-block {
    width: 100% !important;
  }
}
.cid-th8qMqSxNX .container-fluid {
  padding: 0;
}
.cid-th8qMrduQJ {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-th8qMrduQJ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-th8qMrduQJ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-th8qMrduQJ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-th8qMrduQJ .mbr-gallery-item {
  width: 33.3%;
}
.cid-th8qMrduQJ .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-th8qMrduQJ .mbr-gallery-item {
    width: 100%;
  }
}
.cid-th8qMrduQJ .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-th8qMrduQJ .mbr-gallery-row {
  justify-content: center;
}
.cid-th8qMrduQJ .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-th8qMrduQJ .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-th8qMrduQJ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-th8qMrduQJ .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-th8qMrduQJ .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-th8qMrduQJ .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-th8qMrduQJ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-th8qMrduQJ .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-th8qMrduQJ img {
  transition: all 2s !important;
}
.cid-th8qMrduQJ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #000000, #8a492a) !important;
}
.cid-th8qMrduQJ .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-th8qMrduQJ .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #000000, #8a492a) !important;
}
.cid-ti5RovCfrR {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u5woRkHgg8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5woRkHgg8 P {
  color: #000000;
  text-align: center;
}
.cid-u5woRkHgg8 H5 {
  color: #8f8f8f;
  text-align: center;
}
.cid-u5woRkHgg8 h5 {
  display: center;
  text-decoration: none;
  width: inline;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-u5woRkHgg8 h5:hover {
  background-size: 0% 0%;
}
.cid-u5woRkHgg8 .col-md-4 {
  flex-direction: inline;
  display: inline;
  justify-content: center;
}
.cid-u5woRkHgg8 H4 {
  text-align: center;
  color: #606060;
}
.cid-txhk9cWcxL {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-txhk9cWcxL .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-txhk9cWcxL .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-txhk9cWcxL .btn {
  margin-bottom: 2rem;
}
.cid-txhk9cWcxL .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-txhk9cWcxL .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-txhk9cWcxL .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-txhk9cWcxL .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txhk9cWcxL .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-txhk9cWcxL .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-txhk9cWcxL .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-txhk9cWcxL .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-txhk9cWcxL .links {
  color: #606060;
  text-align: center;
}
.cid-th8s1DQQzP .navbar-dropdown {
  position: relative !important;
  top: 3;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-th8s1DQQzP .collapsed {
  flex-direction: row !important;
}
.cid-th8s1DQQzP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-th8s1DQQzP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-th8s1DQQzP .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-th8s1DQQzP .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-th8s1DQQzP .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-th8s1DQQzP .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-th8s1DQQzP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-th8s1DQQzP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-th8s1DQQzP .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-th8s1DQQzP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-th8s1DQQzP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-th8s1DQQzP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-th8s1DQQzP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-th8s1DQQzP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-th8s1DQQzP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-th8s1DQQzP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-th8s1DQQzP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-th8s1DQQzP .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-th8s1DQQzP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-th8s1DQQzP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-th8s1DQQzP .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-th8s1DQQzP .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-th8s1DQQzP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-th8s1DQQzP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-th8s1DQQzP .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-th8s1DQQzP .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-th8s1DQQzP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-th8s1DQQzP .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-th8s1DQQzP .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-th8s1DQQzP .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-th8s1DQQzP .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-th8s1DQQzP .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-th8s1DQQzP .nav-item:focus,
.cid-th8s1DQQzP .nav-link:focus {
  outline: none;
}
.cid-th8s1DQQzP .text-white:hover,
.cid-th8s1DQQzP .text-white:active,
.cid-th8s1DQQzP .text-white:focus {
  color: white !important;
}
.cid-th8s1DQQzP .dropdown-item {
  font-weight: 300 !important;
  color: black !important;
}
.cid-th8s1DQQzP .dropdown-item:hover {
  color: black !important;
}
.cid-th8s1DQQzP .dropdown-menu {
  background-color: white !important;
}
.cid-th8s1DQQzP .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(122, 122, 122, 0.35);
  display: block;
}
.cid-th8s1DQQzP .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-th8s1DQQzP .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-th8s1DQQzP .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-th8s1DQQzP .nav-item {
    position: relative;
  }
}
.cid-th8s1DQQzP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-th8s1DQQzP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-th8s1DQQzP .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-th8s1DQQzP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-th8s1DQQzP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-th8s1DQQzP .navbar-caption {
  font-weight: 600 !important;
}
.cid-th8s1DQQzP .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-th8s1DQQzP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-th8s1DQQzP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-th8s1DQQzP .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-th8s1DQQzP .dropdown-item.active,
.cid-th8s1DQQzP .dropdown-item:active {
  background-color: transparent;
}
.cid-th8s1DQQzP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-th8s1DQQzP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-th8s1DQQzP .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-th8s1DQQzP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-th8s1DQQzP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-th8s1DQQzP ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-th8s1DQQzP .navbar-buttons {
  text-align: center;
}
.cid-th8s1DQQzP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-th8s1DQQzP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #606060;
}
.cid-th8s1DQQzP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-th8s1DQQzP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-th8s1DQQzP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-th8s1DQQzP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-th8s1DQQzP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-th8s1DQQzP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-th8s1DQQzP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-th8s1DQQzP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-th8s1DQQzP .nav-link {
  font-weight: 400 !important;
}
.cid-th8s1DQQzP a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-th8s1DQQzP .mbr-iconfont {
  font-size: 1.0rem;
  padding-right: 0.5rem;
}
.cid-th8s1DQQzP .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-th8s1DQQzP .icons-menu span {
  font-size: 24px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-th8s1DQQzP .navbar {
    height: 77px;
  }
  .cid-th8s1DQQzP .navbar.opened {
    height: auto;
  }
  .cid-th8s1DQQzP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toYkzAfNjG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-toYkzAfNjG .mbr-section-subtitle {
  color: #8a492a;
  text-align: center;
}
.cid-toYkzAfNjG .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-th8s1F39Ez {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-th8s1F39Ez .mbr-section-subtitle {
  color: #8a492a;
  text-align: center;
}
.cid-th8s1F39Ez .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-th8s1FpcUJ {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-th8s1FpcUJ .image-block {
  margin: auto;
}
.cid-th8s1FpcUJ .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-th8s1FpcUJ .image-block {
    width: 100% !important;
  }
}
.cid-th8s1FpcUJ .container-fluid {
  padding: 0;
}
.cid-th8s1FPqQP {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-th8s1FPqQP .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-th8s1FPqQP .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-th8s1FPqQP .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-th8s1FPqQP .mbr-gallery-item {
  width: 33.3%;
}
.cid-th8s1FPqQP .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-th8s1FPqQP .mbr-gallery-item {
    width: 100%;
  }
}
.cid-th8s1FPqQP .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-th8s1FPqQP .mbr-gallery-row {
  justify-content: center;
}
.cid-th8s1FPqQP .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-th8s1FPqQP .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-th8s1FPqQP .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-th8s1FPqQP .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-th8s1FPqQP .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-th8s1FPqQP .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-th8s1FPqQP .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-th8s1FPqQP .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-th8s1FPqQP img {
  transition: all 2s !important;
}
.cid-th8s1FPqQP .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #000000, #8a492a) !important;
}
.cid-th8s1FPqQP .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-th8s1FPqQP .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #000000, #8a492a) !important;
}
.cid-ti5Rx788Ao {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u5wqPNluH5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5wqPNluH5 P {
  color: #000000;
  text-align: center;
}
.cid-u5wqPNluH5 H5 {
  color: #8f8f8f;
  text-align: center;
}
.cid-u5wqPNluH5 h5 {
  display: center;
  text-decoration: none;
  width: inline;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-u5wqPNluH5 h5:hover {
  background-size: 0% 0%;
}
.cid-u5wqPNluH5 .col-md-4 {
  flex-direction: inline;
  display: inline;
  justify-content: center;
}
.cid-u5wqPNluH5 H4 {
  text-align: center;
  color: #606060;
}
.cid-txhn1kKZjz {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-txhn1kKZjz .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-txhn1kKZjz .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-txhn1kKZjz .btn {
  margin-bottom: 2rem;
}
.cid-txhn1kKZjz .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-txhn1kKZjz .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-txhn1kKZjz .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-txhn1kKZjz .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txhn1kKZjz .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-txhn1kKZjz .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-txhn1kKZjz .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-txhn1kKZjz .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-txhn1kKZjz .links {
  color: #606060;
  text-align: center;
}
.cid-th8v9pre1F .navbar-dropdown {
  position: relative !important;
  top: 3;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-th8v9pre1F .collapsed {
  flex-direction: row !important;
}
.cid-th8v9pre1F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-th8v9pre1F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-th8v9pre1F .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-th8v9pre1F .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-th8v9pre1F .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-th8v9pre1F .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-th8v9pre1F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-th8v9pre1F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-th8v9pre1F .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-th8v9pre1F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-th8v9pre1F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-th8v9pre1F .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-th8v9pre1F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-th8v9pre1F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-th8v9pre1F .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-th8v9pre1F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-th8v9pre1F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-th8v9pre1F .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-th8v9pre1F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-th8v9pre1F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-th8v9pre1F .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-th8v9pre1F .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-th8v9pre1F .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-th8v9pre1F .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-th8v9pre1F .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-th8v9pre1F .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-th8v9pre1F .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-th8v9pre1F .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-th8v9pre1F .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-th8v9pre1F .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-th8v9pre1F .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-th8v9pre1F .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-th8v9pre1F .nav-item:focus,
.cid-th8v9pre1F .nav-link:focus {
  outline: none;
}
.cid-th8v9pre1F .text-white:hover,
.cid-th8v9pre1F .text-white:active,
.cid-th8v9pre1F .text-white:focus {
  color: white !important;
}
.cid-th8v9pre1F .dropdown-item {
  font-weight: 300 !important;
  color: black !important;
}
.cid-th8v9pre1F .dropdown-item:hover {
  color: black !important;
}
.cid-th8v9pre1F .dropdown-menu {
  background-color: white !important;
}
.cid-th8v9pre1F .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(122, 122, 122, 0.35);
  display: block;
}
.cid-th8v9pre1F .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-th8v9pre1F .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-th8v9pre1F .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-th8v9pre1F .nav-item {
    position: relative;
  }
}
.cid-th8v9pre1F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-th8v9pre1F .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-th8v9pre1F .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-th8v9pre1F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-th8v9pre1F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-th8v9pre1F .navbar-caption {
  font-weight: 600 !important;
}
.cid-th8v9pre1F .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-th8v9pre1F .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-th8v9pre1F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-th8v9pre1F .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-th8v9pre1F .dropdown-item.active,
.cid-th8v9pre1F .dropdown-item:active {
  background-color: transparent;
}
.cid-th8v9pre1F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-th8v9pre1F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-th8v9pre1F .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-th8v9pre1F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-th8v9pre1F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-th8v9pre1F ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-th8v9pre1F .navbar-buttons {
  text-align: center;
}
.cid-th8v9pre1F button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-th8v9pre1F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #606060;
}
.cid-th8v9pre1F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-th8v9pre1F button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-th8v9pre1F button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-th8v9pre1F button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-th8v9pre1F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-th8v9pre1F nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-th8v9pre1F nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-th8v9pre1F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-th8v9pre1F .nav-link {
  font-weight: 400 !important;
}
.cid-th8v9pre1F a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-th8v9pre1F .mbr-iconfont {
  font-size: 1.0rem;
  padding-right: 0.5rem;
}
.cid-th8v9pre1F .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-th8v9pre1F .icons-menu span {
  font-size: 24px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-th8v9pre1F .navbar {
    height: 77px;
  }
  .cid-th8v9pre1F .navbar.opened {
    height: auto;
  }
  .cid-th8v9pre1F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toYpCwTsR5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-toYpCwTsR5 .mbr-section-subtitle {
  color: #8a492a;
  text-align: center;
}
.cid-toYpCwTsR5 .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-th8v9qMOUq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-th8v9qMOUq .mbr-section-subtitle {
  color: #8a492a;
  text-align: center;
}
.cid-th8v9qMOUq .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-th8v9r6yBS {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-th8v9r6yBS .image-block {
  margin: auto;
}
.cid-th8v9r6yBS .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-th8v9r6yBS .image-block {
    width: 100% !important;
  }
}
.cid-th8v9r6yBS .container-fluid {
  padding: 0;
}
.cid-th8v9rsIXA {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-th8v9rsIXA .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-th8v9rsIXA .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-th8v9rsIXA .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-th8v9rsIXA .mbr-gallery-item {
  width: 33.3%;
}
.cid-th8v9rsIXA .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-th8v9rsIXA .mbr-gallery-item {
    width: 100%;
  }
}
.cid-th8v9rsIXA .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-th8v9rsIXA .mbr-gallery-row {
  justify-content: center;
}
.cid-th8v9rsIXA .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-th8v9rsIXA .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-th8v9rsIXA .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-th8v9rsIXA .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-th8v9rsIXA .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-th8v9rsIXA .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-th8v9rsIXA .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-th8v9rsIXA .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-th8v9rsIXA img {
  transition: all 2s !important;
}
.cid-th8v9rsIXA .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #000000, #8a492a) !important;
}
.cid-th8v9rsIXA .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-th8v9rsIXA .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #000000, #8a492a) !important;
}
.cid-ti5S1aPpZu {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u5wrAlBh35 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5wrAlBh35 P {
  color: #000000;
  text-align: center;
}
.cid-u5wrAlBh35 H5 {
  color: #8f8f8f;
  text-align: center;
}
.cid-u5wrAlBh35 h5 {
  display: center;
  text-decoration: none;
  width: inline;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-u5wrAlBh35 h5:hover {
  background-size: 0% 0%;
}
.cid-u5wrAlBh35 .col-md-4 {
  flex-direction: inline;
  display: inline;
  justify-content: center;
}
.cid-u5wrAlBh35 H4 {
  text-align: center;
  color: #606060;
}
.cid-txhneTL2Jh {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-txhneTL2Jh .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-txhneTL2Jh .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-txhneTL2Jh .btn {
  margin-bottom: 2rem;
}
.cid-txhneTL2Jh .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-txhneTL2Jh .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-txhneTL2Jh .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-txhneTL2Jh .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txhneTL2Jh .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-txhneTL2Jh .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-txhneTL2Jh .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-txhneTL2Jh .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-txhneTL2Jh .links {
  color: #606060;
  text-align: center;
}
.cid-th8zcPnbU8 .navbar-dropdown {
  position: relative !important;
  top: 3;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-th8zcPnbU8 .collapsed {
  flex-direction: row !important;
}
.cid-th8zcPnbU8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-th8zcPnbU8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-th8zcPnbU8 .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-th8zcPnbU8 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-th8zcPnbU8 .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-th8zcPnbU8 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-th8zcPnbU8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-th8zcPnbU8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-th8zcPnbU8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-th8zcPnbU8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-th8zcPnbU8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-th8zcPnbU8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-th8zcPnbU8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-th8zcPnbU8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-th8zcPnbU8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-th8zcPnbU8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-th8zcPnbU8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-th8zcPnbU8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-th8zcPnbU8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-th8zcPnbU8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-th8zcPnbU8 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-th8zcPnbU8 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-th8zcPnbU8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-th8zcPnbU8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-th8zcPnbU8 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-th8zcPnbU8 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-th8zcPnbU8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-th8zcPnbU8 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-th8zcPnbU8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-th8zcPnbU8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-th8zcPnbU8 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-th8zcPnbU8 .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-th8zcPnbU8 .nav-item:focus,
.cid-th8zcPnbU8 .nav-link:focus {
  outline: none;
}
.cid-th8zcPnbU8 .text-white:hover,
.cid-th8zcPnbU8 .text-white:active,
.cid-th8zcPnbU8 .text-white:focus {
  color: white !important;
}
.cid-th8zcPnbU8 .dropdown-item {
  font-weight: 300 !important;
  color: black !important;
}
.cid-th8zcPnbU8 .dropdown-item:hover {
  color: black !important;
}
.cid-th8zcPnbU8 .dropdown-menu {
  background-color: white !important;
}
.cid-th8zcPnbU8 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(122, 122, 122, 0.35);
  display: block;
}
.cid-th8zcPnbU8 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-th8zcPnbU8 .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-th8zcPnbU8 .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-th8zcPnbU8 .nav-item {
    position: relative;
  }
}
.cid-th8zcPnbU8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-th8zcPnbU8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-th8zcPnbU8 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-th8zcPnbU8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-th8zcPnbU8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-th8zcPnbU8 .navbar-caption {
  font-weight: 600 !important;
}
.cid-th8zcPnbU8 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-th8zcPnbU8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-th8zcPnbU8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-th8zcPnbU8 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-th8zcPnbU8 .dropdown-item.active,
.cid-th8zcPnbU8 .dropdown-item:active {
  background-color: transparent;
}
.cid-th8zcPnbU8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-th8zcPnbU8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-th8zcPnbU8 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-th8zcPnbU8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-th8zcPnbU8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-th8zcPnbU8 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-th8zcPnbU8 .navbar-buttons {
  text-align: center;
}
.cid-th8zcPnbU8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-th8zcPnbU8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #606060;
}
.cid-th8zcPnbU8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-th8zcPnbU8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-th8zcPnbU8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-th8zcPnbU8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-th8zcPnbU8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-th8zcPnbU8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-th8zcPnbU8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-th8zcPnbU8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-th8zcPnbU8 .nav-link {
  font-weight: 400 !important;
}
.cid-th8zcPnbU8 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-th8zcPnbU8 .mbr-iconfont {
  font-size: 1.0rem;
  padding-right: 0.5rem;
}
.cid-th8zcPnbU8 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-th8zcPnbU8 .icons-menu span {
  font-size: 24px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-th8zcPnbU8 .navbar {
    height: 77px;
  }
  .cid-th8zcPnbU8 .navbar.opened {
    height: auto;
  }
  .cid-th8zcPnbU8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toYkXxnHXX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-toYkXxnHXX .mbr-section-subtitle {
  color: #8a492a;
  text-align: center;
}
.cid-toYkXxnHXX .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-th8zcQzeh1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-th8zcQzeh1 .mbr-section-subtitle {
  color: #8a492a;
  text-align: center;
}
.cid-th8zcQzeh1 .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-th8zcQXhqz {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-th8zcQXhqz .image-block {
  margin: auto;
}
.cid-th8zcQXhqz .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-th8zcQXhqz .image-block {
    width: 100% !important;
  }
}
.cid-th8zcQXhqz .container-fluid {
  padding: 0;
}
.cid-th8zcRhrky {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-th8zcRhrky .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-th8zcRhrky .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-th8zcRhrky .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-th8zcRhrky .mbr-gallery-item {
  width: 33.3%;
}
.cid-th8zcRhrky .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-th8zcRhrky .mbr-gallery-item {
    width: 100%;
  }
}
.cid-th8zcRhrky .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-th8zcRhrky .mbr-gallery-row {
  justify-content: center;
}
.cid-th8zcRhrky .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-th8zcRhrky .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-th8zcRhrky .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-th8zcRhrky .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-th8zcRhrky .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-th8zcRhrky .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-th8zcRhrky .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-th8zcRhrky .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-th8zcRhrky img {
  transition: all 2s !important;
}
.cid-th8zcRhrky .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #000000, #8a492a) !important;
}
.cid-th8zcRhrky .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-th8zcRhrky .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #000000, #8a492a) !important;
}
.cid-ti5REysIlX {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u5wqF48aA4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5wqF48aA4 P {
  color: #000000;
  text-align: center;
}
.cid-u5wqF48aA4 H5 {
  color: #8f8f8f;
  text-align: center;
}
.cid-u5wqF48aA4 h5 {
  display: center;
  text-decoration: none;
  width: inline;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-u5wqF48aA4 h5:hover {
  background-size: 0% 0%;
}
.cid-u5wqF48aA4 .col-md-4 {
  flex-direction: inline;
  display: inline;
  justify-content: center;
}
.cid-u5wqF48aA4 H4 {
  text-align: center;
  color: #606060;
}
.cid-txhmXsr5zf {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-txhmXsr5zf .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-txhmXsr5zf .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-txhmXsr5zf .btn {
  margin-bottom: 2rem;
}
.cid-txhmXsr5zf .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-txhmXsr5zf .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-txhmXsr5zf .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-txhmXsr5zf .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txhmXsr5zf .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-txhmXsr5zf .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-txhmXsr5zf .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-txhmXsr5zf .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-txhmXsr5zf .links {
  color: #606060;
  text-align: center;
}
.cid-th8JwjWaah .navbar-dropdown {
  position: relative !important;
  top: 3;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-th8JwjWaah .collapsed {
  flex-direction: row !important;
}
.cid-th8JwjWaah .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-th8JwjWaah .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-th8JwjWaah .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-th8JwjWaah .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-th8JwjWaah .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-th8JwjWaah .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-th8JwjWaah .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-th8JwjWaah .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-th8JwjWaah .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-th8JwjWaah .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-th8JwjWaah .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-th8JwjWaah .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-th8JwjWaah .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-th8JwjWaah .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-th8JwjWaah .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-th8JwjWaah .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-th8JwjWaah .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-th8JwjWaah .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-th8JwjWaah .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-th8JwjWaah .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-th8JwjWaah .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-th8JwjWaah .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-th8JwjWaah .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-th8JwjWaah .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-th8JwjWaah .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-th8JwjWaah .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-th8JwjWaah .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-th8JwjWaah .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-th8JwjWaah .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-th8JwjWaah .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-th8JwjWaah .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-th8JwjWaah .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-th8JwjWaah .nav-item:focus,
.cid-th8JwjWaah .nav-link:focus {
  outline: none;
}
.cid-th8JwjWaah .text-white:hover,
.cid-th8JwjWaah .text-white:active,
.cid-th8JwjWaah .text-white:focus {
  color: white !important;
}
.cid-th8JwjWaah .dropdown-item {
  font-weight: 300 !important;
  color: black !important;
}
.cid-th8JwjWaah .dropdown-item:hover {
  color: black !important;
}
.cid-th8JwjWaah .dropdown-menu {
  background-color: white !important;
}
.cid-th8JwjWaah .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(122, 122, 122, 0.35);
  display: block;
}
.cid-th8JwjWaah .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-th8JwjWaah .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-th8JwjWaah .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-th8JwjWaah .nav-item {
    position: relative;
  }
}
.cid-th8JwjWaah .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-th8JwjWaah .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-th8JwjWaah .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-th8JwjWaah .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-th8JwjWaah .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-th8JwjWaah .navbar-caption {
  font-weight: 600 !important;
}
.cid-th8JwjWaah .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-th8JwjWaah .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-th8JwjWaah .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-th8JwjWaah .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-th8JwjWaah .dropdown-item.active,
.cid-th8JwjWaah .dropdown-item:active {
  background-color: transparent;
}
.cid-th8JwjWaah .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-th8JwjWaah .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-th8JwjWaah .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-th8JwjWaah .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-th8JwjWaah .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-th8JwjWaah ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-th8JwjWaah .navbar-buttons {
  text-align: center;
}
.cid-th8JwjWaah button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-th8JwjWaah button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #606060;
}
.cid-th8JwjWaah button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-th8JwjWaah button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-th8JwjWaah button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-th8JwjWaah button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-th8JwjWaah nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-th8JwjWaah nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-th8JwjWaah nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-th8JwjWaah nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-th8JwjWaah .nav-link {
  font-weight: 400 !important;
}
.cid-th8JwjWaah a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-th8JwjWaah .mbr-iconfont {
  font-size: 1.0rem;
  padding-right: 0.5rem;
}
.cid-th8JwjWaah .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-th8JwjWaah .icons-menu span {
  font-size: 24px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-th8JwjWaah .navbar {
    height: 77px;
  }
  .cid-th8JwjWaah .navbar.opened {
    height: auto;
  }
  .cid-th8JwjWaah .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toYjIB0ks3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-toYjIB0ks3 .mbr-section-subtitle {
  color: #8a492a;
  text-align: center;
}
.cid-toYjIB0ks3 .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-th8Jwl6Eq6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-th8Jwl6Eq6 .mbr-section-subtitle {
  color: #8a492a;
  text-align: center;
}
.cid-th8Jwl6Eq6 .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-th8JwlplqX {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-th8JwlplqX .image-block {
  margin: auto;
}
.cid-th8JwlplqX .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-th8JwlplqX .image-block {
    width: 100% !important;
  }
}
.cid-th8JwlplqX .container-fluid {
  padding: 0;
}
.cid-th8JwlLzOc {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-th8JwlLzOc .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-th8JwlLzOc .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-th8JwlLzOc .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-th8JwlLzOc .mbr-gallery-item {
  width: 33.3%;
}
.cid-th8JwlLzOc .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-th8JwlLzOc .mbr-gallery-item {
    width: 100%;
  }
}
.cid-th8JwlLzOc .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-th8JwlLzOc .mbr-gallery-row {
  justify-content: center;
}
.cid-th8JwlLzOc .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-th8JwlLzOc .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-th8JwlLzOc .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-th8JwlLzOc .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-th8JwlLzOc .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-th8JwlLzOc .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-th8JwlLzOc .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-th8JwlLzOc .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-th8JwlLzOc img {
  transition: all 2s !important;
}
.cid-th8JwlLzOc .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #000000, #8a492a) !important;
}
.cid-th8JwlLzOc .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-th8JwlLzOc .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #000000, #8a492a) !important;
}
.cid-ti5RTvSBVX {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u5woW4ESZA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5woW4ESZA P {
  color: #000000;
  text-align: center;
}
.cid-u5woW4ESZA H5 {
  color: #8f8f8f;
  text-align: center;
}
.cid-u5woW4ESZA h5 {
  display: center;
  text-decoration: none;
  width: inline;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-u5woW4ESZA h5:hover {
  background-size: 0% 0%;
}
.cid-u5woW4ESZA .col-md-4 {
  flex-direction: inline;
  display: inline;
  justify-content: center;
}
.cid-u5woW4ESZA H4 {
  text-align: center;
  color: #606060;
}
.cid-txhkc8PPlK {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-txhkc8PPlK .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-txhkc8PPlK .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-txhkc8PPlK .btn {
  margin-bottom: 2rem;
}
.cid-txhkc8PPlK .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-txhkc8PPlK .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-txhkc8PPlK .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-txhkc8PPlK .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txhkc8PPlK .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-txhkc8PPlK .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-txhkc8PPlK .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-txhkc8PPlK .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-txhkc8PPlK .links {
  color: #606060;
  text-align: center;
}
.cid-th934WApNz .navbar-dropdown {
  position: relative !important;
  top: 3;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-th934WApNz .collapsed {
  flex-direction: row !important;
}
.cid-th934WApNz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-th934WApNz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-th934WApNz .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-th934WApNz .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-th934WApNz .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-th934WApNz .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-th934WApNz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-th934WApNz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-th934WApNz .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-th934WApNz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-th934WApNz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-th934WApNz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-th934WApNz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-th934WApNz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-th934WApNz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-th934WApNz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-th934WApNz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-th934WApNz .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-th934WApNz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-th934WApNz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-th934WApNz .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-th934WApNz .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-th934WApNz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-th934WApNz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-th934WApNz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-th934WApNz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-th934WApNz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-th934WApNz .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-th934WApNz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-th934WApNz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-th934WApNz .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-th934WApNz .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-th934WApNz .nav-item:focus,
.cid-th934WApNz .nav-link:focus {
  outline: none;
}
.cid-th934WApNz .text-white:hover,
.cid-th934WApNz .text-white:active,
.cid-th934WApNz .text-white:focus {
  color: white !important;
}
.cid-th934WApNz .dropdown-item {
  font-weight: 300 !important;
  color: black !important;
}
.cid-th934WApNz .dropdown-item:hover {
  color: black !important;
}
.cid-th934WApNz .dropdown-menu {
  background-color: white !important;
}
.cid-th934WApNz .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(122, 122, 122, 0.35);
  display: block;
}
.cid-th934WApNz .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-th934WApNz .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-th934WApNz .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-th934WApNz .nav-item {
    position: relative;
  }
}
.cid-th934WApNz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-th934WApNz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-th934WApNz .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-th934WApNz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-th934WApNz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-th934WApNz .navbar-caption {
  font-weight: 600 !important;
}
.cid-th934WApNz .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-th934WApNz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-th934WApNz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-th934WApNz .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-th934WApNz .dropdown-item.active,
.cid-th934WApNz .dropdown-item:active {
  background-color: transparent;
}
.cid-th934WApNz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-th934WApNz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-th934WApNz .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-th934WApNz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-th934WApNz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-th934WApNz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-th934WApNz .navbar-buttons {
  text-align: center;
}
.cid-th934WApNz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-th934WApNz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #606060;
}
.cid-th934WApNz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-th934WApNz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-th934WApNz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-th934WApNz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-th934WApNz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-th934WApNz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-th934WApNz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-th934WApNz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-th934WApNz .nav-link {
  font-weight: 400 !important;
}
.cid-th934WApNz a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-th934WApNz .mbr-iconfont {
  font-size: 1.0rem;
  padding-right: 0.5rem;
}
.cid-th934WApNz .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-th934WApNz .icons-menu span {
  font-size: 24px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-th934WApNz .navbar {
    height: 77px;
  }
  .cid-th934WApNz .navbar.opened {
    height: auto;
  }
  .cid-th934WApNz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toYpOCg2LU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-toYpOCg2LU .mbr-section-subtitle {
  color: #8a492a;
  text-align: center;
}
.cid-toYpOCg2LU .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-th934XIWPw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-th934XIWPw .mbr-section-subtitle {
  color: #8a492a;
  text-align: center;
}
.cid-th934XIWPw .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-th934Y3qoe {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-th934Y3qoe .image-block {
  margin: auto;
}
.cid-th934Y3qoe .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-th934Y3qoe .image-block {
    width: 100% !important;
  }
}
.cid-th934Y3qoe .container-fluid {
  padding: 0;
}
.cid-th934YnBsO {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-th934YnBsO .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-th934YnBsO .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-th934YnBsO .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-th934YnBsO .mbr-gallery-item {
  width: 33.3%;
}
.cid-th934YnBsO .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-th934YnBsO .mbr-gallery-item {
    width: 100%;
  }
}
.cid-th934YnBsO .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-th934YnBsO .mbr-gallery-row {
  justify-content: center;
}
.cid-th934YnBsO .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-th934YnBsO .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-th934YnBsO .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-th934YnBsO .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-th934YnBsO .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-th934YnBsO .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-th934YnBsO .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-th934YnBsO .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-th934YnBsO img {
  transition: all 2s !important;
}
.cid-th934YnBsO .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #000000, #8a492a) !important;
}
.cid-th934YnBsO .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-th934YnBsO .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #000000, #8a492a) !important;
}
.cid-ti5Sr5c0xk {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u5wrG7pBNH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5wrG7pBNH P {
  color: #000000;
  text-align: center;
}
.cid-u5wrG7pBNH H5 {
  color: #8f8f8f;
  text-align: center;
}
.cid-u5wrG7pBNH h5 {
  display: center;
  text-decoration: none;
  width: inline;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-u5wrG7pBNH h5:hover {
  background-size: 0% 0%;
}
.cid-u5wrG7pBNH .col-md-4 {
  flex-direction: inline;
  display: inline;
  justify-content: center;
}
.cid-u5wrG7pBNH H4 {
  text-align: center;
  color: #606060;
}
.cid-txhni6Je2i {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-txhni6Je2i .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-txhni6Je2i .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-txhni6Je2i .btn {
  margin-bottom: 2rem;
}
.cid-txhni6Je2i .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-txhni6Je2i .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-txhni6Je2i .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-txhni6Je2i .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txhni6Je2i .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-txhni6Je2i .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-txhni6Je2i .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-txhni6Je2i .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-txhni6Je2i .links {
  color: #606060;
  text-align: center;
}
.cid-th97ywwdQq .navbar-dropdown {
  position: relative !important;
  top: 3;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-th97ywwdQq .collapsed {
  flex-direction: row !important;
}
.cid-th97ywwdQq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-th97ywwdQq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-th97ywwdQq .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-th97ywwdQq .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-th97ywwdQq .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-th97ywwdQq .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-th97ywwdQq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-th97ywwdQq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-th97ywwdQq .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-th97ywwdQq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-th97ywwdQq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-th97ywwdQq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-th97ywwdQq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-th97ywwdQq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-th97ywwdQq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-th97ywwdQq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-th97ywwdQq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-th97ywwdQq .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-th97ywwdQq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-th97ywwdQq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-th97ywwdQq .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-th97ywwdQq .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-th97ywwdQq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-th97ywwdQq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-th97ywwdQq .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-th97ywwdQq .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-th97ywwdQq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-th97ywwdQq .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-th97ywwdQq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-th97ywwdQq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-th97ywwdQq .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-th97ywwdQq .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-th97ywwdQq .nav-item:focus,
.cid-th97ywwdQq .nav-link:focus {
  outline: none;
}
.cid-th97ywwdQq .text-white:hover,
.cid-th97ywwdQq .text-white:active,
.cid-th97ywwdQq .text-white:focus {
  color: white !important;
}
.cid-th97ywwdQq .dropdown-item {
  font-weight: 300 !important;
  color: black !important;
}
.cid-th97ywwdQq .dropdown-item:hover {
  color: black !important;
}
.cid-th97ywwdQq .dropdown-menu {
  background-color: white !important;
}
.cid-th97ywwdQq .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(122, 122, 122, 0.35);
  display: block;
}
.cid-th97ywwdQq .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-th97ywwdQq .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-th97ywwdQq .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-th97ywwdQq .nav-item {
    position: relative;
  }
}
.cid-th97ywwdQq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-th97ywwdQq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-th97ywwdQq .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-th97ywwdQq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-th97ywwdQq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-th97ywwdQq .navbar-caption {
  font-weight: 600 !important;
}
.cid-th97ywwdQq .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-th97ywwdQq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-th97ywwdQq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-th97ywwdQq .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-th97ywwdQq .dropdown-item.active,
.cid-th97ywwdQq .dropdown-item:active {
  background-color: transparent;
}
.cid-th97ywwdQq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-th97ywwdQq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-th97ywwdQq .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-th97ywwdQq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-th97ywwdQq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-th97ywwdQq ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-th97ywwdQq .navbar-buttons {
  text-align: center;
}
.cid-th97ywwdQq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-th97ywwdQq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #606060;
}
.cid-th97ywwdQq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-th97ywwdQq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-th97ywwdQq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-th97ywwdQq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-th97ywwdQq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-th97ywwdQq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-th97ywwdQq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-th97ywwdQq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-th97ywwdQq .nav-link {
  font-weight: 400 !important;
}
.cid-th97ywwdQq a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-th97ywwdQq .mbr-iconfont {
  font-size: 1.0rem;
  padding-right: 0.5rem;
}
.cid-th97ywwdQq .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-th97ywwdQq .icons-menu span {
  font-size: 24px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-th97ywwdQq .navbar {
    height: 77px;
  }
  .cid-th97ywwdQq .navbar.opened {
    height: auto;
  }
  .cid-th97ywwdQq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tpPozuurJH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tpPozuurJH .mbr-section-subtitle {
  color: #8a492a;
  text-align: center;
}
.cid-tpPozuurJH .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-th97yxHcCG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-th97yxHcCG .mbr-section-subtitle {
  color: #8a492a;
  text-align: center;
}
.cid-th97yxHcCG .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-th97yy4PRE {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-th97yy4PRE .image-block {
  margin: auto;
}
.cid-th97yy4PRE .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-th97yy4PRE .image-block {
    width: 100% !important;
  }
}
.cid-th97yy4PRE .container-fluid {
  padding: 0;
}
.cid-th97yyr8I9 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-th97yyr8I9 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-th97yyr8I9 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-th97yyr8I9 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-th97yyr8I9 .mbr-gallery-item {
  width: 33.3%;
}
.cid-th97yyr8I9 .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-th97yyr8I9 .mbr-gallery-item {
    width: 100%;
  }
}
.cid-th97yyr8I9 .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-th97yyr8I9 .mbr-gallery-row {
  justify-content: center;
}
.cid-th97yyr8I9 .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-th97yyr8I9 .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-th97yyr8I9 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-th97yyr8I9 .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-th97yyr8I9 .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-th97yyr8I9 .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-th97yyr8I9 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-th97yyr8I9 .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-th97yyr8I9 img {
  transition: all 2s !important;
}
.cid-th97yyr8I9 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #000000, #8a492a) !important;
}
.cid-th97yyr8I9 .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-th97yyr8I9 .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #000000, #8a492a) !important;
}
.cid-ti5SA8iFMM {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u5wrJpcqDT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5wrJpcqDT P {
  color: #000000;
  text-align: center;
}
.cid-u5wrJpcqDT H5 {
  color: #8f8f8f;
  text-align: center;
}
.cid-u5wrJpcqDT h5 {
  display: center;
  text-decoration: none;
  width: inline;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-u5wrJpcqDT h5:hover {
  background-size: 0% 0%;
}
.cid-u5wrJpcqDT .col-md-4 {
  flex-direction: inline;
  display: inline;
  justify-content: center;
}
.cid-u5wrJpcqDT H4 {
  text-align: center;
  color: #606060;
}
.cid-txhnlC4U9b {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-txhnlC4U9b .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-txhnlC4U9b .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-txhnlC4U9b .btn {
  margin-bottom: 2rem;
}
.cid-txhnlC4U9b .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-txhnlC4U9b .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-txhnlC4U9b .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-txhnlC4U9b .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txhnlC4U9b .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-txhnlC4U9b .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-txhnlC4U9b .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-txhnlC4U9b .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-txhnlC4U9b .links {
  color: #606060;
  text-align: center;
}
.cid-ti4mBEYPzH .navbar-dropdown {
  position: relative !important;
  top: 3;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-ti4mBEYPzH .collapsed {
  flex-direction: row !important;
}
.cid-ti4mBEYPzH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ti4mBEYPzH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ti4mBEYPzH .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ti4mBEYPzH .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ti4mBEYPzH .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-ti4mBEYPzH .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ti4mBEYPzH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ti4mBEYPzH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ti4mBEYPzH .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ti4mBEYPzH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ti4mBEYPzH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ti4mBEYPzH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ti4mBEYPzH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ti4mBEYPzH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ti4mBEYPzH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ti4mBEYPzH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ti4mBEYPzH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ti4mBEYPzH .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ti4mBEYPzH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ti4mBEYPzH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ti4mBEYPzH .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ti4mBEYPzH .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ti4mBEYPzH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ti4mBEYPzH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ti4mBEYPzH .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ti4mBEYPzH .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ti4mBEYPzH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ti4mBEYPzH .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ti4mBEYPzH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ti4mBEYPzH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ti4mBEYPzH .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ti4mBEYPzH .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-ti4mBEYPzH .nav-item:focus,
.cid-ti4mBEYPzH .nav-link:focus {
  outline: none;
}
.cid-ti4mBEYPzH .text-white:hover,
.cid-ti4mBEYPzH .text-white:active,
.cid-ti4mBEYPzH .text-white:focus {
  color: white !important;
}
.cid-ti4mBEYPzH .dropdown-item {
  font-weight: 300 !important;
  color: black !important;
}
.cid-ti4mBEYPzH .dropdown-item:hover {
  color: black !important;
}
.cid-ti4mBEYPzH .dropdown-menu {
  background-color: white !important;
}
.cid-ti4mBEYPzH .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(122, 122, 122, 0.35);
  display: block;
}
.cid-ti4mBEYPzH .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ti4mBEYPzH .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-ti4mBEYPzH .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-ti4mBEYPzH .nav-item {
    position: relative;
  }
}
.cid-ti4mBEYPzH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ti4mBEYPzH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ti4mBEYPzH .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ti4mBEYPzH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ti4mBEYPzH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ti4mBEYPzH .navbar-caption {
  font-weight: 600 !important;
}
.cid-ti4mBEYPzH .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ti4mBEYPzH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ti4mBEYPzH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ti4mBEYPzH .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ti4mBEYPzH .dropdown-item.active,
.cid-ti4mBEYPzH .dropdown-item:active {
  background-color: transparent;
}
.cid-ti4mBEYPzH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ti4mBEYPzH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ti4mBEYPzH .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ti4mBEYPzH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ti4mBEYPzH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ti4mBEYPzH ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ti4mBEYPzH .navbar-buttons {
  text-align: center;
}
.cid-ti4mBEYPzH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ti4mBEYPzH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #606060;
}
.cid-ti4mBEYPzH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ti4mBEYPzH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ti4mBEYPzH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ti4mBEYPzH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ti4mBEYPzH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ti4mBEYPzH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ti4mBEYPzH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ti4mBEYPzH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ti4mBEYPzH .nav-link {
  font-weight: 400 !important;
}
.cid-ti4mBEYPzH a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ti4mBEYPzH .mbr-iconfont {
  font-size: 1.0rem;
  padding-right: 0.5rem;
}
.cid-ti4mBEYPzH .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ti4mBEYPzH .icons-menu span {
  font-size: 24px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ti4mBEYPzH .navbar {
    height: 77px;
  }
  .cid-ti4mBEYPzH .navbar.opened {
    height: auto;
  }
  .cid-ti4mBEYPzH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toYrtdrPhW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-toYrtdrPhW .mbr-section-subtitle {
  color: #8a492a;
  text-align: center;
}
.cid-toYrtdrPhW .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-ti4mBG72dk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ti4mBG72dk .mbr-section-subtitle {
  color: #8a492a;
  text-align: center;
}
.cid-ti4mBG72dk .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-ti4mBGoeOv {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-ti4mBGoeOv .image-block {
  margin: auto;
}
.cid-ti4mBGoeOv .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ti4mBGoeOv .image-block {
    width: 100% !important;
  }
}
.cid-ti4mBGoeOv .container-fluid {
  padding: 0;
}
.cid-ti4mBGJDkR {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-ti4mBGJDkR .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ti4mBGJDkR .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ti4mBGJDkR .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ti4mBGJDkR .mbr-gallery-item {
  width: 33.3%;
}
.cid-ti4mBGJDkR .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-ti4mBGJDkR .mbr-gallery-item {
    width: 100%;
  }
}
.cid-ti4mBGJDkR .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-ti4mBGJDkR .mbr-gallery-row {
  justify-content: center;
}
.cid-ti4mBGJDkR .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-ti4mBGJDkR .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-ti4mBGJDkR .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ti4mBGJDkR .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-ti4mBGJDkR .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-ti4mBGJDkR .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-ti4mBGJDkR .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ti4mBGJDkR .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-ti4mBGJDkR img {
  transition: all 2s !important;
}
.cid-ti4mBGJDkR .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #000000, #8a492a) !important;
}
.cid-ti4mBGJDkR .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-ti4mBGJDkR .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #000000, #8a492a) !important;
}
.cid-ti5TcfbhdF {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u5wrYalDeY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5wrYalDeY P {
  color: #000000;
  text-align: center;
}
.cid-u5wrYalDeY H5 {
  color: #8f8f8f;
  text-align: center;
}
.cid-u5wrYalDeY h5 {
  display: center;
  text-decoration: none;
  width: inline;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-u5wrYalDeY h5:hover {
  background-size: 0% 0%;
}
.cid-u5wrYalDeY .col-md-4 {
  flex-direction: inline;
  display: inline;
  justify-content: center;
}
.cid-u5wrYalDeY H4 {
  text-align: center;
  color: #606060;
}
.cid-txhnBWbUYy {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-txhnBWbUYy .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-txhnBWbUYy .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-txhnBWbUYy .btn {
  margin-bottom: 2rem;
}
.cid-txhnBWbUYy .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-txhnBWbUYy .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-txhnBWbUYy .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-txhnBWbUYy .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txhnBWbUYy .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-txhnBWbUYy .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-txhnBWbUYy .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-txhnBWbUYy .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-txhnBWbUYy .links {
  color: #606060;
  text-align: center;
}
.cid-tmpem4GHDC .navbar-dropdown {
  position: relative !important;
  top: 3;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-tmpem4GHDC .collapsed {
  flex-direction: row !important;
}
.cid-tmpem4GHDC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tmpem4GHDC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tmpem4GHDC .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tmpem4GHDC .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tmpem4GHDC .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tmpem4GHDC .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tmpem4GHDC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tmpem4GHDC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tmpem4GHDC .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tmpem4GHDC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tmpem4GHDC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tmpem4GHDC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tmpem4GHDC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tmpem4GHDC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tmpem4GHDC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tmpem4GHDC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tmpem4GHDC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tmpem4GHDC .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tmpem4GHDC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tmpem4GHDC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tmpem4GHDC .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tmpem4GHDC .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tmpem4GHDC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tmpem4GHDC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tmpem4GHDC .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tmpem4GHDC .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tmpem4GHDC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tmpem4GHDC .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tmpem4GHDC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tmpem4GHDC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tmpem4GHDC .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tmpem4GHDC .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-tmpem4GHDC .nav-item:focus,
.cid-tmpem4GHDC .nav-link:focus {
  outline: none;
}
.cid-tmpem4GHDC .text-white:hover,
.cid-tmpem4GHDC .text-white:active,
.cid-tmpem4GHDC .text-white:focus {
  color: white !important;
}
.cid-tmpem4GHDC .dropdown-item {
  font-weight: 300 !important;
  color: black !important;
}
.cid-tmpem4GHDC .dropdown-item:hover {
  color: black !important;
}
.cid-tmpem4GHDC .dropdown-menu {
  background-color: white !important;
}
.cid-tmpem4GHDC .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(122, 122, 122, 0.35);
  display: block;
}
.cid-tmpem4GHDC .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tmpem4GHDC .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-tmpem4GHDC .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-tmpem4GHDC .nav-item {
    position: relative;
  }
}
.cid-tmpem4GHDC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tmpem4GHDC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tmpem4GHDC .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tmpem4GHDC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tmpem4GHDC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tmpem4GHDC .navbar-caption {
  font-weight: 600 !important;
}
.cid-tmpem4GHDC .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tmpem4GHDC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tmpem4GHDC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tmpem4GHDC .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tmpem4GHDC .dropdown-item.active,
.cid-tmpem4GHDC .dropdown-item:active {
  background-color: transparent;
}
.cid-tmpem4GHDC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tmpem4GHDC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tmpem4GHDC .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tmpem4GHDC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tmpem4GHDC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tmpem4GHDC ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tmpem4GHDC .navbar-buttons {
  text-align: center;
}
.cid-tmpem4GHDC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tmpem4GHDC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #606060;
}
.cid-tmpem4GHDC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tmpem4GHDC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tmpem4GHDC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tmpem4GHDC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tmpem4GHDC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tmpem4GHDC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tmpem4GHDC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tmpem4GHDC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tmpem4GHDC .nav-link {
  font-weight: 400 !important;
}
.cid-tmpem4GHDC a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tmpem4GHDC .mbr-iconfont {
  font-size: 1.0rem;
  padding-right: 0.5rem;
}
.cid-tmpem4GHDC .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tmpem4GHDC .icons-menu span {
  font-size: 24px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tmpem4GHDC .navbar {
    height: 77px;
  }
  .cid-tmpem4GHDC .navbar.opened {
    height: auto;
  }
  .cid-tmpem4GHDC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toWLBpq6GH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-toWLBpq6GH .mbr-section-subtitle {
  color: #8a492a;
  text-align: center;
}
.cid-toWLBpq6GH .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-tmpem5zKBh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tmpem5zKBh .mbr-section-subtitle {
  color: #8a492a;
  text-align: center;
}
.cid-tmpem5zKBh .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-tmpem5S5qi {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-tmpem5S5qi .image-block {
  margin: auto;
}
.cid-tmpem5S5qi .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tmpem5S5qi .image-block {
    width: 100% !important;
  }
}
.cid-tmpem5S5qi .container-fluid {
  padding: 0;
}
.cid-tmpem661LZ {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tmpem661LZ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tmpem661LZ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tmpem661LZ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tmpem661LZ .mbr-gallery-item {
  width: 33.3%;
}
.cid-tmpem661LZ .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-tmpem661LZ .mbr-gallery-item {
    width: 100%;
  }
}
.cid-tmpem661LZ .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-tmpem661LZ .mbr-gallery-row {
  justify-content: center;
}
.cid-tmpem661LZ .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tmpem661LZ .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-tmpem661LZ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tmpem661LZ .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tmpem661LZ .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tmpem661LZ .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-tmpem661LZ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tmpem661LZ .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tmpem661LZ img {
  transition: all 2s !important;
}
.cid-tmpem661LZ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #000000, #8a492a) !important;
}
.cid-tmpem661LZ .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tmpem661LZ .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #000000, #8a492a) !important;
}
.cid-tmpem6J9Dg {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u5wnqyDDQe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5wnqyDDQe P {
  color: #000000;
  text-align: center;
}
.cid-u5wnqyDDQe H5 {
  color: #8f8f8f;
  text-align: center;
}
.cid-u5wnqyDDQe h5 {
  display: center;
  text-decoration: none;
  width: inline;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-u5wnqyDDQe h5:hover {
  background-size: 0% 0%;
}
.cid-u5wnqyDDQe .col-md-4 {
  flex-direction: inline;
  display: inline;
  justify-content: center;
}
.cid-u5wnqyDDQe H4 {
  text-align: center;
  color: #606060;
}
.cid-txhjsch7MT {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-txhjsch7MT .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-txhjsch7MT .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-txhjsch7MT .btn {
  margin-bottom: 2rem;
}
.cid-txhjsch7MT .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-txhjsch7MT .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-txhjsch7MT .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-txhjsch7MT .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txhjsch7MT .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-txhjsch7MT .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-txhjsch7MT .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-txhjsch7MT .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-txhjsch7MT .links {
  color: #606060;
  text-align: center;
}
.cid-tdhhOEYUSA .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-tdhhOEYUSA .collapsed {
  flex-direction: row !important;
}
.cid-tdhhOEYUSA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tdhhOEYUSA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tdhhOEYUSA .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tdhhOEYUSA .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tdhhOEYUSA .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tdhhOEYUSA .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tdhhOEYUSA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tdhhOEYUSA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tdhhOEYUSA .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tdhhOEYUSA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tdhhOEYUSA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tdhhOEYUSA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tdhhOEYUSA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tdhhOEYUSA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tdhhOEYUSA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tdhhOEYUSA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tdhhOEYUSA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tdhhOEYUSA .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tdhhOEYUSA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tdhhOEYUSA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tdhhOEYUSA .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tdhhOEYUSA .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tdhhOEYUSA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tdhhOEYUSA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tdhhOEYUSA .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tdhhOEYUSA .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tdhhOEYUSA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tdhhOEYUSA .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tdhhOEYUSA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tdhhOEYUSA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tdhhOEYUSA .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tdhhOEYUSA .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-tdhhOEYUSA .nav-item:focus,
.cid-tdhhOEYUSA .nav-link:focus {
  outline: none;
}
.cid-tdhhOEYUSA .text-white:hover,
.cid-tdhhOEYUSA .text-white:active,
.cid-tdhhOEYUSA .text-white:focus {
  color: white !important;
}
.cid-tdhhOEYUSA .dropdown-item {
  font-weight: 300 !important;
  color: black !important;
}
.cid-tdhhOEYUSA .dropdown-item:hover {
  color: black !important;
}
.cid-tdhhOEYUSA .dropdown-menu {
  background-color: white !important;
}
.cid-tdhhOEYUSA .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(122, 122, 122, 0.35);
  display: block;
}
.cid-tdhhOEYUSA .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tdhhOEYUSA .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-tdhhOEYUSA .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-tdhhOEYUSA .nav-item {
    position: relative;
  }
}
.cid-tdhhOEYUSA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tdhhOEYUSA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tdhhOEYUSA .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tdhhOEYUSA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tdhhOEYUSA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tdhhOEYUSA .navbar-caption {
  font-weight: 600 !important;
}
.cid-tdhhOEYUSA .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tdhhOEYUSA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tdhhOEYUSA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tdhhOEYUSA .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tdhhOEYUSA .dropdown-item.active,
.cid-tdhhOEYUSA .dropdown-item:active {
  background-color: transparent;
}
.cid-tdhhOEYUSA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tdhhOEYUSA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tdhhOEYUSA .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tdhhOEYUSA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tdhhOEYUSA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tdhhOEYUSA ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tdhhOEYUSA .navbar-buttons {
  text-align: center;
}
.cid-tdhhOEYUSA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tdhhOEYUSA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #606060;
}
.cid-tdhhOEYUSA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tdhhOEYUSA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tdhhOEYUSA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tdhhOEYUSA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tdhhOEYUSA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tdhhOEYUSA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tdhhOEYUSA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tdhhOEYUSA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tdhhOEYUSA .nav-link {
  font-weight: 400 !important;
}
.cid-tdhhOEYUSA a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tdhhOEYUSA .mbr-iconfont {
  font-size: 1.0rem;
  padding-right: 0.5rem;
}
.cid-tdhhOEYUSA .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tdhhOEYUSA .icons-menu span {
  font-size: 24px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tdhhOEYUSA .navbar {
    height: 77px;
  }
  .cid-tdhhOEYUSA .navbar.opened {
    height: auto;
  }
  .cid-tdhhOEYUSA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toWHks1CAx {
  padding-top: 120px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/graces-2000x769.jpg");
}
.cid-toWHks1CAx .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-toWHks1CAx .btn {
  padding: 1rem 3rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-toWHks1CAx .col-auto {
    margin: auto;
  }
}
.cid-toWHks1CAx textarea {
  min-height: 200px;
}
.cid-toWHks1CAx .form-control,
.cid-toWHks1CAx .field-input {
  padding: 1.5rem 2rem;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  background-color: #ffffff;
  border-radius: 3rem;
  border: 0!important;
  color: #000000;
  transition: 0.4s;
  outline: none;
}
.cid-toWHks1CAx .form-control::-webkit-input-placeholder,
.cid-toWHks1CAx .field-input::-webkit-input-placeholder,
.cid-toWHks1CAx .form-control::-webkit-input-placeholder,
.cid-toWHks1CAx .field-input::-webkit-input-placeholder {
  color: #606060;
}
.cid-toWHks1CAx .form-control:-moz-placeholder,
.cid-toWHks1CAx .field-input:-moz-placeholder,
.cid-toWHks1CAx .form-control:-moz-placeholder,
.cid-toWHks1CAx .field-input:-moz-placeholder {
  color: #606060;
}
.cid-toWHks1CAx .form-control:hover,
.cid-toWHks1CAx .field-input:hover,
.cid-toWHks1CAx .form-control:focus,
.cid-toWHks1CAx .field-input:focus {
  background-color: #ffffff;
  color: #8f8f8f;
  border: 0!important;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  outline: none;
}
.cid-toWHks1CAx .form-control:hover::-webkit-input-placeholder,
.cid-toWHks1CAx .field-input:hover::-webkit-input-placeholder,
.cid-toWHks1CAx .form-control:focus::-webkit-input-placeholder,
.cid-toWHks1CAx .field-input:focus::-webkit-input-placeholder,
.cid-toWHks1CAx .form-control:hover::-webkit-input-placeholder,
.cid-toWHks1CAx .field-input:hover::-webkit-input-placeholder,
.cid-toWHks1CAx .form-control:focus::-webkit-input-placeholder,
.cid-toWHks1CAx .field-input:focus::-webkit-input-placeholder {
  color: #8f8f8f;
}
.cid-toWHks1CAx .form-control:hover:-moz-placeholder,
.cid-toWHks1CAx .field-input:hover:-moz-placeholder,
.cid-toWHks1CAx .form-control:focus:-moz-placeholder,
.cid-toWHks1CAx .field-input:focus:-moz-placeholder,
.cid-toWHks1CAx .form-control:hover:-moz-placeholder,
.cid-toWHks1CAx .field-input:hover:-moz-placeholder,
.cid-toWHks1CAx .form-control:focus:-moz-placeholder,
.cid-toWHks1CAx .field-input:focus:-moz-placeholder {
  color: #8f8f8f;
}
.cid-toWHks1CAx .jq-number__spin:hover,
.cid-toWHks1CAx .jq-number__spin:focus {
  background-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-toWHks1CAx .jq-number__spin {
  background-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-toWHks1CAx .jq-selectbox li,
.cid-toWHks1CAx .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-toWHks1CAx .jq-selectbox li:hover,
.cid-toWHks1CAx .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-toWHks1CAx .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-toWHks1CAx .jq-number__spin.minus:hover:after,
.cid-toWHks1CAx .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-toWHks1CAx .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-toWHks1CAx .jq-number__spin.minus:after,
.cid-toWHks1CAx .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-toWHks1CAx input::-webkit-clear-button {
  display: none;
}
.cid-toWHks1CAx input::-webkit-inner-spin-button {
  display: none;
}
.cid-toWHks1CAx input::-webkit-outer-spin-button {
  display: none;
}
.cid-toWHks1CAx input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-toWHks1CAx H4 {
  color: #8f8f8f;
}
.cid-ti4jRdLfFY .navbar-dropdown {
  position: relative !important;
  top: 3;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-ti4jRdLfFY .collapsed {
  flex-direction: row !important;
}
.cid-ti4jRdLfFY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ti4jRdLfFY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ti4jRdLfFY .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ti4jRdLfFY .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ti4jRdLfFY .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-ti4jRdLfFY .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ti4jRdLfFY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ti4jRdLfFY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ti4jRdLfFY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ti4jRdLfFY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ti4jRdLfFY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ti4jRdLfFY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ti4jRdLfFY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ti4jRdLfFY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ti4jRdLfFY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ti4jRdLfFY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ti4jRdLfFY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ti4jRdLfFY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ti4jRdLfFY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ti4jRdLfFY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ti4jRdLfFY .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ti4jRdLfFY .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ti4jRdLfFY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ti4jRdLfFY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ti4jRdLfFY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ti4jRdLfFY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ti4jRdLfFY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ti4jRdLfFY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ti4jRdLfFY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ti4jRdLfFY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ti4jRdLfFY .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ti4jRdLfFY .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-ti4jRdLfFY .nav-item:focus,
.cid-ti4jRdLfFY .nav-link:focus {
  outline: none;
}
.cid-ti4jRdLfFY .text-white:hover,
.cid-ti4jRdLfFY .text-white:active,
.cid-ti4jRdLfFY .text-white:focus {
  color: white !important;
}
.cid-ti4jRdLfFY .dropdown-item {
  font-weight: 300 !important;
  color: black !important;
}
.cid-ti4jRdLfFY .dropdown-item:hover {
  color: black !important;
}
.cid-ti4jRdLfFY .dropdown-menu {
  background-color: white !important;
}
.cid-ti4jRdLfFY .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(122, 122, 122, 0.35);
  display: block;
}
.cid-ti4jRdLfFY .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ti4jRdLfFY .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-ti4jRdLfFY .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-ti4jRdLfFY .nav-item {
    position: relative;
  }
}
.cid-ti4jRdLfFY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ti4jRdLfFY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ti4jRdLfFY .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ti4jRdLfFY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ti4jRdLfFY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ti4jRdLfFY .navbar-caption {
  font-weight: 600 !important;
}
.cid-ti4jRdLfFY .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ti4jRdLfFY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ti4jRdLfFY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ti4jRdLfFY .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ti4jRdLfFY .dropdown-item.active,
.cid-ti4jRdLfFY .dropdown-item:active {
  background-color: transparent;
}
.cid-ti4jRdLfFY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ti4jRdLfFY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ti4jRdLfFY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ti4jRdLfFY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ti4jRdLfFY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ti4jRdLfFY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ti4jRdLfFY .navbar-buttons {
  text-align: center;
}
.cid-ti4jRdLfFY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ti4jRdLfFY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #606060;
}
.cid-ti4jRdLfFY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ti4jRdLfFY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ti4jRdLfFY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ti4jRdLfFY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ti4jRdLfFY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ti4jRdLfFY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ti4jRdLfFY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ti4jRdLfFY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ti4jRdLfFY .nav-link {
  font-weight: 400 !important;
}
.cid-ti4jRdLfFY a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ti4jRdLfFY .mbr-iconfont {
  font-size: 1.0rem;
  padding-right: 0.5rem;
}
.cid-ti4jRdLfFY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ti4jRdLfFY .icons-menu span {
  font-size: 24px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ti4jRdLfFY .navbar {
    height: 77px;
  }
  .cid-ti4jRdLfFY .navbar.opened {
    height: auto;
  }
  .cid-ti4jRdLfFY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toYrbdBAQD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-toYrbdBAQD .mbr-section-subtitle {
  color: #8a492a;
  text-align: center;
}
.cid-toYrbdBAQD .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-ti4jReMZUK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ti4jReMZUK .mbr-section-subtitle {
  color: #8a492a;
  text-align: center;
}
.cid-ti4jReMZUK .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-ti4jRf2BWO {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-ti4jRf2BWO .image-block {
  margin: auto;
}
.cid-ti4jRf2BWO .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ti4jRf2BWO .image-block {
    width: 100% !important;
  }
}
.cid-ti4jRf2BWO .container-fluid {
  padding: 0;
}
.cid-ti4jRfkGd8 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-ti4jRfkGd8 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ti4jRfkGd8 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ti4jRfkGd8 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ti4jRfkGd8 .mbr-gallery-item {
  width: 33.3%;
}
.cid-ti4jRfkGd8 .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-ti4jRfkGd8 .mbr-gallery-item {
    width: 100%;
  }
}
.cid-ti4jRfkGd8 .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-ti4jRfkGd8 .mbr-gallery-row {
  justify-content: center;
}
.cid-ti4jRfkGd8 .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-ti4jRfkGd8 .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-ti4jRfkGd8 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ti4jRfkGd8 .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-ti4jRfkGd8 .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-ti4jRfkGd8 .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-ti4jRfkGd8 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ti4jRfkGd8 .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-ti4jRfkGd8 img {
  transition: all 2s !important;
}
.cid-ti4jRfkGd8 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #000000, #8a492a) !important;
}
.cid-ti4jRfkGd8 .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-ti4jRfkGd8 .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #000000, #8a492a) !important;
}
.cid-ti5T2s0y0s {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u5wrUGbawe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5wrUGbawe P {
  color: #000000;
  text-align: center;
}
.cid-u5wrUGbawe H5 {
  color: #8f8f8f;
  text-align: center;
}
.cid-u5wrUGbawe h5 {
  display: center;
  text-decoration: none;
  width: inline;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-u5wrUGbawe h5:hover {
  background-size: 0% 0%;
}
.cid-u5wrUGbawe .col-md-4 {
  flex-direction: inline;
  display: inline;
  justify-content: center;
}
.cid-u5wrUGbawe H4 {
  text-align: center;
  color: #606060;
}
.cid-txhnyvMoI3 {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-txhnyvMoI3 .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-txhnyvMoI3 .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-txhnyvMoI3 .btn {
  margin-bottom: 2rem;
}
.cid-txhnyvMoI3 .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-txhnyvMoI3 .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-txhnyvMoI3 .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-txhnyvMoI3 .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txhnyvMoI3 .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-txhnyvMoI3 .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-txhnyvMoI3 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-txhnyvMoI3 .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-txhnyvMoI3 .links {
  color: #606060;
  text-align: center;
}
.cid-ti4ico1N6u .navbar-dropdown {
  position: relative !important;
  top: 3;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-ti4ico1N6u .collapsed {
  flex-direction: row !important;
}
.cid-ti4ico1N6u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ti4ico1N6u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ti4ico1N6u .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ti4ico1N6u .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ti4ico1N6u .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-ti4ico1N6u .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ti4ico1N6u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ti4ico1N6u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ti4ico1N6u .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ti4ico1N6u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ti4ico1N6u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ti4ico1N6u .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ti4ico1N6u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ti4ico1N6u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ti4ico1N6u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ti4ico1N6u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ti4ico1N6u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ti4ico1N6u .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ti4ico1N6u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ti4ico1N6u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ti4ico1N6u .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ti4ico1N6u .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ti4ico1N6u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ti4ico1N6u .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ti4ico1N6u .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ti4ico1N6u .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ti4ico1N6u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ti4ico1N6u .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ti4ico1N6u .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ti4ico1N6u .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ti4ico1N6u .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ti4ico1N6u .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-ti4ico1N6u .nav-item:focus,
.cid-ti4ico1N6u .nav-link:focus {
  outline: none;
}
.cid-ti4ico1N6u .text-white:hover,
.cid-ti4ico1N6u .text-white:active,
.cid-ti4ico1N6u .text-white:focus {
  color: white !important;
}
.cid-ti4ico1N6u .dropdown-item {
  font-weight: 300 !important;
  color: black !important;
}
.cid-ti4ico1N6u .dropdown-item:hover {
  color: black !important;
}
.cid-ti4ico1N6u .dropdown-menu {
  background-color: white !important;
}
.cid-ti4ico1N6u .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(122, 122, 122, 0.35);
  display: block;
}
.cid-ti4ico1N6u .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-ti4ico1N6u .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-ti4ico1N6u .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-ti4ico1N6u .nav-item {
    position: relative;
  }
}
.cid-ti4ico1N6u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ti4ico1N6u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ti4ico1N6u .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ti4ico1N6u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ti4ico1N6u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ti4ico1N6u .navbar-caption {
  font-weight: 600 !important;
}
.cid-ti4ico1N6u .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ti4ico1N6u .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ti4ico1N6u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ti4ico1N6u .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ti4ico1N6u .dropdown-item.active,
.cid-ti4ico1N6u .dropdown-item:active {
  background-color: transparent;
}
.cid-ti4ico1N6u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ti4ico1N6u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ti4ico1N6u .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ti4ico1N6u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ti4ico1N6u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ti4ico1N6u ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ti4ico1N6u .navbar-buttons {
  text-align: center;
}
.cid-ti4ico1N6u button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ti4ico1N6u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #606060;
}
.cid-ti4ico1N6u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ti4ico1N6u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ti4ico1N6u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ti4ico1N6u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ti4ico1N6u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ti4ico1N6u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ti4ico1N6u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ti4ico1N6u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ti4ico1N6u .nav-link {
  font-weight: 400 !important;
}
.cid-ti4ico1N6u a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ti4ico1N6u .mbr-iconfont {
  font-size: 1.0rem;
  padding-right: 0.5rem;
}
.cid-ti4ico1N6u .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ti4ico1N6u .icons-menu span {
  font-size: 24px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ti4ico1N6u .navbar {
    height: 77px;
  }
  .cid-ti4ico1N6u .navbar.opened {
    height: auto;
  }
  .cid-ti4ico1N6u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toYqj3BXsL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-toYqj3BXsL .mbr-section-subtitle {
  color: #8a492a;
  text-align: center;
}
.cid-toYqj3BXsL .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-ti4icphxSV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ti4icphxSV .mbr-section-subtitle {
  color: #8a492a;
  text-align: center;
}
.cid-ti4icphxSV .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-ti4icpwlGC {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-ti4icpwlGC .image-block {
  margin: auto;
}
.cid-ti4icpwlGC .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ti4icpwlGC .image-block {
    width: 100% !important;
  }
}
.cid-ti4icpwlGC .container-fluid {
  padding: 0;
}
.cid-ti4icpPAJ9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-ti4icpPAJ9 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ti4icpPAJ9 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ti4icpPAJ9 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ti4icpPAJ9 .mbr-gallery-item {
  width: 33.3%;
}
.cid-ti4icpPAJ9 .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-ti4icpPAJ9 .mbr-gallery-item {
    width: 100%;
  }
}
.cid-ti4icpPAJ9 .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-ti4icpPAJ9 .mbr-gallery-row {
  justify-content: center;
}
.cid-ti4icpPAJ9 .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-ti4icpPAJ9 .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-ti4icpPAJ9 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ti4icpPAJ9 .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-ti4icpPAJ9 .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-ti4icpPAJ9 .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-ti4icpPAJ9 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ti4icpPAJ9 .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-ti4icpPAJ9 img {
  transition: all 2s !important;
}
.cid-ti4icpPAJ9 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #000000, #8a492a) !important;
}
.cid-ti4icpPAJ9 .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-ti4icpPAJ9 .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #000000, #8a492a) !important;
}
.cid-trOql8RUsP {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-trOql8RUsP .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-trOql8RUsP .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-trOql8RUsP .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-trOql8RUsP .mbr-gallery-item {
  width: 33.3%;
}
.cid-trOql8RUsP .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-trOql8RUsP .mbr-gallery-item {
    width: 100%;
  }
}
.cid-trOql8RUsP .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-trOql8RUsP .mbr-gallery-row {
  justify-content: center;
}
.cid-trOql8RUsP .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-trOql8RUsP .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-trOql8RUsP .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-trOql8RUsP .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-trOql8RUsP .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-trOql8RUsP .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-trOql8RUsP .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-trOql8RUsP .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-trOql8RUsP img {
  transition: all 2s !important;
}
.cid-trOql8RUsP .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #000000, #8a492a) !important;
}
.cid-trOql8RUsP .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-trOql8RUsP .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #000000, #8a492a) !important;
}
.cid-ti5SJ1PFUs {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u5wrMRn2vZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5wrMRn2vZ P {
  color: #000000;
  text-align: center;
}
.cid-u5wrMRn2vZ H5 {
  color: #8f8f8f;
  text-align: center;
}
.cid-u5wrMRn2vZ h5 {
  display: center;
  text-decoration: none;
  width: inline;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-u5wrMRn2vZ h5:hover {
  background-size: 0% 0%;
}
.cid-u5wrMRn2vZ .col-md-4 {
  flex-direction: inline;
  display: inline;
  justify-content: center;
}
.cid-u5wrMRn2vZ H4 {
  text-align: center;
  color: #606060;
}
.cid-txhnpzpkb3 {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-txhnpzpkb3 .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-txhnpzpkb3 .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-txhnpzpkb3 .btn {
  margin-bottom: 2rem;
}
.cid-txhnpzpkb3 .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-txhnpzpkb3 .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-txhnpzpkb3 .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-txhnpzpkb3 .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txhnpzpkb3 .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-txhnpzpkb3 .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-txhnpzpkb3 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-txhnpzpkb3 .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-txhnpzpkb3 .links {
  color: #606060;
  text-align: center;
}
.cid-th9jGWLrYZ .navbar-dropdown {
  position: relative !important;
  top: 3;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-th9jGWLrYZ .collapsed {
  flex-direction: row !important;
}
.cid-th9jGWLrYZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-th9jGWLrYZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-th9jGWLrYZ .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-th9jGWLrYZ .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-th9jGWLrYZ .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-th9jGWLrYZ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-th9jGWLrYZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-th9jGWLrYZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-th9jGWLrYZ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-th9jGWLrYZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-th9jGWLrYZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-th9jGWLrYZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-th9jGWLrYZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-th9jGWLrYZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-th9jGWLrYZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-th9jGWLrYZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-th9jGWLrYZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-th9jGWLrYZ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-th9jGWLrYZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-th9jGWLrYZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-th9jGWLrYZ .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-th9jGWLrYZ .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-th9jGWLrYZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-th9jGWLrYZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-th9jGWLrYZ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-th9jGWLrYZ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-th9jGWLrYZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-th9jGWLrYZ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-th9jGWLrYZ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-th9jGWLrYZ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-th9jGWLrYZ .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-th9jGWLrYZ .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-th9jGWLrYZ .nav-item:focus,
.cid-th9jGWLrYZ .nav-link:focus {
  outline: none;
}
.cid-th9jGWLrYZ .text-white:hover,
.cid-th9jGWLrYZ .text-white:active,
.cid-th9jGWLrYZ .text-white:focus {
  color: white !important;
}
.cid-th9jGWLrYZ .dropdown-item {
  font-weight: 300 !important;
  color: black !important;
}
.cid-th9jGWLrYZ .dropdown-item:hover {
  color: black !important;
}
.cid-th9jGWLrYZ .dropdown-menu {
  background-color: white !important;
}
.cid-th9jGWLrYZ .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(122, 122, 122, 0.35);
  display: block;
}
.cid-th9jGWLrYZ .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-th9jGWLrYZ .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-th9jGWLrYZ .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-th9jGWLrYZ .nav-item {
    position: relative;
  }
}
.cid-th9jGWLrYZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-th9jGWLrYZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-th9jGWLrYZ .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-th9jGWLrYZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-th9jGWLrYZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-th9jGWLrYZ .navbar-caption {
  font-weight: 600 !important;
}
.cid-th9jGWLrYZ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-th9jGWLrYZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-th9jGWLrYZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-th9jGWLrYZ .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-th9jGWLrYZ .dropdown-item.active,
.cid-th9jGWLrYZ .dropdown-item:active {
  background-color: transparent;
}
.cid-th9jGWLrYZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-th9jGWLrYZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-th9jGWLrYZ .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-th9jGWLrYZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-th9jGWLrYZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-th9jGWLrYZ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-th9jGWLrYZ .navbar-buttons {
  text-align: center;
}
.cid-th9jGWLrYZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-th9jGWLrYZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #606060;
}
.cid-th9jGWLrYZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-th9jGWLrYZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-th9jGWLrYZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-th9jGWLrYZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-th9jGWLrYZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-th9jGWLrYZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-th9jGWLrYZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-th9jGWLrYZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-th9jGWLrYZ .nav-link {
  font-weight: 400 !important;
}
.cid-th9jGWLrYZ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-th9jGWLrYZ .mbr-iconfont {
  font-size: 1.0rem;
  padding-right: 0.5rem;
}
.cid-th9jGWLrYZ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-th9jGWLrYZ .icons-menu span {
  font-size: 24px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-th9jGWLrYZ .navbar {
    height: 77px;
  }
  .cid-th9jGWLrYZ .navbar.opened {
    height: auto;
  }
  .cid-th9jGWLrYZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tpPoXDcJ6O {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tpPoXDcJ6O .mbr-section-subtitle {
  color: #8a492a;
  text-align: center;
}
.cid-tpPoXDcJ6O .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-th9jGXUSnU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-th9jGXUSnU .mbr-section-subtitle {
  color: #8a492a;
  text-align: center;
}
.cid-th9jGXUSnU .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-th9jGYiN7Z {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-th9jGYiN7Z .image-block {
  margin: auto;
}
.cid-th9jGYiN7Z .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-th9jGYiN7Z .image-block {
    width: 100% !important;
  }
}
.cid-th9jGYiN7Z .container-fluid {
  padding: 0;
}
.cid-th9jGYBAXO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-th9jGYBAXO .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-th9jGYBAXO .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-th9jGYBAXO .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-th9jGYBAXO .mbr-gallery-item {
  width: 33.3%;
}
.cid-th9jGYBAXO .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-th9jGYBAXO .mbr-gallery-item {
    width: 100%;
  }
}
.cid-th9jGYBAXO .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-th9jGYBAXO .mbr-gallery-row {
  justify-content: center;
}
.cid-th9jGYBAXO .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-th9jGYBAXO .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-th9jGYBAXO .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-th9jGYBAXO .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-th9jGYBAXO .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-th9jGYBAXO .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-th9jGYBAXO .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-th9jGYBAXO .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-th9jGYBAXO img {
  transition: all 2s !important;
}
.cid-th9jGYBAXO .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #000000, #8a492a) !important;
}
.cid-th9jGYBAXO .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-th9jGYBAXO .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #000000, #8a492a) !important;
}
.cid-trOuYutrzN {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-trOuYutrzN .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-trOuYutrzN .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-trOuYutrzN .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-trOuYutrzN .mbr-gallery-item {
  width: 33.3%;
}
.cid-trOuYutrzN .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-trOuYutrzN .mbr-gallery-item {
    width: 100%;
  }
}
.cid-trOuYutrzN .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-trOuYutrzN .mbr-gallery-row {
  justify-content: center;
}
.cid-trOuYutrzN .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-trOuYutrzN .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-trOuYutrzN .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-trOuYutrzN .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-trOuYutrzN .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-trOuYutrzN .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-trOuYutrzN .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-trOuYutrzN .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-trOuYutrzN img {
  transition: all 2s !important;
}
.cid-trOuYutrzN .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #000000, #8a492a) !important;
}
.cid-trOuYutrzN .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-trOuYutrzN .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #000000, #8a492a) !important;
}
.cid-ti5SRXlmB8 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u5wrQEn0qO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5wrQEn0qO P {
  color: #000000;
  text-align: center;
}
.cid-u5wrQEn0qO H5 {
  color: #8f8f8f;
  text-align: center;
}
.cid-u5wrQEn0qO h5 {
  display: center;
  text-decoration: none;
  width: inline;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-u5wrQEn0qO h5:hover {
  background-size: 0% 0%;
}
.cid-u5wrQEn0qO .col-md-4 {
  flex-direction: inline;
  display: inline;
  justify-content: center;
}
.cid-u5wrQEn0qO H4 {
  text-align: center;
  color: #606060;
}
.cid-txhntS9RAW {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-txhntS9RAW .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-txhntS9RAW .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-txhntS9RAW .btn {
  margin-bottom: 2rem;
}
.cid-txhntS9RAW .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-txhntS9RAW .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-txhntS9RAW .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-txhntS9RAW .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txhntS9RAW .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-txhntS9RAW .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-txhntS9RAW .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-txhntS9RAW .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-txhntS9RAW .links {
  color: #606060;
  text-align: center;
}
.cid-th8Ypb0Llt .navbar-dropdown {
  position: relative !important;
  top: 3;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-th8Ypb0Llt .collapsed {
  flex-direction: row !important;
}
.cid-th8Ypb0Llt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-th8Ypb0Llt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-th8Ypb0Llt .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-th8Ypb0Llt .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-th8Ypb0Llt .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-th8Ypb0Llt .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-th8Ypb0Llt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-th8Ypb0Llt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-th8Ypb0Llt .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-th8Ypb0Llt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-th8Ypb0Llt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-th8Ypb0Llt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-th8Ypb0Llt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-th8Ypb0Llt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-th8Ypb0Llt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-th8Ypb0Llt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-th8Ypb0Llt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-th8Ypb0Llt .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-th8Ypb0Llt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-th8Ypb0Llt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-th8Ypb0Llt .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-th8Ypb0Llt .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-th8Ypb0Llt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-th8Ypb0Llt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-th8Ypb0Llt .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-th8Ypb0Llt .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-th8Ypb0Llt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-th8Ypb0Llt .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-th8Ypb0Llt .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-th8Ypb0Llt .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-th8Ypb0Llt .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-th8Ypb0Llt .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-th8Ypb0Llt .nav-item:focus,
.cid-th8Ypb0Llt .nav-link:focus {
  outline: none;
}
.cid-th8Ypb0Llt .text-white:hover,
.cid-th8Ypb0Llt .text-white:active,
.cid-th8Ypb0Llt .text-white:focus {
  color: white !important;
}
.cid-th8Ypb0Llt .dropdown-item {
  font-weight: 300 !important;
  color: black !important;
}
.cid-th8Ypb0Llt .dropdown-item:hover {
  color: black !important;
}
.cid-th8Ypb0Llt .dropdown-menu {
  background-color: white !important;
}
.cid-th8Ypb0Llt .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(122, 122, 122, 0.35);
  display: block;
}
.cid-th8Ypb0Llt .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-th8Ypb0Llt .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-th8Ypb0Llt .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-th8Ypb0Llt .nav-item {
    position: relative;
  }
}
.cid-th8Ypb0Llt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-th8Ypb0Llt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-th8Ypb0Llt .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-th8Ypb0Llt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-th8Ypb0Llt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-th8Ypb0Llt .navbar-caption {
  font-weight: 600 !important;
}
.cid-th8Ypb0Llt .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-th8Ypb0Llt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-th8Ypb0Llt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-th8Ypb0Llt .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-th8Ypb0Llt .dropdown-item.active,
.cid-th8Ypb0Llt .dropdown-item:active {
  background-color: transparent;
}
.cid-th8Ypb0Llt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-th8Ypb0Llt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-th8Ypb0Llt .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-th8Ypb0Llt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-th8Ypb0Llt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-th8Ypb0Llt ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-th8Ypb0Llt .navbar-buttons {
  text-align: center;
}
.cid-th8Ypb0Llt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-th8Ypb0Llt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #606060;
}
.cid-th8Ypb0Llt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-th8Ypb0Llt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-th8Ypb0Llt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-th8Ypb0Llt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-th8Ypb0Llt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-th8Ypb0Llt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-th8Ypb0Llt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-th8Ypb0Llt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-th8Ypb0Llt .nav-link {
  font-weight: 400 !important;
}
.cid-th8Ypb0Llt a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-th8Ypb0Llt .mbr-iconfont {
  font-size: 1.0rem;
  padding-right: 0.5rem;
}
.cid-th8Ypb0Llt .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-th8Ypb0Llt .icons-menu span {
  font-size: 24px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-th8Ypb0Llt .navbar {
    height: 77px;
  }
  .cid-th8Ypb0Llt .navbar.opened {
    height: auto;
  }
  .cid-th8Ypb0Llt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toYnuZS5MG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-toYnuZS5MG .mbr-section-subtitle {
  color: #8a492a;
  text-align: center;
}
.cid-toYnuZS5MG .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-th8YpclzQv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-th8YpclzQv .mbr-section-subtitle {
  color: #8a492a;
  text-align: center;
}
.cid-th8YpclzQv .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-th8YpcIpVq {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-th8YpcIpVq .image-block {
  margin: auto;
}
.cid-th8YpcIpVq .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-th8YpcIpVq .image-block {
    width: 100% !important;
  }
}
.cid-th8YpcIpVq .container-fluid {
  padding: 0;
}
.cid-th8Ypd1FkT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-th8Ypd1FkT .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-th8Ypd1FkT .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-th8Ypd1FkT .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-th8Ypd1FkT .mbr-gallery-item {
  width: 33.3%;
}
.cid-th8Ypd1FkT .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-th8Ypd1FkT .mbr-gallery-item {
    width: 100%;
  }
}
.cid-th8Ypd1FkT .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-th8Ypd1FkT .mbr-gallery-row {
  justify-content: center;
}
.cid-th8Ypd1FkT .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-th8Ypd1FkT .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-th8Ypd1FkT .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-th8Ypd1FkT .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-th8Ypd1FkT .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-th8Ypd1FkT .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-th8Ypd1FkT .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-th8Ypd1FkT .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-th8Ypd1FkT img {
  transition: all 2s !important;
}
.cid-th8Ypd1FkT .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #000000, #8a492a) !important;
}
.cid-th8Ypd1FkT .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-th8Ypd1FkT .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #000000, #8a492a) !important;
}
.cid-trOnVZIcgx {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-trOnVZIcgx .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-trOnVZIcgx .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-trOnVZIcgx .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-trOnVZIcgx .mbr-gallery-item {
  width: 33.3%;
}
.cid-trOnVZIcgx .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-trOnVZIcgx .mbr-gallery-item {
    width: 100%;
  }
}
.cid-trOnVZIcgx .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-trOnVZIcgx .mbr-gallery-row {
  justify-content: center;
}
.cid-trOnVZIcgx .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-trOnVZIcgx .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-trOnVZIcgx .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-trOnVZIcgx .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-trOnVZIcgx .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-trOnVZIcgx .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-trOnVZIcgx .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-trOnVZIcgx .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-trOnVZIcgx img {
  transition: all 2s !important;
}
.cid-trOnVZIcgx .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #000000, #8a492a) !important;
}
.cid-trOnVZIcgx .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-trOnVZIcgx .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #000000, #8a492a) !important;
}
.cid-ti5RLQRB5A {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u5wr8K0C9o {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5wr8K0C9o P {
  color: #000000;
  text-align: center;
}
.cid-u5wr8K0C9o H5 {
  color: #8f8f8f;
  text-align: center;
}
.cid-u5wr8K0C9o h5 {
  display: center;
  text-decoration: none;
  width: inline;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-u5wr8K0C9o h5:hover {
  background-size: 0% 0%;
}
.cid-u5wr8K0C9o .col-md-4 {
  flex-direction: inline;
  display: inline;
  justify-content: center;
}
.cid-u5wr8K0C9o H4 {
  text-align: center;
  color: #606060;
}
.cid-txhnaBCE7q {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-txhnaBCE7q .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-txhnaBCE7q .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-txhnaBCE7q .btn {
  margin-bottom: 2rem;
}
.cid-txhnaBCE7q .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-txhnaBCE7q .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-txhnaBCE7q .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-txhnaBCE7q .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txhnaBCE7q .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-txhnaBCE7q .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-txhnaBCE7q .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-txhnaBCE7q .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-txhnaBCE7q .links {
  color: #606060;
  text-align: center;
}
.cid-th91ORxG8f .navbar-dropdown {
  position: relative !important;
  top: 3;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-th91ORxG8f .collapsed {
  flex-direction: row !important;
}
.cid-th91ORxG8f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-th91ORxG8f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-th91ORxG8f .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-th91ORxG8f .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-th91ORxG8f .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-th91ORxG8f .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-th91ORxG8f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-th91ORxG8f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-th91ORxG8f .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-th91ORxG8f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-th91ORxG8f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-th91ORxG8f .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-th91ORxG8f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-th91ORxG8f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-th91ORxG8f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-th91ORxG8f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-th91ORxG8f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-th91ORxG8f .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-th91ORxG8f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-th91ORxG8f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-th91ORxG8f .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-th91ORxG8f .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-th91ORxG8f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-th91ORxG8f .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-th91ORxG8f .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-th91ORxG8f .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-th91ORxG8f .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-th91ORxG8f .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-th91ORxG8f .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-th91ORxG8f .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-th91ORxG8f .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-th91ORxG8f .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-th91ORxG8f .nav-item:focus,
.cid-th91ORxG8f .nav-link:focus {
  outline: none;
}
.cid-th91ORxG8f .text-white:hover,
.cid-th91ORxG8f .text-white:active,
.cid-th91ORxG8f .text-white:focus {
  color: white !important;
}
.cid-th91ORxG8f .dropdown-item {
  font-weight: 300 !important;
  color: black !important;
}
.cid-th91ORxG8f .dropdown-item:hover {
  color: black !important;
}
.cid-th91ORxG8f .dropdown-menu {
  background-color: white !important;
}
.cid-th91ORxG8f .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(122, 122, 122, 0.35);
  display: block;
}
.cid-th91ORxG8f .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-th91ORxG8f .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-th91ORxG8f .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-th91ORxG8f .nav-item {
    position: relative;
  }
}
.cid-th91ORxG8f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-th91ORxG8f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-th91ORxG8f .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-th91ORxG8f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-th91ORxG8f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-th91ORxG8f .navbar-caption {
  font-weight: 600 !important;
}
.cid-th91ORxG8f .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-th91ORxG8f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-th91ORxG8f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-th91ORxG8f .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-th91ORxG8f .dropdown-item.active,
.cid-th91ORxG8f .dropdown-item:active {
  background-color: transparent;
}
.cid-th91ORxG8f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-th91ORxG8f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-th91ORxG8f .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-th91ORxG8f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-th91ORxG8f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-th91ORxG8f ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-th91ORxG8f .navbar-buttons {
  text-align: center;
}
.cid-th91ORxG8f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-th91ORxG8f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #606060;
}
.cid-th91ORxG8f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-th91ORxG8f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-th91ORxG8f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-th91ORxG8f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-th91ORxG8f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-th91ORxG8f nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-th91ORxG8f nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-th91ORxG8f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-th91ORxG8f .nav-link {
  font-weight: 400 !important;
}
.cid-th91ORxG8f a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-th91ORxG8f .mbr-iconfont {
  font-size: 1.0rem;
  padding-right: 0.5rem;
}
.cid-th91ORxG8f .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-th91ORxG8f .icons-menu span {
  font-size: 24px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-th91ORxG8f .navbar {
    height: 77px;
  }
  .cid-th91ORxG8f .navbar.opened {
    height: auto;
  }
  .cid-th91ORxG8f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toYkmAEgG8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-toYkmAEgG8 .mbr-section-subtitle {
  color: #8a492a;
  text-align: center;
}
.cid-toYkmAEgG8 .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-th91OSQ52j {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-th91OSQ52j .mbr-section-subtitle {
  color: #8a492a;
  text-align: center;
}
.cid-th91OSQ52j .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-th91OTfq9J {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-th91OTfq9J .image-block {
  margin: auto;
}
.cid-th91OTfq9J .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-th91OTfq9J .image-block {
    width: 100% !important;
  }
}
.cid-th91OTfq9J .container-fluid {
  padding: 0;
}
.cid-th989WZyEC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-th989WZyEC .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-th989WZyEC .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-th989WZyEC .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-th989WZyEC .mbr-gallery-item {
  width: 33.3%;
}
.cid-th989WZyEC .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-th989WZyEC .mbr-gallery-item {
    width: 100%;
  }
}
.cid-th989WZyEC .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-th989WZyEC .mbr-gallery-row {
  justify-content: center;
}
.cid-th989WZyEC .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-th989WZyEC .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-th989WZyEC .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-th989WZyEC .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-th989WZyEC .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-th989WZyEC .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-th989WZyEC .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-th989WZyEC .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-th989WZyEC img {
  transition: all 2s !important;
}
.cid-th989WZyEC .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #000000, #8a492a) !important;
}
.cid-th989WZyEC .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-th989WZyEC .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #000000, #8a492a) !important;
}
.cid-tpPmL8K9uZ {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tpPmL8K9uZ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tpPmL8K9uZ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tpPmL8K9uZ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tpPmL8K9uZ .mbr-gallery-item {
  width: 33.3%;
}
.cid-tpPmL8K9uZ .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-tpPmL8K9uZ .mbr-gallery-item {
    width: 100%;
  }
}
.cid-tpPmL8K9uZ .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-tpPmL8K9uZ .mbr-gallery-row {
  justify-content: center;
}
.cid-tpPmL8K9uZ .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tpPmL8K9uZ .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-tpPmL8K9uZ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tpPmL8K9uZ .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tpPmL8K9uZ .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tpPmL8K9uZ .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-tpPmL8K9uZ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tpPmL8K9uZ .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tpPmL8K9uZ img {
  transition: all 2s !important;
}
.cid-tpPmL8K9uZ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #000000, #8a492a) !important;
}
.cid-tpPmL8K9uZ .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tpPmL8K9uZ .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #000000, #8a492a) !important;
}
.cid-ti5SjHRkwH {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u5wp2nSG96 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5wp2nSG96 P {
  color: #000000;
  text-align: center;
}
.cid-u5wp2nSG96 H5 {
  color: #8f8f8f;
  text-align: center;
}
.cid-u5wp2nSG96 h5 {
  display: center;
  text-decoration: none;
  width: inline;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-u5wp2nSG96 h5:hover {
  background-size: 0% 0%;
}
.cid-u5wp2nSG96 .col-md-4 {
  flex-direction: inline;
  display: inline;
  justify-content: center;
}
.cid-u5wp2nSG96 H4 {
  text-align: center;
  color: #606060;
}
.cid-txhkiCSeu4 {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-txhkiCSeu4 .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-txhkiCSeu4 .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-txhkiCSeu4 .btn {
  margin-bottom: 2rem;
}
.cid-txhkiCSeu4 .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-txhkiCSeu4 .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-txhkiCSeu4 .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-txhkiCSeu4 .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txhkiCSeu4 .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-txhkiCSeu4 .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-txhkiCSeu4 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-txhkiCSeu4 .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-txhkiCSeu4 .links {
  color: #606060;
  text-align: center;
}
.cid-th90lLvvT7 .navbar-dropdown {
  position: relative !important;
  top: 3;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-th90lLvvT7 .collapsed {
  flex-direction: row !important;
}
.cid-th90lLvvT7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-th90lLvvT7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-th90lLvvT7 .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-th90lLvvT7 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-th90lLvvT7 .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-th90lLvvT7 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-th90lLvvT7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-th90lLvvT7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-th90lLvvT7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-th90lLvvT7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-th90lLvvT7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-th90lLvvT7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-th90lLvvT7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-th90lLvvT7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-th90lLvvT7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-th90lLvvT7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-th90lLvvT7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-th90lLvvT7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-th90lLvvT7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-th90lLvvT7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-th90lLvvT7 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-th90lLvvT7 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-th90lLvvT7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-th90lLvvT7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-th90lLvvT7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-th90lLvvT7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-th90lLvvT7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-th90lLvvT7 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-th90lLvvT7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-th90lLvvT7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-th90lLvvT7 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-th90lLvvT7 .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-th90lLvvT7 .nav-item:focus,
.cid-th90lLvvT7 .nav-link:focus {
  outline: none;
}
.cid-th90lLvvT7 .text-white:hover,
.cid-th90lLvvT7 .text-white:active,
.cid-th90lLvvT7 .text-white:focus {
  color: white !important;
}
.cid-th90lLvvT7 .dropdown-item {
  font-weight: 300 !important;
  color: black !important;
}
.cid-th90lLvvT7 .dropdown-item:hover {
  color: black !important;
}
.cid-th90lLvvT7 .dropdown-menu {
  background-color: white !important;
}
.cid-th90lLvvT7 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(122, 122, 122, 0.35);
  display: block;
}
.cid-th90lLvvT7 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-th90lLvvT7 .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-th90lLvvT7 .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-th90lLvvT7 .nav-item {
    position: relative;
  }
}
.cid-th90lLvvT7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-th90lLvvT7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-th90lLvvT7 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-th90lLvvT7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-th90lLvvT7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-th90lLvvT7 .navbar-caption {
  font-weight: 600 !important;
}
.cid-th90lLvvT7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-th90lLvvT7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-th90lLvvT7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-th90lLvvT7 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-th90lLvvT7 .dropdown-item.active,
.cid-th90lLvvT7 .dropdown-item:active {
  background-color: transparent;
}
.cid-th90lLvvT7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-th90lLvvT7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-th90lLvvT7 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-th90lLvvT7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-th90lLvvT7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-th90lLvvT7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-th90lLvvT7 .navbar-buttons {
  text-align: center;
}
.cid-th90lLvvT7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-th90lLvvT7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #606060;
}
.cid-th90lLvvT7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-th90lLvvT7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-th90lLvvT7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-th90lLvvT7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-th90lLvvT7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-th90lLvvT7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-th90lLvvT7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-th90lLvvT7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-th90lLvvT7 .nav-link {
  font-weight: 400 !important;
}
.cid-th90lLvvT7 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-th90lLvvT7 .mbr-iconfont {
  font-size: 1.0rem;
  padding-right: 0.5rem;
}
.cid-th90lLvvT7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-th90lLvvT7 .icons-menu span {
  font-size: 24px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-th90lLvvT7 .navbar {
    height: 77px;
  }
  .cid-th90lLvvT7 .navbar.opened {
    height: auto;
  }
  .cid-th90lLvvT7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toYk2pToXN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-toYk2pToXN .mbr-section-subtitle {
  color: #8a492a;
  text-align: center;
}
.cid-toYk2pToXN .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-th90lMNuB8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-th90lMNuB8 .mbr-section-subtitle {
  color: #8a492a;
  text-align: center;
}
.cid-th90lMNuB8 .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-th90lNcnFU {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-th90lNcnFU .image-block {
  margin: auto;
}
.cid-th90lNcnFU .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-th90lNcnFU .image-block {
    width: 100% !important;
  }
}
.cid-th90lNcnFU .container-fluid {
  padding: 0;
}
.cid-th90lNvlii {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-th90lNvlii .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-th90lNvlii .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-th90lNvlii .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-th90lNvlii .mbr-gallery-item {
  width: 33.3%;
}
.cid-th90lNvlii .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-th90lNvlii .mbr-gallery-item {
    width: 100%;
  }
}
.cid-th90lNvlii .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-th90lNvlii .mbr-gallery-row {
  justify-content: center;
}
.cid-th90lNvlii .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-th90lNvlii .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-th90lNvlii .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-th90lNvlii .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-th90lNvlii .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-th90lNvlii .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-th90lNvlii .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-th90lNvlii .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-th90lNvlii img {
  transition: all 2s !important;
}
.cid-th90lNvlii .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #000000, #8a492a) !important;
}
.cid-th90lNvlii .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-th90lNvlii .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #000000, #8a492a) !important;
}
.cid-ti5SaPXRji {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u5woZ5E4gg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5woZ5E4gg P {
  color: #000000;
  text-align: center;
}
.cid-u5woZ5E4gg H5 {
  color: #8f8f8f;
  text-align: center;
}
.cid-u5woZ5E4gg h5 {
  display: center;
  text-decoration: none;
  width: inline;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-u5woZ5E4gg h5:hover {
  background-size: 0% 0%;
}
.cid-u5woZ5E4gg .col-md-4 {
  flex-direction: inline;
  display: inline;
  justify-content: center;
}
.cid-u5woZ5E4gg H4 {
  text-align: center;
  color: #606060;
}
.cid-txhkeVORjV {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-txhkeVORjV .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-txhkeVORjV .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-txhkeVORjV .btn {
  margin-bottom: 2rem;
}
.cid-txhkeVORjV .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-txhkeVORjV .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-txhkeVORjV .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-txhkeVORjV .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txhkeVORjV .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-txhkeVORjV .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-txhkeVORjV .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-txhkeVORjV .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-txhkeVORjV .links {
  color: #606060;
  text-align: center;
}
.cid-trUea0AjLY .navbar-dropdown {
  position: relative !important;
  top: 3;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-trUea0AjLY .collapsed {
  flex-direction: row !important;
}
.cid-trUea0AjLY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-trUea0AjLY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-trUea0AjLY .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-trUea0AjLY .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-trUea0AjLY .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-trUea0AjLY .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-trUea0AjLY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-trUea0AjLY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-trUea0AjLY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-trUea0AjLY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-trUea0AjLY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-trUea0AjLY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-trUea0AjLY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-trUea0AjLY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-trUea0AjLY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-trUea0AjLY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-trUea0AjLY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-trUea0AjLY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-trUea0AjLY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-trUea0AjLY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-trUea0AjLY .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-trUea0AjLY .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-trUea0AjLY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-trUea0AjLY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-trUea0AjLY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-trUea0AjLY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-trUea0AjLY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-trUea0AjLY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-trUea0AjLY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-trUea0AjLY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-trUea0AjLY .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-trUea0AjLY .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-trUea0AjLY .nav-item:focus,
.cid-trUea0AjLY .nav-link:focus {
  outline: none;
}
.cid-trUea0AjLY .text-white:hover,
.cid-trUea0AjLY .text-white:active,
.cid-trUea0AjLY .text-white:focus {
  color: white !important;
}
.cid-trUea0AjLY .dropdown-item {
  font-weight: 300 !important;
  color: black !important;
}
.cid-trUea0AjLY .dropdown-item:hover {
  color: black !important;
}
.cid-trUea0AjLY .dropdown-menu {
  background-color: white !important;
}
.cid-trUea0AjLY .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(122, 122, 122, 0.35);
  display: block;
}
.cid-trUea0AjLY .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-trUea0AjLY .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-trUea0AjLY .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-trUea0AjLY .nav-item {
    position: relative;
  }
}
.cid-trUea0AjLY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-trUea0AjLY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trUea0AjLY .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-trUea0AjLY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-trUea0AjLY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-trUea0AjLY .navbar-caption {
  font-weight: 600 !important;
}
.cid-trUea0AjLY .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-trUea0AjLY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-trUea0AjLY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-trUea0AjLY .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-trUea0AjLY .dropdown-item.active,
.cid-trUea0AjLY .dropdown-item:active {
  background-color: transparent;
}
.cid-trUea0AjLY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-trUea0AjLY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-trUea0AjLY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-trUea0AjLY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-trUea0AjLY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-trUea0AjLY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-trUea0AjLY .navbar-buttons {
  text-align: center;
}
.cid-trUea0AjLY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-trUea0AjLY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #606060;
}
.cid-trUea0AjLY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-trUea0AjLY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trUea0AjLY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trUea0AjLY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-trUea0AjLY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trUea0AjLY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-trUea0AjLY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-trUea0AjLY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trUea0AjLY .nav-link {
  font-weight: 400 !important;
}
.cid-trUea0AjLY a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-trUea0AjLY .mbr-iconfont {
  font-size: 1.0rem;
  padding-right: 0.5rem;
}
.cid-trUea0AjLY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-trUea0AjLY .icons-menu span {
  font-size: 24px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-trUea0AjLY .navbar {
    height: 77px;
  }
  .cid-trUea0AjLY .navbar.opened {
    height: auto;
  }
  .cid-trUea0AjLY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-trUea1rHCp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-trUea1rHCp .mbr-section-subtitle {
  color: #8a492a;
  text-align: center;
}
.cid-trUea1rHCp .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-trUea1Iamn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-trUea1Iamn .mbr-section-subtitle {
  color: #8a492a;
  text-align: center;
}
.cid-trUea1Iamn .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-trUea1Yzk0 {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-trUea1Yzk0 .image-block {
  margin: auto;
}
.cid-trUea1Yzk0 .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-trUea1Yzk0 .image-block {
    width: 100% !important;
  }
}
.cid-trUea1Yzk0 .container-fluid {
  padding: 0;
}
.cid-trUea2gOSi {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-trUea2gOSi .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-trUea2gOSi .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-trUea2gOSi .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-trUea2gOSi .mbr-gallery-item {
  width: 33.3%;
}
.cid-trUea2gOSi .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-trUea2gOSi .mbr-gallery-item {
    width: 100%;
  }
}
.cid-trUea2gOSi .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-trUea2gOSi .mbr-gallery-row {
  justify-content: center;
}
.cid-trUea2gOSi .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-trUea2gOSi .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-trUea2gOSi .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-trUea2gOSi .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-trUea2gOSi .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-trUea2gOSi .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-trUea2gOSi .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-trUea2gOSi .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-trUea2gOSi img {
  transition: all 2s !important;
}
.cid-trUea2gOSi .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #000000, #8a492a) !important;
}
.cid-trUea2gOSi .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-trUea2gOSi .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #000000, #8a492a) !important;
}
.cid-trUea362Dm {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u5wqYVyRmU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5wqYVyRmU P {
  color: #000000;
  text-align: center;
}
.cid-u5wqYVyRmU H5 {
  color: #8f8f8f;
  text-align: center;
}
.cid-u5wqYVyRmU h5 {
  display: center;
  text-decoration: none;
  width: inline;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-u5wqYVyRmU h5:hover {
  background-size: 0% 0%;
}
.cid-u5wqYVyRmU .col-md-4 {
  flex-direction: inline;
  display: inline;
  justify-content: center;
}
.cid-u5wqYVyRmU H4 {
  text-align: center;
  color: #606060;
}
.cid-txhn7EUBow {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-txhn7EUBow .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-txhn7EUBow .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-txhn7EUBow .btn {
  margin-bottom: 2rem;
}
.cid-txhn7EUBow .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-txhn7EUBow .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-txhn7EUBow .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-txhn7EUBow .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txhn7EUBow .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-txhn7EUBow .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-txhn7EUBow .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-txhn7EUBow .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-txhn7EUBow .links {
  color: #606060;
  text-align: center;
}
.cid-tdhhOEYUSA .navbar-dropdown {
  position: relative !important;
  top: 3;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-tdhhOEYUSA .collapsed {
  flex-direction: row !important;
}
.cid-tdhhOEYUSA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tdhhOEYUSA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tdhhOEYUSA .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tdhhOEYUSA .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tdhhOEYUSA .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tdhhOEYUSA .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tdhhOEYUSA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tdhhOEYUSA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tdhhOEYUSA .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tdhhOEYUSA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tdhhOEYUSA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tdhhOEYUSA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tdhhOEYUSA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tdhhOEYUSA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tdhhOEYUSA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tdhhOEYUSA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tdhhOEYUSA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tdhhOEYUSA .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tdhhOEYUSA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tdhhOEYUSA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tdhhOEYUSA .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tdhhOEYUSA .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tdhhOEYUSA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tdhhOEYUSA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tdhhOEYUSA .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tdhhOEYUSA .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tdhhOEYUSA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tdhhOEYUSA .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tdhhOEYUSA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tdhhOEYUSA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tdhhOEYUSA .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tdhhOEYUSA .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-tdhhOEYUSA .nav-item:focus,
.cid-tdhhOEYUSA .nav-link:focus {
  outline: none;
}
.cid-tdhhOEYUSA .text-white:hover,
.cid-tdhhOEYUSA .text-white:active,
.cid-tdhhOEYUSA .text-white:focus {
  color: white !important;
}
.cid-tdhhOEYUSA .dropdown-item {
  font-weight: 300 !important;
  color: black !important;
}
.cid-tdhhOEYUSA .dropdown-item:hover {
  color: black !important;
}
.cid-tdhhOEYUSA .dropdown-menu {
  background-color: white !important;
}
.cid-tdhhOEYUSA .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(122, 122, 122, 0.35);
  display: block;
}
.cid-tdhhOEYUSA .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tdhhOEYUSA .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-tdhhOEYUSA .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-tdhhOEYUSA .nav-item {
    position: relative;
  }
}
.cid-tdhhOEYUSA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tdhhOEYUSA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tdhhOEYUSA .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tdhhOEYUSA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tdhhOEYUSA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tdhhOEYUSA .navbar-caption {
  font-weight: 600 !important;
}
.cid-tdhhOEYUSA .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tdhhOEYUSA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tdhhOEYUSA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tdhhOEYUSA .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tdhhOEYUSA .dropdown-item.active,
.cid-tdhhOEYUSA .dropdown-item:active {
  background-color: transparent;
}
.cid-tdhhOEYUSA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tdhhOEYUSA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tdhhOEYUSA .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tdhhOEYUSA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tdhhOEYUSA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tdhhOEYUSA ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tdhhOEYUSA .navbar-buttons {
  text-align: center;
}
.cid-tdhhOEYUSA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tdhhOEYUSA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #606060;
}
.cid-tdhhOEYUSA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tdhhOEYUSA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tdhhOEYUSA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tdhhOEYUSA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tdhhOEYUSA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tdhhOEYUSA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tdhhOEYUSA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tdhhOEYUSA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tdhhOEYUSA .nav-link {
  font-weight: 400 !important;
}
.cid-tdhhOEYUSA a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tdhhOEYUSA .mbr-iconfont {
  font-size: 1.0rem;
  padding-right: 0.5rem;
}
.cid-tdhhOEYUSA .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tdhhOEYUSA .icons-menu span {
  font-size: 24px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tdhhOEYUSA .navbar {
    height: 77px;
  }
  .cid-tdhhOEYUSA .navbar.opened {
    height: auto;
  }
  .cid-tdhhOEYUSA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tssTSw4qmo {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tssTSw4qmo h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-tssTSw4qmo .mbr-section-subtitle {
  color: #767676;
}
.cid-tssTSw4qmo .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-tssTSw4qmo .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-tssTSw4qmo .mbr-text-right {
  color: #000000;
}
.cid-tssTSw4qmo H2 {
  color: #606060;
}
.cid-tsV7VcwFHM .navbar-dropdown {
  position: relative !important;
  top: 3;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-tsV7VcwFHM .collapsed {
  flex-direction: row !important;
}
.cid-tsV7VcwFHM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tsV7VcwFHM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tsV7VcwFHM .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tsV7VcwFHM .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tsV7VcwFHM .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tsV7VcwFHM .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tsV7VcwFHM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tsV7VcwFHM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tsV7VcwFHM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tsV7VcwFHM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tsV7VcwFHM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tsV7VcwFHM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tsV7VcwFHM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tsV7VcwFHM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tsV7VcwFHM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tsV7VcwFHM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tsV7VcwFHM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsV7VcwFHM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tsV7VcwFHM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsV7VcwFHM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tsV7VcwFHM .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tsV7VcwFHM .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tsV7VcwFHM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tsV7VcwFHM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tsV7VcwFHM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tsV7VcwFHM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tsV7VcwFHM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tsV7VcwFHM .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tsV7VcwFHM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tsV7VcwFHM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tsV7VcwFHM .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tsV7VcwFHM .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-tsV7VcwFHM .nav-item:focus,
.cid-tsV7VcwFHM .nav-link:focus {
  outline: none;
}
.cid-tsV7VcwFHM .text-white:hover,
.cid-tsV7VcwFHM .text-white:active,
.cid-tsV7VcwFHM .text-white:focus {
  color: white !important;
}
.cid-tsV7VcwFHM .dropdown-item {
  font-weight: 300 !important;
  color: black !important;
}
.cid-tsV7VcwFHM .dropdown-item:hover {
  color: black !important;
}
.cid-tsV7VcwFHM .dropdown-menu {
  background-color: white !important;
}
.cid-tsV7VcwFHM .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(122, 122, 122, 0.35);
  display: block;
}
.cid-tsV7VcwFHM .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tsV7VcwFHM .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-tsV7VcwFHM .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-tsV7VcwFHM .nav-item {
    position: relative;
  }
}
.cid-tsV7VcwFHM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tsV7VcwFHM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsV7VcwFHM .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tsV7VcwFHM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tsV7VcwFHM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tsV7VcwFHM .navbar-caption {
  font-weight: 600 !important;
}
.cid-tsV7VcwFHM .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tsV7VcwFHM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tsV7VcwFHM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tsV7VcwFHM .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tsV7VcwFHM .dropdown-item.active,
.cid-tsV7VcwFHM .dropdown-item:active {
  background-color: transparent;
}
.cid-tsV7VcwFHM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tsV7VcwFHM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tsV7VcwFHM .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tsV7VcwFHM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tsV7VcwFHM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tsV7VcwFHM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tsV7VcwFHM .navbar-buttons {
  text-align: center;
}
.cid-tsV7VcwFHM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tsV7VcwFHM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #606060;
}
.cid-tsV7VcwFHM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tsV7VcwFHM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsV7VcwFHM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsV7VcwFHM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tsV7VcwFHM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsV7VcwFHM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tsV7VcwFHM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tsV7VcwFHM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsV7VcwFHM .nav-link {
  font-weight: 400 !important;
}
.cid-tsV7VcwFHM a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tsV7VcwFHM .mbr-iconfont {
  font-size: 1.0rem;
  padding-right: 0.5rem;
}
.cid-tsV7VcwFHM .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tsV7VcwFHM .icons-menu span {
  font-size: 24px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tsV7VcwFHM .navbar {
    height: 77px;
  }
  .cid-tsV7VcwFHM .navbar.opened {
    height: auto;
  }
  .cid-tsV7VcwFHM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tsV7Vdb1CC {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tsV7Vdb1CC h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-tsV7Vdb1CC .mbr-section-subtitle {
  color: #767676;
}
.cid-tsV7Vdb1CC .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-tsV7Vdb1CC .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-tsV7Vdb1CC .mbr-text-right {
  color: #000000;
}
.cid-tsV7Vdb1CC H2 {
  color: #606060;
}
.cid-tyyjkSeGLe .navbar-dropdown {
  position: relative !important;
  top: 3;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-tyyjkSeGLe .collapsed {
  flex-direction: row !important;
}
.cid-tyyjkSeGLe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyyjkSeGLe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyyjkSeGLe .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tyyjkSeGLe .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tyyjkSeGLe .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tyyjkSeGLe .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tyyjkSeGLe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyyjkSeGLe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tyyjkSeGLe .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tyyjkSeGLe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyyjkSeGLe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyyjkSeGLe .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tyyjkSeGLe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyyjkSeGLe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tyyjkSeGLe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tyyjkSeGLe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyyjkSeGLe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyyjkSeGLe .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tyyjkSeGLe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyyjkSeGLe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyyjkSeGLe .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tyyjkSeGLe .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tyyjkSeGLe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyyjkSeGLe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyyjkSeGLe .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tyyjkSeGLe .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tyyjkSeGLe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tyyjkSeGLe .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tyyjkSeGLe .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tyyjkSeGLe .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tyyjkSeGLe .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyyjkSeGLe .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-tyyjkSeGLe .nav-item:focus,
.cid-tyyjkSeGLe .nav-link:focus {
  outline: none;
}
.cid-tyyjkSeGLe .text-white:hover,
.cid-tyyjkSeGLe .text-white:active,
.cid-tyyjkSeGLe .text-white:focus {
  color: white !important;
}
.cid-tyyjkSeGLe .dropdown-item {
  font-weight: 300 !important;
  color: black !important;
}
.cid-tyyjkSeGLe .dropdown-item:hover {
  color: black !important;
}
.cid-tyyjkSeGLe .dropdown-menu {
  background-color: white !important;
}
.cid-tyyjkSeGLe .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(122, 122, 122, 0.35);
  display: block;
}
.cid-tyyjkSeGLe .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyyjkSeGLe .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-tyyjkSeGLe .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-tyyjkSeGLe .nav-item {
    position: relative;
  }
}
.cid-tyyjkSeGLe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyyjkSeGLe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyyjkSeGLe .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tyyjkSeGLe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tyyjkSeGLe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyyjkSeGLe .navbar-caption {
  font-weight: 600 !important;
}
.cid-tyyjkSeGLe .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyyjkSeGLe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyyjkSeGLe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyyjkSeGLe .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tyyjkSeGLe .dropdown-item.active,
.cid-tyyjkSeGLe .dropdown-item:active {
  background-color: transparent;
}
.cid-tyyjkSeGLe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyyjkSeGLe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyyjkSeGLe .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyyjkSeGLe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tyyjkSeGLe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyyjkSeGLe ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tyyjkSeGLe .navbar-buttons {
  text-align: center;
}
.cid-tyyjkSeGLe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyyjkSeGLe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #606060;
}
.cid-tyyjkSeGLe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tyyjkSeGLe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyyjkSeGLe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyyjkSeGLe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tyyjkSeGLe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyyjkSeGLe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tyyjkSeGLe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tyyjkSeGLe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyyjkSeGLe .nav-link {
  font-weight: 400 !important;
}
.cid-tyyjkSeGLe a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tyyjkSeGLe .mbr-iconfont {
  font-size: 1.0rem;
  padding-right: 0.5rem;
}
.cid-tyyjkSeGLe .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tyyjkSeGLe .icons-menu span {
  font-size: 24px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tyyjkSeGLe .navbar {
    height: 77px;
  }
  .cid-tyyjkSeGLe .navbar.opened {
    height: auto;
  }
  .cid-tyyjkSeGLe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyyjkT2VOx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tyyjkT2VOx .mbr-section-subtitle {
  color: #8a492a;
  text-align: center;
}
.cid-tyyjkT2VOx .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-tyyjkTmcVw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyyjkTmcVw .mbr-section-subtitle {
  color: #8a492a;
  text-align: center;
}
.cid-tyyjkTmcVw .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-tyyjkTFsLf {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-tyyjkTFsLf .image-block {
  margin: auto;
}
.cid-tyyjkTFsLf .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tyyjkTFsLf .image-block {
    width: 100% !important;
  }
}
.cid-tyyjkTFsLf .container-fluid {
  padding: 0;
}
.cid-tyyjkU4vuk {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tyyjkU4vuk .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tyyjkU4vuk .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyyjkU4vuk .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tyyjkU4vuk .mbr-gallery-item {
  width: 33.3%;
}
.cid-tyyjkU4vuk .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-tyyjkU4vuk .mbr-gallery-item {
    width: 100%;
  }
}
.cid-tyyjkU4vuk .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-tyyjkU4vuk .mbr-gallery-row {
  justify-content: center;
}
.cid-tyyjkU4vuk .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tyyjkU4vuk .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-tyyjkU4vuk .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tyyjkU4vuk .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tyyjkU4vuk .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tyyjkU4vuk .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-tyyjkU4vuk .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tyyjkU4vuk .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tyyjkU4vuk img {
  transition: all 2s !important;
}
.cid-tyyjkU4vuk .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #000000, #8a492a) !important;
}
.cid-tyyjkU4vuk .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tyyjkU4vuk .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #000000, #8a492a) !important;
}
.cid-tyyjkV6Gls {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u5wnlMGfel {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5wnlMGfel P {
  color: #000000;
  text-align: center;
}
.cid-u5wnlMGfel H5 {
  color: #8f8f8f;
  text-align: center;
}
.cid-u5wnlMGfel h5 {
  display: center;
  text-decoration: none;
  width: inline;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-u5wnlMGfel h5:hover {
  background-size: 0% 0%;
}
.cid-u5wnlMGfel .col-md-4 {
  flex-direction: inline;
  display: inline;
  justify-content: center;
}
.cid-u5wnlMGfel H4 {
  text-align: center;
  color: #606060;
}
.cid-tyyjkVS0uI {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tyyjkVS0uI .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tyyjkVS0uI .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-tyyjkVS0uI .btn {
  margin-bottom: 2rem;
}
.cid-tyyjkVS0uI .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-tyyjkVS0uI .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tyyjkVS0uI .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-tyyjkVS0uI .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tyyjkVS0uI .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tyyjkVS0uI .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-tyyjkVS0uI .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-tyyjkVS0uI .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-tyyjkVS0uI .links {
  color: #606060;
  text-align: center;
}
.cid-tCneQVVufg .navbar-dropdown {
  position: relative !important;
  top: 3;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-tCneQVVufg .collapsed {
  flex-direction: row !important;
}
.cid-tCneQVVufg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCneQVVufg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCneQVVufg .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tCneQVVufg .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tCneQVVufg .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tCneQVVufg .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCneQVVufg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCneQVVufg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tCneQVVufg .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tCneQVVufg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCneQVVufg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCneQVVufg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tCneQVVufg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCneQVVufg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCneQVVufg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCneQVVufg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCneQVVufg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCneQVVufg .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tCneQVVufg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCneQVVufg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCneQVVufg .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tCneQVVufg .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tCneQVVufg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCneQVVufg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCneQVVufg .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCneQVVufg .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tCneQVVufg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCneQVVufg .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tCneQVVufg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tCneQVVufg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tCneQVVufg .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tCneQVVufg .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-tCneQVVufg .nav-item:focus,
.cid-tCneQVVufg .nav-link:focus {
  outline: none;
}
.cid-tCneQVVufg .text-white:hover,
.cid-tCneQVVufg .text-white:active,
.cid-tCneQVVufg .text-white:focus {
  color: white !important;
}
.cid-tCneQVVufg .dropdown-item {
  font-weight: 300 !important;
  color: black !important;
}
.cid-tCneQVVufg .dropdown-item:hover {
  color: black !important;
}
.cid-tCneQVVufg .dropdown-menu {
  background-color: white !important;
}
.cid-tCneQVVufg .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(122, 122, 122, 0.35);
  display: block;
}
.cid-tCneQVVufg .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tCneQVVufg .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-tCneQVVufg .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-tCneQVVufg .nav-item {
    position: relative;
  }
}
.cid-tCneQVVufg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tCneQVVufg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCneQVVufg .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tCneQVVufg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tCneQVVufg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tCneQVVufg .navbar-caption {
  font-weight: 600 !important;
}
.cid-tCneQVVufg .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCneQVVufg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCneQVVufg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCneQVVufg .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tCneQVVufg .dropdown-item.active,
.cid-tCneQVVufg .dropdown-item:active {
  background-color: transparent;
}
.cid-tCneQVVufg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCneQVVufg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCneQVVufg .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCneQVVufg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tCneQVVufg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCneQVVufg ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tCneQVVufg .navbar-buttons {
  text-align: center;
}
.cid-tCneQVVufg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tCneQVVufg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #606060;
}
.cid-tCneQVVufg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCneQVVufg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCneQVVufg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCneQVVufg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCneQVVufg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCneQVVufg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCneQVVufg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCneQVVufg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCneQVVufg .nav-link {
  font-weight: 400 !important;
}
.cid-tCneQVVufg a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tCneQVVufg .mbr-iconfont {
  font-size: 1.0rem;
  padding-right: 0.5rem;
}
.cid-tCneQVVufg .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tCneQVVufg .icons-menu span {
  font-size: 24px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tCneQVVufg .navbar {
    height: 77px;
  }
  .cid-tCneQVVufg .navbar.opened {
    height: auto;
  }
  .cid-tCneQVVufg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCneQWCHFp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tCneQWCHFp .mbr-section-subtitle {
  color: #8a492a;
  text-align: center;
}
.cid-tCneQWCHFp .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-tCneQWRARb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCneQWRARb .mbr-section-subtitle {
  color: #8a492a;
  text-align: center;
}
.cid-tCneQWRARb .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-tCneQX5lKM {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-tCneQX5lKM .image-block {
  margin: auto;
}
.cid-tCneQX5lKM .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tCneQX5lKM .image-block {
    width: 100% !important;
  }
}
.cid-tCneQX5lKM .container-fluid {
  padding: 0;
}
.cid-tCneQXkNZC {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tCneQXkNZC .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tCneQXkNZC .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCneQXkNZC .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tCneQXkNZC .mbr-gallery-item {
  width: 33.3%;
}
.cid-tCneQXkNZC .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-tCneQXkNZC .mbr-gallery-item {
    width: 100%;
  }
}
.cid-tCneQXkNZC .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-tCneQXkNZC .mbr-gallery-row {
  justify-content: center;
}
.cid-tCneQXkNZC .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tCneQXkNZC .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-tCneQXkNZC .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tCneQXkNZC .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tCneQXkNZC .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tCneQXkNZC .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-tCneQXkNZC .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tCneQXkNZC .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tCneQXkNZC img {
  transition: all 2s !important;
}
.cid-tCneQXkNZC .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #000000, #8a492a) !important;
}
.cid-tCneQXkNZC .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tCneQXkNZC .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #000000, #8a492a) !important;
}
.cid-tCneQXRh84 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u5wr44oIBd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5wr44oIBd P {
  color: #000000;
  text-align: center;
}
.cid-u5wr44oIBd H5 {
  color: #8f8f8f;
  text-align: center;
}
.cid-u5wr44oIBd h5 {
  display: center;
  text-decoration: none;
  width: inline;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-u5wr44oIBd h5:hover {
  background-size: 0% 0%;
}
.cid-u5wr44oIBd .col-md-4 {
  flex-direction: inline;
  display: inline;
  justify-content: center;
}
.cid-u5wr44oIBd H4 {
  text-align: center;
  color: #606060;
}
.cid-tCneQYBGyw {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tCneQYBGyw .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tCneQYBGyw .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-tCneQYBGyw .btn {
  margin-bottom: 2rem;
}
.cid-tCneQYBGyw .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-tCneQYBGyw .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tCneQYBGyw .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-tCneQYBGyw .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tCneQYBGyw .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tCneQYBGyw .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-tCneQYBGyw .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-tCneQYBGyw .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-tCneQYBGyw .links {
  color: #606060;
  text-align: center;
}
.cid-tCnjwrVV97 .navbar-dropdown {
  position: relative !important;
  top: 3;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-tCnjwrVV97 .collapsed {
  flex-direction: row !important;
}
.cid-tCnjwrVV97 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCnjwrVV97 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCnjwrVV97 .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tCnjwrVV97 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tCnjwrVV97 .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tCnjwrVV97 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCnjwrVV97 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCnjwrVV97 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tCnjwrVV97 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tCnjwrVV97 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCnjwrVV97 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCnjwrVV97 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tCnjwrVV97 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCnjwrVV97 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCnjwrVV97 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCnjwrVV97 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCnjwrVV97 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCnjwrVV97 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tCnjwrVV97 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCnjwrVV97 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCnjwrVV97 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tCnjwrVV97 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tCnjwrVV97 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCnjwrVV97 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCnjwrVV97 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCnjwrVV97 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tCnjwrVV97 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCnjwrVV97 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tCnjwrVV97 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tCnjwrVV97 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tCnjwrVV97 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tCnjwrVV97 .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-tCnjwrVV97 .nav-item:focus,
.cid-tCnjwrVV97 .nav-link:focus {
  outline: none;
}
.cid-tCnjwrVV97 .text-white:hover,
.cid-tCnjwrVV97 .text-white:active,
.cid-tCnjwrVV97 .text-white:focus {
  color: white !important;
}
.cid-tCnjwrVV97 .dropdown-item {
  font-weight: 300 !important;
  color: black !important;
}
.cid-tCnjwrVV97 .dropdown-item:hover {
  color: black !important;
}
.cid-tCnjwrVV97 .dropdown-menu {
  background-color: white !important;
}
.cid-tCnjwrVV97 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(122, 122, 122, 0.35);
  display: block;
}
.cid-tCnjwrVV97 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tCnjwrVV97 .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-tCnjwrVV97 .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-tCnjwrVV97 .nav-item {
    position: relative;
  }
}
.cid-tCnjwrVV97 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tCnjwrVV97 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCnjwrVV97 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tCnjwrVV97 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tCnjwrVV97 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tCnjwrVV97 .navbar-caption {
  font-weight: 600 !important;
}
.cid-tCnjwrVV97 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCnjwrVV97 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCnjwrVV97 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCnjwrVV97 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tCnjwrVV97 .dropdown-item.active,
.cid-tCnjwrVV97 .dropdown-item:active {
  background-color: transparent;
}
.cid-tCnjwrVV97 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCnjwrVV97 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCnjwrVV97 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCnjwrVV97 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tCnjwrVV97 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCnjwrVV97 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tCnjwrVV97 .navbar-buttons {
  text-align: center;
}
.cid-tCnjwrVV97 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tCnjwrVV97 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #606060;
}
.cid-tCnjwrVV97 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCnjwrVV97 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCnjwrVV97 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCnjwrVV97 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCnjwrVV97 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCnjwrVV97 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCnjwrVV97 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCnjwrVV97 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCnjwrVV97 .nav-link {
  font-weight: 400 !important;
}
.cid-tCnjwrVV97 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tCnjwrVV97 .mbr-iconfont {
  font-size: 1.0rem;
  padding-right: 0.5rem;
}
.cid-tCnjwrVV97 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tCnjwrVV97 .icons-menu span {
  font-size: 24px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tCnjwrVV97 .navbar {
    height: 77px;
  }
  .cid-tCnjwrVV97 .navbar.opened {
    height: auto;
  }
  .cid-tCnjwrVV97 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCnjwsAGJU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tCnjwsAGJU .mbr-section-subtitle {
  color: #8a492a;
  text-align: center;
}
.cid-tCnjwsAGJU .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-tCnjwsSMR8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCnjwsSMR8 .mbr-section-subtitle {
  color: #8a492a;
  text-align: center;
}
.cid-tCnjwsSMR8 .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-tCnjwt8q5t {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-tCnjwt8q5t .image-block {
  margin: auto;
}
.cid-tCnjwt8q5t .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tCnjwt8q5t .image-block {
    width: 100% !important;
  }
}
.cid-tCnjwt8q5t .container-fluid {
  padding: 0;
}
.cid-tCnjwtKecJ {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u5wntTb7m8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5wntTb7m8 P {
  color: #000000;
  text-align: center;
}
.cid-u5wntTb7m8 H5 {
  color: #8f8f8f;
  text-align: center;
}
.cid-u5wntTb7m8 h5 {
  display: center;
  text-decoration: none;
  width: inline;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-u5wntTb7m8 h5:hover {
  background-size: 0% 0%;
}
.cid-u5wntTb7m8 .col-md-4 {
  flex-direction: inline;
  display: inline;
  justify-content: center;
}
.cid-u5wntTb7m8 H4 {
  text-align: center;
  color: #606060;
}
.cid-tCnjwukhn4 {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tCnjwukhn4 .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tCnjwukhn4 .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-tCnjwukhn4 .btn {
  margin-bottom: 2rem;
}
.cid-tCnjwukhn4 .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-tCnjwukhn4 .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tCnjwukhn4 .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-tCnjwukhn4 .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tCnjwukhn4 .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tCnjwukhn4 .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-tCnjwukhn4 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-tCnjwukhn4 .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-tCnjwukhn4 .links {
  color: #606060;
  text-align: center;
}
.cid-tKid8DzrEK .navbar-dropdown {
  position: relative !important;
  top: 3;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-tKid8DzrEK .collapsed {
  flex-direction: row !important;
}
.cid-tKid8DzrEK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKid8DzrEK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tKid8DzrEK .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tKid8DzrEK .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tKid8DzrEK .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tKid8DzrEK .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tKid8DzrEK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tKid8DzrEK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tKid8DzrEK .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tKid8DzrEK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tKid8DzrEK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tKid8DzrEK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tKid8DzrEK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tKid8DzrEK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tKid8DzrEK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tKid8DzrEK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tKid8DzrEK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tKid8DzrEK .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tKid8DzrEK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tKid8DzrEK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tKid8DzrEK .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tKid8DzrEK .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tKid8DzrEK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tKid8DzrEK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tKid8DzrEK .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tKid8DzrEK .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tKid8DzrEK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tKid8DzrEK .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tKid8DzrEK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tKid8DzrEK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tKid8DzrEK .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tKid8DzrEK .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-tKid8DzrEK .nav-item:focus,
.cid-tKid8DzrEK .nav-link:focus {
  outline: none;
}
.cid-tKid8DzrEK .text-white:hover,
.cid-tKid8DzrEK .text-white:active,
.cid-tKid8DzrEK .text-white:focus {
  color: white !important;
}
.cid-tKid8DzrEK .dropdown-item {
  font-weight: 300 !important;
  color: black !important;
}
.cid-tKid8DzrEK .dropdown-item:hover {
  color: black !important;
}
.cid-tKid8DzrEK .dropdown-menu {
  background-color: white !important;
}
.cid-tKid8DzrEK .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(122, 122, 122, 0.35);
  display: block;
}
.cid-tKid8DzrEK .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tKid8DzrEK .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-tKid8DzrEK .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-tKid8DzrEK .nav-item {
    position: relative;
  }
}
.cid-tKid8DzrEK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tKid8DzrEK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tKid8DzrEK .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tKid8DzrEK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tKid8DzrEK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tKid8DzrEK .navbar-caption {
  font-weight: 600 !important;
}
.cid-tKid8DzrEK .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tKid8DzrEK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tKid8DzrEK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tKid8DzrEK .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tKid8DzrEK .dropdown-item.active,
.cid-tKid8DzrEK .dropdown-item:active {
  background-color: transparent;
}
.cid-tKid8DzrEK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tKid8DzrEK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tKid8DzrEK .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tKid8DzrEK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tKid8DzrEK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tKid8DzrEK ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tKid8DzrEK .navbar-buttons {
  text-align: center;
}
.cid-tKid8DzrEK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tKid8DzrEK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #606060;
}
.cid-tKid8DzrEK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tKid8DzrEK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKid8DzrEK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKid8DzrEK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tKid8DzrEK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKid8DzrEK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tKid8DzrEK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tKid8DzrEK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKid8DzrEK .nav-link {
  font-weight: 400 !important;
}
.cid-tKid8DzrEK a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tKid8DzrEK .mbr-iconfont {
  font-size: 1.0rem;
  padding-right: 0.5rem;
}
.cid-tKid8DzrEK .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tKid8DzrEK .icons-menu span {
  font-size: 24px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tKid8DzrEK .navbar {
    height: 77px;
  }
  .cid-tKid8DzrEK .navbar.opened {
    height: auto;
  }
  .cid-tKid8DzrEK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKid8EeGO6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tKid8EeGO6 .mbr-section-subtitle {
  color: #8a492a;
  text-align: center;
}
.cid-tKid8EeGO6 .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-tKid8EujSy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tKid8EujSy .mbr-section-subtitle {
  color: #8a492a;
  text-align: center;
}
.cid-tKid8EujSy .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-tKid8EM1cx {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-tKid8EM1cx .image-block {
  margin: auto;
}
.cid-tKid8EM1cx .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tKid8EM1cx .image-block {
    width: 100% !important;
  }
}
.cid-tKid8EM1cx .container-fluid {
  padding: 0;
}
.cid-tKid8F0eyE {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tKid8F0eyE .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tKid8F0eyE .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tKid8F0eyE .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tKid8F0eyE .mbr-gallery-item {
  width: 33.3%;
}
.cid-tKid8F0eyE .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-tKid8F0eyE .mbr-gallery-item {
    width: 100%;
  }
}
.cid-tKid8F0eyE .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-tKid8F0eyE .mbr-gallery-row {
  justify-content: center;
}
.cid-tKid8F0eyE .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tKid8F0eyE .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-tKid8F0eyE .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tKid8F0eyE .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tKid8F0eyE .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tKid8F0eyE .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-tKid8F0eyE .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tKid8F0eyE .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tKid8F0eyE img {
  transition: all 2s !important;
}
.cid-tKid8F0eyE .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #000000, #8a492a) !important;
}
.cid-tKid8F0eyE .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tKid8F0eyE .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #000000, #8a492a) !important;
}
.cid-tKid8Fyoew {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u5wn0bv4Vw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5wn0bv4Vw P {
  color: #000000;
  text-align: center;
}
.cid-u5wn0bv4Vw H5 {
  color: #8f8f8f;
  text-align: center;
}
.cid-u5wn0bv4Vw h5 {
  display: center;
  text-decoration: none;
  width: inline;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-u5wn0bv4Vw h5:hover {
  background-size: 0% 0%;
}
.cid-u5wn0bv4Vw .col-md-4 {
  flex-direction: inline;
  display: inline;
  justify-content: center;
}
.cid-u5wn0bv4Vw H4 {
  text-align: center;
  color: #606060;
}
.cid-tKid8Gf9cT {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tKid8Gf9cT .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tKid8Gf9cT .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-tKid8Gf9cT .btn {
  margin-bottom: 2rem;
}
.cid-tKid8Gf9cT .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-tKid8Gf9cT .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tKid8Gf9cT .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-tKid8Gf9cT .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tKid8Gf9cT .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tKid8Gf9cT .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-tKid8Gf9cT .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-tKid8Gf9cT .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-tKid8Gf9cT .links {
  color: #606060;
  text-align: center;
}
.cid-tU4WjFosb7 .navbar-dropdown {
  position: relative !important;
  top: 3;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-tU4WjFosb7 .collapsed {
  flex-direction: row !important;
}
.cid-tU4WjFosb7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tU4WjFosb7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tU4WjFosb7 .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tU4WjFosb7 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tU4WjFosb7 .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tU4WjFosb7 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tU4WjFosb7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tU4WjFosb7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tU4WjFosb7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tU4WjFosb7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tU4WjFosb7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tU4WjFosb7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tU4WjFosb7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tU4WjFosb7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tU4WjFosb7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tU4WjFosb7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tU4WjFosb7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tU4WjFosb7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tU4WjFosb7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tU4WjFosb7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tU4WjFosb7 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tU4WjFosb7 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tU4WjFosb7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tU4WjFosb7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tU4WjFosb7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tU4WjFosb7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tU4WjFosb7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tU4WjFosb7 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tU4WjFosb7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tU4WjFosb7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tU4WjFosb7 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tU4WjFosb7 .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-tU4WjFosb7 .nav-item:focus,
.cid-tU4WjFosb7 .nav-link:focus {
  outline: none;
}
.cid-tU4WjFosb7 .text-white:hover,
.cid-tU4WjFosb7 .text-white:active,
.cid-tU4WjFosb7 .text-white:focus {
  color: white !important;
}
.cid-tU4WjFosb7 .dropdown-item {
  font-weight: 300 !important;
  color: black !important;
}
.cid-tU4WjFosb7 .dropdown-item:hover {
  color: black !important;
}
.cid-tU4WjFosb7 .dropdown-menu {
  background-color: white !important;
}
.cid-tU4WjFosb7 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(122, 122, 122, 0.35);
  display: block;
}
.cid-tU4WjFosb7 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tU4WjFosb7 .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-tU4WjFosb7 .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-tU4WjFosb7 .nav-item {
    position: relative;
  }
}
.cid-tU4WjFosb7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tU4WjFosb7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tU4WjFosb7 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tU4WjFosb7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tU4WjFosb7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tU4WjFosb7 .navbar-caption {
  font-weight: 600 !important;
}
.cid-tU4WjFosb7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tU4WjFosb7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tU4WjFosb7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tU4WjFosb7 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tU4WjFosb7 .dropdown-item.active,
.cid-tU4WjFosb7 .dropdown-item:active {
  background-color: transparent;
}
.cid-tU4WjFosb7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tU4WjFosb7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tU4WjFosb7 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tU4WjFosb7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tU4WjFosb7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tU4WjFosb7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tU4WjFosb7 .navbar-buttons {
  text-align: center;
}
.cid-tU4WjFosb7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tU4WjFosb7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #606060;
}
.cid-tU4WjFosb7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tU4WjFosb7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tU4WjFosb7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tU4WjFosb7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tU4WjFosb7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tU4WjFosb7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tU4WjFosb7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tU4WjFosb7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tU4WjFosb7 .nav-link {
  font-weight: 400 !important;
}
.cid-tU4WjFosb7 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tU4WjFosb7 .mbr-iconfont {
  font-size: 1.0rem;
  padding-right: 0.5rem;
}
.cid-tU4WjFosb7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tU4WjFosb7 .icons-menu span {
  font-size: 24px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tU4WjFosb7 .navbar {
    height: 77px;
  }
  .cid-tU4WjFosb7 .navbar.opened {
    height: auto;
  }
  .cid-tU4WjFosb7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tU4WjG4Gd6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tU4WjG4Gd6 .mbr-section-subtitle {
  color: #8a492a;
  text-align: center;
}
.cid-tU4WjG4Gd6 .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-tU4WjGjKyY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tU4WjGjKyY .mbr-section-subtitle {
  color: #8a492a;
  text-align: center;
}
.cid-tU4WjGjKyY .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-tU4WjGAAD5 {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-tU4WjGAAD5 .image-block {
  margin: auto;
}
.cid-tU4WjGAAD5 .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tU4WjGAAD5 .image-block {
    width: 100% !important;
  }
}
.cid-tU4WjGAAD5 .container-fluid {
  padding: 0;
}
.cid-tU4WjGQYTa {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tU4WjGQYTa .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tU4WjGQYTa .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tU4WjGQYTa .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tU4WjGQYTa .mbr-gallery-item {
  width: 33.3%;
}
.cid-tU4WjGQYTa .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-tU4WjGQYTa .mbr-gallery-item {
    width: 100%;
  }
}
.cid-tU4WjGQYTa .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-tU4WjGQYTa .mbr-gallery-row {
  justify-content: center;
}
.cid-tU4WjGQYTa .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tU4WjGQYTa .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-tU4WjGQYTa .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tU4WjGQYTa .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tU4WjGQYTa .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tU4WjGQYTa .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-tU4WjGQYTa .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tU4WjGQYTa .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tU4WjGQYTa img {
  transition: all 2s !important;
}
.cid-tU4WjGQYTa .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #000000, #8a492a) !important;
}
.cid-tU4WjGQYTa .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tU4WjGQYTa .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #000000, #8a492a) !important;
}
.cid-tU4WjHxEwJ {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u5wmW47JEh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5wmW47JEh P {
  color: #000000;
  text-align: center;
}
.cid-u5wmW47JEh H5 {
  color: #8f8f8f;
  text-align: center;
}
.cid-u5wmW47JEh h5 {
  display: center;
  text-decoration: none;
  width: inline;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-u5wmW47JEh h5:hover {
  background-size: 0% 0%;
}
.cid-u5wmW47JEh .col-md-4 {
  flex-direction: inline;
  display: inline;
  justify-content: center;
}
.cid-u5wmW47JEh H4 {
  text-align: center;
  color: #606060;
}
.cid-tU4WjIac7i {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tU4WjIac7i .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tU4WjIac7i .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-tU4WjIac7i .btn {
  margin-bottom: 2rem;
}
.cid-tU4WjIac7i .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-tU4WjIac7i .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tU4WjIac7i .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-tU4WjIac7i .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tU4WjIac7i .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tU4WjIac7i .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-tU4WjIac7i .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-tU4WjIac7i .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-tU4WjIac7i .links {
  color: #606060;
  text-align: center;
}
.cid-tU4ZWjR5UT .navbar-dropdown {
  position: relative !important;
  top: 3;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-tU4ZWjR5UT .collapsed {
  flex-direction: row !important;
}
.cid-tU4ZWjR5UT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tU4ZWjR5UT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tU4ZWjR5UT .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tU4ZWjR5UT .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tU4ZWjR5UT .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tU4ZWjR5UT .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tU4ZWjR5UT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tU4ZWjR5UT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tU4ZWjR5UT .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tU4ZWjR5UT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tU4ZWjR5UT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tU4ZWjR5UT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tU4ZWjR5UT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tU4ZWjR5UT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tU4ZWjR5UT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tU4ZWjR5UT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tU4ZWjR5UT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tU4ZWjR5UT .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tU4ZWjR5UT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tU4ZWjR5UT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tU4ZWjR5UT .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tU4ZWjR5UT .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tU4ZWjR5UT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tU4ZWjR5UT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tU4ZWjR5UT .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tU4ZWjR5UT .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tU4ZWjR5UT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tU4ZWjR5UT .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tU4ZWjR5UT .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tU4ZWjR5UT .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tU4ZWjR5UT .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tU4ZWjR5UT .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-tU4ZWjR5UT .nav-item:focus,
.cid-tU4ZWjR5UT .nav-link:focus {
  outline: none;
}
.cid-tU4ZWjR5UT .text-white:hover,
.cid-tU4ZWjR5UT .text-white:active,
.cid-tU4ZWjR5UT .text-white:focus {
  color: white !important;
}
.cid-tU4ZWjR5UT .dropdown-item {
  font-weight: 300 !important;
  color: black !important;
}
.cid-tU4ZWjR5UT .dropdown-item:hover {
  color: black !important;
}
.cid-tU4ZWjR5UT .dropdown-menu {
  background-color: white !important;
}
.cid-tU4ZWjR5UT .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(122, 122, 122, 0.35);
  display: block;
}
.cid-tU4ZWjR5UT .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tU4ZWjR5UT .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-tU4ZWjR5UT .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-tU4ZWjR5UT .nav-item {
    position: relative;
  }
}
.cid-tU4ZWjR5UT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tU4ZWjR5UT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tU4ZWjR5UT .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tU4ZWjR5UT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tU4ZWjR5UT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tU4ZWjR5UT .navbar-caption {
  font-weight: 600 !important;
}
.cid-tU4ZWjR5UT .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tU4ZWjR5UT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tU4ZWjR5UT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tU4ZWjR5UT .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tU4ZWjR5UT .dropdown-item.active,
.cid-tU4ZWjR5UT .dropdown-item:active {
  background-color: transparent;
}
.cid-tU4ZWjR5UT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tU4ZWjR5UT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tU4ZWjR5UT .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tU4ZWjR5UT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tU4ZWjR5UT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tU4ZWjR5UT ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tU4ZWjR5UT .navbar-buttons {
  text-align: center;
}
.cid-tU4ZWjR5UT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tU4ZWjR5UT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #606060;
}
.cid-tU4ZWjR5UT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tU4ZWjR5UT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tU4ZWjR5UT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tU4ZWjR5UT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tU4ZWjR5UT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tU4ZWjR5UT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tU4ZWjR5UT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tU4ZWjR5UT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tU4ZWjR5UT .nav-link {
  font-weight: 400 !important;
}
.cid-tU4ZWjR5UT a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tU4ZWjR5UT .mbr-iconfont {
  font-size: 1.0rem;
  padding-right: 0.5rem;
}
.cid-tU4ZWjR5UT .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tU4ZWjR5UT .icons-menu span {
  font-size: 24px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tU4ZWjR5UT .navbar {
    height: 77px;
  }
  .cid-tU4ZWjR5UT .navbar.opened {
    height: auto;
  }
  .cid-tU4ZWjR5UT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tU4ZWkwmDb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tU4ZWkwmDb .mbr-section-subtitle {
  color: #8a492a;
  text-align: center;
}
.cid-tU4ZWkwmDb .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-tU4ZWkLdjg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tU4ZWkLdjg .mbr-section-subtitle {
  color: #8a492a;
  text-align: center;
}
.cid-tU4ZWkLdjg .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-tU4ZWl06D9 {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-tU4ZWl06D9 .image-block {
  margin: auto;
}
.cid-tU4ZWl06D9 .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tU4ZWl06D9 .image-block {
    width: 100% !important;
  }
}
.cid-tU4ZWl06D9 .container-fluid {
  padding: 0;
}
.cid-tU4ZWle7A0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tU4ZWle7A0 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tU4ZWle7A0 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tU4ZWle7A0 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tU4ZWle7A0 .mbr-gallery-item {
  width: 33.3%;
}
.cid-tU4ZWle7A0 .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-tU4ZWle7A0 .mbr-gallery-item {
    width: 100%;
  }
}
.cid-tU4ZWle7A0 .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-tU4ZWle7A0 .mbr-gallery-row {
  justify-content: center;
}
.cid-tU4ZWle7A0 .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tU4ZWle7A0 .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-tU4ZWle7A0 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tU4ZWle7A0 .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tU4ZWle7A0 .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tU4ZWle7A0 .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-tU4ZWle7A0 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tU4ZWle7A0 .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tU4ZWle7A0 img {
  transition: all 2s !important;
}
.cid-tU4ZWle7A0 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #000000, #8a492a) !important;
}
.cid-tU4ZWle7A0 .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tU4ZWle7A0 .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #000000, #8a492a) !important;
}
.cid-tU4ZWlE0An {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tU4ZWlE0An .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tU4ZWlE0An .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tU4ZWlE0An .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tU4ZWlE0An .mbr-gallery-item {
  width: 33.3%;
}
.cid-tU4ZWlE0An .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-tU4ZWlE0An .mbr-gallery-item {
    width: 100%;
  }
}
.cid-tU4ZWlE0An .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-tU4ZWlE0An .mbr-gallery-row {
  justify-content: center;
}
.cid-tU4ZWlE0An .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tU4ZWlE0An .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-tU4ZWlE0An .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tU4ZWlE0An .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tU4ZWlE0An .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tU4ZWlE0An .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-tU4ZWlE0An .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tU4ZWlE0An .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tU4ZWlE0An img {
  transition: all 2s !important;
}
.cid-tU4ZWlE0An .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #000000, #8a492a) !important;
}
.cid-tU4ZWlE0An .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tU4ZWlE0An .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #000000, #8a492a) !important;
}
.cid-tU4ZWm2GGa {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u5wp5XqqkS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5wp5XqqkS P {
  color: #000000;
  text-align: center;
}
.cid-u5wp5XqqkS H5 {
  color: #8f8f8f;
  text-align: center;
}
.cid-u5wp5XqqkS h5 {
  display: center;
  text-decoration: none;
  width: inline;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-u5wp5XqqkS h5:hover {
  background-size: 0% 0%;
}
.cid-u5wp5XqqkS .col-md-4 {
  flex-direction: inline;
  display: inline;
  justify-content: center;
}
.cid-u5wp5XqqkS H4 {
  text-align: center;
  color: #606060;
}
.cid-tU4ZWmI2n2 {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tU4ZWmI2n2 .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tU4ZWmI2n2 .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-tU4ZWmI2n2 .btn {
  margin-bottom: 2rem;
}
.cid-tU4ZWmI2n2 .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-tU4ZWmI2n2 .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tU4ZWmI2n2 .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-tU4ZWmI2n2 .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tU4ZWmI2n2 .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tU4ZWmI2n2 .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-tU4ZWmI2n2 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-tU4ZWmI2n2 .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-tU4ZWmI2n2 .links {
  color: #606060;
  text-align: center;
}
.cid-tWmVXAOU4i .navbar-dropdown {
  position: relative !important;
  top: 3;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-tWmVXAOU4i .collapsed {
  flex-direction: row !important;
}
.cid-tWmVXAOU4i .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWmVXAOU4i .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWmVXAOU4i .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tWmVXAOU4i .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tWmVXAOU4i .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tWmVXAOU4i .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWmVXAOU4i .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWmVXAOU4i .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tWmVXAOU4i .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tWmVXAOU4i .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWmVXAOU4i .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWmVXAOU4i .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tWmVXAOU4i .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWmVXAOU4i .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWmVXAOU4i .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWmVXAOU4i .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWmVXAOU4i .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWmVXAOU4i .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tWmVXAOU4i .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWmVXAOU4i .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWmVXAOU4i .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tWmVXAOU4i .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tWmVXAOU4i .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWmVXAOU4i .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWmVXAOU4i .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tWmVXAOU4i .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tWmVXAOU4i .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWmVXAOU4i .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tWmVXAOU4i .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tWmVXAOU4i .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tWmVXAOU4i .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tWmVXAOU4i .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-tWmVXAOU4i .nav-item:focus,
.cid-tWmVXAOU4i .nav-link:focus {
  outline: none;
}
.cid-tWmVXAOU4i .text-white:hover,
.cid-tWmVXAOU4i .text-white:active,
.cid-tWmVXAOU4i .text-white:focus {
  color: white !important;
}
.cid-tWmVXAOU4i .dropdown-item {
  font-weight: 300 !important;
  color: black !important;
}
.cid-tWmVXAOU4i .dropdown-item:hover {
  color: black !important;
}
.cid-tWmVXAOU4i .dropdown-menu {
  background-color: white !important;
}
.cid-tWmVXAOU4i .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(122, 122, 122, 0.35);
  display: block;
}
.cid-tWmVXAOU4i .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tWmVXAOU4i .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-tWmVXAOU4i .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-tWmVXAOU4i .nav-item {
    position: relative;
  }
}
.cid-tWmVXAOU4i .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tWmVXAOU4i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWmVXAOU4i .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tWmVXAOU4i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tWmVXAOU4i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tWmVXAOU4i .navbar-caption {
  font-weight: 600 !important;
}
.cid-tWmVXAOU4i .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWmVXAOU4i .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWmVXAOU4i .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWmVXAOU4i .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tWmVXAOU4i .dropdown-item.active,
.cid-tWmVXAOU4i .dropdown-item:active {
  background-color: transparent;
}
.cid-tWmVXAOU4i .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWmVXAOU4i .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWmVXAOU4i .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWmVXAOU4i .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWmVXAOU4i .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWmVXAOU4i ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tWmVXAOU4i .navbar-buttons {
  text-align: center;
}
.cid-tWmVXAOU4i button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tWmVXAOU4i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #606060;
}
.cid-tWmVXAOU4i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWmVXAOU4i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWmVXAOU4i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWmVXAOU4i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWmVXAOU4i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWmVXAOU4i nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWmVXAOU4i nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWmVXAOU4i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWmVXAOU4i .nav-link {
  font-weight: 400 !important;
}
.cid-tWmVXAOU4i a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tWmVXAOU4i .mbr-iconfont {
  font-size: 1.0rem;
  padding-right: 0.5rem;
}
.cid-tWmVXAOU4i .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tWmVXAOU4i .icons-menu span {
  font-size: 24px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWmVXAOU4i .navbar {
    height: 77px;
  }
  .cid-tWmVXAOU4i .navbar.opened {
    height: auto;
  }
  .cid-tWmVXAOU4i .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWmVXBym0b {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tWmVXBym0b .mbr-section-subtitle {
  color: #8a492a;
  text-align: center;
}
.cid-tWmVXBym0b .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-tWmVXBQ8HH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tWmVXBQ8HH .mbr-section-subtitle {
  color: #8a492a;
  text-align: center;
}
.cid-tWmVXBQ8HH .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-tWmVXC51QN {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-tWmVXC51QN .image-block {
  margin: auto;
}
.cid-tWmVXC51QN .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tWmVXC51QN .image-block {
    width: 100% !important;
  }
}
.cid-tWmVXC51QN .container-fluid {
  padding: 0;
}
.cid-tWmVXCmMkW {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tWmVXCmMkW .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tWmVXCmMkW .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWmVXCmMkW .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tWmVXCmMkW .mbr-gallery-item {
  width: 33.3%;
}
.cid-tWmVXCmMkW .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-tWmVXCmMkW .mbr-gallery-item {
    width: 100%;
  }
}
.cid-tWmVXCmMkW .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-tWmVXCmMkW .mbr-gallery-row {
  justify-content: center;
}
.cid-tWmVXCmMkW .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tWmVXCmMkW .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-tWmVXCmMkW .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tWmVXCmMkW .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tWmVXCmMkW .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tWmVXCmMkW .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-tWmVXCmMkW .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tWmVXCmMkW .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tWmVXCmMkW img {
  transition: all 2s !important;
}
.cid-tWmVXCmMkW .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #000000, #8a492a) !important;
}
.cid-tWmVXCmMkW .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tWmVXCmMkW .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #000000, #8a492a) !important;
}
.cid-tWmVXDs7HY {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u5wmRCnMS6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5wmRCnMS6 P {
  color: #000000;
  text-align: center;
}
.cid-u5wmRCnMS6 H5 {
  color: #8f8f8f;
  text-align: center;
}
.cid-u5wmRCnMS6 h5 {
  display: center;
  text-decoration: none;
  width: inline;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-u5wmRCnMS6 h5:hover {
  background-size: 0% 0%;
}
.cid-u5wmRCnMS6 .col-md-4 {
  flex-direction: inline;
  display: inline;
  justify-content: center;
}
.cid-u5wmRCnMS6 H4 {
  text-align: center;
  color: #606060;
}
.cid-tWmVXE7v9d {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tWmVXE7v9d .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tWmVXE7v9d .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-tWmVXE7v9d .btn {
  margin-bottom: 2rem;
}
.cid-tWmVXE7v9d .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-tWmVXE7v9d .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tWmVXE7v9d .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-tWmVXE7v9d .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tWmVXE7v9d .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tWmVXE7v9d .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-tWmVXE7v9d .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-tWmVXE7v9d .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-tWmVXE7v9d .links {
  color: #606060;
  text-align: center;
}
.cid-u5jRdWuPug .navbar-dropdown {
  position: relative !important;
  top: 3;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-u5jRdWuPug .collapsed {
  flex-direction: row !important;
}
.cid-u5jRdWuPug .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5jRdWuPug .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5jRdWuPug .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-u5jRdWuPug .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-u5jRdWuPug .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-u5jRdWuPug .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5jRdWuPug .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5jRdWuPug .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u5jRdWuPug .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u5jRdWuPug .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5jRdWuPug .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5jRdWuPug .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u5jRdWuPug .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5jRdWuPug .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5jRdWuPug .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5jRdWuPug .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5jRdWuPug .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5jRdWuPug .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u5jRdWuPug .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5jRdWuPug .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5jRdWuPug .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u5jRdWuPug .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-u5jRdWuPug .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5jRdWuPug .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5jRdWuPug .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u5jRdWuPug .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u5jRdWuPug .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5jRdWuPug .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-u5jRdWuPug .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-u5jRdWuPug .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u5jRdWuPug .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-u5jRdWuPug .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-u5jRdWuPug .nav-item:focus,
.cid-u5jRdWuPug .nav-link:focus {
  outline: none;
}
.cid-u5jRdWuPug .text-white:hover,
.cid-u5jRdWuPug .text-white:active,
.cid-u5jRdWuPug .text-white:focus {
  color: white !important;
}
.cid-u5jRdWuPug .dropdown-item {
  font-weight: 300 !important;
  color: black !important;
}
.cid-u5jRdWuPug .dropdown-item:hover {
  color: black !important;
}
.cid-u5jRdWuPug .dropdown-menu {
  background-color: white !important;
}
.cid-u5jRdWuPug .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(122, 122, 122, 0.35);
  display: block;
}
.cid-u5jRdWuPug .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-u5jRdWuPug .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-u5jRdWuPug .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-u5jRdWuPug .nav-item {
    position: relative;
  }
}
.cid-u5jRdWuPug .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u5jRdWuPug .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5jRdWuPug .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-u5jRdWuPug .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u5jRdWuPug .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u5jRdWuPug .navbar-caption {
  font-weight: 600 !important;
}
.cid-u5jRdWuPug .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5jRdWuPug .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5jRdWuPug .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5jRdWuPug .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-u5jRdWuPug .dropdown-item.active,
.cid-u5jRdWuPug .dropdown-item:active {
  background-color: transparent;
}
.cid-u5jRdWuPug .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5jRdWuPug .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5jRdWuPug .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5jRdWuPug .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u5jRdWuPug .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5jRdWuPug ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u5jRdWuPug .navbar-buttons {
  text-align: center;
}
.cid-u5jRdWuPug button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u5jRdWuPug button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #606060;
}
.cid-u5jRdWuPug button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5jRdWuPug button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5jRdWuPug button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5jRdWuPug button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5jRdWuPug nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5jRdWuPug nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5jRdWuPug nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5jRdWuPug nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5jRdWuPug .nav-link {
  font-weight: 400 !important;
}
.cid-u5jRdWuPug a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u5jRdWuPug .mbr-iconfont {
  font-size: 1.0rem;
  padding-right: 0.5rem;
}
.cid-u5jRdWuPug .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-u5jRdWuPug .icons-menu span {
  font-size: 24px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5jRdWuPug .navbar {
    height: 77px;
  }
  .cid-u5jRdWuPug .navbar.opened {
    height: auto;
  }
  .cid-u5jRdWuPug .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5jRdXdi1g {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u5jRdXdi1g .mbr-section-subtitle {
  color: #8a492a;
  text-align: center;
}
.cid-u5jRdXdi1g .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-u5jRdXrdCx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u5jRdXrdCx .mbr-section-subtitle {
  color: #8a492a;
  text-align: center;
}
.cid-u5jRdXrdCx .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-u5jRdXH98c {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-u5jRdXH98c .image-block {
  margin: auto;
}
.cid-u5jRdXH98c .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u5jRdXH98c .image-block {
    width: 100% !important;
  }
}
.cid-u5jRdXH98c .container-fluid {
  padding: 0;
}
.cid-u5jRdXXxQ3 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-u5jRdXXxQ3 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u5jRdXXxQ3 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u5jRdXXxQ3 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u5jRdXXxQ3 .mbr-gallery-item {
  width: 33.3%;
}
.cid-u5jRdXXxQ3 .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-u5jRdXXxQ3 .mbr-gallery-item {
    width: 100%;
  }
}
.cid-u5jRdXXxQ3 .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-u5jRdXXxQ3 .mbr-gallery-row {
  justify-content: center;
}
.cid-u5jRdXXxQ3 .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-u5jRdXXxQ3 .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-u5jRdXXxQ3 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-u5jRdXXxQ3 .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-u5jRdXXxQ3 .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-u5jRdXXxQ3 .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-u5jRdXXxQ3 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u5jRdXXxQ3 .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-u5jRdXXxQ3 img {
  transition: all 2s !important;
}
.cid-u5jRdXXxQ3 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #000000, #8a492a) !important;
}
.cid-u5jRdXXxQ3 .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-u5jRdXXxQ3 .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #000000, #8a492a) !important;
}
.cid-u5jRdYGEQp {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u5wmLC0pyS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5wmLC0pyS P {
  color: #000000;
  text-align: center;
}
.cid-u5wmLC0pyS H5 {
  color: #8f8f8f;
  text-align: center;
}
.cid-u5wmLC0pyS h5 {
  display: center;
  text-decoration: none;
  width: inline;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-u5wmLC0pyS h5:hover {
  background-size: 0% 0%;
}
.cid-u5wmLC0pyS .col-md-4 {
  flex-direction: inline;
  display: inline;
  justify-content: center;
}
.cid-u5wmLC0pyS H4 {
  text-align: center;
  color: #606060;
}
.cid-u5jRdZkGO1 {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-u5jRdZkGO1 .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u5jRdZkGO1 .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-u5jRdZkGO1 .btn {
  margin-bottom: 2rem;
}
.cid-u5jRdZkGO1 .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-u5jRdZkGO1 .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u5jRdZkGO1 .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-u5jRdZkGO1 .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u5jRdZkGO1 .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-u5jRdZkGO1 .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-u5jRdZkGO1 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-u5jRdZkGO1 .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-u5jRdZkGO1 .links {
  color: #606060;
  text-align: center;
}
.cid-u5kuxdnmOi .navbar-dropdown {
  position: relative !important;
  top: 3;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-u5kuxdnmOi .collapsed {
  flex-direction: row !important;
}
.cid-u5kuxdnmOi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5kuxdnmOi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5kuxdnmOi .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-u5kuxdnmOi .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-u5kuxdnmOi .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-u5kuxdnmOi .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5kuxdnmOi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5kuxdnmOi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u5kuxdnmOi .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u5kuxdnmOi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5kuxdnmOi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5kuxdnmOi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u5kuxdnmOi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5kuxdnmOi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5kuxdnmOi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5kuxdnmOi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5kuxdnmOi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5kuxdnmOi .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u5kuxdnmOi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5kuxdnmOi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5kuxdnmOi .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u5kuxdnmOi .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-u5kuxdnmOi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5kuxdnmOi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5kuxdnmOi .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u5kuxdnmOi .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u5kuxdnmOi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5kuxdnmOi .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-u5kuxdnmOi .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-u5kuxdnmOi .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u5kuxdnmOi .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-u5kuxdnmOi .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-u5kuxdnmOi .nav-item:focus,
.cid-u5kuxdnmOi .nav-link:focus {
  outline: none;
}
.cid-u5kuxdnmOi .text-white:hover,
.cid-u5kuxdnmOi .text-white:active,
.cid-u5kuxdnmOi .text-white:focus {
  color: white !important;
}
.cid-u5kuxdnmOi .dropdown-item {
  font-weight: 300 !important;
  color: black !important;
}
.cid-u5kuxdnmOi .dropdown-item:hover {
  color: black !important;
}
.cid-u5kuxdnmOi .dropdown-menu {
  background-color: white !important;
}
.cid-u5kuxdnmOi .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(122, 122, 122, 0.35);
  display: block;
}
.cid-u5kuxdnmOi .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-u5kuxdnmOi .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-u5kuxdnmOi .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-u5kuxdnmOi .nav-item {
    position: relative;
  }
}
.cid-u5kuxdnmOi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u5kuxdnmOi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5kuxdnmOi .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-u5kuxdnmOi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u5kuxdnmOi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u5kuxdnmOi .navbar-caption {
  font-weight: 600 !important;
}
.cid-u5kuxdnmOi .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5kuxdnmOi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5kuxdnmOi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5kuxdnmOi .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-u5kuxdnmOi .dropdown-item.active,
.cid-u5kuxdnmOi .dropdown-item:active {
  background-color: transparent;
}
.cid-u5kuxdnmOi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5kuxdnmOi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5kuxdnmOi .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5kuxdnmOi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u5kuxdnmOi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5kuxdnmOi ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u5kuxdnmOi .navbar-buttons {
  text-align: center;
}
.cid-u5kuxdnmOi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u5kuxdnmOi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #606060;
}
.cid-u5kuxdnmOi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5kuxdnmOi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5kuxdnmOi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5kuxdnmOi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5kuxdnmOi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5kuxdnmOi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5kuxdnmOi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5kuxdnmOi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5kuxdnmOi .nav-link {
  font-weight: 400 !important;
}
.cid-u5kuxdnmOi a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u5kuxdnmOi .mbr-iconfont {
  font-size: 1.0rem;
  padding-right: 0.5rem;
}
.cid-u5kuxdnmOi .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-u5kuxdnmOi .icons-menu span {
  font-size: 24px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5kuxdnmOi .navbar {
    height: 77px;
  }
  .cid-u5kuxdnmOi .navbar.opened {
    height: auto;
  }
  .cid-u5kuxdnmOi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5kuxeh4uV {
  background-image: url("../../../assets/images/graces-ext-copy2-2.jpg");
}
.cid-u5kuxeh4uV .mbr-text,
.cid-u5kuxeh4uV .typed-text,
.cid-u5kuxeh4uV .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-u5kuxeh4uV .btn {
  margin-left: 4px !important;
}
.cid-u5kuxeh4uV .animated-element {
  color: #ffbc00;
}
.cid-u5kuxeh4uV .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffbc00;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-u5kuxeUwHJ {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u5kuxeUwHJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5kuxeUwHJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: top;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5kuxeUwHJ .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-u5kuxeUwHJ .text-wrapper {
    padding: 0 rem;
  }
}
.cid-u5kuxeUwHJ .mbr-section-title {
  color: #606060;
}
.cid-u5kuxeUwHJ .mbr-text,
.cid-u5kuxeUwHJ .mbr-section-btn {
  color: #000000;
}
.cid-u5kuxfqkQ7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u5kuxfqkQ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5kuxfqkQ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5kuxfqkQ7 .mbr-section-title {
  margin-bottom: 3px;
}
.cid-u5kuxfqkQ7 .mbr-section-title,
.cid-u5kuxfqkQ7 .mbr-section-btn {
  color: #606060;
}
.cid-u5kuxfPVqu {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 30px;
}
.cid-u5kuxfPVqu .image-block {
  margin: 0px;
  height: 700px;
  overflow: hidden;
  position: relative;
}
.cid-u5kuxfPVqu .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-u5kuxfPVqu .image-block:hover:before {
  opacity: 0.2;
}
.cid-u5kuxfPVqu .image-block:hover .wrap {
  opacity: 1;
}
.cid-u5kuxfPVqu .image-block:hover img {
  transform: scale(1.08);
}
.cid-u5kuxfPVqu h4 {
  letter-spacing: 2px;
}
.cid-u5kuxfPVqu figcaption {
  position: relative;
}
.cid-u5kuxfPVqu figcaption .wrap {
  position: absolute;
  bottom: .5rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-u5kuxfPVqu img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
}
@media (max-width: 500px) {
  .cid-u5kuxfPVqu .image-block {
    max-height: 500px;
  }
  .cid-u5kuxfPVqu .image-block:before {
    opacity: 0.2!important;
  }
  .cid-u5kuxfPVqu .wrap {
    opacity: 1!important;
  }
}
.cid-u5kuxgpJHW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5kuxgpJHW P {
  color: #000000;
  text-align: center;
}
.cid-u5kuxgpJHW H5 {
  color: #8f8f8f;
  text-align: center;
}
.cid-u5kuxgpJHW h5 {
  display: center;
  text-decoration: none;
  width: inline;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-u5kuxgpJHW h5:hover {
  background-size: 0% 0%;
}
.cid-u5kuxgpJHW .col-md-4 {
  flex-direction: inline;
  display: inline;
  justify-content: center;
}
.cid-u5kuxgpJHW H4 {
  text-align: center;
  color: #606060;
}
.cid-u5kuxgPGcK {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-u5kuxgPGcK .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u5kuxgPGcK .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-u5kuxgPGcK .btn {
  margin-bottom: 2rem;
}
.cid-u5kuxgPGcK .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-u5kuxgPGcK .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u5kuxgPGcK .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-u5kuxgPGcK .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u5kuxgPGcK .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-u5kuxgPGcK .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-u5kuxgPGcK .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-u5kuxgPGcK .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-u5kuxgPGcK .links {
  color: #606060;
  text-align: center;
}
.cid-tdz23vK4xF .navbar-dropdown {
  position: relative !important;
  top: 3;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-tdz23vK4xF .collapsed {
  flex-direction: row !important;
}
.cid-tdz23vK4xF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tdz23vK4xF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tdz23vK4xF .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tdz23vK4xF .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tdz23vK4xF .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tdz23vK4xF .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tdz23vK4xF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tdz23vK4xF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tdz23vK4xF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tdz23vK4xF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tdz23vK4xF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tdz23vK4xF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tdz23vK4xF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tdz23vK4xF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tdz23vK4xF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tdz23vK4xF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tdz23vK4xF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tdz23vK4xF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tdz23vK4xF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tdz23vK4xF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tdz23vK4xF .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tdz23vK4xF .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tdz23vK4xF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tdz23vK4xF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tdz23vK4xF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tdz23vK4xF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tdz23vK4xF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tdz23vK4xF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tdz23vK4xF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tdz23vK4xF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tdz23vK4xF .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tdz23vK4xF .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-tdz23vK4xF .nav-item:focus,
.cid-tdz23vK4xF .nav-link:focus {
  outline: none;
}
.cid-tdz23vK4xF .text-white:hover,
.cid-tdz23vK4xF .text-white:active,
.cid-tdz23vK4xF .text-white:focus {
  color: white !important;
}
.cid-tdz23vK4xF .dropdown-item {
  font-weight: 300 !important;
  color: black !important;
}
.cid-tdz23vK4xF .dropdown-item:hover {
  color: black !important;
}
.cid-tdz23vK4xF .dropdown-menu {
  background-color: white !important;
}
.cid-tdz23vK4xF .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(122, 122, 122, 0.35);
  display: block;
}
.cid-tdz23vK4xF .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tdz23vK4xF .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-tdz23vK4xF .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-tdz23vK4xF .nav-item {
    position: relative;
  }
}
.cid-tdz23vK4xF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tdz23vK4xF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tdz23vK4xF .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tdz23vK4xF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tdz23vK4xF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tdz23vK4xF .navbar-caption {
  font-weight: 600 !important;
}
.cid-tdz23vK4xF .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tdz23vK4xF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tdz23vK4xF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tdz23vK4xF .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tdz23vK4xF .dropdown-item.active,
.cid-tdz23vK4xF .dropdown-item:active {
  background-color: transparent;
}
.cid-tdz23vK4xF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tdz23vK4xF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tdz23vK4xF .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tdz23vK4xF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tdz23vK4xF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tdz23vK4xF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tdz23vK4xF .navbar-buttons {
  text-align: center;
}
.cid-tdz23vK4xF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tdz23vK4xF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #606060;
}
.cid-tdz23vK4xF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tdz23vK4xF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tdz23vK4xF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tdz23vK4xF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tdz23vK4xF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tdz23vK4xF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tdz23vK4xF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tdz23vK4xF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tdz23vK4xF .nav-link {
  font-weight: 400 !important;
}
.cid-tdz23vK4xF a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tdz23vK4xF .mbr-iconfont {
  font-size: 1.0rem;
  padding-right: 0.5rem;
}
.cid-tdz23vK4xF .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tdz23vK4xF .icons-menu span {
  font-size: 24px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tdz23vK4xF .navbar {
    height: 77px;
  }
  .cid-tdz23vK4xF .navbar.opened {
    height: auto;
  }
  .cid-tdz23vK4xF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tdz23wsFCe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tdz23wsFCe .mbr-section-subtitle {
  color: #8a492a;
  text-align: center;
}
.cid-tdz23wsFCe .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-u5w97MhwMk {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5w97MhwMk .row {
  align-items: stretch;
  justify-content: center;
}
.cid-u5w97MhwMk .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-u5w97MhwMk .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-u5w97MhwMk P {
  color: #606060;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-u5w97MhwMk img {
  margin-top: 32px;
}
.cid-u5w97MhwMk img {
  margin-top: 16px;
}
@media (max-width: 990px) {
  .cid-u5w97MhwMk .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-u5w97MhwMk .top,
  .cid-u5w97MhwMk .top-2 {
    margin-top: 0;
  }
}
.cid-tdz23wMghm {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tdz23wMghm .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tdz23wMghm .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tdz23wMghm .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tdz23wMghm P {
  color: #606060;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-tdz23wMghm img {
  margin-top: 32px;
}
.cid-tdz23wMghm img {
  margin-top: 16px;
}
@media (max-width: 990px) {
  .cid-tdz23wMghm .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-tdz23wMghm .top,
  .cid-tdz23wMghm .top-2 {
    margin-top: 0;
  }
}
.cid-ti5QhLDENh {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u5wqBvOVft {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5wqBvOVft P {
  color: #000000;
  text-align: center;
}
.cid-u5wqBvOVft H5 {
  color: #8f8f8f;
  text-align: center;
}
.cid-u5wqBvOVft h5 {
  display: center;
  text-decoration: none;
  width: inline;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-u5wqBvOVft h5:hover {
  background-size: 0% 0%;
}
.cid-u5wqBvOVft .col-md-4 {
  flex-direction: inline;
  display: inline;
  justify-content: center;
}
.cid-u5wqBvOVft H4 {
  text-align: center;
  color: #606060;
}
.cid-txhkltYc5O {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-txhkltYc5O .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-txhkltYc5O .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-txhkltYc5O .btn {
  margin-bottom: 2rem;
}
.cid-txhkltYc5O .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-txhkltYc5O .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-txhkltYc5O .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-txhkltYc5O .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txhkltYc5O .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-txhkltYc5O .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-txhkltYc5O .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-txhkltYc5O .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-txhkltYc5O .links {
  color: #606060;
  text-align: center;
}
.cid-u5whk14aC6 .navbar-dropdown {
  position: relative !important;
  top: 3;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-u5whk14aC6 .collapsed {
  flex-direction: row !important;
}
.cid-u5whk14aC6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5whk14aC6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5whk14aC6 .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-u5whk14aC6 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-u5whk14aC6 .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-u5whk14aC6 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5whk14aC6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5whk14aC6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u5whk14aC6 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u5whk14aC6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5whk14aC6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5whk14aC6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u5whk14aC6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5whk14aC6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5whk14aC6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5whk14aC6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5whk14aC6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5whk14aC6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u5whk14aC6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5whk14aC6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5whk14aC6 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u5whk14aC6 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-u5whk14aC6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5whk14aC6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5whk14aC6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u5whk14aC6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u5whk14aC6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5whk14aC6 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-u5whk14aC6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-u5whk14aC6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u5whk14aC6 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-u5whk14aC6 .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-u5whk14aC6 .nav-item:focus,
.cid-u5whk14aC6 .nav-link:focus {
  outline: none;
}
.cid-u5whk14aC6 .text-white:hover,
.cid-u5whk14aC6 .text-white:active,
.cid-u5whk14aC6 .text-white:focus {
  color: white !important;
}
.cid-u5whk14aC6 .dropdown-item {
  font-weight: 300 !important;
  color: black !important;
}
.cid-u5whk14aC6 .dropdown-item:hover {
  color: black !important;
}
.cid-u5whk14aC6 .dropdown-menu {
  background-color: white !important;
}
.cid-u5whk14aC6 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(122, 122, 122, 0.35);
  display: block;
}
.cid-u5whk14aC6 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-u5whk14aC6 .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-u5whk14aC6 .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-u5whk14aC6 .nav-item {
    position: relative;
  }
}
.cid-u5whk14aC6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u5whk14aC6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5whk14aC6 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-u5whk14aC6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u5whk14aC6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u5whk14aC6 .navbar-caption {
  font-weight: 600 !important;
}
.cid-u5whk14aC6 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5whk14aC6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5whk14aC6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5whk14aC6 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-u5whk14aC6 .dropdown-item.active,
.cid-u5whk14aC6 .dropdown-item:active {
  background-color: transparent;
}
.cid-u5whk14aC6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5whk14aC6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5whk14aC6 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5whk14aC6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u5whk14aC6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5whk14aC6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u5whk14aC6 .navbar-buttons {
  text-align: center;
}
.cid-u5whk14aC6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u5whk14aC6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #606060;
}
.cid-u5whk14aC6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5whk14aC6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5whk14aC6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5whk14aC6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5whk14aC6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5whk14aC6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5whk14aC6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5whk14aC6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5whk14aC6 .nav-link {
  font-weight: 400 !important;
}
.cid-u5whk14aC6 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u5whk14aC6 .mbr-iconfont {
  font-size: 1.0rem;
  padding-right: 0.5rem;
}
.cid-u5whk14aC6 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-u5whk14aC6 .icons-menu span {
  font-size: 24px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5whk14aC6 .navbar {
    height: 77px;
  }
  .cid-u5whk14aC6 .navbar.opened {
    height: auto;
  }
  .cid-u5whk14aC6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5whk2rEfV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u5whk2rEfV .mbr-section-subtitle {
  color: #8a492a;
  text-align: center;
}
.cid-u5whk2rEfV .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-u5whk2GA9f {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u5whk2GA9f .mbr-section-subtitle {
  color: #8a492a;
  text-align: center;
}
.cid-u5whk2GA9f .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-u5whk2VOVq {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-u5whk2VOVq .image-block {
  margin: auto;
}
.cid-u5whk2VOVq .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u5whk2VOVq .image-block {
    width: 100% !important;
  }
}
.cid-u5whk2VOVq .container-fluid {
  padding: 0;
}
.cid-u5whk3dBsW {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-u5whk3dBsW .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u5whk3dBsW .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u5whk3dBsW .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u5whk3dBsW .mbr-gallery-item {
  width: 33.3%;
}
.cid-u5whk3dBsW .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-u5whk3dBsW .mbr-gallery-item {
    width: 100%;
  }
}
.cid-u5whk3dBsW .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-u5whk3dBsW .mbr-gallery-row {
  justify-content: center;
}
.cid-u5whk3dBsW .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-u5whk3dBsW .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-u5whk3dBsW .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-u5whk3dBsW .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-u5whk3dBsW .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-u5whk3dBsW .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-u5whk3dBsW .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u5whk3dBsW .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-u5whk3dBsW img {
  transition: all 2s !important;
}
.cid-u5whk3dBsW .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u5whk3dBsW .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-u5whk3dBsW .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-u5whk3IvUN {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u5wqLZf5WL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5wqLZf5WL P {
  color: #000000;
  text-align: center;
}
.cid-u5wqLZf5WL H5 {
  color: #8f8f8f;
  text-align: center;
}
.cid-u5wqLZf5WL h5 {
  display: center;
  text-decoration: none;
  width: inline;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-u5wqLZf5WL h5:hover {
  background-size: 0% 0%;
}
.cid-u5wqLZf5WL .col-md-4 {
  flex-direction: inline;
  display: inline;
  justify-content: center;
}
.cid-u5wqLZf5WL H4 {
  text-align: center;
  color: #606060;
}
.cid-u5whk4hUNl {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-u5whk4hUNl .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u5whk4hUNl .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-u5whk4hUNl .btn {
  margin-bottom: 2rem;
}
.cid-u5whk4hUNl .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-u5whk4hUNl .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u5whk4hUNl .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-u5whk4hUNl .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u5whk4hUNl .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-u5whk4hUNl .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-u5whk4hUNl .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-u5whk4hUNl .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-u5whk4hUNl .links {
  color: #606060;
  text-align: center;
}
.cid-u5wakc3LBw .navbar-dropdown {
  position: relative !important;
  top: 3;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-u5wakc3LBw .collapsed {
  flex-direction: row !important;
}
.cid-u5wakc3LBw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5wakc3LBw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5wakc3LBw .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-u5wakc3LBw .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-u5wakc3LBw .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-u5wakc3LBw .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5wakc3LBw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5wakc3LBw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u5wakc3LBw .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u5wakc3LBw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5wakc3LBw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5wakc3LBw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u5wakc3LBw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5wakc3LBw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5wakc3LBw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5wakc3LBw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5wakc3LBw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5wakc3LBw .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u5wakc3LBw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5wakc3LBw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5wakc3LBw .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u5wakc3LBw .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-u5wakc3LBw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5wakc3LBw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5wakc3LBw .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u5wakc3LBw .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u5wakc3LBw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5wakc3LBw .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-u5wakc3LBw .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-u5wakc3LBw .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u5wakc3LBw .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-u5wakc3LBw .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-u5wakc3LBw .nav-item:focus,
.cid-u5wakc3LBw .nav-link:focus {
  outline: none;
}
.cid-u5wakc3LBw .text-white:hover,
.cid-u5wakc3LBw .text-white:active,
.cid-u5wakc3LBw .text-white:focus {
  color: white !important;
}
.cid-u5wakc3LBw .dropdown-item {
  font-weight: 300 !important;
  color: black !important;
}
.cid-u5wakc3LBw .dropdown-item:hover {
  color: black !important;
}
.cid-u5wakc3LBw .dropdown-menu {
  background-color: white !important;
}
.cid-u5wakc3LBw .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(122, 122, 122, 0.35);
  display: block;
}
.cid-u5wakc3LBw .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-u5wakc3LBw .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-u5wakc3LBw .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-u5wakc3LBw .nav-item {
    position: relative;
  }
}
.cid-u5wakc3LBw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u5wakc3LBw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5wakc3LBw .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-u5wakc3LBw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u5wakc3LBw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u5wakc3LBw .navbar-caption {
  font-weight: 600 !important;
}
.cid-u5wakc3LBw .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5wakc3LBw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5wakc3LBw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5wakc3LBw .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-u5wakc3LBw .dropdown-item.active,
.cid-u5wakc3LBw .dropdown-item:active {
  background-color: transparent;
}
.cid-u5wakc3LBw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5wakc3LBw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5wakc3LBw .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5wakc3LBw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u5wakc3LBw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5wakc3LBw ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u5wakc3LBw .navbar-buttons {
  text-align: center;
}
.cid-u5wakc3LBw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u5wakc3LBw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #606060;
}
.cid-u5wakc3LBw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5wakc3LBw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5wakc3LBw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5wakc3LBw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5wakc3LBw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5wakc3LBw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5wakc3LBw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5wakc3LBw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5wakc3LBw .nav-link {
  font-weight: 400 !important;
}
.cid-u5wakc3LBw a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u5wakc3LBw .mbr-iconfont {
  font-size: 1.0rem;
  padding-right: 0.5rem;
}
.cid-u5wakc3LBw .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-u5wakc3LBw .icons-menu span {
  font-size: 24px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5wakc3LBw .navbar {
    height: 77px;
  }
  .cid-u5wakc3LBw .navbar.opened {
    height: auto;
  }
  .cid-u5wakc3LBw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5wakcCrEY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u5wakcCrEY .mbr-section-subtitle {
  color: #8a492a;
  text-align: center;
}
.cid-u5wakcCrEY .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-u5wakcR1zF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u5wakcR1zF .mbr-section-subtitle {
  color: #8a492a;
  text-align: center;
}
.cid-u5wakcR1zF .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-u5wakd7mFT {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-u5wakd7mFT .image-block {
  margin: auto;
}
.cid-u5wakd7mFT .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u5wakd7mFT .image-block {
    width: 100% !important;
  }
}
.cid-u5wakd7mFT .container-fluid {
  padding: 0;
}
.cid-u5wakdmyjm {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-u5wakdmyjm .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u5wakdmyjm .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u5wakdmyjm .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u5wakdmyjm .mbr-gallery-item {
  width: 33.3%;
}
.cid-u5wakdmyjm .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-u5wakdmyjm .mbr-gallery-item {
    width: 100%;
  }
}
.cid-u5wakdmyjm .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-u5wakdmyjm .mbr-gallery-row {
  justify-content: center;
}
.cid-u5wakdmyjm .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-u5wakdmyjm .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-u5wakdmyjm .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-u5wakdmyjm .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-u5wakdmyjm .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-u5wakdmyjm .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-u5wakdmyjm .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u5wakdmyjm .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-u5wakdmyjm img {
  transition: all 2s !important;
}
.cid-u5wakdmyjm .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u5wakdmyjm .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-u5wakdmyjm .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-u5wakdSmTN {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u5wqIy4k5I {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5wqIy4k5I P {
  color: #000000;
  text-align: center;
}
.cid-u5wqIy4k5I H5 {
  color: #8f8f8f;
  text-align: center;
}
.cid-u5wqIy4k5I h5 {
  display: center;
  text-decoration: none;
  width: inline;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-u5wqIy4k5I h5:hover {
  background-size: 0% 0%;
}
.cid-u5wqIy4k5I .col-md-4 {
  flex-direction: inline;
  display: inline;
  justify-content: center;
}
.cid-u5wqIy4k5I H4 {
  text-align: center;
  color: #606060;
}
.cid-u5wakewKsH {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-u5wakewKsH .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u5wakewKsH .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-u5wakewKsH .btn {
  margin-bottom: 2rem;
}
.cid-u5wakewKsH .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-u5wakewKsH .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u5wakewKsH .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-u5wakewKsH .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u5wakewKsH .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-u5wakewKsH .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-u5wakewKsH .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-u5wakewKsH .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-u5wakewKsH .links {
  color: #606060;
  text-align: center;
}
.cid-udNdXnQtn9 .navbar-dropdown {
  position: relative !important;
  top: 3;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-udNdXnQtn9 .collapsed {
  flex-direction: row !important;
}
.cid-udNdXnQtn9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udNdXnQtn9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udNdXnQtn9 .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-udNdXnQtn9 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-udNdXnQtn9 .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-udNdXnQtn9 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-udNdXnQtn9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udNdXnQtn9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-udNdXnQtn9 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-udNdXnQtn9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udNdXnQtn9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udNdXnQtn9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-udNdXnQtn9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udNdXnQtn9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udNdXnQtn9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-udNdXnQtn9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udNdXnQtn9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udNdXnQtn9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-udNdXnQtn9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udNdXnQtn9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udNdXnQtn9 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-udNdXnQtn9 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-udNdXnQtn9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-udNdXnQtn9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udNdXnQtn9 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-udNdXnQtn9 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-udNdXnQtn9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udNdXnQtn9 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-udNdXnQtn9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-udNdXnQtn9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-udNdXnQtn9 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-udNdXnQtn9 .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-udNdXnQtn9 .nav-item:focus,
.cid-udNdXnQtn9 .nav-link:focus {
  outline: none;
}
.cid-udNdXnQtn9 .text-white:hover,
.cid-udNdXnQtn9 .text-white:active,
.cid-udNdXnQtn9 .text-white:focus {
  color: white !important;
}
.cid-udNdXnQtn9 .dropdown-item {
  font-weight: 300 !important;
  color: black !important;
}
.cid-udNdXnQtn9 .dropdown-item:hover {
  color: black !important;
}
.cid-udNdXnQtn9 .dropdown-menu {
  background-color: white !important;
}
.cid-udNdXnQtn9 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(122, 122, 122, 0.35);
  display: block;
}
.cid-udNdXnQtn9 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-udNdXnQtn9 .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-udNdXnQtn9 .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-udNdXnQtn9 .nav-item {
    position: relative;
  }
}
.cid-udNdXnQtn9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-udNdXnQtn9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udNdXnQtn9 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-udNdXnQtn9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-udNdXnQtn9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-udNdXnQtn9 .navbar-caption {
  font-weight: 600 !important;
}
.cid-udNdXnQtn9 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udNdXnQtn9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udNdXnQtn9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udNdXnQtn9 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-udNdXnQtn9 .dropdown-item.active,
.cid-udNdXnQtn9 .dropdown-item:active {
  background-color: transparent;
}
.cid-udNdXnQtn9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udNdXnQtn9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udNdXnQtn9 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udNdXnQtn9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udNdXnQtn9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udNdXnQtn9 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-udNdXnQtn9 .navbar-buttons {
  text-align: center;
}
.cid-udNdXnQtn9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-udNdXnQtn9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #606060;
}
.cid-udNdXnQtn9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udNdXnQtn9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udNdXnQtn9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udNdXnQtn9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udNdXnQtn9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udNdXnQtn9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udNdXnQtn9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udNdXnQtn9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udNdXnQtn9 .nav-link {
  font-weight: 400 !important;
}
.cid-udNdXnQtn9 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-udNdXnQtn9 .mbr-iconfont {
  font-size: 1.0rem;
  padding-right: 0.5rem;
}
.cid-udNdXnQtn9 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-udNdXnQtn9 .icons-menu span {
  font-size: 24px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udNdXnQtn9 .navbar {
    height: 77px;
  }
  .cid-udNdXnQtn9 .navbar.opened {
    height: auto;
  }
  .cid-udNdXnQtn9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udNdXoFMG8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-udNdXoFMG8 .mbr-section-subtitle {
  color: #8a492a;
  text-align: center;
}
.cid-udNdXoFMG8 .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-udNdXoTQaP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-udNdXoTQaP .mbr-section-subtitle {
  color: #8a492a;
  text-align: center;
}
.cid-udNdXoTQaP .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-udNdXp58aX {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-udNdXp58aX .image-block {
  margin: auto;
}
.cid-udNdXp58aX .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-udNdXp58aX .image-block {
    width: 100% !important;
  }
}
.cid-udNdXp58aX .container-fluid {
  padding: 0;
}
.cid-udNdXpjSGM {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-udNdXpjSGM .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-udNdXpjSGM .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-udNdXpjSGM .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-udNdXpjSGM .mbr-gallery-item {
  width: 33.3%;
}
.cid-udNdXpjSGM .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-udNdXpjSGM .mbr-gallery-item {
    width: 100%;
  }
}
.cid-udNdXpjSGM .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-udNdXpjSGM .mbr-gallery-row {
  justify-content: center;
}
.cid-udNdXpjSGM .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-udNdXpjSGM .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-udNdXpjSGM .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-udNdXpjSGM .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-udNdXpjSGM .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-udNdXpjSGM .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-udNdXpjSGM .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-udNdXpjSGM .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-udNdXpjSGM img {
  transition: all 2s !important;
}
.cid-udNdXpjSGM .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #000000, #8a492a) !important;
}
.cid-udNdXpjSGM .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-udNdXpjSGM .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #000000, #8a492a) !important;
}
.cid-udNdXq9rQ8 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-udNdXqoCAj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-udNdXqoCAj P {
  color: #000000;
  text-align: center;
}
.cid-udNdXqoCAj H5 {
  color: #8f8f8f;
  text-align: center;
}
.cid-udNdXqoCAj h5 {
  display: center;
  text-decoration: none;
  width: inline;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-udNdXqoCAj h5:hover {
  background-size: 0% 0%;
}
.cid-udNdXqoCAj .col-md-4 {
  flex-direction: inline;
  display: inline;
  justify-content: center;
}
.cid-udNdXqoCAj H4 {
  text-align: center;
  color: #606060;
}
.cid-udNdXqKUKg {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-udNdXqKUKg .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-udNdXqKUKg .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-udNdXqKUKg .btn {
  margin-bottom: 2rem;
}
.cid-udNdXqKUKg .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-udNdXqKUKg .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-udNdXqKUKg .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-udNdXqKUKg .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-udNdXqKUKg .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-udNdXqKUKg .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-udNdXqKUKg .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-udNdXqKUKg .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-udNdXqKUKg .links {
  color: #606060;
  text-align: center;
}
.cid-uiTJ1L40US .navbar-dropdown {
  position: relative !important;
  top: 3;
  left: 0;
  padding: 0.5rem 1rem;
}
.cid-uiTJ1L40US .collapsed {
  flex-direction: row !important;
}
.cid-uiTJ1L40US .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uiTJ1L40US .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uiTJ1L40US .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uiTJ1L40US .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uiTJ1L40US .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uiTJ1L40US .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uiTJ1L40US .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uiTJ1L40US .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uiTJ1L40US .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uiTJ1L40US .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uiTJ1L40US .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uiTJ1L40US .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uiTJ1L40US .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uiTJ1L40US .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uiTJ1L40US .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uiTJ1L40US .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uiTJ1L40US .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uiTJ1L40US .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uiTJ1L40US .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uiTJ1L40US .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uiTJ1L40US .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uiTJ1L40US .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uiTJ1L40US .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uiTJ1L40US .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uiTJ1L40US .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uiTJ1L40US .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uiTJ1L40US .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uiTJ1L40US .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uiTJ1L40US .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uiTJ1L40US .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uiTJ1L40US .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uiTJ1L40US .dropdown-item:hover:before {
  opacity: 1 !important;
}
.cid-uiTJ1L40US .nav-item:focus,
.cid-uiTJ1L40US .nav-link:focus {
  outline: none;
}
.cid-uiTJ1L40US .text-white:hover,
.cid-uiTJ1L40US .text-white:active,
.cid-uiTJ1L40US .text-white:focus {
  color: white !important;
}
.cid-uiTJ1L40US .dropdown-item {
  font-weight: 300 !important;
  color: black !important;
}
.cid-uiTJ1L40US .dropdown-item:hover {
  color: black !important;
}
.cid-uiTJ1L40US .dropdown-menu {
  background-color: white !important;
}
.cid-uiTJ1L40US .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(122, 122, 122, 0.35);
  display: block;
}
.cid-uiTJ1L40US .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #606060;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uiTJ1L40US .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uiTJ1L40US .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-uiTJ1L40US .nav-item {
    position: relative;
  }
}
.cid-uiTJ1L40US .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uiTJ1L40US .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uiTJ1L40US .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uiTJ1L40US .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uiTJ1L40US .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uiTJ1L40US .navbar-caption {
  font-weight: 600 !important;
}
.cid-uiTJ1L40US .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uiTJ1L40US .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uiTJ1L40US .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uiTJ1L40US .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uiTJ1L40US .dropdown-item.active,
.cid-uiTJ1L40US .dropdown-item:active {
  background-color: transparent;
}
.cid-uiTJ1L40US .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uiTJ1L40US .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uiTJ1L40US .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uiTJ1L40US .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uiTJ1L40US .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uiTJ1L40US ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uiTJ1L40US .navbar-buttons {
  text-align: center;
}
.cid-uiTJ1L40US button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uiTJ1L40US button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #606060;
}
.cid-uiTJ1L40US button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uiTJ1L40US button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uiTJ1L40US button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uiTJ1L40US button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uiTJ1L40US nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uiTJ1L40US nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uiTJ1L40US nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uiTJ1L40US nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uiTJ1L40US .nav-link {
  font-weight: 400 !important;
}
.cid-uiTJ1L40US a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uiTJ1L40US .mbr-iconfont {
  font-size: 1.0rem;
  padding-right: 0.5rem;
}
.cid-uiTJ1L40US .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uiTJ1L40US .icons-menu span {
  font-size: 24px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uiTJ1L40US .navbar {
    height: 77px;
  }
  .cid-uiTJ1L40US .navbar.opened {
    height: auto;
  }
  .cid-uiTJ1L40US .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uiTJ1M5nk4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uiTJ1M5nk4 .mbr-section-subtitle {
  color: #8a492a;
  text-align: center;
}
.cid-uiTJ1M5nk4 .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-uiTJ1MltMt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uiTJ1MltMt .mbr-section-subtitle {
  color: #8a492a;
  text-align: center;
}
.cid-uiTJ1MltMt .mbr-text {
  color: #606060;
  text-align: center;
}
.cid-uiTJ1MzS4z {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uiTJ1MzS4z .image-block {
  margin: auto;
}
.cid-uiTJ1MzS4z .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uiTJ1MzS4z .image-block {
    width: 100% !important;
  }
}
.cid-uiTJ1MzS4z .container-fluid {
  padding: 0;
}
.cid-uiTJ1MTcKH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uiTJ1MTcKH .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uiTJ1MTcKH .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uiTJ1MTcKH .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uiTJ1MTcKH .mbr-gallery-item {
  width: 33.3%;
}
.cid-uiTJ1MTcKH .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-uiTJ1MTcKH .mbr-gallery-item {
    width: 100%;
  }
}
.cid-uiTJ1MTcKH .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-uiTJ1MTcKH .mbr-gallery-row {
  justify-content: center;
}
.cid-uiTJ1MTcKH .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-uiTJ1MTcKH .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-uiTJ1MTcKH .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uiTJ1MTcKH .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-uiTJ1MTcKH .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-uiTJ1MTcKH .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-uiTJ1MTcKH .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uiTJ1MTcKH .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-uiTJ1MTcKH img {
  transition: all 2s !important;
}
.cid-uiTJ1MTcKH .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #000000, #8a492a) !important;
}
.cid-uiTJ1MTcKH .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-uiTJ1MTcKH .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #000000, #8a492a) !important;
}
.cid-uiTJ1Nr4Ma {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uiTJ1NHx3L {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uiTJ1NHx3L P {
  color: #000000;
  text-align: center;
}
.cid-uiTJ1NHx3L H5 {
  color: #8f8f8f;
  text-align: center;
}
.cid-uiTJ1NHx3L h5 {
  display: center;
  text-decoration: none;
  width: inline;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uiTJ1NHx3L h5:hover {
  background-size: 0% 0%;
}
.cid-uiTJ1NHx3L .col-md-4 {
  flex-direction: inline;
  display: inline;
  justify-content: center;
}
.cid-uiTJ1NHx3L H4 {
  text-align: center;
  color: #606060;
}
.cid-uiTJ1O35nM {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-uiTJ1O35nM .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uiTJ1O35nM .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-uiTJ1O35nM .btn {
  margin-bottom: 2rem;
}
.cid-uiTJ1O35nM .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-uiTJ1O35nM .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uiTJ1O35nM .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-uiTJ1O35nM .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uiTJ1O35nM .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uiTJ1O35nM .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-uiTJ1O35nM .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-uiTJ1O35nM .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-uiTJ1O35nM .links {
  color: #606060;
  text-align: center;
}
