.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Afterglow-Regular';
  font-size: 6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-2 {
  font-family: 'Afterglow-Regular';
  font-size: 4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Merriweather', serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Lora', 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: 4.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((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: #6c3b30 !important;
}
.bg-success {
  background-color: #f8edeb !important;
}
.bg-info {
  background-color: #d8e2dc !important;
}
.bg-warning {
  background-color: #ece4db !important;
}
.bg-danger {
  background-color: #ffd7ba !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6c3b30 !important;
  border-color: #6c3b30 !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: #301a15 !important;
  border-color: #301a15 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #301a15 !important;
  border-color: #301a15 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fcd5c3 !important;
  border-color: #fcd5c3 !important;
  color: #b74009 !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: #f89b70 !important;
  border-color: #f89b70 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #b74009 !important;
  background-color: #f89b70 !important;
  border-color: #f89b70 !important;
}
.btn-info,
.btn-info:active {
  background-color: #d8e2dc !important;
  border-color: #d8e2dc !important;
  color: #506b5b !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: #a6bdaf !important;
  border-color: #a6bdaf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #506b5b !important;
  background-color: #a6bdaf !important;
  border-color: #a6bdaf !important;
}
.btn-success,
.btn-success:active {
  background-color: #f8edeb !important;
  border-color: #f8edeb !important;
  color: #a94c3b !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: #e2b3ab !important;
  border-color: #e2b3ab !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #a94c3b !important;
  background-color: #e2b3ab !important;
  border-color: #e2b3ab !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ece4db !important;
  border-color: #ece4db !important;
  color: #836645 !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: #ceb9a2 !important;
  border-color: #ceb9a2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #836645 !important;
  background-color: #ceb9a2 !important;
  border-color: #ceb9a2 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffd7ba !important;
  border-color: #ffd7ba !important;
  color: #ba4e00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ffa563 !important;
  border-color: #ffa563 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ba4e00 !important;
  background-color: #ffa563 !important;
  border-color: #ffa563 !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: #6c3b30;
  color: #6c3b30;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #301a15 !important;
  background-color: transparent!important;
  border-color: #301a15 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6c3b30 !important;
  border-color: #6c3b30 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #fcd5c3;
  color: #fcd5c3;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #f89b70 !important;
  background-color: transparent!important;
  border-color: #f89b70 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #b74009 !important;
  background-color: #fcd5c3 !important;
  border-color: #fcd5c3 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #d8e2dc;
  color: #d8e2dc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a6bdaf !important;
  background-color: transparent!important;
  border-color: #a6bdaf !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #506b5b !important;
  background-color: #d8e2dc !important;
  border-color: #d8e2dc !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #f8edeb;
  color: #f8edeb;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #e2b3ab !important;
  background-color: transparent!important;
  border-color: #e2b3ab !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #a94c3b !important;
  background-color: #f8edeb !important;
  border-color: #f8edeb !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ece4db;
  color: #ece4db;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ceb9a2 !important;
  background-color: transparent!important;
  border-color: #ceb9a2 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #836645 !important;
  background-color: #ece4db !important;
  border-color: #ece4db !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ba;
  color: #ffd7ba;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffa563 !important;
  background-color: transparent!important;
  border-color: #ffa563 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ba4e00 !important;
  background-color: #ffd7ba !important;
  border-color: #ffd7ba !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  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: #000000 !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: #fafafa;
  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: #cfcfcf !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: #6c3b30 !important;
}
.text-secondary {
  color: #fcd5c3 !important;
}
.text-success {
  color: #f8edeb !important;
}
.text-info {
  color: #d8e2dc !important;
}
.text-warning {
  color: #ece4db !important;
}
.text-danger {
  color: #ffd7ba !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #251411 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #f79162 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #dea99f !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #9eb7a8 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #c9b298 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff9c54 !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: #6c3b30;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #d8e2dc;
}
.alert-warning {
  background-color: #ece4db;
}
.alert-danger {
  background-color: #ffd7ba;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6c3b30;
  border-color: #6c3b30;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #6c3b30;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b97262;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #6c3b30 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #6c3b30;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6c3b30;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6c3b30;
}
.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: #6c3b30;
  border-bottom-color: #6c3b30;
}
.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: #6c3b30 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #fcd5c3 !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='%236c3b30' %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-smregDrN5V {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-smregDrN5V nav.navbar {
  position: fixed;
}
.cid-smregDrN5V .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-smregDrN5V .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-smregDrN5V .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-smregDrN5V .dropdown-item:hover,
.cid-smregDrN5V .dropdown-item:focus {
  background: #6c3b30 !important;
  color: white !important;
}
.cid-smregDrN5V .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-smregDrN5V .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-smregDrN5V .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-smregDrN5V .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-smregDrN5V .nav-link {
  position: relative;
}
.cid-smregDrN5V .container {
  display: flex;
  margin: auto;
}
.cid-smregDrN5V .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-smregDrN5V .dropdown-menu,
.cid-smregDrN5V .navbar.opened {
  background: #fcd5c3 !important;
}
.cid-smregDrN5V .nav-item:focus,
.cid-smregDrN5V .nav-link:focus {
  outline: none;
}
.cid-smregDrN5V .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-smregDrN5V .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-smregDrN5V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-smregDrN5V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-smregDrN5V .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-smregDrN5V .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-smregDrN5V .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fcd5c3;
}
.cid-smregDrN5V .navbar.opened {
  transition: all 0.3s;
}
.cid-smregDrN5V .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-smregDrN5V .navbar .navbar-logo img {
  width: auto;
}
.cid-smregDrN5V .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-smregDrN5V .navbar.collapsed {
  justify-content: center;
}
.cid-smregDrN5V .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-smregDrN5V .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-smregDrN5V .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.6rem);
  }
}
.cid-smregDrN5V .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-smregDrN5V .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-smregDrN5V .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-smregDrN5V .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-smregDrN5V .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-smregDrN5V .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-smregDrN5V .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-smregDrN5V .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-smregDrN5V .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-smregDrN5V .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-smregDrN5V .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-smregDrN5V .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-smregDrN5V .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-smregDrN5V .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-smregDrN5V .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-smregDrN5V .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-smregDrN5V .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-smregDrN5V .navbar.navbar-short {
  min-height: 60px;
}
.cid-smregDrN5V .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-smregDrN5V .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-smregDrN5V .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-smregDrN5V .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-smregDrN5V .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-smregDrN5V .dropdown-item.active,
.cid-smregDrN5V .dropdown-item:active {
  background-color: transparent;
}
.cid-smregDrN5V .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-smregDrN5V .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-smregDrN5V .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-smregDrN5V .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fcd5c3;
}
.cid-smregDrN5V .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-smregDrN5V .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-smregDrN5V ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-smregDrN5V .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-smregDrN5V button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-smregDrN5V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #443731;
}
.cid-smregDrN5V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-smregDrN5V button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smregDrN5V button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smregDrN5V button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-smregDrN5V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smregDrN5V nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-smregDrN5V nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-smregDrN5V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smregDrN5V .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-smregDrN5V a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-smregDrN5V .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-smregDrN5V .navbar {
    height: 70px;
  }
  .cid-smregDrN5V .navbar.opened {
    height: auto;
  }
  .cid-smregDrN5V .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-smwdmnJ1sK {
  background-image: url("../../../assets/images/fooldal2-2000x1499.webp");
}
.cid-smwdmnJ1sK .mbr-section-title {
  color: #372f2b;
}
.cid-smDuvOk3XX {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f8edeb;
}
.cid-smDuvOk3XX .mbr-section-title {
  text-align: center;
  color: #6c3b30;
}
.cid-smDuvOk3XX .mbr-text {
  text-align: center;
  color: #6c3b30;
}
.cid-smxmLIJnCH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8edeb;
}
@media (min-width: 992px) {
  .cid-smxmLIJnCH .carousel {
    min-height: 700px;
  }
  .cid-smxmLIJnCH .carousel img {
    max-height: 700px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-smxmLIJnCH .carousel {
    min-height: 455px;
  }
  .cid-smxmLIJnCH .carousel img {
    max-height: 455px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-smxmLIJnCH .carousel {
    min-height: 385px;
  }
  .cid-smxmLIJnCH .carousel img {
    max-height: 385px;
    object-fit: contain;
  }
  .cid-smxmLIJnCH .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-smxmLIJnCH .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-smxmLIJnCH .carousel,
.cid-smxmLIJnCH .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-smxmLIJnCH .item-wrapper {
  width: 100%;
}
.cid-smxmLIJnCH .carousel-caption {
  bottom: 40px;
}
.cid-smxmLIJnCH .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-smxmLIJnCH .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-smxmLIJnCH .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-smxmLIJnCH .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-smxmLIJnCH .carousel-control {
  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-smxmLIJnCH .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-smxmLIJnCH .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-smxmLIJnCH .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-smxmLIJnCH .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-smxmLIJnCH .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-smxmLIJnCH .carousel-indicators li.active,
.cid-smxmLIJnCH .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-smxmLIJnCH .carousel-indicators li::after,
.cid-smxmLIJnCH .carousel-indicators li::before {
  content: none;
}
.cid-smxmLIJnCH .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-smxmLIJnCH .carousel-indicators {
    display: none !important;
  }
}
.cid-smrwQsezRO {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f8edeb;
}
@media (max-width: 991px) {
  .cid-smrwQsezRO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-smrwQsezRO .row {
  flex-direction: row-reverse;
}
.cid-smrwQsezRO img {
  width: 100%;
}
.cid-sms6oNkdPX {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f8edeb;
}
.cid-sms6oNkdPX .mbr-section-subtitle {
  text-align: center;
}
.cid-sms6oNkdPX .mbr-section-title {
  text-align: center;
}
.cid-tUQFAp3eaV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffe5d9;
}
.cid-tUQFAp3eaV .mbr-text {
  color: #000000;
}
.cid-tUQFAp3eaV .mbr-section-subtitle {
  color: #000000;
}
.cid-tUQFAp3eaV .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tUQGltxVty {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8edeb;
}
.cid-tUQGltxVty .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUQGltxVty .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUQGltxVty ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tUQGltxVty li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tUQGltxVty ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6c3b30;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sQZS9ZxlEO {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-sQZS9ZxlEO .mbr-section-title {
  color: #264653;
}
.cid-sQZS9ZxlEO .mbr-section-subtitle {
  color: #264653;
}
.cid-tUOGn4N9kx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f8edeb;
}
.cid-tUOGn4N9kx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUOGn4N9kx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sRE374bN8K {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/edeleny1-1144x4301-1144x430.webp");
}
.cid-sRE374bN8K .mbr-text,
.cid-sRE374bN8K .mbr-section-btn {
  color: #232323;
}
.cid-sRE374bN8K .card-title,
.cid-sRE374bN8K .card-box {
  color: #264653;
}
.cid-sRE374bN8K .mbr-text,
.cid-sRE374bN8K .link-wrap {
  color: #ffffff;
}
.cid-sRE374bN8K .card-box .mbr-text,
.cid-sRE374bN8K .mbr-section-btn {
  color: #264653;
}
.cid-sQZVzdQl9J {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8edeb;
}
.cid-sQZVzdQl9J .line {
  background-color: #6c3b30;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tUOEI6ntjc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8edeb;
}
.cid-tUOEI6ntjc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUOEI6ntjc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUOEI6ntjc .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tUOEI6ntjc .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tUOEI6ntjc .embla__button--next,
.cid-tUOEI6ntjc .embla__button--prev {
  display: flex;
}
.cid-tUOEI6ntjc .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-tUOEI6ntjc .embla__button {
    display: none;
  }
}
.cid-tUOEI6ntjc .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tUOEI6ntjc .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tUOEI6ntjc .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tUOEI6ntjc .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tUOEI6ntjc .embla__button {
    top: auto;
  }
}
.cid-tUOEI6ntjc .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tUOEI6ntjc .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tUOEI6ntjc .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tUOEI6ntjc .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tUOEI6ntjc .embla {
  position: relative;
  width: 100%;
}
.cid-tUOEI6ntjc .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tUOEI6ntjc .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tUOEI6ntjc .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tUOEI6ntjc .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-sQUi15cias {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffd7ba;
}
.cid-sQUi15cias .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sQUi15cias .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sQUi15cias .row {
    text-align: center;
  }
  .cid-sQUi15cias .row > div {
    margin: auto;
  }
  .cid-sQUi15cias .social-row {
    justify-content: center;
  }
}
.cid-sQUi15cias .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sQUi15cias .list {
  list-style: none;
  padding-left: 0;
  color: #264653;
}
@media (max-width: 991px) {
  .cid-sQUi15cias .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sQUi15cias .list {
    margin-bottom: 0rem;
  }
}
.cid-sQUi15cias .mbr-text {
  color: #264653;
}
.cid-sQUi15cias .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sQUi15cias .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sQUi15cias div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sQUi15cias H5 {
  color: #264653;
}
.cid-sQUi15cias .copyright {
  text-align: left;
}
.cid-smregDrN5V {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-smregDrN5V nav.navbar {
  position: fixed;
}
.cid-smregDrN5V .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-smregDrN5V .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-smregDrN5V .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-smregDrN5V .dropdown-item:hover,
.cid-smregDrN5V .dropdown-item:focus {
  background: #6c3b30 !important;
  color: white !important;
}
.cid-smregDrN5V .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-smregDrN5V .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-smregDrN5V .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-smregDrN5V .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-smregDrN5V .nav-link {
  position: relative;
}
.cid-smregDrN5V .container {
  display: flex;
  margin: auto;
}
.cid-smregDrN5V .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-smregDrN5V .dropdown-menu,
.cid-smregDrN5V .navbar.opened {
  background: #fcd5c3 !important;
}
.cid-smregDrN5V .nav-item:focus,
.cid-smregDrN5V .nav-link:focus {
  outline: none;
}
.cid-smregDrN5V .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-smregDrN5V .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-smregDrN5V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-smregDrN5V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-smregDrN5V .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-smregDrN5V .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-smregDrN5V .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fcd5c3;
}
.cid-smregDrN5V .navbar.opened {
  transition: all 0.3s;
}
.cid-smregDrN5V .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-smregDrN5V .navbar .navbar-logo img {
  width: auto;
}
.cid-smregDrN5V .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-smregDrN5V .navbar.collapsed {
  justify-content: center;
}
.cid-smregDrN5V .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-smregDrN5V .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-smregDrN5V .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-smregDrN5V .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-smregDrN5V .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-smregDrN5V .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-smregDrN5V .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-smregDrN5V .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-smregDrN5V .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-smregDrN5V .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-smregDrN5V .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-smregDrN5V .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-smregDrN5V .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-smregDrN5V .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-smregDrN5V .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-smregDrN5V .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-smregDrN5V .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-smregDrN5V .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-smregDrN5V .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-smregDrN5V .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-smregDrN5V .navbar.navbar-short {
  min-height: 60px;
}
.cid-smregDrN5V .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-smregDrN5V .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-smregDrN5V .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-smregDrN5V .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-smregDrN5V .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-smregDrN5V .dropdown-item.active,
.cid-smregDrN5V .dropdown-item:active {
  background-color: transparent;
}
.cid-smregDrN5V .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-smregDrN5V .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-smregDrN5V .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-smregDrN5V .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fcd5c3;
}
.cid-smregDrN5V .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-smregDrN5V .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-smregDrN5V ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-smregDrN5V .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-smregDrN5V button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-smregDrN5V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #443731;
}
.cid-smregDrN5V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-smregDrN5V button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smregDrN5V button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smregDrN5V button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-smregDrN5V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smregDrN5V nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-smregDrN5V nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-smregDrN5V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smregDrN5V .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-smregDrN5V a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-smregDrN5V .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-smregDrN5V .navbar {
    height: 70px;
  }
  .cid-smregDrN5V .navbar.opened {
    height: auto;
  }
  .cid-smregDrN5V .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-smxvzQEz0F {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #f9f1e8;
}
.cid-smxvzQEz0F P {
  color: #767676;
}
.cid-smxvBQ3yqo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f1e8;
}
.cid-smxvBQ3yqo .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-smxvBQ3yqo H2 {
  text-align: left;
}
.cid-smxvDTVcZm {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f9f1e8;
}
.cid-smxvDTVcZm .mbr-text,
.cid-smxvDTVcZm blockquote {
  color: #767676;
}
.cid-smxvDTVcZm .mbr-text P {
  text-align: left;
}
.cid-smxvEKgoE6 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f9f1e8;
}
.cid-smxvEKgoE6 .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-smxvEKgoE6 H2 {
  text-align: left;
}
.cid-smxvFdTn6b {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f9f1e8;
}
.cid-smxvFdTn6b .mbr-text,
.cid-smxvFdTn6b blockquote {
  color: #767676;
}
.cid-smxvFdTn6b .mbr-text P {
  text-align: left;
}
.cid-smxvGlZZCK {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f9f1e8;
}
.cid-smxvGlZZCK .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-smxvGlZZCK H2 {
  text-align: left;
}
.cid-smxvHPslw4 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #f9f1e8;
}
.cid-smxvHPslw4 .mbr-section-subtitle {
  color: #767676;
}
.cid-smxvHPslw4 .container-table {
  margin: 0 auto;
}
.cid-smxvHPslw4 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-smxvHPslw4 .dataTables_wrapper {
  display: block;
}
.cid-smxvHPslw4 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-smxvHPslw4 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-smxvHPslw4 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #232323;
  margin-bottom: 0;
}
.cid-smxvHPslw4 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-smxvHPslw4 table th:hover {
  background: #232323;
  color: #ffffff;
}
.cid-smxvHPslw4 table td {
  border-top: 1px solid #232323;
}
.cid-smxvHPslw4 table.table {
  background: #fdefde;
}
.cid-smxvHPslw4 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-smxvHPslw4 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-smxvHPslw4 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-smxvHPslw4 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-smxvHPslw4 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-smxvHPslw4 .dataTables_filter {
    text-align: center;
  }
  .cid-smxvHPslw4 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-smxvHPslw4 .mbr-section-title {
  text-align: center;
}
.cid-smxvJ1xZZk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f1e8;
}
.cid-smxvJ1xZZk .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-smxvJ1xZZk H2 {
  text-align: left;
}
.cid-smxyWXhseI {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f9f1e8;
}
.cid-smxyWXhseI .mbr-text,
.cid-smxyWXhseI blockquote {
  color: #767676;
}
.cid-smxyWXhseI .mbr-text P {
  text-align: left;
}
.cid-smxvJS373G {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f1e8;
}
.cid-smxvJS373G .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-smxvJS373G H2 {
  text-align: left;
}
.cid-smxvKrjbuR {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f9f1e8;
}
.cid-smxvKrjbuR .mbr-text,
.cid-smxvKrjbuR blockquote {
  color: #767676;
}
.cid-smxvKrjbuR .mbr-text P {
  text-align: left;
}
.cid-smxvLbaLmX {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f9f1e8;
}
.cid-smxvLbaLmX .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-smxvLbaLmX H2 {
  text-align: left;
}
.cid-smxvLCJjuE {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f9f1e8;
}
.cid-smxvLCJjuE .mbr-text,
.cid-smxvLCJjuE blockquote {
  color: #767676;
}
.cid-smxvLCJjuE .mbr-text P {
  text-align: left;
}
.cid-smxvMhjbE1 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f9f1e8;
}
.cid-smxvMhjbE1 .counter-container {
  color: #767676;
}
.cid-smxvMhjbE1 .counter-container ul {
  margin-bottom: 0;
}
.cid-smxvMhjbE1 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-smxvMhjbE1 .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #000000;
  background: #ffd7ba;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.cid-smxvN3QrHS {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f9f1e8;
}
.cid-smxvN3QrHS .mbr-text,
.cid-smxvN3QrHS blockquote {
  color: #767676;
}
.cid-smxvN3QrHS .mbr-text P {
  text-align: left;
}
.cid-smxvNxiLvd {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f9f1e8;
}
.cid-smxvNxiLvd .counter-container {
  color: #767676;
}
.cid-smxvNxiLvd .counter-container ul {
  margin-bottom: 0;
}
.cid-smxvNxiLvd .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-smxvNxiLvd .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #000000;
  background: #ffd7ba;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.cid-smxvO0UQfa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f1e8;
}
.cid-smxvO0UQfa .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-smxvO0UQfa H2 {
  text-align: left;
}
.cid-smxvOAp43F {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f9f1e8;
}
.cid-smxvOAp43F .mbr-text,
.cid-smxvOAp43F blockquote {
  color: #767676;
}
.cid-smxvOAp43F .mbr-text P {
  text-align: left;
}
.cid-smxvQutCU5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f1e8;
}
.cid-smxvQutCU5 .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-smxvQutCU5 H2 {
  text-align: left;
}
.cid-smxvQXrJ4k {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f9f1e8;
}
.cid-smxvQXrJ4k .counter-container {
  color: #767676;
}
.cid-smxvQXrJ4k .counter-container ul {
  margin-bottom: 0;
}
.cid-smxvQXrJ4k .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-smxvQXrJ4k .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #000000;
  background: #ffd7ba;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.cid-smxvRiLBnY {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f9f1e8;
}
.cid-smxvRiLBnY .mbr-text,
.cid-smxvRiLBnY blockquote {
  color: #767676;
}
.cid-smxvRiLBnY .mbr-text P {
  text-align: left;
}
.cid-smxvRVbCvp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f1e8;
}
.cid-smxvRVbCvp .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-smxvRVbCvp H2 {
  text-align: left;
}
.cid-smxvTm1Ii1 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f9f1e8;
}
.cid-smxvTm1Ii1 .mbr-text,
.cid-smxvTm1Ii1 blockquote {
  color: #767676;
}
.cid-smxvTm1Ii1 .mbr-text P {
  text-align: left;
}
.cid-smxvTNorpE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f1e8;
}
.cid-smxvTNorpE .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-smxvTNorpE H2 {
  text-align: left;
}
.cid-smxvUnEwuj {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f9f1e8;
}
.cid-smxvUnEwuj .mbr-text,
.cid-smxvUnEwuj blockquote {
  color: #767676;
}
.cid-smxvUnEwuj .mbr-text P {
  text-align: left;
}
.cid-smxvUTooZX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f1e8;
}
.cid-smxvUTooZX .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-smxvUTooZX H2 {
  text-align: left;
}
.cid-smxvWcmvgf {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f9f1e8;
}
.cid-smxvWcmvgf .mbr-text,
.cid-smxvWcmvgf blockquote {
  color: #767676;
}
.cid-smxvWcmvgf .mbr-text P {
  text-align: left;
}
.cid-smxvWFE3cP {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f9f1e8;
}
.cid-smxvWFE3cP .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-smxvWFE3cP H2 {
  text-align: left;
}
.cid-smxvXbobYJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f1e8;
}
.cid-smxvXbobYJ .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-smxvXbobYJ H2 {
  text-align: left;
}
.cid-smxvXD5zHY {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f9f1e8;
}
.cid-smxvXD5zHY .mbr-text,
.cid-smxvXD5zHY blockquote {
  color: #767676;
}
.cid-smxvXD5zHY .mbr-text P {
  text-align: left;
}
.cid-smxvYJ7PQU {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f9f1e8;
}
.cid-smxvYJ7PQU .counter-container {
  color: #767676;
}
.cid-smxvYJ7PQU .counter-container ul {
  margin-bottom: 0;
}
.cid-smxvYJ7PQU .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-smxvYJ7PQU .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #000000;
  background: #ffd7ba;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.cid-smxvZ5XNen {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f9f1e8;
}
.cid-smxvZ5XNen .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-smxvZ5XNen H2 {
  text-align: left;
}
.cid-smxvZuaXGP {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f9f1e8;
}
.cid-smxvZuaXGP .mbr-text,
.cid-smxvZuaXGP blockquote {
  color: #767676;
}
.cid-smxvZuaXGP .mbr-text P {
  text-align: left;
}
.cid-smxvZXK0ZU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f1e8;
}
.cid-smxvZXK0ZU .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-smxvZXK0ZU H2 {
  text-align: left;
}
.cid-smxw15vnC7 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f9f1e8;
}
.cid-smxw15vnC7 .mbr-text,
.cid-smxw15vnC7 blockquote {
  color: #767676;
}
.cid-smxw15vnC7 .mbr-text P {
  text-align: left;
}
.cid-smxw1uFHNl {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f9f1e8;
}
.cid-smxw1uFHNl .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-smxw1uFHNl H2 {
  text-align: left;
}
.cid-smxw1XqMQj {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f9f1e8;
}
.cid-smxw1XqMQj .mbr-text,
.cid-smxw1XqMQj blockquote {
  color: #767676;
}
.cid-smxw1XqMQj .mbr-text P {
  text-align: left;
}
.cid-smxw2xsqGT {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f9f1e8;
}
.cid-smxw2xsqGT .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-smxw2xsqGT H2 {
  text-align: left;
}
.cid-smxw3GceI2 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f9f1e8;
}
.cid-smxw3GceI2 .mbr-text,
.cid-smxw3GceI2 blockquote {
  color: #767676;
}
.cid-smxw3GceI2 .mbr-text P {
  text-align: left;
}
.cid-smxw4uq1mC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f1e8;
}
.cid-smxw4uq1mC .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-smxw4uq1mC H2 {
  text-align: left;
}
.cid-smxw4UQqnd {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f9f1e8;
}
.cid-smxw4UQqnd .mbr-text,
.cid-smxw4UQqnd blockquote {
  color: #767676;
}
.cid-smxw4UQqnd .mbr-text P {
  text-align: left;
}
.cid-smxw5psAls {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f1e8;
}
.cid-smxw5psAls .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-smxw5psAls H2 {
  text-align: left;
}
.cid-smxw6BiBru {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f9f1e8;
}
.cid-smxw6BiBru .mbr-text,
.cid-smxw6BiBru blockquote {
  color: #767676;
}
.cid-smxw6BiBru .mbr-text P {
  text-align: left;
}
.cid-smxw71eVES {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f9f1e8;
}
.cid-smxw71eVES .counter-container {
  color: #767676;
}
.cid-smxw71eVES .counter-container ul {
  margin-bottom: 0;
}
.cid-smxw71eVES .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-smxw71eVES .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #000000;
  background: #ffd7ba;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.cid-smxw7IP4Hc {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f9f1e8;
}
.cid-smxw7IP4Hc .mbr-text,
.cid-smxw7IP4Hc blockquote {
  color: #767676;
}
.cid-smxw7IP4Hc .mbr-text P {
  text-align: left;
}
.cid-smxw8c6Oqq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f1e8;
}
.cid-smxw8c6Oqq .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-smxw8c6Oqq H2 {
  text-align: left;
}
.cid-smxw9ILI40 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f9f1e8;
}
.cid-smxw9ILI40 .mbr-text,
.cid-smxw9ILI40 blockquote {
  color: #767676;
}
.cid-smxw9ILI40 .mbr-text P {
  text-align: left;
}
.cid-smxwadGmDM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f1e8;
}
.cid-smxwadGmDM .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-smxwadGmDM H2 {
  text-align: left;
}
.cid-smxwaEjXmI {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f9f1e8;
}
.cid-smxwaEjXmI .mbr-text,
.cid-smxwaEjXmI blockquote {
  color: #767676;
}
.cid-smxwaEjXmI .mbr-text P {
  text-align: left;
}
.cid-smxwb8uEOJ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f9f1e8;
}
.cid-smxwb8uEOJ .counter-container {
  color: #767676;
}
.cid-smxwb8uEOJ .counter-container ul {
  margin-bottom: 0;
}
.cid-smxwb8uEOJ .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-smxwb8uEOJ .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #000000;
  background: #ffd7ba;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.cid-smxwck7UAh {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f9f1e8;
}
.cid-smxwck7UAh .mbr-text,
.cid-smxwck7UAh blockquote {
  color: #767676;
}
.cid-smxwck7UAh .mbr-text P {
  text-align: left;
}
.cid-smxwcUvNCh {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f9f1e8;
}
.cid-smxwcUvNCh .counter-container {
  color: #767676;
}
.cid-smxwcUvNCh .counter-container ul {
  margin-bottom: 0;
}
.cid-smxwcUvNCh .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-smxwcUvNCh .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #000000;
  background: #ffd7ba;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.cid-smxwdp2OQM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f1e8;
}
.cid-smxwdp2OQM .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-smxwdp2OQM H2 {
  text-align: left;
}
.cid-smxwdUMuVL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f1e8;
}
.cid-smxwdUMuVL .mbr-text,
.cid-smxwdUMuVL blockquote {
  color: #767676;
}
.cid-smxwdUMuVL .mbr-text P {
  text-align: left;
}
.cid-smxwf3hGOt {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f9f1e8;
}
.cid-smxwf3hGOt .counter-container {
  color: #767676;
}
.cid-smxwf3hGOt .counter-container ul {
  margin-bottom: 0;
}
.cid-smxwf3hGOt .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-smxwf3hGOt .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #000000;
  background: #ffd7ba;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.cid-smxwfsTl1k {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f1e8;
}
.cid-smxwfsTl1k .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-smxwfsTl1k H2 {
  text-align: left;
}
.cid-smxwfYgV4X {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f9f1e8;
}
.cid-smxwfYgV4X .mbr-text,
.cid-smxwfYgV4X blockquote {
  color: #767676;
}
.cid-smxwfYgV4X .mbr-text P {
  text-align: left;
}
.cid-smxwgoZdKB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f1e8;
}
.cid-smxwgoZdKB .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-smxwgoZdKB H2 {
  text-align: left;
}
.cid-smxwhFtpvD {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f9f1e8;
}
.cid-smxwhFtpvD .mbr-text,
.cid-smxwhFtpvD blockquote {
  color: #767676;
}
.cid-smxwhFtpvD .mbr-text P {
  text-align: left;
}
.cid-smxwi4GuNw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f1e8;
}
.cid-smxwi4GuNw .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-smxwi4GuNw H2 {
  text-align: left;
}
.cid-smxwiDEm4y {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f9f1e8;
}
.cid-smxwiDEm4y .mbr-text,
.cid-smxwiDEm4y blockquote {
  color: #767676;
}
.cid-smxwiDEm4y .mbr-text P {
  text-align: left;
}
.cid-smxwjabgSd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f1e8;
}
.cid-smxwjabgSd .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-smxwjabgSd H2 {
  text-align: left;
}
.cid-smxwkpGi0p {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f9f1e8;
}
.cid-smxwkpGi0p .mbr-text,
.cid-smxwkpGi0p blockquote {
  color: #767676;
}
.cid-smxwkpGi0p .mbr-text P {
  text-align: left;
}
.cid-smxwkPYHNp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f1e8;
}
.cid-smxwkPYHNp .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-smxwkPYHNp H2 {
  text-align: left;
}
.cid-smxwlkGMpA {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f9f1e8;
}
.cid-smxwlkGMpA .mbr-text,
.cid-smxwlkGMpA blockquote {
  color: #767676;
}
.cid-smxwlkGMpA .mbr-text P {
  text-align: left;
}
.cid-smxwlKXlt6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f1e8;
}
.cid-smxwlKXlt6 .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-smxwlKXlt6 H2 {
  text-align: left;
}
.cid-smxwnfdhbx {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f9f1e8;
}
.cid-smxwnfdhbx .mbr-text,
.cid-smxwnfdhbx blockquote {
  color: #767676;
}
.cid-smxwnfdhbx .mbr-text P {
  text-align: left;
}
.cid-smxwnG8i5d {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f9f1e8;
}
.cid-smxwnG8i5d .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-smxwnG8i5d H2 {
  text-align: left;
}
.cid-smxwo6JOq4 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f9f1e8;
}
.cid-smxwo6JOq4 .mbr-text,
.cid-smxwo6JOq4 blockquote {
  color: #767676;
}
.cid-smxwo6JOq4 .mbr-text P {
  text-align: left;
}
.cid-smxwoIT0ly {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f9f1e8;
}
.cid-smxwoIT0ly .mbr-text,
.cid-smxwoIT0ly blockquote {
  color: #767676;
}
.cid-sQUi15cias {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffd7ba;
}
.cid-sQUi15cias .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sQUi15cias .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sQUi15cias .row {
    text-align: center;
  }
  .cid-sQUi15cias .row > div {
    margin: auto;
  }
  .cid-sQUi15cias .social-row {
    justify-content: center;
  }
}
.cid-sQUi15cias .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sQUi15cias .list {
  list-style: none;
  padding-left: 0;
  color: #264653;
}
@media (max-width: 991px) {
  .cid-sQUi15cias .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sQUi15cias .list {
    margin-bottom: 0rem;
  }
}
.cid-sQUi15cias .mbr-text {
  color: #264653;
}
.cid-sQUi15cias .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sQUi15cias .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sQUi15cias div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sQUi15cias H5 {
  color: #264653;
}
.cid-sQUi15cias .copyright {
  text-align: left;
}
.cid-smregDrN5V {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-smregDrN5V nav.navbar {
  position: fixed;
}
.cid-smregDrN5V .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-smregDrN5V .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-smregDrN5V .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-smregDrN5V .dropdown-item:hover,
.cid-smregDrN5V .dropdown-item:focus {
  background: #6c3b30 !important;
  color: white !important;
}
.cid-smregDrN5V .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-smregDrN5V .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-smregDrN5V .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-smregDrN5V .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-smregDrN5V .nav-link {
  position: relative;
}
.cid-smregDrN5V .container {
  display: flex;
  margin: auto;
}
.cid-smregDrN5V .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-smregDrN5V .dropdown-menu,
.cid-smregDrN5V .navbar.opened {
  background: #fcd5c3 !important;
}
.cid-smregDrN5V .nav-item:focus,
.cid-smregDrN5V .nav-link:focus {
  outline: none;
}
.cid-smregDrN5V .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-smregDrN5V .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-smregDrN5V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-smregDrN5V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-smregDrN5V .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-smregDrN5V .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-smregDrN5V .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fcd5c3;
}
.cid-smregDrN5V .navbar.opened {
  transition: all 0.3s;
}
.cid-smregDrN5V .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-smregDrN5V .navbar .navbar-logo img {
  width: auto;
}
.cid-smregDrN5V .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-smregDrN5V .navbar.collapsed {
  justify-content: center;
}
.cid-smregDrN5V .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-smregDrN5V .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-smregDrN5V .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-smregDrN5V .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-smregDrN5V .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-smregDrN5V .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-smregDrN5V .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-smregDrN5V .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-smregDrN5V .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-smregDrN5V .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-smregDrN5V .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-smregDrN5V .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-smregDrN5V .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-smregDrN5V .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-smregDrN5V .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-smregDrN5V .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-smregDrN5V .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-smregDrN5V .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-smregDrN5V .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-smregDrN5V .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-smregDrN5V .navbar.navbar-short {
  min-height: 60px;
}
.cid-smregDrN5V .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-smregDrN5V .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-smregDrN5V .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-smregDrN5V .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-smregDrN5V .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-smregDrN5V .dropdown-item.active,
.cid-smregDrN5V .dropdown-item:active {
  background-color: transparent;
}
.cid-smregDrN5V .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-smregDrN5V .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-smregDrN5V .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-smregDrN5V .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fcd5c3;
}
.cid-smregDrN5V .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-smregDrN5V .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-smregDrN5V ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-smregDrN5V .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-smregDrN5V button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-smregDrN5V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #443731;
}
.cid-smregDrN5V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-smregDrN5V button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smregDrN5V button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smregDrN5V button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-smregDrN5V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smregDrN5V nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-smregDrN5V nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-smregDrN5V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smregDrN5V .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-smregDrN5V a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-smregDrN5V .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-smregDrN5V .navbar {
    height: 70px;
  }
  .cid-smregDrN5V .navbar.opened {
    height: auto;
  }
  .cid-smregDrN5V .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQUyD1G153 {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/-llb4276-hdr-pano-compressed-1900x1033.webp");
}
.cid-sQUyD1G153 .mbr-text,
.cid-sQUyD1G153 .mbr-section-btn {
  color: #232323;
}
.cid-sQUyD1G153 .card-title,
.cid-sQUyD1G153 .card-box {
  color: #f8edeb;
}
.cid-sQUyD1G153 .mbr-text,
.cid-sQUyD1G153 .link-wrap {
  color: #ffffff;
}
.cid-sQUyD1G153 .card-box .mbr-text,
.cid-sQUyD1G153 .mbr-section-btn {
  color: #f8edeb;
}
.cid-sQUzcaQ32g {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffe5d9;
}
.cid-sQUzcaQ32g .content-wrapper {
  background: #ffd7ba;
}
@media (max-width: 991px) {
  .cid-sQUzcaQ32g .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-sQUzcaQ32g .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sQUzcaQ32g .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sQUzcaQ32g .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sQUzcaQ32g .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sQUzcaQ32g .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-sQUzcaQ32g .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sQUzcaQ32g .mbr-text,
.cid-sQUzcaQ32g .mbr-section-btn {
  color: #232323;
}
.cid-sQUBycPEmK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffe5d9;
}
.cid-sQUBycPEmK .mbr-section-title,
.cid-sQUBycPEmK .mbr-section-subtitle {
  text-align: center;
}
.cid-sQUBycPEmK .cost {
  word-break: normal;
}
.cid-sQUBycPEmK .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #ffd7ba;
}
.cid-sQUBycPEmK .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-sQUBycPEmK .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sQUBycPEmK .card-wrapper {
    padding: 1rem;
  }
}
.cid-t9EbJS4frn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffe5d9;
}
.cid-t9EbJS4frn blockquote {
  border-color: #8c5a4f;
  border-radius: 4px;
  background-color: #ffd7ba;
}
.cid-tgfUUcpxAD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffe5d9;
}
.cid-tgfUUcpxAD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgfUUcpxAD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgfUUcpxAD .mbr-section-title {
  color: #bb1010;
}
.cid-tgfUUcpxAD .mbr-section-subtitle {
  color: #bb1010;
}
.cid-tgfSdOz4VG {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffe5d9;
}
.cid-tgfSdOz4VG .line {
  background-color: #bb1010;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tgfSdOz4VG .mbr-text {
  text-align: center;
}
.cid-taO5P2E8LK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1433.webp");
}
.cid-taO5P2E8LK .mbr-fallback-image.disabled {
  display: none;
}
.cid-taO5P2E8LK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-taO5P2E8LK .card-wrapper {
  background: #ffd7ba;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-taO5P2E8LK .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-taO5P2E8LK .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-taO5P2E8LK .card-wrapper {
    padding: 4rem;
  }
}
.cid-taO5P2E8LK .mbr-text,
.cid-taO5P2E8LK .mbr-section-btn {
  color: #232323;
}
.cid-taO5P2E8LK .card-title,
.cid-taO5P2E8LK .card-box {
  text-align: center;
  color: #232323;
}
.cid-sQUCZH79Ho {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffe5d9;
}
.cid-sQUCZH79Ho .item {
  padding-bottom: 2rem;
}
.cid-sQUCZH79Ho .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sQUCZH79Ho .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sQUCZH79Ho .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-sQUCZH79Ho .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sQUCZH79Ho .carousel-control,
.cid-sQUCZH79Ho .close {
  background: #1b1b1b;
}
.cid-sQUCZH79Ho .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sQUCZH79Ho .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sQUCZH79Ho .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sQUCZH79Ho .carousel-control-next span {
  margin-left: 5px;
}
.cid-sQUCZH79Ho .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-sQUCZH79Ho .close::before {
  content: '\e91a';
}
.cid-sQUCZH79Ho .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sQUCZH79Ho .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-sQUCZH79Ho .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sQUCZH79Ho .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sQUCZH79Ho .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sQUCZH79Ho .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sQUCZH79Ho .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-sQUCZH79Ho .carousel-indicators li.active,
.cid-sQUCZH79Ho .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sQUCZH79Ho .carousel-indicators li::after,
.cid-sQUCZH79Ho .carousel-indicators li::before {
  content: none;
}
.cid-sQUCZH79Ho .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sQUCZH79Ho .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sQUCZH79Ho .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sQUCZH79Ho .carousel-indicators {
    display: none;
  }
}
.cid-sQUCZH79Ho .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sQUCZH79Ho .carousel-inner > .active {
  display: block;
}
.cid-sQUCZH79Ho .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sQUCZH79Ho .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sQUCZH79Ho .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sQUCZH79Ho .carousel-control,
  .cid-sQUCZH79Ho .carousel-indicators,
  .cid-sQUCZH79Ho .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sQUCZH79Ho .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sQUCZH79Ho .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sQUCZH79Ho .carousel-indicators .active,
.cid-sQUCZH79Ho .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sQUCZH79Ho .carousel-indicators .active {
  background: #fff;
}
.cid-sQUCZH79Ho .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sQUCZH79Ho .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sQUCZH79Ho .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sQUCZH79Ho .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sQUCZH79Ho .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sQUCZH79Ho .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sQUCZH79Ho .carousel {
  width: 100%;
}
.cid-sQUCZH79Ho .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sQUCZH79Ho .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sQUCZH79Ho .modal.fade .modal-dialog,
.cid-sQUCZH79Ho .modal.in .modal-dialog {
  transform: none;
}
.cid-sQUCZH79Ho .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sQUCZH79Ho H6 {
  text-align: center;
}
.cid-sREdYPOxde {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffe5d9;
}
.cid-sQUDEjQxD6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffe5d9;
}
@media (max-width: 991px) {
  .cid-sQUDEjQxD6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sQUDEjQxD6 .row {
  flex-direction: row-reverse;
}
.cid-sQUDEjQxD6 img {
  width: 100%;
}
.cid-sQUA4vSwlE {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffe5d9;
}
.cid-sQUA4vSwlE .content-wrapper {
  background: #ffd7ba;
}
@media (max-width: 991px) {
  .cid-sQUA4vSwlE .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-sQUA4vSwlE .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sQUA4vSwlE .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sQUA4vSwlE .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sQUA4vSwlE .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sQUA4vSwlE .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-sQUA4vSwlE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sQUA4vSwlE .card-title {
  color: #232323;
}
.cid-sQUA4vSwlE .mbr-text,
.cid-sQUA4vSwlE .mbr-section-btn {
  color: #232323;
}
.cid-sQUDZZt379 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffe5d9;
}
.cid-sQUDZZt379 .mbr-section-title,
.cid-sQUDZZt379 .mbr-section-subtitle {
  text-align: center;
}
.cid-sQUDZZt379 .cost {
  word-break: normal;
}
.cid-sQUDZZt379 .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #ffd7ba;
}
.cid-sQUDZZt379 .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-sQUDZZt379 .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sQUDZZt379 .card-wrapper {
    padding: 1rem;
  }
}
.cid-tUOzF9rgQG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffe5d9;
}
.cid-tUOzF9rgQG .mbr-section-title,
.cid-tUOzF9rgQG .mbr-section-subtitle {
  text-align: center;
}
.cid-tUOzF9rgQG .cost {
  word-break: normal;
}
.cid-tUOzF9rgQG .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #ffd7ba;
}
.cid-tUOzF9rgQG .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-tUOzF9rgQG .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tUOzF9rgQG .card-wrapper {
    padding: 1rem;
  }
}
.cid-t9EcU9hBYf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffe5d9;
}
.cid-t9EcU9hBYf blockquote {
  border-color: #8c5a4f;
  border-radius: 4px;
  background-color: #ffd7ba;
}
.cid-tgfWt86SXM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffe5d9;
}
.cid-tgfWt86SXM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgfWt86SXM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgfWt86SXM .mbr-section-title {
  color: #bb1010;
}
.cid-tgfWtK9PtI {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffe5d9;
}
.cid-tgfWtK9PtI .line {
  background-color: #bb1010;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tgfWtK9PtI .mbr-text {
  text-align: center;
}
.cid-taO4IHZHPV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1433.webp");
}
.cid-taO4IHZHPV .mbr-fallback-image.disabled {
  display: none;
}
.cid-taO4IHZHPV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-taO4IHZHPV .card-wrapper {
  background: #ffd7ba;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-taO4IHZHPV .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-taO4IHZHPV .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-taO4IHZHPV .card-wrapper {
    padding: 4rem;
  }
}
.cid-taO4IHZHPV .mbr-text,
.cid-taO4IHZHPV .mbr-section-btn {
  color: #232323;
}
.cid-taO4IHZHPV .card-title,
.cid-taO4IHZHPV .card-box {
  text-align: center;
  color: #232323;
}
.cid-sQUFrNgVq0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffe5d9;
}
.cid-sQUFrNgVq0 .item {
  padding-bottom: 2rem;
}
.cid-sQUFrNgVq0 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sQUFrNgVq0 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sQUFrNgVq0 .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-sQUFrNgVq0 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sQUFrNgVq0 .carousel-control,
.cid-sQUFrNgVq0 .close {
  background: #1b1b1b;
}
.cid-sQUFrNgVq0 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sQUFrNgVq0 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sQUFrNgVq0 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sQUFrNgVq0 .carousel-control-next span {
  margin-left: 5px;
}
.cid-sQUFrNgVq0 .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-sQUFrNgVq0 .close::before {
  content: '\e91a';
}
.cid-sQUFrNgVq0 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sQUFrNgVq0 .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-sQUFrNgVq0 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sQUFrNgVq0 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sQUFrNgVq0 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sQUFrNgVq0 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sQUFrNgVq0 .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-sQUFrNgVq0 .carousel-indicators li.active,
.cid-sQUFrNgVq0 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sQUFrNgVq0 .carousel-indicators li::after,
.cid-sQUFrNgVq0 .carousel-indicators li::before {
  content: none;
}
.cid-sQUFrNgVq0 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sQUFrNgVq0 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sQUFrNgVq0 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sQUFrNgVq0 .carousel-indicators {
    display: none;
  }
}
.cid-sQUFrNgVq0 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sQUFrNgVq0 .carousel-inner > .active {
  display: block;
}
.cid-sQUFrNgVq0 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sQUFrNgVq0 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sQUFrNgVq0 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sQUFrNgVq0 .carousel-control,
  .cid-sQUFrNgVq0 .carousel-indicators,
  .cid-sQUFrNgVq0 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sQUFrNgVq0 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sQUFrNgVq0 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sQUFrNgVq0 .carousel-indicators .active,
.cid-sQUFrNgVq0 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sQUFrNgVq0 .carousel-indicators .active {
  background: #fff;
}
.cid-sQUFrNgVq0 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sQUFrNgVq0 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sQUFrNgVq0 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sQUFrNgVq0 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sQUFrNgVq0 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sQUFrNgVq0 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sQUFrNgVq0 .carousel {
  width: 100%;
}
.cid-sQUFrNgVq0 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sQUFrNgVq0 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sQUFrNgVq0 .modal.fade .modal-dialog,
.cid-sQUFrNgVq0 .modal.in .modal-dialog {
  transform: none;
}
.cid-sQUFrNgVq0 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sQUFrNgVq0 H6 {
  text-align: center;
}
.cid-sRE77Xb2pE {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffe5d9;
}
.cid-sQUi15cias {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffd7ba;
}
.cid-sQUi15cias .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sQUi15cias .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sQUi15cias .row {
    text-align: center;
  }
  .cid-sQUi15cias .row > div {
    margin: auto;
  }
  .cid-sQUi15cias .social-row {
    justify-content: center;
  }
}
.cid-sQUi15cias .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sQUi15cias .list {
  list-style: none;
  padding-left: 0;
  color: #264653;
}
@media (max-width: 991px) {
  .cid-sQUi15cias .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sQUi15cias .list {
    margin-bottom: 0rem;
  }
}
.cid-sQUi15cias .mbr-text {
  color: #264653;
}
.cid-sQUi15cias .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sQUi15cias .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sQUi15cias div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sQUi15cias H5 {
  color: #264653;
}
.cid-sQUi15cias .copyright {
  text-align: left;
}
.cid-smregDrN5V {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-smregDrN5V nav.navbar {
  position: fixed;
}
.cid-smregDrN5V .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-smregDrN5V .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-smregDrN5V .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-smregDrN5V .dropdown-item:hover,
.cid-smregDrN5V .dropdown-item:focus {
  background: #6c3b30 !important;
  color: white !important;
}
.cid-smregDrN5V .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-smregDrN5V .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-smregDrN5V .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-smregDrN5V .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-smregDrN5V .nav-link {
  position: relative;
}
.cid-smregDrN5V .container {
  display: flex;
  margin: auto;
}
.cid-smregDrN5V .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-smregDrN5V .dropdown-menu,
.cid-smregDrN5V .navbar.opened {
  background: #fcd5c3 !important;
}
.cid-smregDrN5V .nav-item:focus,
.cid-smregDrN5V .nav-link:focus {
  outline: none;
}
.cid-smregDrN5V .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-smregDrN5V .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-smregDrN5V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-smregDrN5V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-smregDrN5V .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-smregDrN5V .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-smregDrN5V .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fcd5c3;
}
.cid-smregDrN5V .navbar.opened {
  transition: all 0.3s;
}
.cid-smregDrN5V .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-smregDrN5V .navbar .navbar-logo img {
  width: auto;
}
.cid-smregDrN5V .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-smregDrN5V .navbar.collapsed {
  justify-content: center;
}
.cid-smregDrN5V .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-smregDrN5V .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-smregDrN5V .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-smregDrN5V .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-smregDrN5V .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-smregDrN5V .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-smregDrN5V .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-smregDrN5V .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-smregDrN5V .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-smregDrN5V .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-smregDrN5V .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-smregDrN5V .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-smregDrN5V .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-smregDrN5V .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-smregDrN5V .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-smregDrN5V .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-smregDrN5V .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-smregDrN5V .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-smregDrN5V .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-smregDrN5V .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-smregDrN5V .navbar.navbar-short {
  min-height: 60px;
}
.cid-smregDrN5V .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-smregDrN5V .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-smregDrN5V .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-smregDrN5V .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-smregDrN5V .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-smregDrN5V .dropdown-item.active,
.cid-smregDrN5V .dropdown-item:active {
  background-color: transparent;
}
.cid-smregDrN5V .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-smregDrN5V .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-smregDrN5V .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-smregDrN5V .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fcd5c3;
}
.cid-smregDrN5V .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-smregDrN5V .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-smregDrN5V ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-smregDrN5V .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-smregDrN5V button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-smregDrN5V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #443731;
}
.cid-smregDrN5V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-smregDrN5V button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smregDrN5V button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smregDrN5V button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-smregDrN5V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smregDrN5V nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-smregDrN5V nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-smregDrN5V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smregDrN5V .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-smregDrN5V a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-smregDrN5V .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-smregDrN5V .navbar {
    height: 70px;
  }
  .cid-smregDrN5V .navbar.opened {
    height: auto;
  }
  .cid-smregDrN5V .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQUeXzDb8L {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background: #f8edeb;
}
@media (max-width: 767px) {
  .cid-sQUeXzDb8L .row {
    flex-direction: column-reverse;
  }
  .cid-sQUeXzDb8L .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sQUeXzDb8L .google-map {
  height: 100%;
  position: relative;
}
.cid-sQUeXzDb8L .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sQUeXzDb8L .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-sQUeXzDb8L .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sQUeXzDb8L .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sQUeXzDb8L .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-sQUeXzDb8L .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #ffd7ba;
}
.cid-sQUeXzDb8L .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-sQUeXzDb8L .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sQUeXzDb8L .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-sQUeXzDb8L .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6c3b30;
}
.cid-sQUeXzDb8L .card-title {
  color: #264653;
}
.cid-sQUeXzDb8L .mbr-section-subtitle {
  color: #8c5a4f;
}
.cid-sQUeXzDb8L .mbr-section-title {
  color: #6c3b30;
}
.cid-tUQJMgO6Yc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f8edeb;
}
.cid-tUQJMgO6Yc blockquote {
  border-color: #bb1010;
  border-radius: 4px;
  background-color: #ffd7ba;
}
.cid-tUQJMgO6Yc .mbr-section-title {
  color: #bb1010;
  text-align: center;
}
.cid-tUQJMgO6Yc .mbr-text {
  color: #bb1010;
  text-align: center;
}
.cid-tURbvzHPAd {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background10-1.webp");
}
.cid-tURbvzHPAd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tURbvzHPAd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgfX8w54Oq {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f8edeb;
}
.cid-tgfX8w54Oq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgfX8w54Oq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgfX8w54Oq .mbr-section-title {
  color: #bb1010;
}
.cid-tgfX8OFr84 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f8edeb;
}
.cid-tgfX8OFr84 .line {
  background-color: #bb1010;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tgfX8OFr84 .mbr-text {
  text-align: center;
}
.cid-sQUi15cias {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffd7ba;
}
.cid-sQUi15cias .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sQUi15cias .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sQUi15cias .row {
    text-align: center;
  }
  .cid-sQUi15cias .row > div {
    margin: auto;
  }
  .cid-sQUi15cias .social-row {
    justify-content: center;
  }
}
.cid-sQUi15cias .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sQUi15cias .list {
  list-style: none;
  padding-left: 0;
  color: #264653;
}
@media (max-width: 991px) {
  .cid-sQUi15cias .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sQUi15cias .list {
    margin-bottom: 0rem;
  }
}
.cid-sQUi15cias .mbr-text {
  color: #264653;
}
.cid-sQUi15cias .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sQUi15cias .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sQUi15cias div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sQUi15cias H5 {
  color: #264653;
}
.cid-sQUi15cias .copyright {
  text-align: left;
}
.cid-tt5ocCSyo8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tt5ocCSyo8 nav.navbar {
  position: fixed;
}
.cid-tt5ocCSyo8 .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-tt5ocCSyo8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tt5ocCSyo8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tt5ocCSyo8 .dropdown-item:hover,
.cid-tt5ocCSyo8 .dropdown-item:focus {
  background: #6c3b30 !important;
  color: white !important;
}
.cid-tt5ocCSyo8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tt5ocCSyo8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tt5ocCSyo8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tt5ocCSyo8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tt5ocCSyo8 .nav-link {
  position: relative;
}
.cid-tt5ocCSyo8 .container {
  display: flex;
  margin: auto;
}
.cid-tt5ocCSyo8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tt5ocCSyo8 .dropdown-menu,
.cid-tt5ocCSyo8 .navbar.opened {
  background: #fcd5c3 !important;
}
.cid-tt5ocCSyo8 .nav-item:focus,
.cid-tt5ocCSyo8 .nav-link:focus {
  outline: none;
}
.cid-tt5ocCSyo8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tt5ocCSyo8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tt5ocCSyo8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tt5ocCSyo8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tt5ocCSyo8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tt5ocCSyo8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tt5ocCSyo8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fcd5c3;
}
.cid-tt5ocCSyo8 .navbar.opened {
  transition: all 0.3s;
}
.cid-tt5ocCSyo8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tt5ocCSyo8 .navbar .navbar-logo img {
  width: auto;
}
.cid-tt5ocCSyo8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tt5ocCSyo8 .navbar.collapsed {
  justify-content: center;
}
.cid-tt5ocCSyo8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tt5ocCSyo8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tt5ocCSyo8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tt5ocCSyo8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tt5ocCSyo8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tt5ocCSyo8 .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-tt5ocCSyo8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tt5ocCSyo8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tt5ocCSyo8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tt5ocCSyo8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tt5ocCSyo8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tt5ocCSyo8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tt5ocCSyo8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tt5ocCSyo8 .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-tt5ocCSyo8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tt5ocCSyo8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tt5ocCSyo8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tt5ocCSyo8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tt5ocCSyo8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tt5ocCSyo8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tt5ocCSyo8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tt5ocCSyo8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tt5ocCSyo8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tt5ocCSyo8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tt5ocCSyo8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tt5ocCSyo8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tt5ocCSyo8 .dropdown-item.active,
.cid-tt5ocCSyo8 .dropdown-item:active {
  background-color: transparent;
}
.cid-tt5ocCSyo8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tt5ocCSyo8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tt5ocCSyo8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tt5ocCSyo8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fcd5c3;
}
.cid-tt5ocCSyo8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tt5ocCSyo8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tt5ocCSyo8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tt5ocCSyo8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tt5ocCSyo8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tt5ocCSyo8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #443731;
}
.cid-tt5ocCSyo8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tt5ocCSyo8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tt5ocCSyo8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tt5ocCSyo8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tt5ocCSyo8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tt5ocCSyo8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tt5ocCSyo8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tt5ocCSyo8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tt5ocCSyo8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tt5ocCSyo8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tt5ocCSyo8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tt5ocCSyo8 .navbar {
    height: 70px;
  }
  .cid-tt5ocCSyo8 .navbar.opened {
    height: auto;
  }
  .cid-tt5ocCSyo8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tt5ocDuyNw {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/-llb4276-hdr-pano-compressed-1900x1033.webp");
}
.cid-tt5ocDuyNw .mbr-text,
.cid-tt5ocDuyNw .mbr-section-btn {
  color: #232323;
}
.cid-tt5ocDuyNw .card-title,
.cid-tt5ocDuyNw .card-box {
  color: #f9f1e8;
}
.cid-tt5ocDuyNw .mbr-text,
.cid-tt5ocDuyNw .link-wrap {
  color: #ffffff;
}
.cid-tt5ocDuyNw .card-box .mbr-text,
.cid-tt5ocDuyNw .mbr-section-btn {
  color: #000000;
}
.cid-tt5ocFo4ZD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffe5d9;
}
.cid-tt5ocFo4ZD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt5ocFo4ZD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt5ocFo4ZD .mbr-section-title {
  color: #bb1010;
}
.cid-tt5ocFIZiF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffe5d9;
}
.cid-tt5ocFIZiF .line {
  background-color: #bb1010;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tt5ocFIZiF .mbr-text {
  text-align: center;
}
.cid-tt5wBwdwLj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffe5d9;
}
.cid-tt5wBwdwLj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt5wBwdwLj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt5wBwdwLj .mbr-section-title {
  color: #bb1010;
  text-align: center;
}
.cid-tt5vP7zBU4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffe5d9;
}
.cid-tt5vP7zBU4 .mbr-section-subtitle {
  text-align: center;
}
.cid-tt5vP7zBU4 .mbr-text {
  text-align: center;
}
.cid-tt6KV9s7ms {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffe5d9;
}
@media (max-width: 991px) {
  .cid-tt6KV9s7ms .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tt6KV9s7ms .row {
  flex-direction: row-reverse;
}
.cid-tt6KV9s7ms img {
  width: 100%;
}
.cid-tt5xyIqnyQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffe5d9;
}
.cid-tt5xyIqnyQ .mbr-text {
  text-align: center;
}
.cid-tt5xyIqnyQ .mbr-section-subtitle {
  text-align: center;
}
.cid-tt6KUAvhUe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffe5d9;
}
@media (max-width: 991px) {
  .cid-tt6KUAvhUe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tt6KUAvhUe .row {
  flex-direction: row-reverse;
}
.cid-tt6KUAvhUe img {
  width: 100%;
}
.cid-tt5yq5JBKF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffe5d9;
}
.cid-tt5yq5JBKF .mbr-text {
  text-align: center;
}
.cid-tt5yq5JBKF .mbr-section-subtitle {
  text-align: center;
}
.cid-tUR9LLCVC5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffe5d9;
}
@media (max-width: 991px) {
  .cid-tUR9LLCVC5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tUR9LLCVC5 .row {
  flex-direction: row-reverse;
}
.cid-tUR9LLCVC5 img {
  width: 100%;
}
.cid-tUR9KLm2Hz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffe5d9;
}
.cid-tUR9KLm2Hz .mbr-text {
  text-align: center;
}
.cid-tUR9KLm2Hz .mbr-section-subtitle {
  text-align: center;
}
.cid-tt6KU1OIAm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffe5d9;
}
@media (max-width: 991px) {
  .cid-tt6KU1OIAm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tt6KU1OIAm .row {
  flex-direction: row-reverse;
}
.cid-tt6KU1OIAm img {
  width: 100%;
}
.cid-tt5zc0XhlH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffe5d9;
}
.cid-tt5zc0XhlH .mbr-text {
  text-align: center;
}
.cid-tt5zc0XhlH .mbr-section-subtitle {
  text-align: center;
}
.cid-tt6KTw7Uhx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffe5d9;
}
@media (max-width: 991px) {
  .cid-tt6KTw7Uhx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tt6KTw7Uhx .row {
  flex-direction: row-reverse;
}
.cid-tt6KTw7Uhx img {
  width: 100%;
}
.cid-tt5A88IJ1l {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffe5d9;
}
.cid-tt5A88IJ1l .mbr-text {
  text-align: center;
}
.cid-tt5A88IJ1l .mbr-section-subtitle {
  text-align: center;
}
.cid-tt6KSZhavZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffe5d9;
}
@media (max-width: 991px) {
  .cid-tt6KSZhavZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tt6KSZhavZ .row {
  flex-direction: row-reverse;
}
.cid-tt6KSZhavZ img {
  width: 100%;
}
.cid-tt5Bed9qRS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffe5d9;
}
.cid-tt5Bed9qRS .mbr-text {
  text-align: center;
}
.cid-tt5Bed9qRS .mbr-section-subtitle {
  text-align: center;
}
.cid-tt6KJZRULw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffe5d9;
}
@media (max-width: 991px) {
  .cid-tt6KJZRULw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tt6KJZRULw .row {
  flex-direction: row-reverse;
}
.cid-tt6KJZRULw img {
  width: 100%;
}
.cid-tt5Bm1ALOL {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffe5d9;
}
.cid-tt5Bm1ALOL .mbr-text {
  text-align: center;
}
.cid-tt5Bm1ALOL .mbr-section-subtitle {
  text-align: center;
}
.cid-tt6KdeAQV4 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffe5d9;
}
.cid-tt5ocLjp1w {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffd7ba;
}
.cid-tt5ocLjp1w .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tt5ocLjp1w .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt5ocLjp1w .row {
    text-align: center;
  }
  .cid-tt5ocLjp1w .row > div {
    margin: auto;
  }
  .cid-tt5ocLjp1w .social-row {
    justify-content: center;
  }
}
.cid-tt5ocLjp1w .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tt5ocLjp1w .list {
  list-style: none;
  padding-left: 0;
  color: #264653;
}
@media (max-width: 991px) {
  .cid-tt5ocLjp1w .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tt5ocLjp1w .list {
    margin-bottom: 0rem;
  }
}
.cid-tt5ocLjp1w .mbr-text {
  color: #264653;
}
.cid-tt5ocLjp1w .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tt5ocLjp1w .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tt5ocLjp1w div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tt5ocLjp1w H5 {
  color: #264653;
}
.cid-tt5ocLjp1w .copyright {
  text-align: left;
}
