body {
  font-family: Open Sans;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 2.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
}
.display-7 > .mbr-iconfont {
  font-size: 2.24rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((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.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  padding: 20px 20px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #ff4a52 !important;
}
.bg-success {
  background-color: #7242d6 !important;
}
.bg-info {
  background-color: #48d678 !important;
}
.bg-warning {
  background-color: #d63d3d !important;
}
.bg-danger {
  background-color: #ececec !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #ff4a52 !important;
  border-color: #ff4a52 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #fd000b !important;
  border-color: #fd000b !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #fd000b !important;
  border-color: #fd000b !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #1ec6b6 !important;
  border-color: #1ec6b6 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #148479 !important;
  border-color: #148479 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #148479 !important;
  border-color: #148479 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #48d678 !important;
  border-color: #48d678 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #26ab53 !important;
  border-color: #26ab53 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #26ab53 !important;
  border-color: #26ab53 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #7242d6 !important;
  border-color: #7242d6 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #4f24a7 !important;
  border-color: #4f24a7 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #4f24a7 !important;
  border-color: #4f24a7 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #d63d3d !important;
  border-color: #d63d3d !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #a42323 !important;
  border-color: #a42323 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #a42323 !important;
  border-color: #a42323 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #ececec !important;
  border-color: #ececec !important;
  color: #6d6d6d !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #6d6d6d !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #6d6d6d !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #e3000a;
  color: #e3000a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #ff4a52;
  border-color: #ff4a52;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4a52 !important;
  border-color: #ff4a52 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #116d65;
  color: #116d65;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #1ec6b6;
  border-color: #1ec6b6;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1ec6b6 !important;
  border-color: #1ec6b6 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #229649;
  color: #229649;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #48d678;
  border-color: #48d678;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #48d678 !important;
  border-color: #48d678 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #452092;
  color: #452092;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #7242d6;
  border-color: #7242d6;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #7242d6 !important;
  border-color: #7242d6 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #8f1e1e;
  color: #8f1e1e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #d63d3d;
  border-color: #d63d3d;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d63d3d !important;
  border-color: #d63d3d !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #b9b9b9;
  color: #b9b9b9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #6d6d6d;
  background-color: #ececec;
  border-color: #ececec;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #6d6d6d !important;
  background-color: #ececec !important;
  border-color: #ececec !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ff4a52 !important;
}
.text-secondary {
  color: #1ec6b6 !important;
}
.text-success {
  color: #7242d6 !important;
}
.text-info {
  color: #48d678 !important;
}
.text-warning {
  color: #d63d3d !important;
}
.text-danger {
  color: #ececec !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #e3000a !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #116d65 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #452092 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #229649 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8f1e1e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b9b9b9 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #48d678;
}
.alert-warning {
  background-color: #d63d3d;
}
.alert-danger {
  background-color: #ececec;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff4a52;
  border-color: #ff4a52;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff4a52;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #efeafa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #effbf3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fae5e5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #ff4a52;
}
.btn-md {
  transition: none;
  padding: 0.5rem 2rem;
}
.btn-md:hover {
  background-color: #1ec6b6 !important;
  border-color: #1ec6b6 !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff4a52;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  background: #ffffff;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff4a52;
  border-bottom-color: #ff4a52;
}
.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: #ff4a52 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #1ec6b6 !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%;
}
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='%23ff4a52' %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;
}
.cid-uA3pF2ahFZ {
  z-index: 1000;
  width: 100%;
}
.cid-uA3pF2ahFZ nav.navbar {
  position: fixed;
}
.cid-uA3pF2ahFZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA3pF2ahFZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uA3pF2ahFZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uA3pF2ahFZ .dropdown-item:hover,
.cid-uA3pF2ahFZ .dropdown-item:focus {
  background: #ff4a52 !important;
  color: white !important;
}
.cid-uA3pF2ahFZ .dropdown-item:hover span {
  color: white;
}
.cid-uA3pF2ahFZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uA3pF2ahFZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uA3pF2ahFZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uA3pF2ahFZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uA3pF2ahFZ .nav-link {
  position: relative;
}
.cid-uA3pF2ahFZ .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uA3pF2ahFZ .container {
    flex-wrap: wrap;
  }
}
.cid-uA3pF2ahFZ .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uA3pF2ahFZ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uA3pF2ahFZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uA3pF2ahFZ .dropdown-menu,
.cid-uA3pF2ahFZ .navbar.opened {
  background: #ffffff !important;
}
.cid-uA3pF2ahFZ .nav-item:focus,
.cid-uA3pF2ahFZ .nav-link:focus {
  outline: none;
}
.cid-uA3pF2ahFZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uA3pF2ahFZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uA3pF2ahFZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uA3pF2ahFZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA3pF2ahFZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA3pF2ahFZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uA3pF2ahFZ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.7);
}
.cid-uA3pF2ahFZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uA3pF2ahFZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uA3pF2ahFZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uA3pF2ahFZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uA3pF2ahFZ .navbar.collapsed {
  justify-content: center;
}
.cid-uA3pF2ahFZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uA3pF2ahFZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA3pF2ahFZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uA3pF2ahFZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA3pF2ahFZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA3pF2ahFZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uA3pF2ahFZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA3pF2ahFZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uA3pF2ahFZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uA3pF2ahFZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA3pF2ahFZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA3pF2ahFZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA3pF2ahFZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA3pF2ahFZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uA3pF2ahFZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uA3pF2ahFZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA3pF2ahFZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uA3pF2ahFZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uA3pF2ahFZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uA3pF2ahFZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uA3pF2ahFZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uA3pF2ahFZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uA3pF2ahFZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uA3pF2ahFZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uA3pF2ahFZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uA3pF2ahFZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uA3pF2ahFZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA3pF2ahFZ .dropdown-item.active,
.cid-uA3pF2ahFZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uA3pF2ahFZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uA3pF2ahFZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA3pF2ahFZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA3pF2ahFZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uA3pF2ahFZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uA3pF2ahFZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA3pF2ahFZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uA3pF2ahFZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uA3pF2ahFZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uA3pF2ahFZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uA3pF2ahFZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uA3pF2ahFZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA3pF2ahFZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA3pF2ahFZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uA3pF2ahFZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA3pF2ahFZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uA3pF2ahFZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uA3pF2ahFZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA3pF2ahFZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uA3pF2ahFZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uA3pF2ahFZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uA3pF2ahFZ .navbar {
    height: 70px;
  }
  .cid-uA3pF2ahFZ .navbar.opened {
    height: auto;
  }
  .cid-uA3pF2ahFZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uuGf9wtOc0 {
  padding-top: 375px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/img-5971-2000x1500.jpg");
}
.cid-uuGf9wtOc0 .mbr-section-title DIV {
  text-align: center;
}
.cid-uuGf9wtOc0 .mbr-text,
.cid-uuGf9wtOc0 .mbr-section-btn {
  text-align: center;
}
.cid-uuGf9wtOc0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuGf9wtOc0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuGf9wtOc0 .mbr-section-title {
  text-align: center;
}
.cid-uuGgb0BTaN {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uuGgb0BTaN .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
  border-radius: 6px;
  border: 1px solid #ececec;
  transition: all 0.3s;
}
.cid-uuGgb0BTaN .card-wrapper:hover {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  margin-top: -0.6rem;
}
.cid-uuGgb0BTaN p {
  line-height: 1.6;
}
.cid-uuGgb0BTaN .btn {
  border: none;
  background: transparent;
  font-weight: 400 !important;
}
.cid-uuGgb0BTaN .card-title {
  color: #000000;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1.5rem;
}
.cid-uuGgb0BTaN .card-img {
  overflow: hidden;
  max-height: 280px;
  border-radius: 0;
}
.cid-uuGgb0BTaN img {
  transition: all 0.3s;
}
.cid-uuGgb0BTaN .card-box {
  padding: 1.5rem;
}
.cid-uuGgb0BTaN .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-uuGgb0BTaN .card-box > p,
.cid-uuGgb0BTaN .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uuGgb0BTaN .mbr-section-sub-title {
  text-align: center;
  color: #000000;
}
.cid-uuGgb0BTaN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuGgb0BTaN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9E7Jxrkw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA9E7Jxrkw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9E7Jxrkw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9E7Jxrkw .col-title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-uA9E7Jxrkw .col-title {
    padding: 0 20px !important;
  }
}
.cid-uA9E7Jxrkw .mbr-section-title {
  color: #112B6D;
}
.cid-uA9E7Jxrkw .mbr-section-subtitle {
  color: #112B6D;
  margin-top: 20px;
}
.cid-uA9E7Jxrkw .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-uA9E7Jxrkw .cards-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-uA9E7Jxrkw .cards-container {
    padding: 0 20px !important;
  }
}
.cid-uA9E7Jxrkw .card {
  width: 33.33333333%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uA9E7Jxrkw .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uA9E7Jxrkw .card {
    width: 100%;
  }
}
.cid-uA9E7Jxrkw .card-box {
  width: 100%;
}
.cid-uA9E7Jxrkw .iconfont-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
}
.cid-uA9E7Jxrkw .mbr-iconfont {
  font-size: 92px;
  color: #000000;
}
.cid-uA9E7Jxrkw .card-container {
  width: 100%;
}
.cid-uA9E7Jxrkw .card-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uA9E7Jxrkw .card-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.cid-uuGi8qINpl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uuGi8qINpl .card-img span {
  color: #ffffff;
  font-size: 4.2rem;
}
.cid-uuGi8qINpl .mbr-text {
  color: #cccccc;
}
.cid-uuGi8qINpl p {
  margin: 0;
  line-height: 1.6;
}
@media (max-width: 1200px) {
  .cid-uuGi8qINpl .card {
    margin-bottom: 2rem;
  }
}
.cid-uuGi8qINpl .mbr-section-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-uuGi8qINpl .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uuGi8qINpl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuGi8qINpl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuGid8cdBF {
  padding-top: 615px;
  background-image: url("../../../assets/images/img-5981-2000x953.jpg");
}
.cid-uuGid8cdBF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuGid8cdBF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuGigemYJe {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uuGigemYJe h4 {
  display: flex;
  color: #000000;
}
.cid-uuGigemYJe .panel-text {
  color: #000000;
  line-height: 1.7;
}
.cid-uuGigemYJe .wrap {
  display: flex;
}
.cid-uuGigemYJe .icon {
  background: #ff4a52;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-uuGigemYJe img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-uuGigemYJe .mbr-section-title {
  color: #333333;
  text-align: center;
}
.cid-uuGigemYJe p {
  margin: 0;
}
.cid-uuGigemYJe .card .card-header a.panel-title {
  background-color: transparent !important;
  margin-top: 0px !important;
}
.cid-uuGigemYJe .mbr-section-subtitle {
  font-weight: 500;
  color: #656565;
  text-align: center;
}
.cid-uuGigemYJe .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uuGigemYJe .panel-group {
  width: 100%;
}
.cid-uuGigemYJe .panel-title {
  border-bottom: 1px solid #ececec;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-uuGigemYJe .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uuGigemYJe .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uuGigemYJe .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-uuGigemYJe .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uuGigemYJe .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-uuGigemYJe .card .panel-body {
  background: #ffffff;
}
.cid-uuGigemYJe .sign {
  color: #000000;
}
.cid-uuGigemYJe .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uuGigemYJe .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-uuGigemYJe .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-uuGigemYJe .header-text,
.cid-uuGigemYJe .sign {
  color: #333333;
}
.cid-uuGigemYJe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuGigemYJe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuGsoQWA4h {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uuGsoQWA4h h4 {
  display: flex;
  color: #000000;
}
.cid-uuGsoQWA4h .panel-text {
  color: #000000;
  line-height: 1.7;
}
.cid-uuGsoQWA4h .wrap {
  display: flex;
}
.cid-uuGsoQWA4h .icon {
  background: #ff4a52;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-uuGsoQWA4h img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-uuGsoQWA4h .mbr-section-title {
  color: #333333;
  text-align: center;
}
.cid-uuGsoQWA4h p {
  margin: 0;
}
.cid-uuGsoQWA4h .card .card-header a.panel-title {
  background-color: transparent !important;
  margin-top: 0px !important;
}
.cid-uuGsoQWA4h .mbr-section-subtitle {
  font-weight: 500;
  color: #656565;
  text-align: center;
}
.cid-uuGsoQWA4h .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uuGsoQWA4h .panel-group {
  width: 100%;
}
.cid-uuGsoQWA4h .panel-title {
  border-bottom: 1px solid #ececec;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-uuGsoQWA4h .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uuGsoQWA4h .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uuGsoQWA4h .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-uuGsoQWA4h .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uuGsoQWA4h .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-uuGsoQWA4h .card .panel-body {
  background: #ffffff;
}
.cid-uuGsoQWA4h .sign {
  color: #000000;
}
.cid-uuGsoQWA4h .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uuGsoQWA4h .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-uuGsoQWA4h .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-uuGsoQWA4h .header-text,
.cid-uuGsoQWA4h .sign {
  color: #333333;
}
.cid-uuGsoQWA4h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuGsoQWA4h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuGtj0y86T {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uuGtj0y86T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuGtj0y86T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uuGtj0y86T .row {
    padding: 0;
  }
  .cid-uuGtj0y86T .container-fluid {
    padding: 0;
  }
}
.cid-uuGtj0y86T .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  column-gap: 10px;
  max-height: 1000px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uuGtj0y86T .items {
    grid-template-columns: 1fr 1fr;
    max-height: 1500px;
  }
}
@media (max-width: 425px) {
  .cid-uuGtj0y86T .items {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 992px) {
  .cid-uuGtj0y86T .items-card {
    padding-top: 100px;
  }
}
.cid-uuGtj0y86T .items-card .item {
  margin-bottom: 14px;
  height: 380px;
}
@media (max-width: 768px) {
  .cid-uuGtj0y86T .items-card .item {
    margin-bottom: 5px;
  }
}
.cid-uuGtj0y86T .items-card .item .item-wrapper {
  height: 100%;
  border-radius: 20px;
}
.cid-uuGtj0y86T .items-card .item .item-wrapper .item-img {
  height: 100%;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.cid-uuGtj0y86T .items-card .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uuGtj0y86T .items-card:nth-child(2n) {
  padding-top: 0;
}
.cid-uuGtj0y86T P {
  text-align: center;
}
.cid-uuGtj0y86T .mbr-section-btn {
  margin-top: 1rem !important;
  text-align: center;
}
.cid-uuGtj0y86T .mbr-section-title {
  color: #000000;
}
.cid-uuGtj0y86T .mbr-text,
.cid-uuGtj0y86T .mbr-section-btn {
  color: #000000;
}
.cid-uuGtj0y86T .item-title {
  color: #000000;
  text-align: center;
}
.cid-uuGtj0y86T .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uuGtj0y86T .item-text {
  color: #000000;
  text-align: center;
}
.cid-uuGtj0y86T .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uuGtj0y86T .item-wrapper {
    margin-bottom: 1rem;
    padding: 0;
  }
}
.cid-uvkLwcenLk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uvkLwcenLk .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uvkLwcenLk form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uvkLwcenLk form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uvkLwcenLk form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uzKDUMLuLw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uzKDUMLuLw ul {
  padding: 0;
  margin: 0;
}
.cid-uzKDUMLuLw ul li {
  list-style: none;
}
.cid-uzKDUMLuLw ul li h4 {
  margin: 0;
}
.cid-uzKDUMLuLw ul li h4.display-4 {
  line-height: 1.75;
}
.cid-uzKDUMLuLw .item {
  color: #cacaca;
}
.cid-uzKDUMLuLw .col-title {
  color: #ffffff;
  font-weight: 600;
}
.cid-uzKDUMLuLw .fill-light-wrapper {
  fill: #f9fafb;
  z-index: 2 !important;
  top: 0;
}
.cid-uzKDUMLuLw .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-uzKDUMLuLw .icons-wrapper ul li {
  margin-right: 10px;
  margin-left: 10px;
  display: inline-block;
}
.cid-uzKDUMLuLw .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 20px;
}
.cid-uzKDUMLuLw .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-uzKDUMLuLw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzKDUMLuLw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzQt75xQtz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uzQt75xQtz .links {
  text-align: center;
  color: #ffffff;
}
.cid-uzQt75xQtz p {
  margin: 0;
}
.cid-uA3pF2ahFZ {
  z-index: 1000;
  width: 100%;
}
.cid-uA3pF2ahFZ nav.navbar {
  position: fixed;
}
.cid-uA3pF2ahFZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA3pF2ahFZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uA3pF2ahFZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uA3pF2ahFZ .dropdown-item:hover,
.cid-uA3pF2ahFZ .dropdown-item:focus {
  background: #ff4a52 !important;
  color: white !important;
}
.cid-uA3pF2ahFZ .dropdown-item:hover span {
  color: white;
}
.cid-uA3pF2ahFZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uA3pF2ahFZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uA3pF2ahFZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uA3pF2ahFZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uA3pF2ahFZ .nav-link {
  position: relative;
}
.cid-uA3pF2ahFZ .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uA3pF2ahFZ .container {
    flex-wrap: wrap;
  }
}
.cid-uA3pF2ahFZ .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uA3pF2ahFZ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uA3pF2ahFZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uA3pF2ahFZ .dropdown-menu,
.cid-uA3pF2ahFZ .navbar.opened {
  background: #ffffff !important;
}
.cid-uA3pF2ahFZ .nav-item:focus,
.cid-uA3pF2ahFZ .nav-link:focus {
  outline: none;
}
.cid-uA3pF2ahFZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uA3pF2ahFZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uA3pF2ahFZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uA3pF2ahFZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA3pF2ahFZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA3pF2ahFZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uA3pF2ahFZ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.7);
}
.cid-uA3pF2ahFZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uA3pF2ahFZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uA3pF2ahFZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uA3pF2ahFZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uA3pF2ahFZ .navbar.collapsed {
  justify-content: center;
}
.cid-uA3pF2ahFZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uA3pF2ahFZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA3pF2ahFZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uA3pF2ahFZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA3pF2ahFZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA3pF2ahFZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uA3pF2ahFZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA3pF2ahFZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uA3pF2ahFZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uA3pF2ahFZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA3pF2ahFZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA3pF2ahFZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA3pF2ahFZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA3pF2ahFZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uA3pF2ahFZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uA3pF2ahFZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA3pF2ahFZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uA3pF2ahFZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uA3pF2ahFZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uA3pF2ahFZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uA3pF2ahFZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uA3pF2ahFZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uA3pF2ahFZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uA3pF2ahFZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uA3pF2ahFZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uA3pF2ahFZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uA3pF2ahFZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA3pF2ahFZ .dropdown-item.active,
.cid-uA3pF2ahFZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uA3pF2ahFZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uA3pF2ahFZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA3pF2ahFZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA3pF2ahFZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uA3pF2ahFZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uA3pF2ahFZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA3pF2ahFZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uA3pF2ahFZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uA3pF2ahFZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uA3pF2ahFZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uA3pF2ahFZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uA3pF2ahFZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA3pF2ahFZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA3pF2ahFZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uA3pF2ahFZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA3pF2ahFZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uA3pF2ahFZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uA3pF2ahFZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA3pF2ahFZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uA3pF2ahFZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uA3pF2ahFZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uA3pF2ahFZ .navbar {
    height: 70px;
  }
  .cid-uA3pF2ahFZ .navbar.opened {
    height: auto;
  }
  .cid-uA3pF2ahFZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvkXba9cEJ {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/img-5971-2000x1500.jpg");
}
.cid-uvkXba9cEJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvkXba9cEJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvkXba9cEJ .text-wrapper {
  padding: 5rem;
}
@media (max-width: 767px) {
  .cid-uvkXba9cEJ .text-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uvkXba9cEJ .wrapper {
  background: #ffffff;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uvkXba9cEJ .image-wrapper {
  padding: 0;
}
.cid-uvkXba9cEJ .image-wrapper img {
  height: 100%;
  border-radius: 2rem;
  object-fit: cover;
}
.cid-uvkY9h9bvM {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uvkY9h9bvM .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-uvkY9h9bvM .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uvkY9h9bvM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvkY9h9bvM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzY22BsvZH {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uzY22BsvZH .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uzY22BsvZH .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uzY22BsvZH .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uzY22BsvZH .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uzY22BsvZH .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uzY22BsvZH .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uzY22BsvZH .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uzY22BsvZH .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uzY22BsvZH .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uzX5MQudZJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uzX5MQudZJ ul {
  padding: 0;
  margin: 0;
}
.cid-uzX5MQudZJ ul li {
  list-style: none;
}
.cid-uzX5MQudZJ ul li h4 {
  margin: 0;
}
.cid-uzX5MQudZJ ul li h4.display-4 {
  line-height: 1.75;
}
.cid-uzX5MQudZJ .item {
  color: #cacaca;
}
.cid-uzX5MQudZJ .col-title {
  color: #ffffff;
  font-weight: 600;
}
.cid-uzX5MQudZJ .fill-light-wrapper {
  fill: #f9fafb;
  z-index: 2 !important;
  top: 0;
}
.cid-uzX5MQudZJ .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-uzX5MQudZJ .icons-wrapper ul li {
  margin-right: 10px;
  margin-left: 10px;
  display: inline-block;
}
.cid-uzX5MQudZJ .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 20px;
}
.cid-uzX5MQudZJ .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-uzX5MQudZJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzX5MQudZJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzQg8v8VmZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uzQg8v8VmZ .links {
  text-align: center;
  color: #ffffff;
}
.cid-uzQg8v8VmZ p {
  margin: 0;
}
.cid-uA3pF2ahFZ {
  z-index: 1000;
  width: 100%;
}
.cid-uA3pF2ahFZ nav.navbar {
  position: fixed;
}
.cid-uA3pF2ahFZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA3pF2ahFZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uA3pF2ahFZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uA3pF2ahFZ .dropdown-item:hover,
.cid-uA3pF2ahFZ .dropdown-item:focus {
  background: #ff4a52 !important;
  color: white !important;
}
.cid-uA3pF2ahFZ .dropdown-item:hover span {
  color: white;
}
.cid-uA3pF2ahFZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uA3pF2ahFZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uA3pF2ahFZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uA3pF2ahFZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uA3pF2ahFZ .nav-link {
  position: relative;
}
.cid-uA3pF2ahFZ .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uA3pF2ahFZ .container {
    flex-wrap: wrap;
  }
}
.cid-uA3pF2ahFZ .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uA3pF2ahFZ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uA3pF2ahFZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uA3pF2ahFZ .dropdown-menu,
.cid-uA3pF2ahFZ .navbar.opened {
  background: #ffffff !important;
}
.cid-uA3pF2ahFZ .nav-item:focus,
.cid-uA3pF2ahFZ .nav-link:focus {
  outline: none;
}
.cid-uA3pF2ahFZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uA3pF2ahFZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uA3pF2ahFZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uA3pF2ahFZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA3pF2ahFZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA3pF2ahFZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uA3pF2ahFZ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.7);
}
.cid-uA3pF2ahFZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uA3pF2ahFZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uA3pF2ahFZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uA3pF2ahFZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uA3pF2ahFZ .navbar.collapsed {
  justify-content: center;
}
.cid-uA3pF2ahFZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uA3pF2ahFZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA3pF2ahFZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uA3pF2ahFZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA3pF2ahFZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA3pF2ahFZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uA3pF2ahFZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA3pF2ahFZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uA3pF2ahFZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uA3pF2ahFZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA3pF2ahFZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA3pF2ahFZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA3pF2ahFZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA3pF2ahFZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uA3pF2ahFZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uA3pF2ahFZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA3pF2ahFZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uA3pF2ahFZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uA3pF2ahFZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uA3pF2ahFZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uA3pF2ahFZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uA3pF2ahFZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uA3pF2ahFZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uA3pF2ahFZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uA3pF2ahFZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uA3pF2ahFZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uA3pF2ahFZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA3pF2ahFZ .dropdown-item.active,
.cid-uA3pF2ahFZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uA3pF2ahFZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uA3pF2ahFZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA3pF2ahFZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA3pF2ahFZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uA3pF2ahFZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uA3pF2ahFZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA3pF2ahFZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uA3pF2ahFZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uA3pF2ahFZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uA3pF2ahFZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uA3pF2ahFZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uA3pF2ahFZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA3pF2ahFZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA3pF2ahFZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uA3pF2ahFZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA3pF2ahFZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uA3pF2ahFZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uA3pF2ahFZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA3pF2ahFZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uA3pF2ahFZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uA3pF2ahFZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uA3pF2ahFZ .navbar {
    height: 70px;
  }
  .cid-uA3pF2ahFZ .navbar.opened {
    height: auto;
  }
  .cid-uA3pF2ahFZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvl1NCQiUc {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/img-5971-2000x1500.jpg");
}
.cid-uvl1NCQiUc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvl1NCQiUc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvl1NCQiUc .text-wrapper {
  padding: 5rem;
}
@media (max-width: 767px) {
  .cid-uvl1NCQiUc .text-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uvl1NCQiUc .wrapper {
  background: #ffffff;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uvl1NCQiUc .image-wrapper {
  padding: 0;
}
.cid-uvl1NCQiUc .image-wrapper img {
  height: 100%;
  border-radius: 2rem;
  object-fit: cover;
}
.cid-uvl1NDAOcY {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uvl1NDAOcY .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-uvl1NDAOcY .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uvl1NDAOcY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvl1NDAOcY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzYea0DpCG {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uzYea0DpCG .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uzYea0DpCG .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uzYea0DpCG .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uzYea0DpCG .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uzYea0DpCG .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uzYea0DpCG .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uzYea0DpCG .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uzYea0DpCG .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uzYea0DpCG .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uzX5SUxTZ1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uzX5SUxTZ1 ul {
  padding: 0;
  margin: 0;
}
.cid-uzX5SUxTZ1 ul li {
  list-style: none;
}
.cid-uzX5SUxTZ1 ul li h4 {
  margin: 0;
}
.cid-uzX5SUxTZ1 ul li h4.display-4 {
  line-height: 1.75;
}
.cid-uzX5SUxTZ1 .item {
  color: #cacaca;
}
.cid-uzX5SUxTZ1 .col-title {
  color: #ffffff;
  font-weight: 600;
}
.cid-uzX5SUxTZ1 .fill-light-wrapper {
  fill: #f9fafb;
  z-index: 2 !important;
  top: 0;
}
.cid-uzX5SUxTZ1 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-uzX5SUxTZ1 .icons-wrapper ul li {
  margin-right: 10px;
  margin-left: 10px;
  display: inline-block;
}
.cid-uzX5SUxTZ1 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 20px;
}
.cid-uzX5SUxTZ1 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-uzX5SUxTZ1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzX5SUxTZ1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzQgmkIWPx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uzQgmkIWPx .links {
  text-align: center;
  color: #ffffff;
}
.cid-uzQgmkIWPx p {
  margin: 0;
}
.cid-uA3pF2ahFZ {
  z-index: 1000;
  width: 100%;
}
.cid-uA3pF2ahFZ nav.navbar {
  position: fixed;
}
.cid-uA3pF2ahFZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA3pF2ahFZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uA3pF2ahFZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uA3pF2ahFZ .dropdown-item:hover,
.cid-uA3pF2ahFZ .dropdown-item:focus {
  background: #ff4a52 !important;
  color: white !important;
}
.cid-uA3pF2ahFZ .dropdown-item:hover span {
  color: white;
}
.cid-uA3pF2ahFZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uA3pF2ahFZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uA3pF2ahFZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uA3pF2ahFZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uA3pF2ahFZ .nav-link {
  position: relative;
}
.cid-uA3pF2ahFZ .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uA3pF2ahFZ .container {
    flex-wrap: wrap;
  }
}
.cid-uA3pF2ahFZ .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uA3pF2ahFZ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uA3pF2ahFZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uA3pF2ahFZ .dropdown-menu,
.cid-uA3pF2ahFZ .navbar.opened {
  background: #ffffff !important;
}
.cid-uA3pF2ahFZ .nav-item:focus,
.cid-uA3pF2ahFZ .nav-link:focus {
  outline: none;
}
.cid-uA3pF2ahFZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uA3pF2ahFZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uA3pF2ahFZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uA3pF2ahFZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA3pF2ahFZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA3pF2ahFZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uA3pF2ahFZ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.7);
}
.cid-uA3pF2ahFZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uA3pF2ahFZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uA3pF2ahFZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uA3pF2ahFZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uA3pF2ahFZ .navbar.collapsed {
  justify-content: center;
}
.cid-uA3pF2ahFZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uA3pF2ahFZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA3pF2ahFZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uA3pF2ahFZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA3pF2ahFZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA3pF2ahFZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uA3pF2ahFZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA3pF2ahFZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uA3pF2ahFZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uA3pF2ahFZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA3pF2ahFZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA3pF2ahFZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA3pF2ahFZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA3pF2ahFZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uA3pF2ahFZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uA3pF2ahFZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA3pF2ahFZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uA3pF2ahFZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uA3pF2ahFZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uA3pF2ahFZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uA3pF2ahFZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uA3pF2ahFZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uA3pF2ahFZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uA3pF2ahFZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uA3pF2ahFZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uA3pF2ahFZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uA3pF2ahFZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA3pF2ahFZ .dropdown-item.active,
.cid-uA3pF2ahFZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uA3pF2ahFZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uA3pF2ahFZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA3pF2ahFZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA3pF2ahFZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uA3pF2ahFZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uA3pF2ahFZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA3pF2ahFZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uA3pF2ahFZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uA3pF2ahFZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uA3pF2ahFZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uA3pF2ahFZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uA3pF2ahFZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA3pF2ahFZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA3pF2ahFZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uA3pF2ahFZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA3pF2ahFZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uA3pF2ahFZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uA3pF2ahFZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA3pF2ahFZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uA3pF2ahFZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uA3pF2ahFZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uA3pF2ahFZ .navbar {
    height: 70px;
  }
  .cid-uA3pF2ahFZ .navbar.opened {
    height: auto;
  }
  .cid-uA3pF2ahFZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvU3zk3ps3 {
  padding-top: 300px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/img-5971-2000x1500.jpg");
}
.cid-uvU3zk3ps3 .mbr-section-title DIV {
  text-align: center;
}
.cid-uvU3zk3ps3 .mbr-text,
.cid-uvU3zk3ps3 .mbr-section-btn {
  text-align: center;
}
.cid-uvU3zk3ps3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvU3zk3ps3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzRG231rJS {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uzRG231rJS .mbr-text {
  line-height: 1.5;
  color: #333333;
  text-align: center;
}
.cid-uzRG231rJS .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uzRG231rJS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzRG231rJS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzW6h0ho7H {
  padding-top: 15px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-uzW6h0ho7H .list-group-item {
  padding: .5rem 3.25rem;
}
.cid-uzW6h0ho7H h4 {
  margin: 0;
}
.cid-uzW6h0ho7H .btn-sm {
  padding: 0.6rem 4.4rem;
}
.cid-uzW6h0ho7H .plan-body {
  padding-bottom: 2rem;
}
.cid-uzW6h0ho7H .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uzW6h0ho7H .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #121525;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 1.5rem;
}
.cid-uzW6h0ho7H .line2 {
  background: #000000;
}
.cid-uzW6h0ho7H .plan {
  word-break: break-word;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  max-width: 300px;
  padding-right: 0;
  padding-left: 0;
}
.cid-uzW6h0ho7H .plan .list-group-item {
  position: relative;
  -webkit-box-pack: center;
  justify-content: center;
  border: 0;
}
.cid-uzW6h0ho7H .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: "";
  background-color: #eaeaea;
}
.cid-uzW6h0ho7H .plan .list-group-item:last-child::after {
  display: none;
}
.cid-uzW6h0ho7H .plan-header,
.cid-uzW6h0ho7H .plan-body {
  background-color: #fff;
}
.cid-uzW6h0ho7H .price-value {
  vertical-align: top;
}
@media (max-width: 550px) {
  .cid-uzW6h0ho7H .price-figure {
    font-size: 4.25rem;
  }
}
.cid-uzW6h0ho7H .color1 {
  color: #121525;
  text-align: center;
}
.cid-uzW6h0ho7H .color2 {
  color: #000000;
}
.cid-uzW6h0ho7H LI {
  color: #121525;
}
.cid-uzW6h0ho7H .price-term {
  color: #767676;
}
.cid-uzW6h0ho7H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzW6h0ho7H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7KdgxJVQ {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uA7KdgxJVQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7KdgxJVQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7KdgxJVQ .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uA7KdgxJVQ .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uA7KdgxJVQ .mbr-iconfont {
  font-size: 2rem;
  color: #000000;
  padding-right: 1.5rem;
}
.cid-uA7KdgxJVQ .mbr-section-title {
  text-align: center;
}
.cid-uzKKnMAlxC {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uzKKnMAlxC .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}
.cid-uzKKnMAlxC .line {
  width: 100%;
  background-color: #e9e9e9;
  height: 1px;
  margin: 36px 0;
  padding: 0;
}
.cid-uzKKnMAlxC .date {
  color: #000000;
  font-weight: 600;
}
.cid-uzKKnMAlxC .workplace {
  color: #000000;
  padding-left: 50px;
}
.cid-uzKKnMAlxC .inline {
  align-items: center;
}
.cid-uzKKnMAlxC .button {
  text-align: end;
}
.cid-uzKKnMAlxC .btn {
  font-weight: 500;
}
.cid-uzKKnMAlxC .btn:hover {
  transform: translateY(-5px);
}
.cid-uzKKnMAlxC .container {
  max-width: 900px;
}
@media (max-width: 575px) {
  .cid-uzKKnMAlxC .workplace {
    padding-left: 0px;
    text-align: center;
    margin: 15px auto;
  }
  .cid-uzKKnMAlxC .button {
    text-align: center;
  }
  .cid-uzKKnMAlxC .date {
    text-align: center;
  }
}
.cid-uzKKnMAlxC .btn {
  border-radius: 50px;
}
.cid-uzX5ZkyWRa {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uzX5ZkyWRa ul {
  padding: 0;
  margin: 0;
}
.cid-uzX5ZkyWRa ul li {
  list-style: none;
}
.cid-uzX5ZkyWRa ul li h4 {
  margin: 0;
}
.cid-uzX5ZkyWRa ul li h4.display-4 {
  line-height: 1.75;
}
.cid-uzX5ZkyWRa .item {
  color: #cacaca;
}
.cid-uzX5ZkyWRa .col-title {
  color: #ffffff;
  font-weight: 600;
}
.cid-uzX5ZkyWRa .fill-light-wrapper {
  fill: #f9fafb;
  z-index: 2 !important;
  top: 0;
}
.cid-uzX5ZkyWRa .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-uzX5ZkyWRa .icons-wrapper ul li {
  margin-right: 10px;
  margin-left: 10px;
  display: inline-block;
}
.cid-uzX5ZkyWRa .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 20px;
}
.cid-uzX5ZkyWRa .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-uzX5ZkyWRa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzX5ZkyWRa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzQgs8Yy6S {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uzQgs8Yy6S .links {
  text-align: center;
  color: #ffffff;
}
.cid-uzQgs8Yy6S p {
  margin: 0;
}
.cid-uA3pF2ahFZ {
  z-index: 1000;
  width: 100%;
}
.cid-uA3pF2ahFZ nav.navbar {
  position: fixed;
}
.cid-uA3pF2ahFZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA3pF2ahFZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uA3pF2ahFZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uA3pF2ahFZ .dropdown-item:hover,
.cid-uA3pF2ahFZ .dropdown-item:focus {
  background: #ff4a52 !important;
  color: white !important;
}
.cid-uA3pF2ahFZ .dropdown-item:hover span {
  color: white;
}
.cid-uA3pF2ahFZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uA3pF2ahFZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uA3pF2ahFZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uA3pF2ahFZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uA3pF2ahFZ .nav-link {
  position: relative;
}
.cid-uA3pF2ahFZ .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uA3pF2ahFZ .container {
    flex-wrap: wrap;
  }
}
.cid-uA3pF2ahFZ .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uA3pF2ahFZ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uA3pF2ahFZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uA3pF2ahFZ .dropdown-menu,
.cid-uA3pF2ahFZ .navbar.opened {
  background: #ffffff !important;
}
.cid-uA3pF2ahFZ .nav-item:focus,
.cid-uA3pF2ahFZ .nav-link:focus {
  outline: none;
}
.cid-uA3pF2ahFZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uA3pF2ahFZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uA3pF2ahFZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uA3pF2ahFZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA3pF2ahFZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA3pF2ahFZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uA3pF2ahFZ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.7);
}
.cid-uA3pF2ahFZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uA3pF2ahFZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uA3pF2ahFZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uA3pF2ahFZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uA3pF2ahFZ .navbar.collapsed {
  justify-content: center;
}
.cid-uA3pF2ahFZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uA3pF2ahFZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA3pF2ahFZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uA3pF2ahFZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA3pF2ahFZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA3pF2ahFZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uA3pF2ahFZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA3pF2ahFZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uA3pF2ahFZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uA3pF2ahFZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA3pF2ahFZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA3pF2ahFZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA3pF2ahFZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA3pF2ahFZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uA3pF2ahFZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uA3pF2ahFZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA3pF2ahFZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uA3pF2ahFZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uA3pF2ahFZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uA3pF2ahFZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uA3pF2ahFZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uA3pF2ahFZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uA3pF2ahFZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uA3pF2ahFZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uA3pF2ahFZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uA3pF2ahFZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uA3pF2ahFZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA3pF2ahFZ .dropdown-item.active,
.cid-uA3pF2ahFZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uA3pF2ahFZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uA3pF2ahFZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA3pF2ahFZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA3pF2ahFZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uA3pF2ahFZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uA3pF2ahFZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA3pF2ahFZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uA3pF2ahFZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uA3pF2ahFZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uA3pF2ahFZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uA3pF2ahFZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uA3pF2ahFZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA3pF2ahFZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA3pF2ahFZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uA3pF2ahFZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA3pF2ahFZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uA3pF2ahFZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uA3pF2ahFZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA3pF2ahFZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uA3pF2ahFZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uA3pF2ahFZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uA3pF2ahFZ .navbar {
    height: 70px;
  }
  .cid-uA3pF2ahFZ .navbar.opened {
    height: auto;
  }
  .cid-uA3pF2ahFZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvUdoxyZO3 {
  padding-top: 375px;
  padding-bottom: 255px;
  background-image: url("../../../assets/images/img-5971-2000x1500.jpg");
}
.cid-uvUdoxyZO3 .mbr-section-title DIV {
  text-align: center;
}
.cid-uvUdoxyZO3 .mbr-text,
.cid-uvUdoxyZO3 .mbr-section-btn {
  text-align: center;
}
.cid-uvUdoxyZO3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvUdoxyZO3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvUdsgnnd5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uvUdsgnnd5 .mbr-text {
  line-height: 1.5;
  color: #333333;
  text-align: center;
}
.cid-uvUdsgnnd5 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uvUdsgnnd5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvUdsgnnd5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzYf3z0xKJ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uzYf3z0xKJ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uzYf3z0xKJ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uzYf3z0xKJ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uzYf3z0xKJ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uzYf3z0xKJ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uzYf3z0xKJ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uzYf3z0xKJ .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uzYf3z0xKJ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uzYf3z0xKJ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uzX6ach7LX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uzX6ach7LX ul {
  padding: 0;
  margin: 0;
}
.cid-uzX6ach7LX ul li {
  list-style: none;
}
.cid-uzX6ach7LX ul li h4 {
  margin: 0;
}
.cid-uzX6ach7LX ul li h4.display-4 {
  line-height: 1.75;
}
.cid-uzX6ach7LX .item {
  color: #cacaca;
}
.cid-uzX6ach7LX .col-title {
  color: #ffffff;
  font-weight: 600;
}
.cid-uzX6ach7LX .fill-light-wrapper {
  fill: #f9fafb;
  z-index: 2 !important;
  top: 0;
}
.cid-uzX6ach7LX .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-uzX6ach7LX .icons-wrapper ul li {
  margin-right: 10px;
  margin-left: 10px;
  display: inline-block;
}
.cid-uzX6ach7LX .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 20px;
}
.cid-uzX6ach7LX .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-uzX6ach7LX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzX6ach7LX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzQgyYxkGa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uzQgyYxkGa .links {
  text-align: center;
  color: #ffffff;
}
.cid-uzQgyYxkGa p {
  margin: 0;
}
.cid-uA3pF2ahFZ {
  z-index: 1000;
  width: 100%;
}
.cid-uA3pF2ahFZ nav.navbar {
  position: fixed;
}
.cid-uA3pF2ahFZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA3pF2ahFZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uA3pF2ahFZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uA3pF2ahFZ .dropdown-item:hover,
.cid-uA3pF2ahFZ .dropdown-item:focus {
  background: #ff4a52 !important;
  color: white !important;
}
.cid-uA3pF2ahFZ .dropdown-item:hover span {
  color: white;
}
.cid-uA3pF2ahFZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uA3pF2ahFZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uA3pF2ahFZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uA3pF2ahFZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uA3pF2ahFZ .nav-link {
  position: relative;
}
.cid-uA3pF2ahFZ .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uA3pF2ahFZ .container {
    flex-wrap: wrap;
  }
}
.cid-uA3pF2ahFZ .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uA3pF2ahFZ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uA3pF2ahFZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uA3pF2ahFZ .dropdown-menu,
.cid-uA3pF2ahFZ .navbar.opened {
  background: #ffffff !important;
}
.cid-uA3pF2ahFZ .nav-item:focus,
.cid-uA3pF2ahFZ .nav-link:focus {
  outline: none;
}
.cid-uA3pF2ahFZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uA3pF2ahFZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uA3pF2ahFZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uA3pF2ahFZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA3pF2ahFZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA3pF2ahFZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uA3pF2ahFZ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.7);
}
.cid-uA3pF2ahFZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uA3pF2ahFZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uA3pF2ahFZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uA3pF2ahFZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uA3pF2ahFZ .navbar.collapsed {
  justify-content: center;
}
.cid-uA3pF2ahFZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uA3pF2ahFZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA3pF2ahFZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uA3pF2ahFZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA3pF2ahFZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA3pF2ahFZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uA3pF2ahFZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA3pF2ahFZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uA3pF2ahFZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uA3pF2ahFZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA3pF2ahFZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA3pF2ahFZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA3pF2ahFZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA3pF2ahFZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uA3pF2ahFZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uA3pF2ahFZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA3pF2ahFZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uA3pF2ahFZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uA3pF2ahFZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uA3pF2ahFZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uA3pF2ahFZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uA3pF2ahFZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uA3pF2ahFZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uA3pF2ahFZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uA3pF2ahFZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uA3pF2ahFZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uA3pF2ahFZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA3pF2ahFZ .dropdown-item.active,
.cid-uA3pF2ahFZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uA3pF2ahFZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uA3pF2ahFZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA3pF2ahFZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA3pF2ahFZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uA3pF2ahFZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uA3pF2ahFZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA3pF2ahFZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uA3pF2ahFZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uA3pF2ahFZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uA3pF2ahFZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uA3pF2ahFZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uA3pF2ahFZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA3pF2ahFZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA3pF2ahFZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uA3pF2ahFZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA3pF2ahFZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uA3pF2ahFZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uA3pF2ahFZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA3pF2ahFZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uA3pF2ahFZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uA3pF2ahFZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uA3pF2ahFZ .navbar {
    height: 70px;
  }
  .cid-uA3pF2ahFZ .navbar.opened {
    height: auto;
  }
  .cid-uA3pF2ahFZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvUe0OI1Re {
  padding-top: 375px;
  padding-bottom: 255px;
  background-image: url("../../../assets/images/img-5971-2000x1500.jpg");
}
.cid-uvUe0OI1Re .mbr-section-title DIV {
  text-align: center;
}
.cid-uvUe0OI1Re .mbr-text,
.cid-uvUe0OI1Re .mbr-section-btn {
  text-align: center;
}
.cid-uvUe0OI1Re .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvUe0OI1Re .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvUe0Pkkoj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uvUe0Pkkoj .mbr-text {
  line-height: 1.5;
  color: #333333;
  text-align: center;
}
.cid-uvUe0Pkkoj .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uvUe0Pkkoj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvUe0Pkkoj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzYfKxRT0D {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uzYfKxRT0D .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uzYfKxRT0D .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uzYfKxRT0D .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uzYfKxRT0D .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uzYfKxRT0D .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uzYfKxRT0D .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uzYfKxRT0D .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uzYfKxRT0D .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uzYfKxRT0D .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uzX6k3QLrO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uzX6k3QLrO ul {
  padding: 0;
  margin: 0;
}
.cid-uzX6k3QLrO ul li {
  list-style: none;
}
.cid-uzX6k3QLrO ul li h4 {
  margin: 0;
}
.cid-uzX6k3QLrO ul li h4.display-4 {
  line-height: 1.75;
}
.cid-uzX6k3QLrO .item {
  color: #cacaca;
}
.cid-uzX6k3QLrO .col-title {
  color: #ffffff;
  font-weight: 600;
}
.cid-uzX6k3QLrO .fill-light-wrapper {
  fill: #f9fafb;
  z-index: 2 !important;
  top: 0;
}
.cid-uzX6k3QLrO .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-uzX6k3QLrO .icons-wrapper ul li {
  margin-right: 10px;
  margin-left: 10px;
  display: inline-block;
}
.cid-uzX6k3QLrO .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 20px;
}
.cid-uzX6k3QLrO .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-uzX6k3QLrO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzX6k3QLrO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzQgDDiWej {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uzQgDDiWej .links {
  text-align: center;
  color: #ffffff;
}
.cid-uzQgDDiWej p {
  margin: 0;
}
.cid-uA3pF2ahFZ {
  z-index: 1000;
  width: 100%;
}
.cid-uA3pF2ahFZ nav.navbar {
  position: fixed;
}
.cid-uA3pF2ahFZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA3pF2ahFZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uA3pF2ahFZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uA3pF2ahFZ .dropdown-item:hover,
.cid-uA3pF2ahFZ .dropdown-item:focus {
  background: #ff4a52 !important;
  color: white !important;
}
.cid-uA3pF2ahFZ .dropdown-item:hover span {
  color: white;
}
.cid-uA3pF2ahFZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uA3pF2ahFZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uA3pF2ahFZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uA3pF2ahFZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uA3pF2ahFZ .nav-link {
  position: relative;
}
.cid-uA3pF2ahFZ .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uA3pF2ahFZ .container {
    flex-wrap: wrap;
  }
}
.cid-uA3pF2ahFZ .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uA3pF2ahFZ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uA3pF2ahFZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uA3pF2ahFZ .dropdown-menu,
.cid-uA3pF2ahFZ .navbar.opened {
  background: #ffffff !important;
}
.cid-uA3pF2ahFZ .nav-item:focus,
.cid-uA3pF2ahFZ .nav-link:focus {
  outline: none;
}
.cid-uA3pF2ahFZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uA3pF2ahFZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uA3pF2ahFZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uA3pF2ahFZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA3pF2ahFZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA3pF2ahFZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uA3pF2ahFZ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.7);
}
.cid-uA3pF2ahFZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uA3pF2ahFZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uA3pF2ahFZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uA3pF2ahFZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uA3pF2ahFZ .navbar.collapsed {
  justify-content: center;
}
.cid-uA3pF2ahFZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uA3pF2ahFZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA3pF2ahFZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uA3pF2ahFZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA3pF2ahFZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA3pF2ahFZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uA3pF2ahFZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA3pF2ahFZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uA3pF2ahFZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uA3pF2ahFZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA3pF2ahFZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA3pF2ahFZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA3pF2ahFZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA3pF2ahFZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uA3pF2ahFZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uA3pF2ahFZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA3pF2ahFZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uA3pF2ahFZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uA3pF2ahFZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uA3pF2ahFZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uA3pF2ahFZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uA3pF2ahFZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uA3pF2ahFZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uA3pF2ahFZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uA3pF2ahFZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uA3pF2ahFZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uA3pF2ahFZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA3pF2ahFZ .dropdown-item.active,
.cid-uA3pF2ahFZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uA3pF2ahFZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uA3pF2ahFZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA3pF2ahFZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA3pF2ahFZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uA3pF2ahFZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uA3pF2ahFZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA3pF2ahFZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uA3pF2ahFZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uA3pF2ahFZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uA3pF2ahFZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uA3pF2ahFZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uA3pF2ahFZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA3pF2ahFZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA3pF2ahFZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uA3pF2ahFZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA3pF2ahFZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uA3pF2ahFZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uA3pF2ahFZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA3pF2ahFZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uA3pF2ahFZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uA3pF2ahFZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uA3pF2ahFZ .navbar {
    height: 70px;
  }
  .cid-uA3pF2ahFZ .navbar.opened {
    height: auto;
  }
  .cid-uA3pF2ahFZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvUe2Lx2yu {
  padding-top: 375px;
  padding-bottom: 255px;
  background-image: url("../../../assets/images/img-5971-2000x1500.jpg");
}
.cid-uvUe2Lx2yu .mbr-section-title DIV {
  text-align: center;
}
.cid-uvUe2Lx2yu .mbr-text,
.cid-uvUe2Lx2yu .mbr-section-btn {
  text-align: center;
}
.cid-uvUe2Lx2yu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvUe2Lx2yu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvUe2M7GoE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uvUe2M7GoE .mbr-text {
  line-height: 1.5;
  color: #333333;
  text-align: center;
}
.cid-uvUe2M7GoE .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uvUe2M7GoE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvUe2M7GoE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzYgBwphIS {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uzYgBwphIS .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uzYgBwphIS .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uzYgBwphIS .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uzYgBwphIS .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uzYgBwphIS .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uzYgBwphIS .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uzYgBwphIS .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uzYgBwphIS .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uzYgBwphIS .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uzX6rjRsfL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uzX6rjRsfL ul {
  padding: 0;
  margin: 0;
}
.cid-uzX6rjRsfL ul li {
  list-style: none;
}
.cid-uzX6rjRsfL ul li h4 {
  margin: 0;
}
.cid-uzX6rjRsfL ul li h4.display-4 {
  line-height: 1.75;
}
.cid-uzX6rjRsfL .item {
  color: #cacaca;
}
.cid-uzX6rjRsfL .col-title {
  color: #ffffff;
  font-weight: 600;
}
.cid-uzX6rjRsfL .fill-light-wrapper {
  fill: #f9fafb;
  z-index: 2 !important;
  top: 0;
}
.cid-uzX6rjRsfL .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-uzX6rjRsfL .icons-wrapper ul li {
  margin-right: 10px;
  margin-left: 10px;
  display: inline-block;
}
.cid-uzX6rjRsfL .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 20px;
}
.cid-uzX6rjRsfL .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-uzX6rjRsfL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzX6rjRsfL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzQgFxu0uZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uzQgFxu0uZ .links {
  text-align: center;
  color: #ffffff;
}
.cid-uzQgFxu0uZ p {
  margin: 0;
}
.cid-uA3rtbJSsl {
  z-index: 1000;
  width: 100%;
}
.cid-uA3rtbJSsl nav.navbar {
  position: fixed;
}
.cid-uA3rtbJSsl .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA3rtbJSsl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uA3rtbJSsl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uA3rtbJSsl .dropdown-item:hover,
.cid-uA3rtbJSsl .dropdown-item:focus {
  background: #ff4a52 !important;
  color: white !important;
}
.cid-uA3rtbJSsl .dropdown-item:hover span {
  color: white;
}
.cid-uA3rtbJSsl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uA3rtbJSsl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uA3rtbJSsl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uA3rtbJSsl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uA3rtbJSsl .nav-link {
  position: relative;
}
.cid-uA3rtbJSsl .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uA3rtbJSsl .container {
    flex-wrap: wrap;
  }
}
.cid-uA3rtbJSsl .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uA3rtbJSsl .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uA3rtbJSsl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uA3rtbJSsl .dropdown-menu,
.cid-uA3rtbJSsl .navbar.opened {
  background: #ffffff !important;
}
.cid-uA3rtbJSsl .nav-item:focus,
.cid-uA3rtbJSsl .nav-link:focus {
  outline: none;
}
.cid-uA3rtbJSsl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uA3rtbJSsl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uA3rtbJSsl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uA3rtbJSsl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA3rtbJSsl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA3rtbJSsl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uA3rtbJSsl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.7);
}
.cid-uA3rtbJSsl .navbar.opened {
  transition: all 0.3s;
}
.cid-uA3rtbJSsl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uA3rtbJSsl .navbar .navbar-logo img {
  width: auto;
}
.cid-uA3rtbJSsl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uA3rtbJSsl .navbar.collapsed {
  justify-content: center;
}
.cid-uA3rtbJSsl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uA3rtbJSsl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA3rtbJSsl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uA3rtbJSsl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA3rtbJSsl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA3rtbJSsl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uA3rtbJSsl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA3rtbJSsl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uA3rtbJSsl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uA3rtbJSsl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA3rtbJSsl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA3rtbJSsl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA3rtbJSsl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA3rtbJSsl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uA3rtbJSsl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uA3rtbJSsl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA3rtbJSsl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uA3rtbJSsl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uA3rtbJSsl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uA3rtbJSsl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uA3rtbJSsl .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uA3rtbJSsl .navbar.navbar-short {
  min-height: 60px;
}
.cid-uA3rtbJSsl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uA3rtbJSsl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uA3rtbJSsl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uA3rtbJSsl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uA3rtbJSsl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA3rtbJSsl .dropdown-item.active,
.cid-uA3rtbJSsl .dropdown-item:active {
  background-color: transparent;
}
.cid-uA3rtbJSsl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uA3rtbJSsl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA3rtbJSsl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA3rtbJSsl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uA3rtbJSsl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uA3rtbJSsl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA3rtbJSsl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uA3rtbJSsl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uA3rtbJSsl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uA3rtbJSsl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uA3rtbJSsl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uA3rtbJSsl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA3rtbJSsl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA3rtbJSsl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uA3rtbJSsl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA3rtbJSsl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uA3rtbJSsl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uA3rtbJSsl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA3rtbJSsl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uA3rtbJSsl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uA3rtbJSsl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uA3rtbJSsl .navbar {
    height: 70px;
  }
  .cid-uA3rtbJSsl .navbar.opened {
    height: auto;
  }
  .cid-uA3rtbJSsl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uA3rt8u57m {
  padding-top: 375px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/img-5971-2000x1500.jpg");
}
.cid-uA3rt8u57m .mbr-section-title DIV {
  text-align: center;
}
.cid-uA3rt8u57m .mbr-text,
.cid-uA3rt8u57m .mbr-section-btn {
  text-align: center;
}
.cid-uA3rt8u57m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3rt8u57m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA3rt8u57m .mbr-section-title {
  text-align: center;
}
.cid-uA3sUMYKzR {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uA3sUMYKzR .mbr-text {
  line-height: 1.5;
  color: #333333;
  text-align: center;
}
.cid-uA3sUMYKzR .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uA3sUMYKzR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3sUMYKzR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA3sYuLEhA {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uA3sYuLEhA .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uA3sYuLEhA .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA3sYuLEhA .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uA3sYuLEhA .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uA3sYuLEhA .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uA3sYuLEhA .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uA3sYuLEhA .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uA3sYuLEhA .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uA3sYuLEhA .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uA3rtaTlPw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uA3rtaTlPw .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uA3rtaTlPw form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uA3rtaTlPw form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uA3rtaTlPw form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uA3rtb6Whg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uA3rtb6Whg ul {
  padding: 0;
  margin: 0;
}
.cid-uA3rtb6Whg ul li {
  list-style: none;
}
.cid-uA3rtb6Whg ul li h4 {
  margin: 0;
}
.cid-uA3rtb6Whg ul li h4.display-4 {
  line-height: 1.75;
}
.cid-uA3rtb6Whg .item {
  color: #cacaca;
}
.cid-uA3rtb6Whg .col-title {
  color: #ffffff;
  font-weight: 600;
}
.cid-uA3rtb6Whg .fill-light-wrapper {
  fill: #f9fafb;
  z-index: 2 !important;
  top: 0;
}
.cid-uA3rtb6Whg .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-uA3rtb6Whg .icons-wrapper ul li {
  margin-right: 10px;
  margin-left: 10px;
  display: inline-block;
}
.cid-uA3rtb6Whg .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 20px;
}
.cid-uA3rtb6Whg .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-uA3rtb6Whg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3rtb6Whg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA3rtbxFqk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uA3rtbxFqk .links {
  text-align: center;
  color: #ffffff;
}
.cid-uA3rtbxFqk p {
  margin: 0;
}
.cid-uAqVbYWHnT {
  z-index: 1000;
  width: 100%;
}
.cid-uAqVbYWHnT nav.navbar {
  position: fixed;
}
.cid-uAqVbYWHnT .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAqVbYWHnT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uAqVbYWHnT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uAqVbYWHnT .dropdown-item:hover,
.cid-uAqVbYWHnT .dropdown-item:focus {
  background: #ff4a52 !important;
  color: white !important;
}
.cid-uAqVbYWHnT .dropdown-item:hover span {
  color: white;
}
.cid-uAqVbYWHnT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uAqVbYWHnT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uAqVbYWHnT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uAqVbYWHnT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uAqVbYWHnT .nav-link {
  position: relative;
}
.cid-uAqVbYWHnT .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAqVbYWHnT .container {
    flex-wrap: wrap;
  }
}
.cid-uAqVbYWHnT .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAqVbYWHnT .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uAqVbYWHnT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uAqVbYWHnT .dropdown-menu,
.cid-uAqVbYWHnT .navbar.opened {
  background: #ffffff !important;
}
.cid-uAqVbYWHnT .nav-item:focus,
.cid-uAqVbYWHnT .nav-link:focus {
  outline: none;
}
.cid-uAqVbYWHnT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAqVbYWHnT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAqVbYWHnT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAqVbYWHnT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAqVbYWHnT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAqVbYWHnT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAqVbYWHnT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.7);
}
.cid-uAqVbYWHnT .navbar.opened {
  transition: all 0.3s;
}
.cid-uAqVbYWHnT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAqVbYWHnT .navbar .navbar-logo img {
  width: auto;
}
.cid-uAqVbYWHnT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAqVbYWHnT .navbar.collapsed {
  justify-content: center;
}
.cid-uAqVbYWHnT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAqVbYWHnT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAqVbYWHnT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uAqVbYWHnT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAqVbYWHnT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAqVbYWHnT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uAqVbYWHnT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAqVbYWHnT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uAqVbYWHnT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uAqVbYWHnT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAqVbYWHnT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAqVbYWHnT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAqVbYWHnT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAqVbYWHnT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uAqVbYWHnT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAqVbYWHnT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAqVbYWHnT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAqVbYWHnT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uAqVbYWHnT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAqVbYWHnT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uAqVbYWHnT .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uAqVbYWHnT .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAqVbYWHnT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAqVbYWHnT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAqVbYWHnT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAqVbYWHnT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAqVbYWHnT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAqVbYWHnT .dropdown-item.active,
.cid-uAqVbYWHnT .dropdown-item:active {
  background-color: transparent;
}
.cid-uAqVbYWHnT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAqVbYWHnT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAqVbYWHnT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAqVbYWHnT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uAqVbYWHnT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAqVbYWHnT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAqVbYWHnT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAqVbYWHnT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAqVbYWHnT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uAqVbYWHnT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uAqVbYWHnT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAqVbYWHnT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAqVbYWHnT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAqVbYWHnT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAqVbYWHnT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAqVbYWHnT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAqVbYWHnT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAqVbYWHnT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAqVbYWHnT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uAqVbYWHnT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAqVbYWHnT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAqVbYWHnT .navbar {
    height: 70px;
  }
  .cid-uAqVbYWHnT .navbar.opened {
    height: auto;
  }
  .cid-uAqVbYWHnT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAqVbZnAgZ {
  padding-top: 375px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/img-5971-2000x1500.jpg");
}
.cid-uAqVbZnAgZ .mbr-section-title DIV {
  text-align: center;
}
.cid-uAqVbZnAgZ .mbr-text,
.cid-uAqVbZnAgZ .mbr-section-btn {
  text-align: center;
}
.cid-uAqVbZnAgZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAqVbZnAgZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAqVbZnAgZ .mbr-section-title {
  text-align: center;
}
.cid-uAwUjsEEoz {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uAwUjsEEoz .mbr-text {
  line-height: 1.5;
  color: #333333;
  text-align: center;
}
.cid-uAwUjsEEoz .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uAwUjsEEoz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAwUjsEEoz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAwRDHhIeO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uAwRDHhIeO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAwRDHhIeO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAwRDHhIeO .row {
  justify-content: center;
}
.cid-uAwRDHhIeO .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uAwRDHhIeO .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-uAwRDHhIeO .row {
    padding: 0 24px;
  }
}
.cid-uAwRDHhIeO .title-wrapper {
  margin-bottom: 32px;
}
.cid-uAwRDHhIeO .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uAwRDHhIeO .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-uAwRDHhIeO .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ffffff;
  z-index: -1;
}
.cid-uAwRDHhIeO .mbr-figure iframe {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uAwRDHhIeO .video-block {
    margin-bottom: 24px;
  }
}
.cid-uAwRDHhIeO .mbr-figure__img {
  object-fit: cover;
}
.cid-uAwRDHhIeO .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-uACHvFPAjG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uACHvFPAjG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uACHvFPAjG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uACHvFPAjG .row {
  justify-content: center;
}
.cid-uACHvFPAjG .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uACHvFPAjG .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-uACHvFPAjG .row {
    padding: 0 24px;
  }
}
.cid-uACHvFPAjG .title-wrapper {
  margin-bottom: 32px;
}
.cid-uACHvFPAjG .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uACHvFPAjG .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-uACHvFPAjG .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ffffff;
  z-index: -1;
}
.cid-uACHvFPAjG .mbr-figure iframe {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uACHvFPAjG .video-block {
    margin-bottom: 24px;
  }
}
.cid-uACHvFPAjG .mbr-figure__img {
  object-fit: cover;
}
.cid-uACHvFPAjG .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-uAwSGwUHtU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uAwSGwUHtU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAwSGwUHtU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAwSGwUHtU .row {
  justify-content: center;
}
.cid-uAwSGwUHtU .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uAwSGwUHtU .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-uAwSGwUHtU .row {
    padding: 0 24px;
  }
}
.cid-uAwSGwUHtU .title-wrapper {
  margin-bottom: 32px;
}
.cid-uAwSGwUHtU .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uAwSGwUHtU .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-uAwSGwUHtU .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ffffff;
  z-index: -1;
}
.cid-uAwSGwUHtU .mbr-figure iframe {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uAwSGwUHtU .video-block {
    margin-bottom: 24px;
  }
}
.cid-uAwSGwUHtU .mbr-figure__img {
  object-fit: cover;
}
.cid-uAwSGwUHtU .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-uAwTIAZzvv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uAwTIAZzvv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAwTIAZzvv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAwTIAZzvv .row {
  justify-content: center;
}
.cid-uAwTIAZzvv .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uAwTIAZzvv .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-uAwTIAZzvv .row {
    padding: 0 24px;
  }
}
.cid-uAwTIAZzvv .title-wrapper {
  margin-bottom: 32px;
}
.cid-uAwTIAZzvv .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uAwTIAZzvv .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-uAwTIAZzvv .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ffffff;
  z-index: -1;
}
.cid-uAwTIAZzvv .mbr-figure iframe {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uAwTIAZzvv .video-block {
    margin-bottom: 24px;
  }
}
.cid-uAwTIAZzvv .mbr-figure__img {
  object-fit: cover;
}
.cid-uAwTIAZzvv .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-uAqVc1XBkz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uAqVc1XBkz ul {
  padding: 0;
  margin: 0;
}
.cid-uAqVc1XBkz ul li {
  list-style: none;
}
.cid-uAqVc1XBkz ul li h4 {
  margin: 0;
}
.cid-uAqVc1XBkz ul li h4.display-4 {
  line-height: 1.75;
}
.cid-uAqVc1XBkz .item {
  color: #cacaca;
}
.cid-uAqVc1XBkz .col-title {
  color: #ffffff;
  font-weight: 600;
}
.cid-uAqVc1XBkz .fill-light-wrapper {
  fill: #f9fafb;
  z-index: 2 !important;
  top: 0;
}
.cid-uAqVc1XBkz .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-uAqVc1XBkz .icons-wrapper ul li {
  margin-right: 10px;
  margin-left: 10px;
  display: inline-block;
}
.cid-uAqVc1XBkz .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 20px;
}
.cid-uAqVc1XBkz .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-uAqVc1XBkz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAqVc1XBkz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAqVc2mmWT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uAqVc2mmWT .links {
  text-align: center;
  color: #ffffff;
}
.cid-uAqVc2mmWT p {
  margin: 0;
}
.cid-uBtesquBIB {
  z-index: 1000;
  width: 100%;
}
.cid-uBtesquBIB nav.navbar {
  position: fixed;
}
.cid-uBtesquBIB .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBtesquBIB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uBtesquBIB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uBtesquBIB .dropdown-item:hover,
.cid-uBtesquBIB .dropdown-item:focus {
  background: #ff4a52 !important;
  color: white !important;
}
.cid-uBtesquBIB .dropdown-item:hover span {
  color: white;
}
.cid-uBtesquBIB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uBtesquBIB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uBtesquBIB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uBtesquBIB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBtesquBIB .nav-link {
  position: relative;
}
.cid-uBtesquBIB .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBtesquBIB .container {
    flex-wrap: wrap;
  }
}
.cid-uBtesquBIB .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBtesquBIB .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uBtesquBIB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBtesquBIB .dropdown-menu,
.cid-uBtesquBIB .navbar.opened {
  background: #ffffff !important;
}
.cid-uBtesquBIB .nav-item:focus,
.cid-uBtesquBIB .nav-link:focus {
  outline: none;
}
.cid-uBtesquBIB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBtesquBIB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBtesquBIB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBtesquBIB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBtesquBIB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBtesquBIB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBtesquBIB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.7);
}
.cid-uBtesquBIB .navbar.opened {
  transition: all 0.3s;
}
.cid-uBtesquBIB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBtesquBIB .navbar .navbar-logo img {
  width: auto;
}
.cid-uBtesquBIB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBtesquBIB .navbar.collapsed {
  justify-content: center;
}
.cid-uBtesquBIB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBtesquBIB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBtesquBIB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uBtesquBIB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBtesquBIB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBtesquBIB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uBtesquBIB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBtesquBIB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBtesquBIB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBtesquBIB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBtesquBIB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBtesquBIB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBtesquBIB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBtesquBIB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uBtesquBIB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBtesquBIB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBtesquBIB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBtesquBIB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBtesquBIB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBtesquBIB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uBtesquBIB .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uBtesquBIB .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBtesquBIB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBtesquBIB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBtesquBIB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBtesquBIB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBtesquBIB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBtesquBIB .dropdown-item.active,
.cid-uBtesquBIB .dropdown-item:active {
  background-color: transparent;
}
.cid-uBtesquBIB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBtesquBIB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBtesquBIB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBtesquBIB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uBtesquBIB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBtesquBIB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBtesquBIB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBtesquBIB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBtesquBIB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBtesquBIB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uBtesquBIB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBtesquBIB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBtesquBIB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBtesquBIB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBtesquBIB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBtesquBIB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBtesquBIB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBtesquBIB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBtesquBIB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uBtesquBIB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBtesquBIB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBtesquBIB .navbar {
    height: 70px;
  }
  .cid-uBtesquBIB .navbar.opened {
    height: auto;
  }
  .cid-uBtesquBIB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBtesqUJYH {
  padding-top: 375px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/img-5971-2000x1500.jpg");
}
.cid-uBtesqUJYH .mbr-section-title DIV {
  text-align: center;
}
.cid-uBtesqUJYH .mbr-text,
.cid-uBtesqUJYH .mbr-section-btn {
  text-align: center;
}
.cid-uBtesqUJYH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBtesqUJYH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBtesqUJYH .mbr-section-title {
  text-align: center;
}
.cid-uBteKo3xFR {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uBteKo3xFR .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uBtess8X58 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uBtess8X58 ul {
  padding: 0;
  margin: 0;
}
.cid-uBtess8X58 ul li {
  list-style: none;
}
.cid-uBtess8X58 ul li h4 {
  margin: 0;
}
.cid-uBtess8X58 ul li h4.display-4 {
  line-height: 1.75;
}
.cid-uBtess8X58 .item {
  color: #cacaca;
}
.cid-uBtess8X58 .col-title {
  color: #ffffff;
  font-weight: 600;
}
.cid-uBtess8X58 .fill-light-wrapper {
  fill: #f9fafb;
  z-index: 2 !important;
  top: 0;
}
.cid-uBtess8X58 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-uBtess8X58 .icons-wrapper ul li {
  margin-right: 10px;
  margin-left: 10px;
  display: inline-block;
}
.cid-uBtess8X58 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 20px;
}
.cid-uBtess8X58 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-uBtess8X58 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBtess8X58 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBtessvigh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uBtessvigh .links {
  text-align: center;
  color: #ffffff;
}
.cid-uBtessvigh p {
  margin: 0;
}
