body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #ded6c1 !important;
}
.bg-info {
  background-color: #69442e !important;
}
.bg-warning {
  background-color: #794e2c !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #69442e !important;
  border-color: #69442e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #2d1d14 !important;
  border-color: #2d1d14 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #2d1d14 !important;
  border-color: #2d1d14 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ded6c1 !important;
  border-color: #ded6c1 !important;
  color: #685b38 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #c0b188 !important;
  border-color: #c0b188 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #685b38 !important;
  background-color: #c0b188 !important;
  border-color: #c0b188 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #794e2c !important;
  border-color: #794e2c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #392515 !important;
  border-color: #392515 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #392515 !important;
  border-color: #392515 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #69442e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #2d1d14 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #69442e !important;
  border-color: #69442e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ded6c1;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c0b188 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #685b38 !important;
  background-color: #ded6c1 !important;
  border-color: #ded6c1 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #794e2c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #392515 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #794e2c !important;
  border-color: #794e2c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #ded6c1 !important;
}
.text-info {
  color: #69442e !important;
}
.text-warning {
  color: #794e2c !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #bbaa7e !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #22160f !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #2e1e11 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #69442e;
}
.alert-warning {
  background-color: #794e2c;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b8805e;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c58c60;
}
.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;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #000000 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-u95jEuHvWC {
  padding-top: 12rem;
  padding-bottom: 7rem;
  background-color: #1b1818;
}
.cid-u95jEuHvWC .mbr-overlay {
  z-index: 2;
  pointer-events: none;
}
.cid-u95jEuHvWC .image-wrapper {
  position: absolute;
  width: 98%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.cid-u95jEuHvWC .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u95jEuHvWC .content {
  width: 48%;
  position: relative;
  z-index: 3;
}
@media (max-width: 859px) {
  .cid-u95jEuHvWC .content {
    width: 100%;
    text-align: center!important;
  }
}
.cid-u95jEuHvWC .mbr-section-title {
  color: #1b1818;
  margin-bottom: 20px;
  position: relative;
  padding: 1rem 2rem;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
}
.cid-u95jEuHvWC .mbr-section-title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  opacity: 0.6;
  z-index: -1;
}
.cid-u95jEuHvWC .mbr-section-btn {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 859px) {
  .cid-u95jEuHvWC .mbr-section-btn {
    justify-content: center !important;
  }
}
.cid-u95jEuHvWC .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-u95jEuHvWC .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
  z-index: 4;
}
.cid-u95jEuHvWC .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-u95jEuHvWC .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-u45g3WqqS4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ded6c1;
}
.cid-u45g3WqqS4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u45g3WqqS4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u45g3WqqS4 .row {
    flex-direction: column-reverse;
  }
  .cid-u45g3WqqS4 .arrow-text {
    display: none;
  }
}
@media (max-width: 425px) {
  .cid-u45g3WqqS4 .image-wrapper {
    display: none;
  }
  .cid-u45g3WqqS4 .card-title {
    line-height: 46px !important;
  }
}
.cid-u45g3WqqS4 .content-wrapper {
  background: #ded6c1;
}
@media (max-width: 991px) {
  .cid-u45g3WqqS4 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u45g3WqqS4 .content-wrapper {
    padding: 1rem;
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u45g3WqqS4 .content-wrapper {
    padding: 2rem;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .cid-u45g3WqqS4 .content-wrapper {
    padding: 2rem 1rem;
    padding-left: 0;
  }
  .cid-u45g3WqqS4 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-u45g3WqqS4 .image-wrapper img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-u45g3WqqS4 .card-title,
.cid-u45g3WqqS4 .mbr-text {
  color: #fafafa;
}
.cid-u45g3WqqS4 .card-title {
  line-height: 69px;
  color: #69442e;
}
@media (min-width: 991px) {
  .cid-u45g3WqqS4 .card-title-position {
    margin-left: 25rem;
  }
  .cid-u45g3WqqS4 .mbr-text {
    margin-bottom: 0;
    padding: 0;
  }
}
.cid-u45g3WqqS4 .mbr-text {
  padding-left: 50px;
}
.cid-u45g3WqqS4 .arrow-text {
  transform: rotate(225deg);
  color: #fafafa;
  position: absolute;
  left: 25px;
  top: -7px;
}
@media (max-width: 991px) {
  .cid-u45g3WqqS4 .arrow-text {
    display: none;
  }
  .cid-u45g3WqqS4 .mbr-text {
    padding-left: 50px;
  }
}
@media (max-width: 576px) {
  .cid-u45g3WqqS4 .arrow-text {
    display: none;
  }
  .cid-u45g3WqqS4 .mbr-text {
    padding-left: 0;
  }
}
.cid-u45g3WqqS4 .for-arrow {
  position: relative;
}
.cid-u45g3WqqS4 .mbr-text,
.cid-u45g3WqqS4 .mbr-section-btn {
  color: #1b1818;
}
.cid-u94NNftCmh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #69442e;
}
.cid-u94NNftCmh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u94NNftCmh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u94NNftCmh .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-u94NNftCmh .container {
    max-width: 1400px;
  }
}
.cid-u94NNftCmh .card {
  margin: auto;
}
.cid-u94NNftCmh .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-u94NNftCmh .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u94NNftCmh .row {
  justify-content: center;
}
.cid-u94NNftCmh .card-title,
.cid-u94NNftCmh .card-box {
  color: #ffffff;
}
.cid-vgF7byn3uW {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ded6c1;
}
.cid-vgF7byn3uW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgF7byn3uW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3NB4LvgkM {
  padding-top: 2rem;
  padding-bottom: 10rem;
  background-color: #ded6c1;
}
.cid-u3NB4LvgkM img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-u3NB4LvgkM img {
    height: 350px;
  }
}
.cid-u3NB4LvgkM .item-img {
  position: relative;
  padding: 0;
}
.cid-u3NB4LvgkM .item-img .item-content {
  position: absolute;
  bottom: 0;
  left: 1rem;
  padding: 2rem;
  z-index: 2;
}
.cid-u3NB4LvgkM .item-img .item-content p {
  opacity: 0;
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-u3NB4LvgkM .item-img .item-content {
    padding: 1rem;
  }
  .cid-u3NB4LvgkM .item-img .item-content p {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .cid-u3NB4LvgkM .item-img .item-content {
    padding: 0rem;
  }
}
.cid-u3NB4LvgkM .item-img:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #000000, #000000);
  z-index: 1;
  opacity: 0.5;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-u3NB4LvgkM .item-img:hover:before,
.cid-u3NB4LvgkM .item-img:focus-within:before {
  opacity: 0.1;
}
.cid-u3NB4LvgkM .item-img:hover p,
.cid-u3NB4LvgkM .item-img:focus-within p {
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-u3NB4LvgkM .item-img:before {
    opacity: 0.1;
  }
}
.cid-u3NB4LvgkM .item:focus,
.cid-u3NB4LvgkM span:focus {
  outline: none;
}
.cid-u3NB4LvgkM .item {
  cursor: pointer;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u3NB4LvgkM .item {
    margin-bottom: 0rem;
  }
}
.cid-u3NB4LvgkM .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u3NB4LvgkM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u3NB4LvgkM .mbr-section-title {
  color: #69442e;
  text-align: left;
}
.cid-u3NB4LvgkM .mbr-text,
.cid-u3NB4LvgkM .mbr-section-btn {
  color: #ffffff;
}
.cid-u3NB4LvgkM .item-title {
  color: #ffffff;
}
.cid-u3NB4LvgkM .item-subtitle {
  color: #000000;
}
.cid-u3NB4LvgkM .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u3M7KFuYCN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u3M7KFuYCN .mbr-iconfont {
  transition: all 0.3s;
  display: block;
  order: initial;
  cursor: pointer;
  margin-right: 0.5rem;
  margin-left: 0rem;
  vertical-align: sub;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-u3M7KFuYCN .iconfont-wrapper {
  overflow: hidden;
  color: #000000 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-u3M7KFuYCN .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-u3M7KFuYCN .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-u3M7KFuYCN .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #000000;
  z-index: -1;
}
.cid-u3M7KFuYCN nav.navbar {
  position: fixed;
}
.cid-u3M7KFuYCN .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-u3M7KFuYCN .nav-item {
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-u3M7KFuYCN .nav-item {
    border: 0;
  }
}
.cid-u3M7KFuYCN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u3M7KFuYCN .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-u3M7KFuYCN .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-u3M7KFuYCN .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-u3M7KFuYCN .title-wrap:hover span {
  color: white;
}
.cid-u3M7KFuYCN .title-wrap:hover:before {
  height: 100%;
}
.cid-u3M7KFuYCN .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-u3M7KFuYCN .dropdown-menu {
  padding: 0;
  border-top: 4px solid GOLD;
}
.cid-u3M7KFuYCN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u3M7KFuYCN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u3M7KFuYCN .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-u3M7KFuYCN .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-u3M7KFuYCN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u3M7KFuYCN .nav-link {
  position: relative;
}
.cid-u3M7KFuYCN .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u3M7KFuYCN .container {
    flex-wrap: nowrap;
  }
}
.cid-u3M7KFuYCN .dropdown-menu,
.cid-u3M7KFuYCN .navbar.opened {
  background: #ded6c1 !important;
}
.cid-u3M7KFuYCN .nav-item:focus,
.cid-u3M7KFuYCN .nav-link:focus {
  outline: none;
}
.cid-u3M7KFuYCN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3M7KFuYCN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3M7KFuYCN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3M7KFuYCN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3M7KFuYCN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3M7KFuYCN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3M7KFuYCN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ded6c1;
}
.cid-u3M7KFuYCN .navbar.opened {
  transition: all 0.3s;
}
.cid-u3M7KFuYCN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3M7KFuYCN .navbar .navbar-logo img {
  width: auto;
}
.cid-u3M7KFuYCN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u3M7KFuYCN .navbar.collapsed {
  justify-content: center;
}
.cid-u3M7KFuYCN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3M7KFuYCN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3M7KFuYCN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u3M7KFuYCN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3M7KFuYCN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3M7KFuYCN .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-u3M7KFuYCN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3M7KFuYCN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u3M7KFuYCN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u3M7KFuYCN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3M7KFuYCN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3M7KFuYCN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3M7KFuYCN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3M7KFuYCN .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-u3M7KFuYCN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3M7KFuYCN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u3M7KFuYCN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3M7KFuYCN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u3M7KFuYCN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u3M7KFuYCN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u3M7KFuYCN .navbar.navbar-short {
  min-height: 60px;
}
.cid-u3M7KFuYCN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u3M7KFuYCN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u3M7KFuYCN .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-u3M7KFuYCN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3M7KFuYCN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3M7KFuYCN .dropdown-item.active,
.cid-u3M7KFuYCN .dropdown-item:active {
  background-color: transparent;
}
.cid-u3M7KFuYCN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3M7KFuYCN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3M7KFuYCN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3M7KFuYCN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ded6c1;
}
.cid-u3M7KFuYCN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3M7KFuYCN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3M7KFuYCN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3M7KFuYCN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u3M7KFuYCN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u3M7KFuYCN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #794e2c;
}
.cid-u3M7KFuYCN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3M7KFuYCN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3M7KFuYCN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3M7KFuYCN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3M7KFuYCN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3M7KFuYCN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3M7KFuYCN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3M7KFuYCN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3M7KFuYCN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u3M7KFuYCN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u3M7KFuYCN .navbar {
    height: 70px;
  }
  .cid-u3M7KFuYCN .navbar.opened {
    height: auto;
  }
  .cid-u3M7KFuYCN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u3M7KFuYCN .navbar-caption-wrap,
.cid-u3M7KFuYCN .title-wrap {
  color: #272727;
}
.cid-u3Oz37PBnW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ded6c1;
}
.cid-u3Oz37PBnW img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-u3Oz37PBnW img {
    height: 350px;
  }
}
.cid-u3Oz37PBnW .item-img {
  position: relative;
  padding: 0;
}
.cid-u3Oz37PBnW .item-img .item-content {
  position: absolute;
  bottom: 0;
  left: 1rem;
  padding: 2rem;
  z-index: 2;
}
.cid-u3Oz37PBnW .item-img .item-content p {
  opacity: 0;
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-u3Oz37PBnW .item-img .item-content {
    padding: 1rem;
  }
  .cid-u3Oz37PBnW .item-img .item-content p {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .cid-u3Oz37PBnW .item-img .item-content {
    padding: 0rem;
  }
}
.cid-u3Oz37PBnW .item-img:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #000000, #000000);
  z-index: 1;
  opacity: 0.5;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-u3Oz37PBnW .item-img:hover:before,
.cid-u3Oz37PBnW .item-img:focus-within:before {
  opacity: 0.1;
}
.cid-u3Oz37PBnW .item-img:hover p,
.cid-u3Oz37PBnW .item-img:focus-within p {
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-u3Oz37PBnW .item-img:before {
    opacity: 0.1;
  }
}
.cid-u3Oz37PBnW .item:focus,
.cid-u3Oz37PBnW span:focus {
  outline: none;
}
.cid-u3Oz37PBnW .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u3Oz37PBnW .item {
    margin-bottom: 1rem;
  }
}
.cid-u3Oz37PBnW .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u3Oz37PBnW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u3Oz37PBnW .mbr-section-title {
  color: #1b1818;
  text-align: center;
}
.cid-u3Oz37PBnW .mbr-text,
.cid-u3Oz37PBnW .mbr-section-btn {
  color: #ffffff;
}
.cid-u3Oz37PBnW .item-title {
  color: #ffffff;
  text-align: right;
}
.cid-u3Oz37PBnW .item-subtitle {
  color: #000000;
}
.cid-u3Oz37PBnW .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u3MxQ5vsGv {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/b.jpg");
}
.cid-u3MxQ5vsGv .mbr-overlay {
  background-color: #1b1818;
  opacity: 0.3;
}
.cid-u3MxQ5vsGv .form-control,
.cid-u3MxQ5vsGv .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u3MxQ5vsGv .form-control::-webkit-input-placeholder,
.cid-u3MxQ5vsGv .field-input::-webkit-input-placeholder,
.cid-u3MxQ5vsGv .form-control::-webkit-input-placeholder,
.cid-u3MxQ5vsGv .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-u3MxQ5vsGv .form-control:-moz-placeholder,
.cid-u3MxQ5vsGv .field-input:-moz-placeholder,
.cid-u3MxQ5vsGv .form-control:-moz-placeholder,
.cid-u3MxQ5vsGv .field-input:-moz-placeholder {
  color: #000000;
}
.cid-u3MxQ5vsGv .form-control:hover,
.cid-u3MxQ5vsGv .field-input:hover,
.cid-u3MxQ5vsGv .form-control:focus,
.cid-u3MxQ5vsGv .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-u3MxQ5vsGv .form-control:hover::-webkit-input-placeholder,
.cid-u3MxQ5vsGv .field-input:hover::-webkit-input-placeholder,
.cid-u3MxQ5vsGv .form-control:focus::-webkit-input-placeholder,
.cid-u3MxQ5vsGv .field-input:focus::-webkit-input-placeholder,
.cid-u3MxQ5vsGv .form-control:hover::-webkit-input-placeholder,
.cid-u3MxQ5vsGv .field-input:hover::-webkit-input-placeholder,
.cid-u3MxQ5vsGv .form-control:focus::-webkit-input-placeholder,
.cid-u3MxQ5vsGv .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-u3MxQ5vsGv .form-control:hover:-moz-placeholder,
.cid-u3MxQ5vsGv .field-input:hover:-moz-placeholder,
.cid-u3MxQ5vsGv .form-control:focus:-moz-placeholder,
.cid-u3MxQ5vsGv .field-input:focus:-moz-placeholder,
.cid-u3MxQ5vsGv .form-control:hover:-moz-placeholder,
.cid-u3MxQ5vsGv .field-input:hover:-moz-placeholder,
.cid-u3MxQ5vsGv .form-control:focus:-moz-placeholder,
.cid-u3MxQ5vsGv .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-u3MxQ5vsGv .jq-number__spin:hover,
.cid-u3MxQ5vsGv .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u3MxQ5vsGv .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u3MxQ5vsGv .jq-selectbox li,
.cid-u3MxQ5vsGv .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-u3MxQ5vsGv .jq-selectbox li:hover,
.cid-u3MxQ5vsGv .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-u3MxQ5vsGv .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-u3MxQ5vsGv .jq-number__spin.minus:hover:after,
.cid-u3MxQ5vsGv .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-u3MxQ5vsGv .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-u3MxQ5vsGv .jq-number__spin.minus:after,
.cid-u3MxQ5vsGv .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-u3MxQ5vsGv input::-webkit-clear-button {
  display: none;
}
.cid-u3MxQ5vsGv input::-webkit-inner-spin-button {
  display: none;
}
.cid-u3MxQ5vsGv input::-webkit-outer-spin-button {
  display: none;
}
.cid-u3MxQ5vsGv input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-u3MxQ5vsGv H4 {
  color: #ffffff;
}
.cid-u3N1H0jZ9v {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ded6c1;
}
.cid-u3N1H0jZ9v .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3N1H0jZ9v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3N1H0jZ9v .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-u3N1H0jZ9v .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-u3N1H0jZ9v .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u3N1H0jZ9v .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u3N1H0jZ9v .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u3N1H0jZ9v .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-u3N1H0jZ9v .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u3N1H0jZ9v .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u3N1H0jZ9v .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u3N1H0jZ9v .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-u3N1H0jZ9v .mbr-text {
  color: #1b1818;
}
.cid-u3N1H0jZ9v .list-box {
  width: 100%;
}
.cid-u3N1H0jZ9v .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-u3N1H0jZ9v .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-u3N1H0jZ9v .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u3N1H0jZ9v .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-u3N1H0jZ9v .list a:hover:before {
  background-position: left !important;
}
.cid-u3N1H0jZ9v .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-u3N1H0jZ9v .news-item {
  width: 100%;
}
.cid-u3N1H0jZ9v .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-u3N1H0jZ9v .news-title {
  color: #303030;
}
.cid-uVDfnXpPts {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ded6c1;
}
.cid-uVDfnXpPts .card-wrapper {
  padding: 1rem 0 2rem;
}
@media (max-width: 767px) {
  .cid-uVDfnXpPts .card-wrapper {
    padding-bottom: 1rem;
    position: sticky;
  }
}
.cid-uVDfnXpPts .card-title {
  text-align: center;
}
.cid-uVDfnXpPts .mbr-iconfont {
  order: initial;
  cursor: pointer;
  margin-right: 0.5rem;
  margin-left: 0rem;
  vertical-align: sub;
}
.cid-u3N6l7PQmD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1b1818;
}
.cid-u3N6l7PQmD .mbr-text {
  color: #ffffff;
}
.cid-u9lgZTURcp {
  padding-top: 12rem;
  padding-bottom: 7rem;
  background-color: #1b1818;
}
.cid-u9lgZTURcp .mbr-overlay {
  z-index: 2;
  pointer-events: none;
}
.cid-u9lgZTURcp .image-wrapper {
  position: absolute;
  width: 98%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.cid-u9lgZTURcp .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9lgZTURcp .content {
  width: 43%;
  position: relative;
  z-index: 3;
}
@media (max-width: 859px) {
  .cid-u9lgZTURcp .content {
    width: 100%;
    text-align: center!important;
  }
}
.cid-u9lgZTURcp .mbr-section-title {
  color: #1f1437;
  margin-bottom: 20px;
  position: relative;
  padding: 1rem 2rem;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
}
.cid-u9lgZTURcp .mbr-section-title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #e6e6e6;
  opacity: 0.7;
  z-index: -1;
}
.cid-u9lgZTURcp .mbr-section-btn {
  margin-top: 3rem;
}
@media (max-width: 859px) {
  .cid-u9lgZTURcp .mbr-section-btn {
    justify-content: center !important;
  }
}
.cid-u9lgZTURcp .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-u9lgZTURcp .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
  z-index: 4;
}
.cid-u9lgZTURcp .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-u9lgZTURcp .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-u9ljF0f5cM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ded6c1;
}
.cid-u9ljF0f5cM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ljF0f5cM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ljF0f5cM .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u9ljF0f5cM .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u9ljF0f5cM .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u9ljF0f5cM .image-wrapper {
    padding: 0;
  }
}
.cid-u9ljF0f5cM .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-u9ljF0f5cM .image-wrapper img {
    height: 350px;
  }
}
.cid-u9ljF0f5cM .content-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-u9ljF0f5cM .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-u9ljF0f5cM .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u9ljF0f5cM .content-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-u9ljF0f5cM .content-wrapper .mbr-text {
  margin: 24px 0 0;
}
@media (max-width: 992px) {
  .cid-u9ljF0f5cM .content-wrapper .mbr-text {
    margin: 32px 0 0;
  }
}
.cid-u9ljF0f5cM .content-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-u9ljF0f5cM .content-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-u9ljF0f5cM .mbr-section-title {
  color: #262642;
}
.cid-u9ljF0f5cM .mbr-section-subtitle {
  color: #8e8ead;
}
.cid-u9ljF0f5cM .mbr-text {
  color: #262642;
}
.cid-u9lgZWiebk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #69442e;
}
.cid-u9lgZWiebk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9lgZWiebk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9lgZWiebk .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-u9lgZWiebk .container {
    max-width: 1400px;
  }
}
.cid-u9lgZWiebk .card {
  margin: auto;
}
.cid-u9lgZWiebk .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-u9lgZWiebk .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u9lgZWiebk .row {
  justify-content: center;
}
.cid-u9lgZWiebk .card-title,
.cid-u9lgZWiebk .card-box {
  color: #ffffff;
}
.cid-u9loERdCIS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ded6c1;
}
.cid-u9loERdCIS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9loERdCIS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9loERdCIS .mbr-section-title {
  text-align: left;
}
.cid-u9lnGcnrol {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ded6c1;
}
.cid-u9lnGcnrol .it {
  margin-top: 30px;
}
.cid-u9lnGcnrol .it:nth-child(1) {
  margin-top: 0px;
}
.cid-u9lnGcnrol .it:nth-child(2) {
  margin-top: 0px;
}
.cid-u9lnGcnrol .it:nth-child(3) {
  margin-top: 0px;
}
.cid-u9lnGcnrol .it:nth-child(4) {
  margin-top: 0px;
}
@media (max-width: 576px) {
  .cid-u9lnGcnrol .it {
    margin-top: 15px;
  }
  .cid-u9lnGcnrol .it:nth-child(2) {
    margin-top: 15px;
  }
  .cid-u9lnGcnrol .it:nth-child(3) {
    margin-top: 15px;
  }
  .cid-u9lnGcnrol .it:nth-child(4) {
    margin-top: 15px;
  }
}
.cid-u9lh01LeNA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u9lh01LeNA .mbr-iconfont {
  transition: all 0.3s;
  display: block;
  order: initial;
  cursor: pointer;
  margin-right: 0.5rem;
  margin-left: 0rem;
  vertical-align: sub;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-u9lh01LeNA .iconfont-wrapper {
  overflow: hidden;
  color: #000000 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-u9lh01LeNA .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-u9lh01LeNA .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-u9lh01LeNA .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #000000;
  z-index: -1;
}
.cid-u9lh01LeNA nav.navbar {
  position: fixed;
}
.cid-u9lh01LeNA .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-u9lh01LeNA .nav-item {
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-u9lh01LeNA .nav-item {
    border: 0;
  }
}
.cid-u9lh01LeNA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9lh01LeNA .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-u9lh01LeNA .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-u9lh01LeNA .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-u9lh01LeNA .title-wrap:hover span {
  color: white;
}
.cid-u9lh01LeNA .title-wrap:hover:before {
  height: 100%;
}
.cid-u9lh01LeNA .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-u9lh01LeNA .dropdown-menu {
  padding: 0;
  border-top: 4px solid GOLD;
}
.cid-u9lh01LeNA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u9lh01LeNA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u9lh01LeNA .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-u9lh01LeNA .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-u9lh01LeNA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u9lh01LeNA .nav-link {
  position: relative;
}
.cid-u9lh01LeNA .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u9lh01LeNA .container {
    flex-wrap: nowrap;
  }
}
.cid-u9lh01LeNA .dropdown-menu,
.cid-u9lh01LeNA .navbar.opened {
  background: #ded6c1 !important;
}
.cid-u9lh01LeNA .nav-item:focus,
.cid-u9lh01LeNA .nav-link:focus {
  outline: none;
}
.cid-u9lh01LeNA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9lh01LeNA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9lh01LeNA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9lh01LeNA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9lh01LeNA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9lh01LeNA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9lh01LeNA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ded6c1;
}
.cid-u9lh01LeNA .navbar.opened {
  transition: all 0.3s;
}
.cid-u9lh01LeNA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9lh01LeNA .navbar .navbar-logo img {
  width: auto;
}
.cid-u9lh01LeNA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u9lh01LeNA .navbar.collapsed {
  justify-content: center;
}
.cid-u9lh01LeNA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9lh01LeNA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9lh01LeNA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u9lh01LeNA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9lh01LeNA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9lh01LeNA .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-u9lh01LeNA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9lh01LeNA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9lh01LeNA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9lh01LeNA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9lh01LeNA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9lh01LeNA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9lh01LeNA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9lh01LeNA .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-u9lh01LeNA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9lh01LeNA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9lh01LeNA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9lh01LeNA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9lh01LeNA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9lh01LeNA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9lh01LeNA .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9lh01LeNA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9lh01LeNA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9lh01LeNA .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-u9lh01LeNA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9lh01LeNA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9lh01LeNA .dropdown-item.active,
.cid-u9lh01LeNA .dropdown-item:active {
  background-color: transparent;
}
.cid-u9lh01LeNA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9lh01LeNA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9lh01LeNA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9lh01LeNA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ded6c1;
}
.cid-u9lh01LeNA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9lh01LeNA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9lh01LeNA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9lh01LeNA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9lh01LeNA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9lh01LeNA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #794e2c;
}
.cid-u9lh01LeNA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9lh01LeNA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9lh01LeNA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9lh01LeNA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9lh01LeNA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9lh01LeNA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9lh01LeNA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9lh01LeNA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9lh01LeNA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u9lh01LeNA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9lh01LeNA .navbar {
    height: 70px;
  }
  .cid-u9lh01LeNA .navbar.opened {
    height: auto;
  }
  .cid-u9lh01LeNA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9lh01LeNA .navbar-caption-wrap,
.cid-u9lh01LeNA .title-wrap {
  color: #272727;
}
.cid-u9lphSdgqe {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ded6c1;
}
.cid-u9lphSdgqe .item {
  padding-bottom: 2rem;
}
.cid-u9lphSdgqe .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u9lphSdgqe .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u9lphSdgqe .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-u9lphSdgqe .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u9lphSdgqe .carousel-control,
.cid-u9lphSdgqe .close {
  background: #1b1b1b;
}
.cid-u9lphSdgqe .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u9lphSdgqe .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u9lphSdgqe .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u9lphSdgqe .carousel-control-next span {
  margin-left: 5px;
}
.cid-u9lphSdgqe .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u9lphSdgqe .close::before {
  content: '\e91a';
}
.cid-u9lphSdgqe .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u9lphSdgqe .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u9lphSdgqe .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u9lphSdgqe .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u9lphSdgqe .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u9lphSdgqe .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u9lphSdgqe .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-u9lphSdgqe .carousel-indicators li.active,
.cid-u9lphSdgqe .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u9lphSdgqe .carousel-indicators li::after,
.cid-u9lphSdgqe .carousel-indicators li::before {
  content: none;
}
.cid-u9lphSdgqe .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u9lphSdgqe .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u9lphSdgqe .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u9lphSdgqe .carousel-indicators {
    display: none;
  }
}
.cid-u9lphSdgqe .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u9lphSdgqe .carousel-inner > .active {
  display: block;
}
.cid-u9lphSdgqe .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u9lphSdgqe .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u9lphSdgqe .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u9lphSdgqe .carousel-control,
  .cid-u9lphSdgqe .carousel-indicators,
  .cid-u9lphSdgqe .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u9lphSdgqe .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u9lphSdgqe .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u9lphSdgqe .carousel-indicators .active,
.cid-u9lphSdgqe .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u9lphSdgqe .carousel-indicators .active {
  background: #fff;
}
.cid-u9lphSdgqe .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u9lphSdgqe .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u9lphSdgqe .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u9lphSdgqe .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u9lphSdgqe .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u9lphSdgqe .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u9lphSdgqe .carousel {
  width: 100%;
}
.cid-u9lphSdgqe .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u9lphSdgqe .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u9lphSdgqe .modal.fade .modal-dialog,
.cid-u9lphSdgqe .modal.in .modal-dialog {
  transform: none;
}
.cid-u9lphSdgqe .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u9lphSdgqe H6 {
  text-align: center;
}
.cid-u9lpwKfEdU {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ded6c1;
}
.cid-u9lpwKfEdU .it {
  margin-top: 30px;
}
.cid-u9lpwKfEdU .it:nth-child(1) {
  margin-top: 0px;
}
.cid-u9lpwKfEdU .it:nth-child(2) {
  margin-top: 0px;
}
.cid-u9lpwKfEdU .it:nth-child(3) {
  margin-top: 0px;
}
.cid-u9lpwKfEdU .it:nth-child(4) {
  margin-top: 0px;
}
@media (max-width: 576px) {
  .cid-u9lpwKfEdU .it {
    margin-top: 15px;
  }
  .cid-u9lpwKfEdU .it:nth-child(2) {
    margin-top: 15px;
  }
  .cid-u9lpwKfEdU .it:nth-child(3) {
    margin-top: 15px;
  }
  .cid-u9lpwKfEdU .it:nth-child(4) {
    margin-top: 15px;
  }
}
.cid-u9lqm7NZYm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ded6c1;
}
.cid-u9lqm7NZYm .item {
  padding-bottom: 2rem;
}
.cid-u9lqm7NZYm .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u9lqm7NZYm .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u9lqm7NZYm .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-u9lqm7NZYm .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u9lqm7NZYm .carousel-control,
.cid-u9lqm7NZYm .close {
  background: #1b1b1b;
}
.cid-u9lqm7NZYm .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u9lqm7NZYm .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u9lqm7NZYm .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u9lqm7NZYm .carousel-control-next span {
  margin-left: 5px;
}
.cid-u9lqm7NZYm .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u9lqm7NZYm .close::before {
  content: '\e91a';
}
.cid-u9lqm7NZYm .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u9lqm7NZYm .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u9lqm7NZYm .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u9lqm7NZYm .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u9lqm7NZYm .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u9lqm7NZYm .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u9lqm7NZYm .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-u9lqm7NZYm .carousel-indicators li.active,
.cid-u9lqm7NZYm .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u9lqm7NZYm .carousel-indicators li::after,
.cid-u9lqm7NZYm .carousel-indicators li::before {
  content: none;
}
.cid-u9lqm7NZYm .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u9lqm7NZYm .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u9lqm7NZYm .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u9lqm7NZYm .carousel-indicators {
    display: none;
  }
}
.cid-u9lqm7NZYm .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u9lqm7NZYm .carousel-inner > .active {
  display: block;
}
.cid-u9lqm7NZYm .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u9lqm7NZYm .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u9lqm7NZYm .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u9lqm7NZYm .carousel-control,
  .cid-u9lqm7NZYm .carousel-indicators,
  .cid-u9lqm7NZYm .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u9lqm7NZYm .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u9lqm7NZYm .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u9lqm7NZYm .carousel-indicators .active,
.cid-u9lqm7NZYm .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u9lqm7NZYm .carousel-indicators .active {
  background: #fff;
}
.cid-u9lqm7NZYm .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u9lqm7NZYm .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u9lqm7NZYm .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u9lqm7NZYm .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u9lqm7NZYm .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u9lqm7NZYm .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u9lqm7NZYm .carousel {
  width: 100%;
}
.cid-u9lqm7NZYm .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u9lqm7NZYm .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u9lqm7NZYm .modal.fade .modal-dialog,
.cid-u9lqm7NZYm .modal.in .modal-dialog {
  transform: none;
}
.cid-u9lqm7NZYm .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u9lqm7NZYm H6 {
  text-align: center;
}
.cid-u9lrTR2fAv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ded6c1;
}
.cid-u9lrTR2fAv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9lrTR2fAv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9lrTR2fAv .mbr-section-title {
  text-align: left;
}
.cid-u9ls3eqb9b {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ded6c1;
}
.cid-u9ls3eqb9b .it {
  margin-top: 30px;
}
.cid-u9ls3eqb9b .it:nth-child(1) {
  margin-top: 0px;
}
.cid-u9ls3eqb9b .it:nth-child(2) {
  margin-top: 0px;
}
.cid-u9ls3eqb9b .it:nth-child(3) {
  margin-top: 0px;
}
.cid-u9ls3eqb9b .it:nth-child(4) {
  margin-top: 0px;
}
@media (max-width: 576px) {
  .cid-u9ls3eqb9b .it {
    margin-top: 15px;
  }
  .cid-u9ls3eqb9b .it:nth-child(2) {
    margin-top: 15px;
  }
  .cid-u9ls3eqb9b .it:nth-child(3) {
    margin-top: 15px;
  }
  .cid-u9ls3eqb9b .it:nth-child(4) {
    margin-top: 15px;
  }
}
.cid-vgF99ODxlv {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/b.jpg");
}
.cid-vgF99ODxlv .mbr-overlay {
  background-color: #1b1818;
  opacity: 0.3;
}
.cid-vgF99ODxlv .form-control,
.cid-vgF99ODxlv .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vgF99ODxlv .form-control::-webkit-input-placeholder,
.cid-vgF99ODxlv .field-input::-webkit-input-placeholder,
.cid-vgF99ODxlv .form-control::-webkit-input-placeholder,
.cid-vgF99ODxlv .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-vgF99ODxlv .form-control:-moz-placeholder,
.cid-vgF99ODxlv .field-input:-moz-placeholder,
.cid-vgF99ODxlv .form-control:-moz-placeholder,
.cid-vgF99ODxlv .field-input:-moz-placeholder {
  color: #000000;
}
.cid-vgF99ODxlv .form-control:hover,
.cid-vgF99ODxlv .field-input:hover,
.cid-vgF99ODxlv .form-control:focus,
.cid-vgF99ODxlv .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-vgF99ODxlv .form-control:hover::-webkit-input-placeholder,
.cid-vgF99ODxlv .field-input:hover::-webkit-input-placeholder,
.cid-vgF99ODxlv .form-control:focus::-webkit-input-placeholder,
.cid-vgF99ODxlv .field-input:focus::-webkit-input-placeholder,
.cid-vgF99ODxlv .form-control:hover::-webkit-input-placeholder,
.cid-vgF99ODxlv .field-input:hover::-webkit-input-placeholder,
.cid-vgF99ODxlv .form-control:focus::-webkit-input-placeholder,
.cid-vgF99ODxlv .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-vgF99ODxlv .form-control:hover:-moz-placeholder,
.cid-vgF99ODxlv .field-input:hover:-moz-placeholder,
.cid-vgF99ODxlv .form-control:focus:-moz-placeholder,
.cid-vgF99ODxlv .field-input:focus:-moz-placeholder,
.cid-vgF99ODxlv .form-control:hover:-moz-placeholder,
.cid-vgF99ODxlv .field-input:hover:-moz-placeholder,
.cid-vgF99ODxlv .form-control:focus:-moz-placeholder,
.cid-vgF99ODxlv .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-vgF99ODxlv .jq-number__spin:hover,
.cid-vgF99ODxlv .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vgF99ODxlv .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vgF99ODxlv .jq-selectbox li,
.cid-vgF99ODxlv .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-vgF99ODxlv .jq-selectbox li:hover,
.cid-vgF99ODxlv .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-vgF99ODxlv .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-vgF99ODxlv .jq-number__spin.minus:hover:after,
.cid-vgF99ODxlv .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-vgF99ODxlv .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-vgF99ODxlv .jq-number__spin.minus:after,
.cid-vgF99ODxlv .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-vgF99ODxlv input::-webkit-clear-button {
  display: none;
}
.cid-vgF99ODxlv input::-webkit-inner-spin-button {
  display: none;
}
.cid-vgF99ODxlv input::-webkit-outer-spin-button {
  display: none;
}
.cid-vgF99ODxlv input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-vgF99ODxlv H4 {
  color: #ffffff;
}
.cid-u9lh054lWl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ded6c1;
}
.cid-u9lh054lWl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9lh054lWl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9lh054lWl .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-u9lh054lWl .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-u9lh054lWl .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u9lh054lWl .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u9lh054lWl .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u9lh054lWl .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-u9lh054lWl .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u9lh054lWl .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u9lh054lWl .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u9lh054lWl .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-u9lh054lWl .mbr-text {
  color: #1b1818;
}
.cid-u9lh054lWl .list-box {
  width: 100%;
}
.cid-u9lh054lWl .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-u9lh054lWl .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-u9lh054lWl .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u9lh054lWl .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-u9lh054lWl .list a:hover:before {
  background-position: left !important;
}
.cid-u9lh054lWl .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-u9lh054lWl .news-item {
  width: 100%;
}
.cid-u9lh054lWl .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-u9lh054lWl .news-title {
  color: #303030;
}
.cid-vgF9x1fovs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ded6c1;
}
.cid-vgF9x1fovs .card-wrapper {
  padding: 1rem 0 2rem;
}
@media (max-width: 767px) {
  .cid-vgF9x1fovs .card-wrapper {
    padding-bottom: 1rem;
    position: sticky;
  }
}
.cid-vgF9x1fovs .card-title {
  text-align: center;
}
.cid-vgF9x1fovs .mbr-iconfont {
  order: initial;
  cursor: pointer;
  margin-right: 0.5rem;
  margin-left: 0rem;
  vertical-align: sub;
}
.cid-u9lh06khVx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1b1818;
}
.cid-u9lh06khVx .mbr-text {
  color: #ffffff;
}
.cid-u9lsJfX30w {
  padding-top: 12rem;
  padding-bottom: 7rem;
  background-color: #1b1818;
}
.cid-u9lsJfX30w .mbr-overlay {
  z-index: 2;
  pointer-events: none;
}
.cid-u9lsJfX30w .image-wrapper {
  position: absolute;
  width: 98%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.cid-u9lsJfX30w .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9lsJfX30w .content {
  width: 43%;
  position: relative;
  z-index: 3;
}
@media (max-width: 859px) {
  .cid-u9lsJfX30w .content {
    width: 100%;
    text-align: center!important;
  }
}
.cid-u9lsJfX30w .mbr-section-title {
  color: #1f1437;
  margin-bottom: 20px;
  position: relative;
  padding: 1rem 2rem;
  border-top: 2px solid #1f1437;
  border-bottom: 2px solid #1f1437;
}
.cid-u9lsJfX30w .mbr-section-title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fafafa;
  opacity: 0.6;
  z-index: -1;
}
.cid-u9lsJfX30w .mbr-section-btn {
  margin-top: 3rem;
}
@media (max-width: 859px) {
  .cid-u9lsJfX30w .mbr-section-btn {
    justify-content: center !important;
  }
}
.cid-u9lsJfX30w .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-u9lsJfX30w .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
  z-index: 4;
}
.cid-u9lsJfX30w .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-u9lsJfX30w .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-u9lsJhyvCo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ded6c1;
}
.cid-u9lsJhyvCo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9lsJhyvCo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9lsJhyvCo .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u9lsJhyvCo .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u9lsJhyvCo .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u9lsJhyvCo .image-wrapper {
    padding: 0;
  }
}
.cid-u9lsJhyvCo .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-u9lsJhyvCo .image-wrapper img {
    height: 350px;
  }
}
.cid-u9lsJhyvCo .content-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-u9lsJhyvCo .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-u9lsJhyvCo .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u9lsJhyvCo .content-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-u9lsJhyvCo .content-wrapper .mbr-text {
  margin: 24px 0 0;
}
@media (max-width: 992px) {
  .cid-u9lsJhyvCo .content-wrapper .mbr-text {
    margin: 32px 0 0;
  }
}
.cid-u9lsJhyvCo .content-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-u9lsJhyvCo .content-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-u9lsJhyvCo .mbr-section-title {
  color: #262642;
}
.cid-u9lsJhyvCo .mbr-section-subtitle {
  color: #8e8ead;
}
.cid-u9lsJhyvCo .mbr-text {
  color: #262642;
}
.cid-u9lsJiM6le {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #69442e;
}
.cid-u9lsJiM6le .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9lsJiM6le .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9lsJiM6le .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-u9lsJiM6le .container {
    max-width: 1400px;
  }
}
.cid-u9lsJiM6le .card {
  margin: auto;
}
.cid-u9lsJiM6le .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-u9lsJiM6le .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u9lsJiM6le .row {
  justify-content: center;
}
.cid-u9lsJiM6le .card-title,
.cid-u9lsJiM6le .card-box {
  color: #ffffff;
}
.cid-u9lsJk21KS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ded6c1;
}
.cid-u9lsJk21KS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9lsJk21KS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9lsJk21KS .mbr-section-title {
  text-align: left;
}
.cid-u9lsJlWBJG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u9lsJlWBJG .mbr-iconfont {
  transition: all 0.3s;
  display: block;
  order: initial;
  cursor: pointer;
  margin-right: 0.5rem;
  margin-left: 0rem;
  vertical-align: sub;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-u9lsJlWBJG .iconfont-wrapper {
  overflow: hidden;
  color: #000000 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-u9lsJlWBJG .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-u9lsJlWBJG .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-u9lsJlWBJG .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #000000;
  z-index: -1;
}
.cid-u9lsJlWBJG nav.navbar {
  position: fixed;
}
.cid-u9lsJlWBJG .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-u9lsJlWBJG .nav-item {
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-u9lsJlWBJG .nav-item {
    border: 0;
  }
}
.cid-u9lsJlWBJG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9lsJlWBJG .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-u9lsJlWBJG .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-u9lsJlWBJG .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-u9lsJlWBJG .title-wrap:hover span {
  color: white;
}
.cid-u9lsJlWBJG .title-wrap:hover:before {
  height: 100%;
}
.cid-u9lsJlWBJG .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-u9lsJlWBJG .dropdown-menu {
  padding: 0;
  border-top: 4px solid GOLD;
}
.cid-u9lsJlWBJG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u9lsJlWBJG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u9lsJlWBJG .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-u9lsJlWBJG .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-u9lsJlWBJG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u9lsJlWBJG .nav-link {
  position: relative;
}
.cid-u9lsJlWBJG .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u9lsJlWBJG .container {
    flex-wrap: nowrap;
  }
}
.cid-u9lsJlWBJG .dropdown-menu,
.cid-u9lsJlWBJG .navbar.opened {
  background: #ded6c1 !important;
}
.cid-u9lsJlWBJG .nav-item:focus,
.cid-u9lsJlWBJG .nav-link:focus {
  outline: none;
}
.cid-u9lsJlWBJG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9lsJlWBJG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9lsJlWBJG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9lsJlWBJG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9lsJlWBJG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9lsJlWBJG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9lsJlWBJG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ded6c1;
}
.cid-u9lsJlWBJG .navbar.opened {
  transition: all 0.3s;
}
.cid-u9lsJlWBJG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9lsJlWBJG .navbar .navbar-logo img {
  width: auto;
}
.cid-u9lsJlWBJG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u9lsJlWBJG .navbar.collapsed {
  justify-content: center;
}
.cid-u9lsJlWBJG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9lsJlWBJG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9lsJlWBJG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u9lsJlWBJG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9lsJlWBJG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9lsJlWBJG .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-u9lsJlWBJG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9lsJlWBJG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9lsJlWBJG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9lsJlWBJG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9lsJlWBJG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9lsJlWBJG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9lsJlWBJG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9lsJlWBJG .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-u9lsJlWBJG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9lsJlWBJG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9lsJlWBJG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9lsJlWBJG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9lsJlWBJG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9lsJlWBJG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9lsJlWBJG .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9lsJlWBJG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9lsJlWBJG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9lsJlWBJG .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-u9lsJlWBJG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9lsJlWBJG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9lsJlWBJG .dropdown-item.active,
.cid-u9lsJlWBJG .dropdown-item:active {
  background-color: transparent;
}
.cid-u9lsJlWBJG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9lsJlWBJG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9lsJlWBJG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9lsJlWBJG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ded6c1;
}
.cid-u9lsJlWBJG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9lsJlWBJG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9lsJlWBJG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9lsJlWBJG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9lsJlWBJG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9lsJlWBJG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #794e2c;
}
.cid-u9lsJlWBJG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9lsJlWBJG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9lsJlWBJG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9lsJlWBJG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9lsJlWBJG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9lsJlWBJG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9lsJlWBJG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9lsJlWBJG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9lsJlWBJG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u9lsJlWBJG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9lsJlWBJG .navbar {
    height: 70px;
  }
  .cid-u9lsJlWBJG .navbar.opened {
    height: auto;
  }
  .cid-u9lsJlWBJG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9lsJlWBJG .navbar-caption-wrap,
.cid-u9lsJlWBJG .title-wrap {
  color: #272727;
}
.cid-u9lukN4Jaq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ded6c1;
}
.cid-u9lukN4Jaq .item {
  padding-bottom: 2rem;
}
.cid-u9lukN4Jaq .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u9lukN4Jaq .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u9lukN4Jaq .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-u9lukN4Jaq .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u9lukN4Jaq .carousel-control,
.cid-u9lukN4Jaq .close {
  background: #1b1b1b;
}
.cid-u9lukN4Jaq .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u9lukN4Jaq .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u9lukN4Jaq .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u9lukN4Jaq .carousel-control-next span {
  margin-left: 5px;
}
.cid-u9lukN4Jaq .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u9lukN4Jaq .close::before {
  content: '\e91a';
}
.cid-u9lukN4Jaq .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u9lukN4Jaq .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u9lukN4Jaq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u9lukN4Jaq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u9lukN4Jaq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u9lukN4Jaq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u9lukN4Jaq .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-u9lukN4Jaq .carousel-indicators li.active,
.cid-u9lukN4Jaq .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u9lukN4Jaq .carousel-indicators li::after,
.cid-u9lukN4Jaq .carousel-indicators li::before {
  content: none;
}
.cid-u9lukN4Jaq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u9lukN4Jaq .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u9lukN4Jaq .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u9lukN4Jaq .carousel-indicators {
    display: none;
  }
}
.cid-u9lukN4Jaq .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u9lukN4Jaq .carousel-inner > .active {
  display: block;
}
.cid-u9lukN4Jaq .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u9lukN4Jaq .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u9lukN4Jaq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u9lukN4Jaq .carousel-control,
  .cid-u9lukN4Jaq .carousel-indicators,
  .cid-u9lukN4Jaq .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u9lukN4Jaq .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u9lukN4Jaq .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u9lukN4Jaq .carousel-indicators .active,
.cid-u9lukN4Jaq .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u9lukN4Jaq .carousel-indicators .active {
  background: #fff;
}
.cid-u9lukN4Jaq .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u9lukN4Jaq .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u9lukN4Jaq .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u9lukN4Jaq .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u9lukN4Jaq .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u9lukN4Jaq .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u9lukN4Jaq .carousel {
  width: 100%;
}
.cid-u9lukN4Jaq .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u9lukN4Jaq .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u9lukN4Jaq .modal.fade .modal-dialog,
.cid-u9lukN4Jaq .modal.in .modal-dialog {
  transform: none;
}
.cid-u9lukN4Jaq .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u9lukN4Jaq H6 {
  text-align: center;
}
.cid-u9lsJneF1p {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ded6c1;
}
.cid-u9lsJneF1p .item {
  padding-bottom: 2rem;
}
.cid-u9lsJneF1p .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u9lsJneF1p .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u9lsJneF1p .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-u9lsJneF1p .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u9lsJneF1p .carousel-control,
.cid-u9lsJneF1p .close {
  background: #1b1b1b;
}
.cid-u9lsJneF1p .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u9lsJneF1p .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u9lsJneF1p .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u9lsJneF1p .carousel-control-next span {
  margin-left: 5px;
}
.cid-u9lsJneF1p .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u9lsJneF1p .close::before {
  content: '\e91a';
}
.cid-u9lsJneF1p .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u9lsJneF1p .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u9lsJneF1p .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u9lsJneF1p .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u9lsJneF1p .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u9lsJneF1p .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u9lsJneF1p .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-u9lsJneF1p .carousel-indicators li.active,
.cid-u9lsJneF1p .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u9lsJneF1p .carousel-indicators li::after,
.cid-u9lsJneF1p .carousel-indicators li::before {
  content: none;
}
.cid-u9lsJneF1p .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u9lsJneF1p .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u9lsJneF1p .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u9lsJneF1p .carousel-indicators {
    display: none;
  }
}
.cid-u9lsJneF1p .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u9lsJneF1p .carousel-inner > .active {
  display: block;
}
.cid-u9lsJneF1p .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u9lsJneF1p .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u9lsJneF1p .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u9lsJneF1p .carousel-control,
  .cid-u9lsJneF1p .carousel-indicators,
  .cid-u9lsJneF1p .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u9lsJneF1p .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u9lsJneF1p .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u9lsJneF1p .carousel-indicators .active,
.cid-u9lsJneF1p .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u9lsJneF1p .carousel-indicators .active {
  background: #fff;
}
.cid-u9lsJneF1p .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u9lsJneF1p .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u9lsJneF1p .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u9lsJneF1p .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u9lsJneF1p .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u9lsJneF1p .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u9lsJneF1p .carousel {
  width: 100%;
}
.cid-u9lsJneF1p .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u9lsJneF1p .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u9lsJneF1p .modal.fade .modal-dialog,
.cid-u9lsJneF1p .modal.in .modal-dialog {
  transform: none;
}
.cid-u9lsJneF1p .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u9lsJneF1p H6 {
  text-align: center;
}
.cid-vgF9U5zlRy {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/b.jpg");
}
.cid-vgF9U5zlRy .mbr-overlay {
  background-color: #1b1818;
  opacity: 0.3;
}
.cid-vgF9U5zlRy .form-control,
.cid-vgF9U5zlRy .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vgF9U5zlRy .form-control::-webkit-input-placeholder,
.cid-vgF9U5zlRy .field-input::-webkit-input-placeholder,
.cid-vgF9U5zlRy .form-control::-webkit-input-placeholder,
.cid-vgF9U5zlRy .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-vgF9U5zlRy .form-control:-moz-placeholder,
.cid-vgF9U5zlRy .field-input:-moz-placeholder,
.cid-vgF9U5zlRy .form-control:-moz-placeholder,
.cid-vgF9U5zlRy .field-input:-moz-placeholder {
  color: #000000;
}
.cid-vgF9U5zlRy .form-control:hover,
.cid-vgF9U5zlRy .field-input:hover,
.cid-vgF9U5zlRy .form-control:focus,
.cid-vgF9U5zlRy .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-vgF9U5zlRy .form-control:hover::-webkit-input-placeholder,
.cid-vgF9U5zlRy .field-input:hover::-webkit-input-placeholder,
.cid-vgF9U5zlRy .form-control:focus::-webkit-input-placeholder,
.cid-vgF9U5zlRy .field-input:focus::-webkit-input-placeholder,
.cid-vgF9U5zlRy .form-control:hover::-webkit-input-placeholder,
.cid-vgF9U5zlRy .field-input:hover::-webkit-input-placeholder,
.cid-vgF9U5zlRy .form-control:focus::-webkit-input-placeholder,
.cid-vgF9U5zlRy .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-vgF9U5zlRy .form-control:hover:-moz-placeholder,
.cid-vgF9U5zlRy .field-input:hover:-moz-placeholder,
.cid-vgF9U5zlRy .form-control:focus:-moz-placeholder,
.cid-vgF9U5zlRy .field-input:focus:-moz-placeholder,
.cid-vgF9U5zlRy .form-control:hover:-moz-placeholder,
.cid-vgF9U5zlRy .field-input:hover:-moz-placeholder,
.cid-vgF9U5zlRy .form-control:focus:-moz-placeholder,
.cid-vgF9U5zlRy .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-vgF9U5zlRy .jq-number__spin:hover,
.cid-vgF9U5zlRy .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vgF9U5zlRy .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vgF9U5zlRy .jq-selectbox li,
.cid-vgF9U5zlRy .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-vgF9U5zlRy .jq-selectbox li:hover,
.cid-vgF9U5zlRy .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-vgF9U5zlRy .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-vgF9U5zlRy .jq-number__spin.minus:hover:after,
.cid-vgF9U5zlRy .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-vgF9U5zlRy .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-vgF9U5zlRy .jq-number__spin.minus:after,
.cid-vgF9U5zlRy .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-vgF9U5zlRy input::-webkit-clear-button {
  display: none;
}
.cid-vgF9U5zlRy input::-webkit-inner-spin-button {
  display: none;
}
.cid-vgF9U5zlRy input::-webkit-outer-spin-button {
  display: none;
}
.cid-vgF9U5zlRy input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-vgF9U5zlRy H4 {
  color: #ffffff;
}
.cid-u9lsJuJGsK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ded6c1;
}
.cid-u9lsJuJGsK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9lsJuJGsK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9lsJuJGsK .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-u9lsJuJGsK .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-u9lsJuJGsK .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u9lsJuJGsK .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u9lsJuJGsK .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u9lsJuJGsK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-u9lsJuJGsK .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u9lsJuJGsK .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u9lsJuJGsK .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u9lsJuJGsK .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-u9lsJuJGsK .mbr-text {
  color: #1b1818;
}
.cid-u9lsJuJGsK .list-box {
  width: 100%;
}
.cid-u9lsJuJGsK .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-u9lsJuJGsK .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-u9lsJuJGsK .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u9lsJuJGsK .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-u9lsJuJGsK .list a:hover:before {
  background-position: left !important;
}
.cid-u9lsJuJGsK .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-u9lsJuJGsK .news-item {
  width: 100%;
}
.cid-u9lsJuJGsK .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-u9lsJuJGsK .news-title {
  color: #303030;
}
.cid-vgF9Vvi2Xa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ded6c1;
}
.cid-vgF9Vvi2Xa .card-wrapper {
  padding: 1rem 0 2rem;
}
@media (max-width: 767px) {
  .cid-vgF9Vvi2Xa .card-wrapper {
    padding-bottom: 1rem;
    position: sticky;
  }
}
.cid-vgF9Vvi2Xa .card-title {
  text-align: center;
}
.cid-vgF9Vvi2Xa .mbr-iconfont {
  order: initial;
  cursor: pointer;
  margin-right: 0.5rem;
  margin-left: 0rem;
  vertical-align: sub;
}
.cid-u9lsJwetr6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1b1818;
}
.cid-u9lsJwetr6 .mbr-text {
  color: #ffffff;
}
.cid-u9lCL1nzMI {
  padding-top: 12rem;
  padding-bottom: 7rem;
  background-color: #1b1818;
}
.cid-u9lCL1nzMI .mbr-overlay {
  z-index: 2;
  pointer-events: none;
}
.cid-u9lCL1nzMI .image-wrapper {
  position: absolute;
  width: 98%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.cid-u9lCL1nzMI .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9lCL1nzMI .content {
  width: 43%;
  position: relative;
  z-index: 3;
}
@media (max-width: 859px) {
  .cid-u9lCL1nzMI .content {
    width: 100%;
    text-align: center!important;
  }
}
.cid-u9lCL1nzMI .mbr-section-title {
  color: #1f1437;
  margin-bottom: 20px;
  position: relative;
  padding: 1rem 2rem;
  border-top: 2px solid #1f1437;
  border-bottom: 2px solid #1f1437;
}
.cid-u9lCL1nzMI .mbr-section-title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  opacity: 0.5;
  z-index: -1;
}
.cid-u9lCL1nzMI .mbr-section-btn {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 859px) {
  .cid-u9lCL1nzMI .mbr-section-btn {
    justify-content: center !important;
  }
}
.cid-u9lCL1nzMI .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-u9lCL1nzMI .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
  z-index: 4;
}
.cid-u9lCL1nzMI .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-u9lCL1nzMI .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-u9lSNm9q2d {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ded6c1;
}
.cid-u9lCL7dC15 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #69442e;
}
.cid-u9lCL7dC15 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9lCL7dC15 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9lCL7dC15 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-u9lCL7dC15 .container {
    max-width: 1400px;
  }
}
.cid-u9lCL7dC15 .card {
  margin: auto;
}
.cid-u9lCL7dC15 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-u9lCL7dC15 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u9lCL7dC15 .row {
  justify-content: center;
}
.cid-u9lCL7dC15 .card-title,
.cid-u9lCL7dC15 .card-box {
  color: #ffffff;
}
.cid-u9lCL8lWB3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ded6c1;
}
.cid-u9lCL8lWB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9lCL8lWB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9lCL8lWB3 .mbr-section-title {
  text-align: left;
}
.cid-u9lCL9aDqS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u9lCL9aDqS .mbr-iconfont {
  transition: all 0.3s;
  display: block;
  order: initial;
  cursor: pointer;
  margin-right: 0.5rem;
  margin-left: 0rem;
  vertical-align: sub;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-u9lCL9aDqS .iconfont-wrapper {
  overflow: hidden;
  color: #000000 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-u9lCL9aDqS .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-u9lCL9aDqS .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-u9lCL9aDqS .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #000000;
  z-index: -1;
}
.cid-u9lCL9aDqS nav.navbar {
  position: fixed;
}
.cid-u9lCL9aDqS .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-u9lCL9aDqS .nav-item {
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-u9lCL9aDqS .nav-item {
    border: 0;
  }
}
.cid-u9lCL9aDqS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9lCL9aDqS .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-u9lCL9aDqS .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-u9lCL9aDqS .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-u9lCL9aDqS .title-wrap:hover span {
  color: white;
}
.cid-u9lCL9aDqS .title-wrap:hover:before {
  height: 100%;
}
.cid-u9lCL9aDqS .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-u9lCL9aDqS .dropdown-menu {
  padding: 0;
  border-top: 4px solid GOLD;
}
.cid-u9lCL9aDqS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u9lCL9aDqS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u9lCL9aDqS .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-u9lCL9aDqS .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-u9lCL9aDqS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u9lCL9aDqS .nav-link {
  position: relative;
}
.cid-u9lCL9aDqS .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u9lCL9aDqS .container {
    flex-wrap: nowrap;
  }
}
.cid-u9lCL9aDqS .dropdown-menu,
.cid-u9lCL9aDqS .navbar.opened {
  background: #ded6c1 !important;
}
.cid-u9lCL9aDqS .nav-item:focus,
.cid-u9lCL9aDqS .nav-link:focus {
  outline: none;
}
.cid-u9lCL9aDqS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9lCL9aDqS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9lCL9aDqS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9lCL9aDqS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9lCL9aDqS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9lCL9aDqS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9lCL9aDqS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ded6c1;
}
.cid-u9lCL9aDqS .navbar.opened {
  transition: all 0.3s;
}
.cid-u9lCL9aDqS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9lCL9aDqS .navbar .navbar-logo img {
  width: auto;
}
.cid-u9lCL9aDqS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u9lCL9aDqS .navbar.collapsed {
  justify-content: center;
}
.cid-u9lCL9aDqS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9lCL9aDqS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9lCL9aDqS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u9lCL9aDqS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9lCL9aDqS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9lCL9aDqS .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-u9lCL9aDqS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9lCL9aDqS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9lCL9aDqS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9lCL9aDqS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9lCL9aDqS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9lCL9aDqS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9lCL9aDqS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9lCL9aDqS .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-u9lCL9aDqS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9lCL9aDqS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9lCL9aDqS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9lCL9aDqS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9lCL9aDqS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9lCL9aDqS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9lCL9aDqS .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9lCL9aDqS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9lCL9aDqS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9lCL9aDqS .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-u9lCL9aDqS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9lCL9aDqS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9lCL9aDqS .dropdown-item.active,
.cid-u9lCL9aDqS .dropdown-item:active {
  background-color: transparent;
}
.cid-u9lCL9aDqS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9lCL9aDqS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9lCL9aDqS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9lCL9aDqS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ded6c1;
}
.cid-u9lCL9aDqS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9lCL9aDqS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9lCL9aDqS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9lCL9aDqS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9lCL9aDqS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9lCL9aDqS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #794e2c;
}
.cid-u9lCL9aDqS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9lCL9aDqS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9lCL9aDqS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9lCL9aDqS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9lCL9aDqS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9lCL9aDqS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9lCL9aDqS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9lCL9aDqS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9lCL9aDqS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u9lCL9aDqS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9lCL9aDqS .navbar {
    height: 70px;
  }
  .cid-u9lCL9aDqS .navbar.opened {
    height: auto;
  }
  .cid-u9lCL9aDqS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9lCL9aDqS .navbar-caption-wrap,
.cid-u9lCL9aDqS .title-wrap {
  color: #272727;
}
.cid-u9lCLavZaI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ded6c1;
}
.cid-u9lCLavZaI .item {
  padding-bottom: 2rem;
}
.cid-u9lCLavZaI .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u9lCLavZaI .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u9lCLavZaI .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-u9lCLavZaI .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u9lCLavZaI .carousel-control,
.cid-u9lCLavZaI .close {
  background: #1b1b1b;
}
.cid-u9lCLavZaI .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u9lCLavZaI .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u9lCLavZaI .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u9lCLavZaI .carousel-control-next span {
  margin-left: 5px;
}
.cid-u9lCLavZaI .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u9lCLavZaI .close::before {
  content: '\e91a';
}
.cid-u9lCLavZaI .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u9lCLavZaI .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u9lCLavZaI .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u9lCLavZaI .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u9lCLavZaI .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u9lCLavZaI .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u9lCLavZaI .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-u9lCLavZaI .carousel-indicators li.active,
.cid-u9lCLavZaI .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u9lCLavZaI .carousel-indicators li::after,
.cid-u9lCLavZaI .carousel-indicators li::before {
  content: none;
}
.cid-u9lCLavZaI .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u9lCLavZaI .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u9lCLavZaI .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u9lCLavZaI .carousel-indicators {
    display: none;
  }
}
.cid-u9lCLavZaI .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u9lCLavZaI .carousel-inner > .active {
  display: block;
}
.cid-u9lCLavZaI .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u9lCLavZaI .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u9lCLavZaI .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u9lCLavZaI .carousel-control,
  .cid-u9lCLavZaI .carousel-indicators,
  .cid-u9lCLavZaI .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u9lCLavZaI .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u9lCLavZaI .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u9lCLavZaI .carousel-indicators .active,
.cid-u9lCLavZaI .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u9lCLavZaI .carousel-indicators .active {
  background: #fff;
}
.cid-u9lCLavZaI .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u9lCLavZaI .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u9lCLavZaI .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u9lCLavZaI .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u9lCLavZaI .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u9lCLavZaI .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u9lCLavZaI .carousel {
  width: 100%;
}
.cid-u9lCLavZaI .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u9lCLavZaI .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u9lCLavZaI .modal.fade .modal-dialog,
.cid-u9lCLavZaI .modal.in .modal-dialog {
  transform: none;
}
.cid-u9lCLavZaI .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u9lCLavZaI H6 {
  text-align: center;
}
.cid-vgFe343oJc {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/b.jpg");
}
.cid-vgFe343oJc .mbr-overlay {
  background-color: #1b1818;
  opacity: 0.3;
}
.cid-vgFe343oJc .form-control,
.cid-vgFe343oJc .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vgFe343oJc .form-control::-webkit-input-placeholder,
.cid-vgFe343oJc .field-input::-webkit-input-placeholder,
.cid-vgFe343oJc .form-control::-webkit-input-placeholder,
.cid-vgFe343oJc .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-vgFe343oJc .form-control:-moz-placeholder,
.cid-vgFe343oJc .field-input:-moz-placeholder,
.cid-vgFe343oJc .form-control:-moz-placeholder,
.cid-vgFe343oJc .field-input:-moz-placeholder {
  color: #000000;
}
.cid-vgFe343oJc .form-control:hover,
.cid-vgFe343oJc .field-input:hover,
.cid-vgFe343oJc .form-control:focus,
.cid-vgFe343oJc .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-vgFe343oJc .form-control:hover::-webkit-input-placeholder,
.cid-vgFe343oJc .field-input:hover::-webkit-input-placeholder,
.cid-vgFe343oJc .form-control:focus::-webkit-input-placeholder,
.cid-vgFe343oJc .field-input:focus::-webkit-input-placeholder,
.cid-vgFe343oJc .form-control:hover::-webkit-input-placeholder,
.cid-vgFe343oJc .field-input:hover::-webkit-input-placeholder,
.cid-vgFe343oJc .form-control:focus::-webkit-input-placeholder,
.cid-vgFe343oJc .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-vgFe343oJc .form-control:hover:-moz-placeholder,
.cid-vgFe343oJc .field-input:hover:-moz-placeholder,
.cid-vgFe343oJc .form-control:focus:-moz-placeholder,
.cid-vgFe343oJc .field-input:focus:-moz-placeholder,
.cid-vgFe343oJc .form-control:hover:-moz-placeholder,
.cid-vgFe343oJc .field-input:hover:-moz-placeholder,
.cid-vgFe343oJc .form-control:focus:-moz-placeholder,
.cid-vgFe343oJc .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-vgFe343oJc .jq-number__spin:hover,
.cid-vgFe343oJc .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vgFe343oJc .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vgFe343oJc .jq-selectbox li,
.cid-vgFe343oJc .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-vgFe343oJc .jq-selectbox li:hover,
.cid-vgFe343oJc .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-vgFe343oJc .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-vgFe343oJc .jq-number__spin.minus:hover:after,
.cid-vgFe343oJc .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-vgFe343oJc .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-vgFe343oJc .jq-number__spin.minus:after,
.cid-vgFe343oJc .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-vgFe343oJc input::-webkit-clear-button {
  display: none;
}
.cid-vgFe343oJc input::-webkit-inner-spin-button {
  display: none;
}
.cid-vgFe343oJc input::-webkit-outer-spin-button {
  display: none;
}
.cid-vgFe343oJc input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-vgFe343oJc H4 {
  color: #ffffff;
}
.cid-u9lCLeSK2P {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ded6c1;
}
.cid-u9lCLeSK2P .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9lCLeSK2P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9lCLeSK2P .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-u9lCLeSK2P .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-u9lCLeSK2P .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u9lCLeSK2P .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u9lCLeSK2P .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u9lCLeSK2P .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-u9lCLeSK2P .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u9lCLeSK2P .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u9lCLeSK2P .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u9lCLeSK2P .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-u9lCLeSK2P .mbr-text {
  color: #1b1818;
}
.cid-u9lCLeSK2P .list-box {
  width: 100%;
}
.cid-u9lCLeSK2P .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-u9lCLeSK2P .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-u9lCLeSK2P .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u9lCLeSK2P .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-u9lCLeSK2P .list a:hover:before {
  background-position: left !important;
}
.cid-u9lCLeSK2P .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-u9lCLeSK2P .news-item {
  width: 100%;
}
.cid-u9lCLeSK2P .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-u9lCLeSK2P .news-title {
  color: #303030;
}
.cid-vgFe8bIcOc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ded6c1;
}
.cid-vgFe8bIcOc .card-wrapper {
  padding: 1rem 0 2rem;
}
@media (max-width: 767px) {
  .cid-vgFe8bIcOc .card-wrapper {
    padding-bottom: 1rem;
    position: sticky;
  }
}
.cid-vgFe8bIcOc .card-title {
  text-align: center;
}
.cid-vgFe8bIcOc .mbr-iconfont {
  order: initial;
  cursor: pointer;
  margin-right: 0.5rem;
  margin-left: 0rem;
  vertical-align: sub;
}
.cid-u9lCLguIf2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1b1818;
}
.cid-u9lCLguIf2 .mbr-text {
  color: #ffffff;
}
.cid-u9lVwV1KZC {
  padding-top: 12rem;
  padding-bottom: 7rem;
  background-color: #000000;
}
.cid-u9lVwV1KZC .mbr-overlay {
  z-index: 2;
  pointer-events: none;
}
.cid-u9lVwV1KZC .image-wrapper {
  position: absolute;
  width: 98%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.cid-u9lVwV1KZC .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9lVwV1KZC .content {
  width: 43%;
  position: relative;
  z-index: 3;
}
@media (max-width: 859px) {
  .cid-u9lVwV1KZC .content {
    width: 100%;
    text-align: center!important;
  }
}
.cid-u9lVwV1KZC .mbr-section-title {
  color: #1f1437;
  margin-bottom: 20px;
  position: relative;
  padding: 1rem 2rem;
  border-top: 2px solid #1f1437;
  border-bottom: 2px solid #1f1437;
}
.cid-u9lVwV1KZC .mbr-section-title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  opacity: 0.5;
  z-index: -1;
}
.cid-u9lVwV1KZC .mbr-section-btn {
  margin-top: 3rem;
}
@media (max-width: 859px) {
  .cid-u9lVwV1KZC .mbr-section-btn {
    justify-content: center !important;
  }
}
.cid-u9lVwV1KZC .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-u9lVwV1KZC .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
  z-index: 4;
}
.cid-u9lVwV1KZC .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-u9lVwV1KZC .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-u9lVwZvmGj {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ded6c1;
}
.cid-u9lVx0dGse {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #69442e;
}
.cid-u9lVx0dGse .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9lVx0dGse .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9lVx0dGse .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-u9lVx0dGse .container {
    max-width: 1400px;
  }
}
.cid-u9lVx0dGse .card {
  margin: auto;
}
.cid-u9lVx0dGse .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-u9lVx0dGse .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u9lVx0dGse .row {
  justify-content: center;
}
.cid-u9lVx0dGse .card-title,
.cid-u9lVx0dGse .card-box {
  color: #ffffff;
}
.cid-u9lVx1B8EL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ded6c1;
}
.cid-u9lVx1B8EL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9lVx1B8EL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9lVx1B8EL .mbr-section-title {
  text-align: left;
}
.cid-u9lVx2I6gn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u9lVx2I6gn .mbr-iconfont {
  transition: all 0.3s;
  display: block;
  order: initial;
  cursor: pointer;
  margin-right: 0.5rem;
  margin-left: 0rem;
  vertical-align: sub;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-u9lVx2I6gn .iconfont-wrapper {
  overflow: hidden;
  color: #000000 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-u9lVx2I6gn .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-u9lVx2I6gn .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-u9lVx2I6gn .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #000000;
  z-index: -1;
}
.cid-u9lVx2I6gn nav.navbar {
  position: fixed;
}
.cid-u9lVx2I6gn .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-u9lVx2I6gn .nav-item {
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-u9lVx2I6gn .nav-item {
    border: 0;
  }
}
.cid-u9lVx2I6gn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9lVx2I6gn .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-u9lVx2I6gn .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-u9lVx2I6gn .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-u9lVx2I6gn .title-wrap:hover span {
  color: white;
}
.cid-u9lVx2I6gn .title-wrap:hover:before {
  height: 100%;
}
.cid-u9lVx2I6gn .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-u9lVx2I6gn .dropdown-menu {
  padding: 0;
  border-top: 4px solid GOLD;
}
.cid-u9lVx2I6gn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u9lVx2I6gn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u9lVx2I6gn .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-u9lVx2I6gn .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-u9lVx2I6gn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u9lVx2I6gn .nav-link {
  position: relative;
}
.cid-u9lVx2I6gn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u9lVx2I6gn .container {
    flex-wrap: nowrap;
  }
}
.cid-u9lVx2I6gn .dropdown-menu,
.cid-u9lVx2I6gn .navbar.opened {
  background: #ded6c1 !important;
}
.cid-u9lVx2I6gn .nav-item:focus,
.cid-u9lVx2I6gn .nav-link:focus {
  outline: none;
}
.cid-u9lVx2I6gn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9lVx2I6gn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9lVx2I6gn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9lVx2I6gn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9lVx2I6gn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9lVx2I6gn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9lVx2I6gn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ded6c1;
}
.cid-u9lVx2I6gn .navbar.opened {
  transition: all 0.3s;
}
.cid-u9lVx2I6gn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9lVx2I6gn .navbar .navbar-logo img {
  width: auto;
}
.cid-u9lVx2I6gn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u9lVx2I6gn .navbar.collapsed {
  justify-content: center;
}
.cid-u9lVx2I6gn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9lVx2I6gn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9lVx2I6gn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u9lVx2I6gn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9lVx2I6gn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9lVx2I6gn .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-u9lVx2I6gn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9lVx2I6gn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9lVx2I6gn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9lVx2I6gn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9lVx2I6gn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9lVx2I6gn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9lVx2I6gn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9lVx2I6gn .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-u9lVx2I6gn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9lVx2I6gn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9lVx2I6gn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9lVx2I6gn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9lVx2I6gn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9lVx2I6gn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9lVx2I6gn .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9lVx2I6gn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9lVx2I6gn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9lVx2I6gn .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-u9lVx2I6gn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9lVx2I6gn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9lVx2I6gn .dropdown-item.active,
.cid-u9lVx2I6gn .dropdown-item:active {
  background-color: transparent;
}
.cid-u9lVx2I6gn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9lVx2I6gn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9lVx2I6gn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9lVx2I6gn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ded6c1;
}
.cid-u9lVx2I6gn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9lVx2I6gn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9lVx2I6gn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9lVx2I6gn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9lVx2I6gn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9lVx2I6gn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #794e2c;
}
.cid-u9lVx2I6gn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9lVx2I6gn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9lVx2I6gn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9lVx2I6gn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9lVx2I6gn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9lVx2I6gn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9lVx2I6gn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9lVx2I6gn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9lVx2I6gn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u9lVx2I6gn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9lVx2I6gn .navbar {
    height: 70px;
  }
  .cid-u9lVx2I6gn .navbar.opened {
    height: auto;
  }
  .cid-u9lVx2I6gn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9lVx2I6gn .navbar-caption-wrap,
.cid-u9lVx2I6gn .title-wrap {
  color: #272727;
}
.cid-u9lVx4beeg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ded6c1;
}
.cid-u9lVx4beeg .item {
  padding-bottom: 2rem;
}
.cid-u9lVx4beeg .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u9lVx4beeg .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u9lVx4beeg .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-u9lVx4beeg .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u9lVx4beeg .carousel-control,
.cid-u9lVx4beeg .close {
  background: #1b1b1b;
}
.cid-u9lVx4beeg .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u9lVx4beeg .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u9lVx4beeg .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u9lVx4beeg .carousel-control-next span {
  margin-left: 5px;
}
.cid-u9lVx4beeg .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u9lVx4beeg .close::before {
  content: '\e91a';
}
.cid-u9lVx4beeg .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u9lVx4beeg .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u9lVx4beeg .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u9lVx4beeg .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u9lVx4beeg .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u9lVx4beeg .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u9lVx4beeg .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-u9lVx4beeg .carousel-indicators li.active,
.cid-u9lVx4beeg .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u9lVx4beeg .carousel-indicators li::after,
.cid-u9lVx4beeg .carousel-indicators li::before {
  content: none;
}
.cid-u9lVx4beeg .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u9lVx4beeg .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u9lVx4beeg .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u9lVx4beeg .carousel-indicators {
    display: none;
  }
}
.cid-u9lVx4beeg .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u9lVx4beeg .carousel-inner > .active {
  display: block;
}
.cid-u9lVx4beeg .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u9lVx4beeg .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u9lVx4beeg .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u9lVx4beeg .carousel-control,
  .cid-u9lVx4beeg .carousel-indicators,
  .cid-u9lVx4beeg .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u9lVx4beeg .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u9lVx4beeg .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u9lVx4beeg .carousel-indicators .active,
.cid-u9lVx4beeg .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u9lVx4beeg .carousel-indicators .active {
  background: #fff;
}
.cid-u9lVx4beeg .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u9lVx4beeg .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u9lVx4beeg .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u9lVx4beeg .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u9lVx4beeg .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u9lVx4beeg .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u9lVx4beeg .carousel {
  width: 100%;
}
.cid-u9lVx4beeg .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u9lVx4beeg .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u9lVx4beeg .modal.fade .modal-dialog,
.cid-u9lVx4beeg .modal.in .modal-dialog {
  transform: none;
}
.cid-u9lVx4beeg .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u9lVx4beeg H6 {
  text-align: center;
}
.cid-vgFhTExnbd {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/b.jpg");
}
.cid-vgFhTExnbd .mbr-overlay {
  background-color: #1b1818;
  opacity: 0.3;
}
.cid-vgFhTExnbd .form-control,
.cid-vgFhTExnbd .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vgFhTExnbd .form-control::-webkit-input-placeholder,
.cid-vgFhTExnbd .field-input::-webkit-input-placeholder,
.cid-vgFhTExnbd .form-control::-webkit-input-placeholder,
.cid-vgFhTExnbd .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-vgFhTExnbd .form-control:-moz-placeholder,
.cid-vgFhTExnbd .field-input:-moz-placeholder,
.cid-vgFhTExnbd .form-control:-moz-placeholder,
.cid-vgFhTExnbd .field-input:-moz-placeholder {
  color: #000000;
}
.cid-vgFhTExnbd .form-control:hover,
.cid-vgFhTExnbd .field-input:hover,
.cid-vgFhTExnbd .form-control:focus,
.cid-vgFhTExnbd .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-vgFhTExnbd .form-control:hover::-webkit-input-placeholder,
.cid-vgFhTExnbd .field-input:hover::-webkit-input-placeholder,
.cid-vgFhTExnbd .form-control:focus::-webkit-input-placeholder,
.cid-vgFhTExnbd .field-input:focus::-webkit-input-placeholder,
.cid-vgFhTExnbd .form-control:hover::-webkit-input-placeholder,
.cid-vgFhTExnbd .field-input:hover::-webkit-input-placeholder,
.cid-vgFhTExnbd .form-control:focus::-webkit-input-placeholder,
.cid-vgFhTExnbd .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-vgFhTExnbd .form-control:hover:-moz-placeholder,
.cid-vgFhTExnbd .field-input:hover:-moz-placeholder,
.cid-vgFhTExnbd .form-control:focus:-moz-placeholder,
.cid-vgFhTExnbd .field-input:focus:-moz-placeholder,
.cid-vgFhTExnbd .form-control:hover:-moz-placeholder,
.cid-vgFhTExnbd .field-input:hover:-moz-placeholder,
.cid-vgFhTExnbd .form-control:focus:-moz-placeholder,
.cid-vgFhTExnbd .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-vgFhTExnbd .jq-number__spin:hover,
.cid-vgFhTExnbd .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vgFhTExnbd .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vgFhTExnbd .jq-selectbox li,
.cid-vgFhTExnbd .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-vgFhTExnbd .jq-selectbox li:hover,
.cid-vgFhTExnbd .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-vgFhTExnbd .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-vgFhTExnbd .jq-number__spin.minus:hover:after,
.cid-vgFhTExnbd .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-vgFhTExnbd .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-vgFhTExnbd .jq-number__spin.minus:after,
.cid-vgFhTExnbd .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-vgFhTExnbd input::-webkit-clear-button {
  display: none;
}
.cid-vgFhTExnbd input::-webkit-inner-spin-button {
  display: none;
}
.cid-vgFhTExnbd input::-webkit-outer-spin-button {
  display: none;
}
.cid-vgFhTExnbd input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-vgFhTExnbd H4 {
  color: #ffffff;
}
.cid-u9lVx73g1Q {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ded6c1;
}
.cid-u9lVx73g1Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9lVx73g1Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9lVx73g1Q .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-u9lVx73g1Q .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-u9lVx73g1Q .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u9lVx73g1Q .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u9lVx73g1Q .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u9lVx73g1Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-u9lVx73g1Q .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u9lVx73g1Q .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u9lVx73g1Q .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u9lVx73g1Q .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-u9lVx73g1Q .mbr-text {
  color: #1b1818;
}
.cid-u9lVx73g1Q .list-box {
  width: 100%;
}
.cid-u9lVx73g1Q .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-u9lVx73g1Q .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-u9lVx73g1Q .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u9lVx73g1Q .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-u9lVx73g1Q .list a:hover:before {
  background-position: left !important;
}
.cid-u9lVx73g1Q .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-u9lVx73g1Q .news-item {
  width: 100%;
}
.cid-u9lVx73g1Q .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-u9lVx73g1Q .news-title {
  color: #303030;
}
.cid-vgFhUUW2jw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ded6c1;
}
.cid-vgFhUUW2jw .card-wrapper {
  padding: 1rem 0 2rem;
}
@media (max-width: 767px) {
  .cid-vgFhUUW2jw .card-wrapper {
    padding-bottom: 1rem;
    position: sticky;
  }
}
.cid-vgFhUUW2jw .card-title {
  text-align: center;
}
.cid-vgFhUUW2jw .mbr-iconfont {
  order: initial;
  cursor: pointer;
  margin-right: 0.5rem;
  margin-left: 0rem;
  vertical-align: sub;
}
.cid-u9lVx8N09S {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1b1818;
}
.cid-u9lVx8N09S .mbr-text {
  color: #ffffff;
}
.cid-u9lWSAvCt3 {
  padding-top: 12rem;
  padding-bottom: 7rem;
  background-color: #1b1818;
}
.cid-u9lWSAvCt3 .mbr-overlay {
  z-index: 2;
  pointer-events: none;
}
.cid-u9lWSAvCt3 .image-wrapper {
  position: absolute;
  width: 98%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.cid-u9lWSAvCt3 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9lWSAvCt3 .content {
  width: 43%;
  position: relative;
  z-index: 3;
}
@media (max-width: 859px) {
  .cid-u9lWSAvCt3 .content {
    width: 100%;
    text-align: center!important;
  }
}
.cid-u9lWSAvCt3 .mbr-section-title {
  color: #1f1437;
  margin-bottom: 20px;
  position: relative;
  padding: 1rem 2rem;
  border-top: 2px solid #1f1437;
  border-bottom: 2px solid #1f1437;
}
.cid-u9lWSAvCt3 .mbr-section-title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #e6e6e6;
  opacity: 0.5;
  z-index: -1;
}
.cid-u9lWSAvCt3 .mbr-section-btn {
  margin-top: 3rem;
}
@media (max-width: 859px) {
  .cid-u9lWSAvCt3 .mbr-section-btn {
    justify-content: center !important;
  }
}
.cid-u9lWSAvCt3 .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-u9lWSAvCt3 .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
  z-index: 4;
}
.cid-u9lWSAvCt3 .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-u9lWSAvCt3 .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-u9lWSBNWCd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ded6c1;
}
.cid-u9lWSCwcqd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #69442e;
}
.cid-u9lWSCwcqd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9lWSCwcqd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9lWSCwcqd .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-u9lWSCwcqd .container {
    max-width: 1400px;
  }
}
.cid-u9lWSCwcqd .card {
  margin: auto;
}
.cid-u9lWSCwcqd .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-u9lWSCwcqd .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u9lWSCwcqd .row {
  justify-content: center;
}
.cid-u9lWSCwcqd .card-title,
.cid-u9lWSCwcqd .card-box {
  color: #ffffff;
}
.cid-u9lWSDMdFt {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ded6c1;
}
.cid-u9lWSDMdFt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9lWSDMdFt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9lWSDMdFt .mbr-section-title {
  text-align: left;
}
.cid-u9lWSEIX9a {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u9lWSEIX9a .mbr-iconfont {
  transition: all 0.3s;
  display: block;
  order: initial;
  cursor: pointer;
  margin-right: 0.5rem;
  margin-left: 0rem;
  vertical-align: sub;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-u9lWSEIX9a .iconfont-wrapper {
  overflow: hidden;
  color: #000000 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-u9lWSEIX9a .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-u9lWSEIX9a .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-u9lWSEIX9a .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #000000;
  z-index: -1;
}
.cid-u9lWSEIX9a nav.navbar {
  position: fixed;
}
.cid-u9lWSEIX9a .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-u9lWSEIX9a .nav-item {
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-u9lWSEIX9a .nav-item {
    border: 0;
  }
}
.cid-u9lWSEIX9a .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9lWSEIX9a .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-u9lWSEIX9a .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-u9lWSEIX9a .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-u9lWSEIX9a .title-wrap:hover span {
  color: white;
}
.cid-u9lWSEIX9a .title-wrap:hover:before {
  height: 100%;
}
.cid-u9lWSEIX9a .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-u9lWSEIX9a .dropdown-menu {
  padding: 0;
  border-top: 4px solid GOLD;
}
.cid-u9lWSEIX9a .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u9lWSEIX9a .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u9lWSEIX9a .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-u9lWSEIX9a .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-u9lWSEIX9a .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u9lWSEIX9a .nav-link {
  position: relative;
}
.cid-u9lWSEIX9a .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u9lWSEIX9a .container {
    flex-wrap: nowrap;
  }
}
.cid-u9lWSEIX9a .dropdown-menu,
.cid-u9lWSEIX9a .navbar.opened {
  background: #ded6c1 !important;
}
.cid-u9lWSEIX9a .nav-item:focus,
.cid-u9lWSEIX9a .nav-link:focus {
  outline: none;
}
.cid-u9lWSEIX9a .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9lWSEIX9a .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9lWSEIX9a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9lWSEIX9a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9lWSEIX9a .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9lWSEIX9a .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9lWSEIX9a .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ded6c1;
}
.cid-u9lWSEIX9a .navbar.opened {
  transition: all 0.3s;
}
.cid-u9lWSEIX9a .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9lWSEIX9a .navbar .navbar-logo img {
  width: auto;
}
.cid-u9lWSEIX9a .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u9lWSEIX9a .navbar.collapsed {
  justify-content: center;
}
.cid-u9lWSEIX9a .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9lWSEIX9a .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9lWSEIX9a .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u9lWSEIX9a .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9lWSEIX9a .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9lWSEIX9a .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-u9lWSEIX9a .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9lWSEIX9a .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9lWSEIX9a .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9lWSEIX9a .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9lWSEIX9a .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9lWSEIX9a .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9lWSEIX9a .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9lWSEIX9a .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-u9lWSEIX9a .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9lWSEIX9a .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9lWSEIX9a .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9lWSEIX9a .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9lWSEIX9a .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9lWSEIX9a .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9lWSEIX9a .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9lWSEIX9a .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9lWSEIX9a .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9lWSEIX9a .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-u9lWSEIX9a .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9lWSEIX9a .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9lWSEIX9a .dropdown-item.active,
.cid-u9lWSEIX9a .dropdown-item:active {
  background-color: transparent;
}
.cid-u9lWSEIX9a .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9lWSEIX9a .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9lWSEIX9a .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9lWSEIX9a .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ded6c1;
}
.cid-u9lWSEIX9a .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9lWSEIX9a .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9lWSEIX9a ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9lWSEIX9a .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9lWSEIX9a button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9lWSEIX9a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #794e2c;
}
.cid-u9lWSEIX9a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9lWSEIX9a button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9lWSEIX9a button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9lWSEIX9a button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9lWSEIX9a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9lWSEIX9a nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9lWSEIX9a nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9lWSEIX9a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9lWSEIX9a .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u9lWSEIX9a a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9lWSEIX9a .navbar {
    height: 70px;
  }
  .cid-u9lWSEIX9a .navbar.opened {
    height: auto;
  }
  .cid-u9lWSEIX9a .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9lWSEIX9a .navbar-caption-wrap,
.cid-u9lWSEIX9a .title-wrap {
  color: #272727;
}
.cid-u9lWSGkqUe {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ded6c1;
}
.cid-u9lWSGkqUe .item {
  padding-bottom: 2rem;
}
.cid-u9lWSGkqUe .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u9lWSGkqUe .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u9lWSGkqUe .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-u9lWSGkqUe .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u9lWSGkqUe .carousel-control,
.cid-u9lWSGkqUe .close {
  background: #1b1b1b;
}
.cid-u9lWSGkqUe .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u9lWSGkqUe .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u9lWSGkqUe .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u9lWSGkqUe .carousel-control-next span {
  margin-left: 5px;
}
.cid-u9lWSGkqUe .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u9lWSGkqUe .close::before {
  content: '\e91a';
}
.cid-u9lWSGkqUe .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u9lWSGkqUe .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u9lWSGkqUe .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u9lWSGkqUe .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u9lWSGkqUe .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u9lWSGkqUe .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u9lWSGkqUe .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-u9lWSGkqUe .carousel-indicators li.active,
.cid-u9lWSGkqUe .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u9lWSGkqUe .carousel-indicators li::after,
.cid-u9lWSGkqUe .carousel-indicators li::before {
  content: none;
}
.cid-u9lWSGkqUe .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u9lWSGkqUe .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u9lWSGkqUe .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u9lWSGkqUe .carousel-indicators {
    display: none;
  }
}
.cid-u9lWSGkqUe .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u9lWSGkqUe .carousel-inner > .active {
  display: block;
}
.cid-u9lWSGkqUe .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u9lWSGkqUe .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u9lWSGkqUe .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u9lWSGkqUe .carousel-control,
  .cid-u9lWSGkqUe .carousel-indicators,
  .cid-u9lWSGkqUe .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u9lWSGkqUe .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u9lWSGkqUe .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u9lWSGkqUe .carousel-indicators .active,
.cid-u9lWSGkqUe .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u9lWSGkqUe .carousel-indicators .active {
  background: #fff;
}
.cid-u9lWSGkqUe .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u9lWSGkqUe .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u9lWSGkqUe .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u9lWSGkqUe .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u9lWSGkqUe .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u9lWSGkqUe .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u9lWSGkqUe .carousel {
  width: 100%;
}
.cid-u9lWSGkqUe .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u9lWSGkqUe .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u9lWSGkqUe .modal.fade .modal-dialog,
.cid-u9lWSGkqUe .modal.in .modal-dialog {
  transform: none;
}
.cid-u9lWSGkqUe .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u9lWSGkqUe H6 {
  text-align: center;
}
.cid-u9m1zuj9m2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ded6c1;
}
.cid-u9m1zuj9m2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9m1zuj9m2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9m1zuj9m2 .mbr-section-title {
  text-align: left;
}
.cid-u9m1G2og18 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ded6c1;
}
.cid-u9m1G2og18 .it {
  margin-top: 30px;
}
.cid-u9m1G2og18 .it:nth-child(1) {
  margin-top: 0px;
}
.cid-u9m1G2og18 .it:nth-child(2) {
  margin-top: 0px;
}
.cid-u9m1G2og18 .it:nth-child(3) {
  margin-top: 0px;
}
.cid-u9m1G2og18 .it:nth-child(4) {
  margin-top: 0px;
}
@media (max-width: 576px) {
  .cid-u9m1G2og18 .it {
    margin-top: 15px;
  }
  .cid-u9m1G2og18 .it:nth-child(2) {
    margin-top: 15px;
  }
  .cid-u9m1G2og18 .it:nth-child(3) {
    margin-top: 15px;
  }
  .cid-u9m1G2og18 .it:nth-child(4) {
    margin-top: 15px;
  }
}
.cid-u9m1UlpJHj {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ded6c1;
}
.cid-u9m1UlpJHj .it {
  margin-top: 30px;
}
.cid-u9m1UlpJHj .it:nth-child(1) {
  margin-top: 0px;
}
.cid-u9m1UlpJHj .it:nth-child(2) {
  margin-top: 0px;
}
.cid-u9m1UlpJHj .it:nth-child(3) {
  margin-top: 0px;
}
.cid-u9m1UlpJHj .it:nth-child(4) {
  margin-top: 0px;
}
@media (max-width: 576px) {
  .cid-u9m1UlpJHj .it {
    margin-top: 15px;
  }
  .cid-u9m1UlpJHj .it:nth-child(2) {
    margin-top: 15px;
  }
  .cid-u9m1UlpJHj .it:nth-child(3) {
    margin-top: 15px;
  }
  .cid-u9m1UlpJHj .it:nth-child(4) {
    margin-top: 15px;
  }
}
.cid-u9m2Xw3Riz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ded6c1;
}
.cid-u9m2Xw3Riz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9m2Xw3Riz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9m2Xw3Riz .mbr-section-title {
  text-align: left;
}
.cid-u9m2Z7vRba {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ded6c1;
}
.cid-u9m2Z7vRba .item {
  padding-bottom: 2rem;
}
.cid-u9m2Z7vRba .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u9m2Z7vRba .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u9m2Z7vRba .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-u9m2Z7vRba .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u9m2Z7vRba .carousel-control,
.cid-u9m2Z7vRba .close {
  background: #1b1b1b;
}
.cid-u9m2Z7vRba .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u9m2Z7vRba .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u9m2Z7vRba .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u9m2Z7vRba .carousel-control-next span {
  margin-left: 5px;
}
.cid-u9m2Z7vRba .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u9m2Z7vRba .close::before {
  content: '\e91a';
}
.cid-u9m2Z7vRba .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u9m2Z7vRba .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u9m2Z7vRba .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u9m2Z7vRba .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u9m2Z7vRba .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u9m2Z7vRba .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u9m2Z7vRba .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-u9m2Z7vRba .carousel-indicators li.active,
.cid-u9m2Z7vRba .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u9m2Z7vRba .carousel-indicators li::after,
.cid-u9m2Z7vRba .carousel-indicators li::before {
  content: none;
}
.cid-u9m2Z7vRba .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u9m2Z7vRba .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u9m2Z7vRba .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u9m2Z7vRba .carousel-indicators {
    display: none;
  }
}
.cid-u9m2Z7vRba .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u9m2Z7vRba .carousel-inner > .active {
  display: block;
}
.cid-u9m2Z7vRba .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u9m2Z7vRba .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u9m2Z7vRba .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u9m2Z7vRba .carousel-control,
  .cid-u9m2Z7vRba .carousel-indicators,
  .cid-u9m2Z7vRba .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u9m2Z7vRba .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u9m2Z7vRba .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u9m2Z7vRba .carousel-indicators .active,
.cid-u9m2Z7vRba .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u9m2Z7vRba .carousel-indicators .active {
  background: #fff;
}
.cid-u9m2Z7vRba .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u9m2Z7vRba .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u9m2Z7vRba .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u9m2Z7vRba .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u9m2Z7vRba .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u9m2Z7vRba .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u9m2Z7vRba .carousel {
  width: 100%;
}
.cid-u9m2Z7vRba .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u9m2Z7vRba .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u9m2Z7vRba .modal.fade .modal-dialog,
.cid-u9m2Z7vRba .modal.in .modal-dialog {
  transform: none;
}
.cid-u9m2Z7vRba .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u9m2Z7vRba H6 {
  text-align: center;
}
.cid-vgFjuhBQjk {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/b.jpg");
}
.cid-vgFjuhBQjk .mbr-overlay {
  background-color: #1b1818;
  opacity: 0.3;
}
.cid-vgFjuhBQjk .form-control,
.cid-vgFjuhBQjk .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vgFjuhBQjk .form-control::-webkit-input-placeholder,
.cid-vgFjuhBQjk .field-input::-webkit-input-placeholder,
.cid-vgFjuhBQjk .form-control::-webkit-input-placeholder,
.cid-vgFjuhBQjk .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-vgFjuhBQjk .form-control:-moz-placeholder,
.cid-vgFjuhBQjk .field-input:-moz-placeholder,
.cid-vgFjuhBQjk .form-control:-moz-placeholder,
.cid-vgFjuhBQjk .field-input:-moz-placeholder {
  color: #000000;
}
.cid-vgFjuhBQjk .form-control:hover,
.cid-vgFjuhBQjk .field-input:hover,
.cid-vgFjuhBQjk .form-control:focus,
.cid-vgFjuhBQjk .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-vgFjuhBQjk .form-control:hover::-webkit-input-placeholder,
.cid-vgFjuhBQjk .field-input:hover::-webkit-input-placeholder,
.cid-vgFjuhBQjk .form-control:focus::-webkit-input-placeholder,
.cid-vgFjuhBQjk .field-input:focus::-webkit-input-placeholder,
.cid-vgFjuhBQjk .form-control:hover::-webkit-input-placeholder,
.cid-vgFjuhBQjk .field-input:hover::-webkit-input-placeholder,
.cid-vgFjuhBQjk .form-control:focus::-webkit-input-placeholder,
.cid-vgFjuhBQjk .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-vgFjuhBQjk .form-control:hover:-moz-placeholder,
.cid-vgFjuhBQjk .field-input:hover:-moz-placeholder,
.cid-vgFjuhBQjk .form-control:focus:-moz-placeholder,
.cid-vgFjuhBQjk .field-input:focus:-moz-placeholder,
.cid-vgFjuhBQjk .form-control:hover:-moz-placeholder,
.cid-vgFjuhBQjk .field-input:hover:-moz-placeholder,
.cid-vgFjuhBQjk .form-control:focus:-moz-placeholder,
.cid-vgFjuhBQjk .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-vgFjuhBQjk .jq-number__spin:hover,
.cid-vgFjuhBQjk .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vgFjuhBQjk .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vgFjuhBQjk .jq-selectbox li,
.cid-vgFjuhBQjk .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-vgFjuhBQjk .jq-selectbox li:hover,
.cid-vgFjuhBQjk .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-vgFjuhBQjk .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-vgFjuhBQjk .jq-number__spin.minus:hover:after,
.cid-vgFjuhBQjk .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-vgFjuhBQjk .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-vgFjuhBQjk .jq-number__spin.minus:after,
.cid-vgFjuhBQjk .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-vgFjuhBQjk input::-webkit-clear-button {
  display: none;
}
.cid-vgFjuhBQjk input::-webkit-inner-spin-button {
  display: none;
}
.cid-vgFjuhBQjk input::-webkit-outer-spin-button {
  display: none;
}
.cid-vgFjuhBQjk input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-vgFjuhBQjk H4 {
  color: #ffffff;
}
.cid-u9lWSJjhIK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ded6c1;
}
.cid-u9lWSJjhIK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9lWSJjhIK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9lWSJjhIK .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-u9lWSJjhIK .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-u9lWSJjhIK .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u9lWSJjhIK .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u9lWSJjhIK .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u9lWSJjhIK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-u9lWSJjhIK .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u9lWSJjhIK .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u9lWSJjhIK .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u9lWSJjhIK .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-u9lWSJjhIK .mbr-text {
  color: #1b1818;
}
.cid-u9lWSJjhIK .list-box {
  width: 100%;
}
.cid-u9lWSJjhIK .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-u9lWSJjhIK .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-u9lWSJjhIK .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u9lWSJjhIK .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-u9lWSJjhIK .list a:hover:before {
  background-position: left !important;
}
.cid-u9lWSJjhIK .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-u9lWSJjhIK .news-item {
  width: 100%;
}
.cid-u9lWSJjhIK .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-u9lWSJjhIK .news-title {
  color: #303030;
}
.cid-vgFjtdKkeG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ded6c1;
}
.cid-vgFjtdKkeG .card-wrapper {
  padding: 1rem 0 2rem;
}
@media (max-width: 767px) {
  .cid-vgFjtdKkeG .card-wrapper {
    padding-bottom: 1rem;
    position: sticky;
  }
}
.cid-vgFjtdKkeG .card-title {
  text-align: center;
}
.cid-vgFjtdKkeG .mbr-iconfont {
  order: initial;
  cursor: pointer;
  margin-right: 0.5rem;
  margin-left: 0rem;
  vertical-align: sub;
}
.cid-u9lWSKXiIZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1b1818;
}
.cid-u9lWSKXiIZ .mbr-text {
  color: #ffffff;
}
.cid-u9lyjJk2w6 {
  padding-top: 12rem;
  padding-bottom: 7rem;
  background-color: #1b1818;
}
.cid-u9lyjJk2w6 .mbr-overlay {
  z-index: 2;
  pointer-events: none;
}
.cid-u9lyjJk2w6 .image-wrapper {
  position: absolute;
  width: 98%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.cid-u9lyjJk2w6 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9lyjJk2w6 .content {
  width: 43%;
  position: relative;
  z-index: 3;
}
@media (max-width: 859px) {
  .cid-u9lyjJk2w6 .content {
    width: 100%;
    text-align: center!important;
  }
}
.cid-u9lyjJk2w6 .mbr-section-title {
  color: #1f1437;
  margin-bottom: 20px;
  position: relative;
  padding: 1rem 2rem;
  border-top: 2px solid #1f1437;
  border-bottom: 2px solid #1f1437;
}
.cid-u9lyjJk2w6 .mbr-section-title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #bbbbbb;
  opacity: 0.7;
  z-index: -1;
}
.cid-u9lyjJk2w6 .mbr-section-btn {
  margin-top: 3rem;
}
@media (max-width: 859px) {
  .cid-u9lyjJk2w6 .mbr-section-btn {
    justify-content: center !important;
  }
}
.cid-u9lyjJk2w6 .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-u9lyjJk2w6 .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
  z-index: 4;
}
.cid-u9lyjJk2w6 .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-u9lyjJk2w6 .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-u9lyjNOULp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u9lyjNOULp .mbr-iconfont {
  transition: all 0.3s;
  display: block;
  order: initial;
  cursor: pointer;
  margin-right: 0.5rem;
  margin-left: 0rem;
  vertical-align: sub;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-u9lyjNOULp .iconfont-wrapper {
  overflow: hidden;
  color: #000000 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-u9lyjNOULp .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-u9lyjNOULp .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-u9lyjNOULp .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #000000;
  z-index: -1;
}
.cid-u9lyjNOULp nav.navbar {
  position: fixed;
}
.cid-u9lyjNOULp .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-u9lyjNOULp .nav-item {
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-u9lyjNOULp .nav-item {
    border: 0;
  }
}
.cid-u9lyjNOULp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9lyjNOULp .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-u9lyjNOULp .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-u9lyjNOULp .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-u9lyjNOULp .title-wrap:hover span {
  color: white;
}
.cid-u9lyjNOULp .title-wrap:hover:before {
  height: 100%;
}
.cid-u9lyjNOULp .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-u9lyjNOULp .dropdown-menu {
  padding: 0;
  border-top: 4px solid GOLD;
}
.cid-u9lyjNOULp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u9lyjNOULp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u9lyjNOULp .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-u9lyjNOULp .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-u9lyjNOULp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u9lyjNOULp .nav-link {
  position: relative;
}
.cid-u9lyjNOULp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u9lyjNOULp .container {
    flex-wrap: nowrap;
  }
}
.cid-u9lyjNOULp .dropdown-menu,
.cid-u9lyjNOULp .navbar.opened {
  background: #ded6c1 !important;
}
.cid-u9lyjNOULp .nav-item:focus,
.cid-u9lyjNOULp .nav-link:focus {
  outline: none;
}
.cid-u9lyjNOULp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9lyjNOULp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9lyjNOULp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9lyjNOULp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9lyjNOULp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9lyjNOULp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9lyjNOULp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ded6c1;
}
.cid-u9lyjNOULp .navbar.opened {
  transition: all 0.3s;
}
.cid-u9lyjNOULp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9lyjNOULp .navbar .navbar-logo img {
  width: auto;
}
.cid-u9lyjNOULp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u9lyjNOULp .navbar.collapsed {
  justify-content: center;
}
.cid-u9lyjNOULp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9lyjNOULp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9lyjNOULp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u9lyjNOULp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9lyjNOULp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9lyjNOULp .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-u9lyjNOULp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9lyjNOULp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9lyjNOULp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9lyjNOULp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9lyjNOULp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9lyjNOULp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9lyjNOULp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9lyjNOULp .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-u9lyjNOULp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9lyjNOULp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9lyjNOULp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9lyjNOULp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9lyjNOULp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9lyjNOULp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9lyjNOULp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9lyjNOULp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9lyjNOULp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9lyjNOULp .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-u9lyjNOULp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9lyjNOULp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9lyjNOULp .dropdown-item.active,
.cid-u9lyjNOULp .dropdown-item:active {
  background-color: transparent;
}
.cid-u9lyjNOULp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9lyjNOULp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9lyjNOULp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9lyjNOULp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ded6c1;
}
.cid-u9lyjNOULp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9lyjNOULp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9lyjNOULp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9lyjNOULp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9lyjNOULp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9lyjNOULp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #794e2c;
}
.cid-u9lyjNOULp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9lyjNOULp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9lyjNOULp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9lyjNOULp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9lyjNOULp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9lyjNOULp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9lyjNOULp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9lyjNOULp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9lyjNOULp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u9lyjNOULp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9lyjNOULp .navbar {
    height: 70px;
  }
  .cid-u9lyjNOULp .navbar.opened {
    height: auto;
  }
  .cid-u9lyjNOULp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9lyjNOULp .navbar-caption-wrap,
.cid-u9lyjNOULp .title-wrap {
  color: #272727;
}
.cid-u9lAB09CnI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ded6c1;
}
.cid-u9lAB09CnI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9lAB09CnI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFkj4mSyY {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/b.jpg");
}
.cid-vgFkj4mSyY .mbr-overlay {
  background-color: #1b1818;
  opacity: 0.3;
}
.cid-vgFkj4mSyY .form-control,
.cid-vgFkj4mSyY .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vgFkj4mSyY .form-control::-webkit-input-placeholder,
.cid-vgFkj4mSyY .field-input::-webkit-input-placeholder,
.cid-vgFkj4mSyY .form-control::-webkit-input-placeholder,
.cid-vgFkj4mSyY .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-vgFkj4mSyY .form-control:-moz-placeholder,
.cid-vgFkj4mSyY .field-input:-moz-placeholder,
.cid-vgFkj4mSyY .form-control:-moz-placeholder,
.cid-vgFkj4mSyY .field-input:-moz-placeholder {
  color: #000000;
}
.cid-vgFkj4mSyY .form-control:hover,
.cid-vgFkj4mSyY .field-input:hover,
.cid-vgFkj4mSyY .form-control:focus,
.cid-vgFkj4mSyY .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-vgFkj4mSyY .form-control:hover::-webkit-input-placeholder,
.cid-vgFkj4mSyY .field-input:hover::-webkit-input-placeholder,
.cid-vgFkj4mSyY .form-control:focus::-webkit-input-placeholder,
.cid-vgFkj4mSyY .field-input:focus::-webkit-input-placeholder,
.cid-vgFkj4mSyY .form-control:hover::-webkit-input-placeholder,
.cid-vgFkj4mSyY .field-input:hover::-webkit-input-placeholder,
.cid-vgFkj4mSyY .form-control:focus::-webkit-input-placeholder,
.cid-vgFkj4mSyY .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-vgFkj4mSyY .form-control:hover:-moz-placeholder,
.cid-vgFkj4mSyY .field-input:hover:-moz-placeholder,
.cid-vgFkj4mSyY .form-control:focus:-moz-placeholder,
.cid-vgFkj4mSyY .field-input:focus:-moz-placeholder,
.cid-vgFkj4mSyY .form-control:hover:-moz-placeholder,
.cid-vgFkj4mSyY .field-input:hover:-moz-placeholder,
.cid-vgFkj4mSyY .form-control:focus:-moz-placeholder,
.cid-vgFkj4mSyY .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-vgFkj4mSyY .jq-number__spin:hover,
.cid-vgFkj4mSyY .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vgFkj4mSyY .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vgFkj4mSyY .jq-selectbox li,
.cid-vgFkj4mSyY .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-vgFkj4mSyY .jq-selectbox li:hover,
.cid-vgFkj4mSyY .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-vgFkj4mSyY .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-vgFkj4mSyY .jq-number__spin.minus:hover:after,
.cid-vgFkj4mSyY .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-vgFkj4mSyY .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-vgFkj4mSyY .jq-number__spin.minus:after,
.cid-vgFkj4mSyY .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-vgFkj4mSyY input::-webkit-clear-button {
  display: none;
}
.cid-vgFkj4mSyY input::-webkit-inner-spin-button {
  display: none;
}
.cid-vgFkj4mSyY input::-webkit-outer-spin-button {
  display: none;
}
.cid-vgFkj4mSyY input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-vgFkj4mSyY H4 {
  color: #ffffff;
}
.cid-u9lAaN3jGJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-u9lAaN3jGJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9lAaN3jGJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9lAaN3jGJ .google-map {
  height: 30rem;
  position: relative;
}
.cid-u9lAaN3jGJ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u9lAaN3jGJ .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u9lAaN3jGJ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u9lAaN3jGJ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u9lyjUZ4oZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ded6c1;
}
.cid-u9lyjUZ4oZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9lyjUZ4oZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9lyjUZ4oZ .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-u9lyjUZ4oZ .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-u9lyjUZ4oZ .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u9lyjUZ4oZ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u9lyjUZ4oZ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u9lyjUZ4oZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-u9lyjUZ4oZ .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u9lyjUZ4oZ .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u9lyjUZ4oZ .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u9lyjUZ4oZ .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-u9lyjUZ4oZ .mbr-text {
  color: #1b1818;
}
.cid-u9lyjUZ4oZ .list-box {
  width: 100%;
}
.cid-u9lyjUZ4oZ .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-u9lyjUZ4oZ .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-u9lyjUZ4oZ .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u9lyjUZ4oZ .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-u9lyjUZ4oZ .list a:hover:before {
  background-position: left !important;
}
.cid-u9lyjUZ4oZ .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-u9lyjUZ4oZ .news-item {
  width: 100%;
}
.cid-u9lyjUZ4oZ .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-u9lyjUZ4oZ .news-title {
  color: #303030;
}
.cid-vgFkp42FWK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ded6c1;
}
.cid-vgFkp42FWK .card-wrapper {
  padding: 1rem 0 2rem;
}
@media (max-width: 767px) {
  .cid-vgFkp42FWK .card-wrapper {
    padding-bottom: 1rem;
    position: sticky;
  }
}
.cid-vgFkp42FWK .card-title {
  text-align: center;
}
.cid-vgFkp42FWK .mbr-iconfont {
  order: initial;
  cursor: pointer;
  margin-right: 0.5rem;
  margin-left: 0rem;
  vertical-align: sub;
}
.cid-u9lyjY80gf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1b1818;
}
.cid-u9lyjY80gf .mbr-text {
  color: #ffffff;
}
