body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Qwitcher Grypen', handwriting;
  font-size: 12rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 15rem;
}
.display-2 {
  font-family: 'Amatic SC', handwriting;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Amatic SC', handwriting;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 2rem;
}
.display-5 {
  font-family: 'Qwitcher Grypen', handwriting;
  font-size: 4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 5rem;
}
.display-7 {
  font-family: 'PT Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 9.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 8.4rem;
    font-size: calc( 4.85rem + (12 - 4.85) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (4.85rem + (12 - 4.85) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #fffff6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fffff6 !important;
  border-color: #fffff6 !important;
  color: #f6f600 !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: #9f9f00 !important;
  background-color: #ffff9f !important;
  border-color: #ffff9f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #f6f600 !important;
  background-color: #ffff9f !important;
  border-color: #ffff9f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #917373 !important;
  border-color: #917373 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #614c4c !important;
  border-color: #614c4c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #614c4c !important;
  border-color: #614c4c !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !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: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !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: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !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: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fffff6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffff9f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #f6f600 !important;
  background-color: #fffff6 !important;
  border-color: #fffff6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #917373;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #614c4c !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #917373 !important;
  border-color: #917373 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #fffff6 !important;
}
.text-secondary {
  color: #917373 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ffff90 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #584646 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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: #fffff6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fffff6;
  border-color: #fffff6;
  color: #ffff11;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #fffff6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.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_wraper {
  display: none;
}
.form-control {
  font-family: 'Amatic SC', handwriting;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
.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: #fffff6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Amatic SC', handwriting;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #fffff6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fffff6;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fffff6;
}
.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: #fffff6;
  border-bottom-color: #fffff6;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #fffff6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #917373 !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='%23fffff6' %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-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #fffff6 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #fffff6 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fffff6;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffff6;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0oNCnEJUP {
  padding-top: 3rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/arenasnegras4-1280x960.jpg");
}
.cid-u0oNCnEJUP .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-u0oNCnEJUP .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-u0oNCnEJUP .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-u0oNCnEJUP .mbr-section-title {
  color: #fffff6;
}
.cid-u0oNCnEJUP .mbr-text,
.cid-u0oNCnEJUP .mbr-section-btn,
.cid-u0oNCnEJUP .social-row {
  color: #fffff6;
}
.cid-umKj6OBVnD {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fffff6;
}
.cid-umKj6OBVnD .line {
  background-color: #816e7c;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-umKj6OBVnD .mbr-text {
  color: #917373;
  text-align: center;
}
.cid-upiBT1Psvy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffff6;
}
.cid-upiBT1Psvy .mbr-fallback-image.disabled {
  display: none;
}
.cid-upiBT1Psvy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upiBT1Psvy .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-upiBT1Psvy .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-upiBT1Psvy .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-upiBT1Psvy .mbr-section-title {
  color: #917373;
}
.cid-upiBT1Psvy .mbr-text,
.cid-upiBT1Psvy .mbr-section-btn {
  color: #816e7c;
  text-align: left;
}
.cid-upiCBlSvni {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fffff6;
}
.cid-upiCBlSvni .mbr-fallback-image.disabled {
  display: none;
}
.cid-upiCBlSvni .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upiCBlSvni .row {
  flex-direction: row-reverse;
}
.cid-upiCBlSvni .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-upiCBlSvni .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-upiCBlSvni .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-upiCBlSvni .mbr-section-title {
  color: #917373;
}
.cid-upiCBlSvni .mbr-text,
.cid-upiCBlSvni .mbr-section-btn {
  color: #917373;
  text-align: left;
}
.cid-u0oUd1HFkK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #917373;
}
.cid-u0oUd1HFkK img,
.cid-u0oUd1HFkK .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u0oUd1HFkK .item:focus,
.cid-u0oUd1HFkK span:focus {
  outline: none;
}
.cid-u0oUd1HFkK .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u0oUd1HFkK .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fffff6;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u0oUd1HFkK .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u0oUd1HFkK .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u0oUd1HFkK .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u0oUd1HFkK .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u0oUd1HFkK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u0oUd1HFkK .mbr-section-title {
  color: #fffff6;
}
.cid-u0oUd1HFkK .mbr-text,
.cid-u0oUd1HFkK .mbr-section-btn {
  text-align: left;
  color: #917373;
}
.cid-u0oUd1HFkK .item-title {
  text-align: left;
  color: #917373;
}
.cid-u0oUd1HFkK .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-u0oUd1HFkK .mbr-section-subtitle {
  color: #917373;
}
.cid-u0oUd1HFkK .mbr-section-subtitle P {
  text-align: center;
}
.cid-u0p4NjEl3D {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fffff6;
}
.cid-u0p4NjEl3D .carousel-item {
  justify-content: center;
}
.cid-u0p4NjEl3D .carousel-item.active,
.cid-u0p4NjEl3D .carousel-item-next,
.cid-u0p4NjEl3D .carousel-item-prev {
  display: flex;
}
.cid-u0p4NjEl3D .carousel-controls a {
  transition: opacity .5s;
  font-size: 30px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  color: #155ce0;
}
.cid-u0p4NjEl3D .carousel-controls a .mbr-iconfont {
  font-weight: 800;
}
.cid-u0p4NjEl3D .carousel-control-next span {
  padding-left: 5px;
}
.cid-u0p4NjEl3D .carousel-control-prev span {
  padding-right: 5px;
}
.cid-u0p4NjEl3D .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-u0p4NjEl3D .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-u0p4NjEl3D .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-u0p4NjEl3D H3 {
  color: #917373;
}
.cid-u0p4NjEl3D .user_name {
  color: #816e7c;
}
.cid-u0p4NjEl3D .user_text {
  color: #816e7c;
}
.cid-u0pz2hzb2P {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fffff6;
}
.cid-u0pz2hzb2P .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-u0pz2hzb2P .currentcost {
  color: #232323;
}
.cid-u0pz2hzb2P .card-wrapper {
  border-radius: 4px;
  background: #917373;
}
@media (min-width: 992px) {
  .cid-u0pz2hzb2P .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-u0pz2hzb2P .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u0pz2hzb2P .text-box {
    padding: 1rem;
  }
}
.cid-u0pz2hzb2P .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u0pz2hzb2P H5 {
  color: #fffff6;
  text-align: left;
}
.cid-u0pz2hzb2P .mbr-text,
.cid-u0pz2hzb2P .cost,
.cid-u0pz2hzb2P .mbr-section-btn {
  color: #fffff6;
  text-align: left;
}
.cid-s48P1Icc8J {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #917373;
}
.cid-s48P1Icc8J .row-links {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .social-row {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-s48P1Icc8J .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s48P1Icc8J .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-s48P1Icc8J .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s48P1Icc8J .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s48P1Icc8J .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-s48P1Icc8J .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s48P1Icc8J .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s48P1Icc8J .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s48P1Icc8J .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-s48P1Icc8J .media-container-row .mbr-text {
  color: #fffff6;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #fffff6 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #fffff6 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fffff6;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffff6;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0qqR9Hr5i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffff6;
}
.cid-u0qqR9Hr5i .mbr-section-subtitle {
  color: #816e7c;
}
.cid-u0qqR9Hr5i .mbr-text {
  color: #816e7c;
}
.cid-s48P1Icc8J {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #917373;
}
.cid-s48P1Icc8J .row-links {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .social-row {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-s48P1Icc8J .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s48P1Icc8J .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-s48P1Icc8J .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s48P1Icc8J .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s48P1Icc8J .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-s48P1Icc8J .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s48P1Icc8J .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s48P1Icc8J .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s48P1Icc8J .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-s48P1Icc8J .media-container-row .mbr-text {
  color: #fffff6;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #fffff6 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #fffff6 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fffff6;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffff6;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0qnSVXl2o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u0qnSVXl2o .mbr-text {
  color: #816e7c;
}
.cid-u0qnSVXl2o .mbr-section-subtitle {
  color: #816e7c;
}
.cid-s48P1Icc8J {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #917373;
}
.cid-s48P1Icc8J .row-links {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .social-row {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-s48P1Icc8J .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s48P1Icc8J .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-s48P1Icc8J .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s48P1Icc8J .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s48P1Icc8J .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-s48P1Icc8J .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s48P1Icc8J .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s48P1Icc8J .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s48P1Icc8J .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-s48P1Icc8J .media-container-row .mbr-text {
  color: #fffff6;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #fffff6 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #fffff6 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fffff6;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffff6;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2bGdEP0lm {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fffff6;
}
.cid-u2bGdEP0lm img,
.cid-u2bGdEP0lm .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u2bGdEP0lm .item:focus,
.cid-u2bGdEP0lm span:focus {
  outline: none;
}
.cid-u2bGdEP0lm .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u2bGdEP0lm .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #917373;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u2bGdEP0lm .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u2bGdEP0lm .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u2bGdEP0lm .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u2bGdEP0lm .mbr-section-title {
  color: #917373;
}
.cid-u2bGdEP0lm .mbr-text,
.cid-u2bGdEP0lm .mbr-section-btn {
  text-align: left;
  color: #fffff6;
}
.cid-u2bGdEP0lm .item-title {
  text-align: left;
  color: #fffff6;
}
.cid-u2bGdEP0lm .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-u2bGdEP0lm .mbr-section-subtitle {
  color: #917373;
}
.cid-u2bGdEP0lm .mbr-section-subtitle P {
  text-align: center;
}
.cid-s48P1Icc8J {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #917373;
}
.cid-s48P1Icc8J .row-links {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .social-row {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-s48P1Icc8J .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s48P1Icc8J .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-s48P1Icc8J .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s48P1Icc8J .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s48P1Icc8J .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-s48P1Icc8J .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s48P1Icc8J .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s48P1Icc8J .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s48P1Icc8J .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-s48P1Icc8J .media-container-row .mbr-text {
  color: #fffff6;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #fffff6 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #fffff6 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fffff6;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffff6;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-un1j1KWFqn {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/yogatag-allein-3-2000x2667.jpeg");
}
.cid-un1j1KWFqn .mbr-fallback-image.disabled {
  display: none;
}
.cid-un1j1KWFqn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un1j1KWFqn .mbr-section-title {
  color: #917373;
}
.cid-un1j1KWFqn .mbr-text,
.cid-un1j1KWFqn .mbr-section-btn {
  color: #353535;
}
.cid-un1j1KWFqn .mbr-section-subtitle {
  color: #232323;
}
.cid-s48P1Icc8J {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #917373;
}
.cid-s48P1Icc8J .row-links {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .social-row {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-s48P1Icc8J .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s48P1Icc8J .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-s48P1Icc8J .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s48P1Icc8J .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s48P1Icc8J .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-s48P1Icc8J .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s48P1Icc8J .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s48P1Icc8J .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s48P1Icc8J .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-s48P1Icc8J .media-container-row .mbr-text {
  color: #fffff6;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #fffff6 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #fffff6 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fffff6;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffff6;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upiESIHB67 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffff6;
}
.cid-upiESIHB67 .mbr-section-title {
  color: #917373;
}
.cid-upiESIHB67 .mbr-section-subtitle {
  color: #917373;
}
.cid-upiESIHB67 .mbr-text {
  color: #917373;
}
.cid-uHjj1n4sqI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fffff6;
}
.cid-uHjj1n4sqI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHjj1n4sqI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHjj1n4sqI .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uHjj1n4sqI .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uHjj1n4sqI .mbr-text {
  color: #917373;
}
.cid-uHjj1n4sqI .name {
  color: #917373;
}
.cid-uHjj1n4sqI .mbr-section-title {
  color: #917373;
}
.cid-uHjj1n4sqI .position {
  color: #917373;
}
.cid-s48P1Icc8J {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #917373;
}
.cid-s48P1Icc8J .row-links {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .social-row {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-s48P1Icc8J .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s48P1Icc8J .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-s48P1Icc8J .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s48P1Icc8J .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s48P1Icc8J .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-s48P1Icc8J .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s48P1Icc8J .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s48P1Icc8J .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s48P1Icc8J .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-s48P1Icc8J .media-container-row .mbr-text {
  color: #fffff6;
}
.cid-uQDGVFreBu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQDGVFreBu nav.navbar {
  position: fixed;
}
.cid-uQDGVFreBu .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-uQDGVFreBu .dropdown-menu {
  padding: 0;
}
.cid-uQDGVFreBu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQDGVFreBu .dropdown-item:hover,
.cid-uQDGVFreBu .dropdown-item:focus {
  background: #fffff6 !important;
  color: white !important;
}
.cid-uQDGVFreBu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uQDGVFreBu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQDGVFreBu .nav-link {
  position: relative;
}
.cid-uQDGVFreBu .container {
  display: flex;
  margin: auto;
}
.cid-uQDGVFreBu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uQDGVFreBu .navbar-caption {
  padding-right: 4rem;
}
.cid-uQDGVFreBu .dropdown-menu,
.cid-uQDGVFreBu .navbar.opened {
  background: #fffff6 !important;
}
.cid-uQDGVFreBu .nav-item:focus,
.cid-uQDGVFreBu .nav-link:focus {
  outline: none;
}
.cid-uQDGVFreBu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQDGVFreBu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQDGVFreBu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uQDGVFreBu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQDGVFreBu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQDGVFreBu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQDGVFreBu .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fffff6;
}
.cid-uQDGVFreBu .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQDGVFreBu .navbar.opened {
  transition: all .3s;
}
.cid-uQDGVFreBu .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uQDGVFreBu .navbar .navbar-logo img {
  width: auto;
}
.cid-uQDGVFreBu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQDGVFreBu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQDGVFreBu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQDGVFreBu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uQDGVFreBu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQDGVFreBu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQDGVFreBu .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: 55%;
}
.cid-uQDGVFreBu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQDGVFreBu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uQDGVFreBu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uQDGVFreBu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQDGVFreBu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQDGVFreBu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQDGVFreBu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQDGVFreBu .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: 55%;
  }
  .cid-uQDGVFreBu .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uQDGVFreBu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQDGVFreBu .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQDGVFreBu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQDGVFreBu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQDGVFreBu .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uQDGVFreBu .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQDGVFreBu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQDGVFreBu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQDGVFreBu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQDGVFreBu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQDGVFreBu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQDGVFreBu .dropdown-item.active,
.cid-uQDGVFreBu .dropdown-item:active {
  background-color: transparent;
}
.cid-uQDGVFreBu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQDGVFreBu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQDGVFreBu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQDGVFreBu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffff6;
}
.cid-uQDGVFreBu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQDGVFreBu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQDGVFreBu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQDGVFreBu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQDGVFreBu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uQDGVFreBu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uQDGVFreBu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQDGVFreBu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQDGVFreBu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQDGVFreBu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQDGVFreBu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQDGVFreBu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQDGVFreBu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQDGVFreBu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQDGVFreBu .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uQDGVFreBu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQDGVFreBu .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-uQDGVFreBu .navbar {
    height: 77px;
  }
  .cid-uQDGVFreBu .navbar.opened {
    height: auto;
  }
  .cid-uQDGVFreBu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQDHd593IU {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #917373;
}
.cid-uQDHd593IU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQDHd593IU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQDHd593IU .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQDHd593IU .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-uQDHd593IU .mbr-text,
.cid-uQDHd593IU .mbr-section-btn {
  text-align: left;
  color: #fffff6;
}
.cid-uQDHd593IU .mbr-section-title {
  color: #fffff6;
}
.cid-uQDGVGPGes {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fffff6;
}
.cid-uQDGVGPGes .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQDGVGPGes .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQDGVGPGes .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uQDGVGPGes .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uQDGVGPGes .mbr-text {
  color: #917373;
}
.cid-uQDGVGPGes .name {
  color: #917373;
}
.cid-uQDGVGPGes .mbr-section-title {
  color: #917373;
}
.cid-uQDGVGPGes .position {
  color: #917373;
}
.cid-uQDWVLaTq9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #917373;
}
.cid-uQDWVLaTq9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQDWVLaTq9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQDWVLaTq9 .content-wrapper {
  background: #917373;
}
@media (max-width: 991px) {
  .cid-uQDWVLaTq9 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uQDWVLaTq9 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uQDWVLaTq9 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uQDWVLaTq9 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uQDWVLaTq9 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uQDWVLaTq9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uQDWVLaTq9 .card-title {
  color: #fffff6;
}
.cid-uQDWVLaTq9 .mbr-text,
.cid-uQDWVLaTq9 .mbr-section-btn {
  color: #fffff6;
}
.cid-uQDPrS97J9 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fffff6;
}
.cid-uQDPrS97J9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQDPrS97J9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQDPrS97J9 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uQDPrS97J9 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uQDPrS97J9 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uQDPrS97J9 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uQDPrS97J9 .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-uQDPrS97J9 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uQDPrS97J9 .carousel-control,
.cid-uQDPrS97J9 .close {
  background: #1b1b1b;
}
.cid-uQDPrS97J9 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uQDPrS97J9 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uQDPrS97J9 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uQDPrS97J9 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uQDPrS97J9 .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-uQDPrS97J9 .close::before {
  content: '\e91a';
}
.cid-uQDPrS97J9 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uQDPrS97J9 .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-uQDPrS97J9 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQDPrS97J9 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uQDPrS97J9 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uQDPrS97J9 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uQDPrS97J9 .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-uQDPrS97J9 .carousel-indicators li.active,
.cid-uQDPrS97J9 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uQDPrS97J9 .carousel-indicators li::after,
.cid-uQDPrS97J9 .carousel-indicators li::before {
  content: none;
}
.cid-uQDPrS97J9 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uQDPrS97J9 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uQDPrS97J9 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uQDPrS97J9 .carousel-indicators {
    display: none;
  }
}
.cid-uQDPrS97J9 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uQDPrS97J9 .carousel-inner > .active {
  display: block;
}
.cid-uQDPrS97J9 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQDPrS97J9 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQDPrS97J9 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uQDPrS97J9 .carousel-control,
  .cid-uQDPrS97J9 .carousel-indicators,
  .cid-uQDPrS97J9 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uQDPrS97J9 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uQDPrS97J9 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uQDPrS97J9 .carousel-indicators .active,
.cid-uQDPrS97J9 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uQDPrS97J9 .carousel-indicators .active {
  background: #fff;
}
.cid-uQDPrS97J9 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uQDPrS97J9 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uQDPrS97J9 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uQDPrS97J9 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uQDPrS97J9 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uQDPrS97J9 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uQDPrS97J9 .carousel {
  width: 100%;
}
.cid-uQDPrS97J9 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uQDPrS97J9 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uQDPrS97J9 .modal.fade .modal-dialog,
.cid-uQDPrS97J9 .modal.in .modal-dialog {
  transform: none;
}
.cid-uQDPrS97J9 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uQDPrS97J9 H6 {
  text-align: center;
}
.cid-uQDGVHGxIw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #917373;
}
.cid-uQDGVHGxIw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uQDGVHGxIw .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uQDGVHGxIw .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uQDGVHGxIw .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uQDGVHGxIw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uQDGVHGxIw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uQDGVHGxIw .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uQDGVHGxIw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uQDGVHGxIw .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uQDGVHGxIw .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uQDGVHGxIw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uQDGVHGxIw .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uQDGVHGxIw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uQDGVHGxIw .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uQDGVHGxIw .media-container-row .mbr-text {
  color: #fffff6;
}
.cid-uUZsX2WiKG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUZsX2WiKG nav.navbar {
  position: fixed;
}
.cid-uUZsX2WiKG .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-uUZsX2WiKG .dropdown-menu {
  padding: 0;
}
.cid-uUZsX2WiKG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUZsX2WiKG .dropdown-item:hover,
.cid-uUZsX2WiKG .dropdown-item:focus {
  background: #fffff6 !important;
  color: white !important;
}
.cid-uUZsX2WiKG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uUZsX2WiKG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUZsX2WiKG .nav-link {
  position: relative;
}
.cid-uUZsX2WiKG .container {
  display: flex;
  margin: auto;
}
.cid-uUZsX2WiKG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUZsX2WiKG .navbar-caption {
  padding-right: 4rem;
}
.cid-uUZsX2WiKG .dropdown-menu,
.cid-uUZsX2WiKG .navbar.opened {
  background: #fffff6 !important;
}
.cid-uUZsX2WiKG .nav-item:focus,
.cid-uUZsX2WiKG .nav-link:focus {
  outline: none;
}
.cid-uUZsX2WiKG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUZsX2WiKG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUZsX2WiKG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUZsX2WiKG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUZsX2WiKG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUZsX2WiKG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUZsX2WiKG .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fffff6;
}
.cid-uUZsX2WiKG .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUZsX2WiKG .navbar.opened {
  transition: all .3s;
}
.cid-uUZsX2WiKG .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uUZsX2WiKG .navbar .navbar-logo img {
  width: auto;
}
.cid-uUZsX2WiKG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUZsX2WiKG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUZsX2WiKG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUZsX2WiKG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uUZsX2WiKG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUZsX2WiKG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUZsX2WiKG .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: 55%;
}
.cid-uUZsX2WiKG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUZsX2WiKG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUZsX2WiKG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUZsX2WiKG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUZsX2WiKG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUZsX2WiKG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUZsX2WiKG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUZsX2WiKG .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: 55%;
  }
  .cid-uUZsX2WiKG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUZsX2WiKG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUZsX2WiKG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUZsX2WiKG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUZsX2WiKG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUZsX2WiKG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUZsX2WiKG .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUZsX2WiKG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUZsX2WiKG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUZsX2WiKG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUZsX2WiKG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUZsX2WiKG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUZsX2WiKG .dropdown-item.active,
.cid-uUZsX2WiKG .dropdown-item:active {
  background-color: transparent;
}
.cid-uUZsX2WiKG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUZsX2WiKG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUZsX2WiKG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUZsX2WiKG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffff6;
}
.cid-uUZsX2WiKG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUZsX2WiKG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUZsX2WiKG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUZsX2WiKG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUZsX2WiKG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uUZsX2WiKG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uUZsX2WiKG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUZsX2WiKG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUZsX2WiKG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUZsX2WiKG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUZsX2WiKG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUZsX2WiKG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUZsX2WiKG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUZsX2WiKG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUZsX2WiKG .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUZsX2WiKG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUZsX2WiKG .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-uUZsX2WiKG .navbar {
    height: 77px;
  }
  .cid-uUZsX2WiKG .navbar.opened {
    height: auto;
  }
  .cid-uUZsX2WiKG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUZtpIwkp1 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #fffff6;
}
.cid-uUZtpIwkp1 .mbr-section-title {
  color: #917373;
}
.cid-uUZtpIwkp1 .mbr-section-subtitle {
  color: #917373;
}
.cid-uUZtpIwkp1 .mbr-text {
  color: #917373;
}
.cid-uUZsX6K5vs {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fffff6;
}
.cid-uUZsX6K5vs .carousel-item {
  justify-content: center;
}
.cid-uUZsX6K5vs .carousel-item.active,
.cid-uUZsX6K5vs .carousel-item-next,
.cid-uUZsX6K5vs .carousel-item-prev {
  display: flex;
}
.cid-uUZsX6K5vs .carousel-controls a {
  transition: opacity .5s;
  font-size: 30px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  color: #155ce0;
}
.cid-uUZsX6K5vs .carousel-controls a .mbr-iconfont {
  font-weight: 800;
}
.cid-uUZsX6K5vs .carousel-control-next span {
  padding-left: 5px;
}
.cid-uUZsX6K5vs .carousel-control-prev span {
  padding-right: 5px;
}
.cid-uUZsX6K5vs .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uUZsX6K5vs .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-uUZsX6K5vs .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uUZsX6K5vs H3 {
  color: #917373;
}
.cid-uUZsX6K5vs .user_name {
  color: #917373;
}
.cid-uUZsX6K5vs .user_text {
  color: #917373;
}
.cid-uUZsX6K5vs .user_desk {
  color: #917373;
}
.cid-uUZtjkJuIm {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fffff6;
}
.cid-uUZtjkJuIm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZtjkJuIm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZtjkJuIm .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uUZtjkJuIm .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uUZtjkJuIm .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uUZtjkJuIm .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uUZtjkJuIm .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-uUZtjkJuIm .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uUZtjkJuIm .carousel-control,
.cid-uUZtjkJuIm .close {
  background: #1b1b1b;
}
.cid-uUZtjkJuIm .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uUZtjkJuIm .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uUZtjkJuIm .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uUZtjkJuIm .carousel-control-next span {
  margin-left: 5px;
}
.cid-uUZtjkJuIm .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-uUZtjkJuIm .close::before {
  content: '\e91a';
}
.cid-uUZtjkJuIm .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uUZtjkJuIm .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-uUZtjkJuIm .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUZtjkJuIm .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uUZtjkJuIm .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uUZtjkJuIm .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uUZtjkJuIm .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-uUZtjkJuIm .carousel-indicators li.active,
.cid-uUZtjkJuIm .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uUZtjkJuIm .carousel-indicators li::after,
.cid-uUZtjkJuIm .carousel-indicators li::before {
  content: none;
}
.cid-uUZtjkJuIm .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uUZtjkJuIm .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uUZtjkJuIm .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uUZtjkJuIm .carousel-indicators {
    display: none;
  }
}
.cid-uUZtjkJuIm .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uUZtjkJuIm .carousel-inner > .active {
  display: block;
}
.cid-uUZtjkJuIm .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUZtjkJuIm .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uUZtjkJuIm .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uUZtjkJuIm .carousel-control,
  .cid-uUZtjkJuIm .carousel-indicators,
  .cid-uUZtjkJuIm .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uUZtjkJuIm .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uUZtjkJuIm .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uUZtjkJuIm .carousel-indicators .active,
.cid-uUZtjkJuIm .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uUZtjkJuIm .carousel-indicators .active {
  background: #fff;
}
.cid-uUZtjkJuIm .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uUZtjkJuIm .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uUZtjkJuIm .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uUZtjkJuIm .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uUZtjkJuIm .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uUZtjkJuIm .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uUZtjkJuIm .carousel {
  width: 100%;
}
.cid-uUZtjkJuIm .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uUZtjkJuIm .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uUZtjkJuIm .modal.fade .modal-dialog,
.cid-uUZtjkJuIm .modal.in .modal-dialog {
  transform: none;
}
.cid-uUZtjkJuIm .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uUZtjkJuIm H6 {
  text-align: center;
}
.cid-uUZsX8m0iK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #917373;
}
.cid-uUZsX8m0iK .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUZsX8m0iK .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uUZsX8m0iK .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uUZsX8m0iK .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUZsX8m0iK .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUZsX8m0iK .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uUZsX8m0iK .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uUZsX8m0iK .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uUZsX8m0iK .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUZsX8m0iK .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uUZsX8m0iK .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUZsX8m0iK .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUZsX8m0iK .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uUZsX8m0iK .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uUZsX8m0iK .media-container-row .mbr-text {
  color: #fffff6;
}
.cid-uWcxBXRRVn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uWcxBXRRVn nav.navbar {
  position: fixed;
}
.cid-uWcxBXRRVn .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-uWcxBXRRVn .dropdown-menu {
  padding: 0;
}
.cid-uWcxBXRRVn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWcxBXRRVn .dropdown-item:hover,
.cid-uWcxBXRRVn .dropdown-item:focus {
  background: #fffff6 !important;
  color: white !important;
}
.cid-uWcxBXRRVn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uWcxBXRRVn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWcxBXRRVn .nav-link {
  position: relative;
}
.cid-uWcxBXRRVn .container {
  display: flex;
  margin: auto;
}
.cid-uWcxBXRRVn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uWcxBXRRVn .navbar-caption {
  padding-right: 4rem;
}
.cid-uWcxBXRRVn .dropdown-menu,
.cid-uWcxBXRRVn .navbar.opened {
  background: #fffff6 !important;
}
.cid-uWcxBXRRVn .nav-item:focus,
.cid-uWcxBXRRVn .nav-link:focus {
  outline: none;
}
.cid-uWcxBXRRVn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWcxBXRRVn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWcxBXRRVn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uWcxBXRRVn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWcxBXRRVn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWcxBXRRVn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWcxBXRRVn .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fffff6;
}
.cid-uWcxBXRRVn .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWcxBXRRVn .navbar.opened {
  transition: all .3s;
}
.cid-uWcxBXRRVn .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uWcxBXRRVn .navbar .navbar-logo img {
  width: auto;
}
.cid-uWcxBXRRVn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWcxBXRRVn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWcxBXRRVn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWcxBXRRVn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uWcxBXRRVn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWcxBXRRVn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWcxBXRRVn .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: 55%;
}
.cid-uWcxBXRRVn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWcxBXRRVn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uWcxBXRRVn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uWcxBXRRVn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWcxBXRRVn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWcxBXRRVn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWcxBXRRVn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWcxBXRRVn .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: 55%;
  }
  .cid-uWcxBXRRVn .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uWcxBXRRVn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWcxBXRRVn .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWcxBXRRVn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWcxBXRRVn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWcxBXRRVn .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uWcxBXRRVn .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWcxBXRRVn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uWcxBXRRVn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uWcxBXRRVn .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWcxBXRRVn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWcxBXRRVn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWcxBXRRVn .dropdown-item.active,
.cid-uWcxBXRRVn .dropdown-item:active {
  background-color: transparent;
}
.cid-uWcxBXRRVn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWcxBXRRVn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWcxBXRRVn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWcxBXRRVn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffff6;
}
.cid-uWcxBXRRVn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWcxBXRRVn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWcxBXRRVn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWcxBXRRVn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWcxBXRRVn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uWcxBXRRVn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uWcxBXRRVn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uWcxBXRRVn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uWcxBXRRVn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uWcxBXRRVn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uWcxBXRRVn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uWcxBXRRVn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uWcxBXRRVn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uWcxBXRRVn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uWcxBXRRVn .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uWcxBXRRVn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWcxBXRRVn .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-uWcxBXRRVn .navbar {
    height: 77px;
  }
  .cid-uWcxBXRRVn .navbar.opened {
    height: auto;
  }
  .cid-uWcxBXRRVn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWcxBYL8dy {
  padding-top: 3rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/arenasnegras4-1280x960.jpg");
}
.cid-uWcxBYL8dy .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-uWcxBYL8dy .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-uWcxBYL8dy .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-uWcxBYL8dy .mbr-section-title {
  color: #fffff6;
}
.cid-uWcxBYL8dy .mbr-text,
.cid-uWcxBYL8dy .mbr-section-btn,
.cid-uWcxBYL8dy .social-row {
  color: #fffff6;
}
.cid-uWcxBZmrsB {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fffff6;
}
.cid-uWcxBZmrsB .line {
  background-color: #816e7c;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uWcxBZmrsB .mbr-text {
  color: #917373;
  text-align: center;
}
.cid-uWcxBZEZDf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffff6;
}
.cid-uWcxBZEZDf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWcxBZEZDf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWcxBZEZDf .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uWcxBZEZDf .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uWcxBZEZDf .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWcxBZEZDf .mbr-section-title {
  color: #917373;
}
.cid-uWcxBZEZDf .mbr-text,
.cid-uWcxBZEZDf .mbr-section-btn {
  color: #816e7c;
  text-align: left;
}
.cid-uWcxC04WZo {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fffff6;
}
.cid-uWcxC04WZo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWcxC04WZo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWcxC04WZo .row {
  flex-direction: row-reverse;
}
.cid-uWcxC04WZo .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uWcxC04WZo .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uWcxC04WZo .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWcxC04WZo .mbr-section-title {
  color: #917373;
}
.cid-uWcxC04WZo .mbr-text,
.cid-uWcxC04WZo .mbr-section-btn {
  color: #917373;
  text-align: left;
}
.cid-uWcxC0yQRg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #917373;
}
.cid-uWcxC0yQRg img,
.cid-uWcxC0yQRg .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uWcxC0yQRg .item:focus,
.cid-uWcxC0yQRg span:focus {
  outline: none;
}
.cid-uWcxC0yQRg .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uWcxC0yQRg .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fffff6;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uWcxC0yQRg .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uWcxC0yQRg .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uWcxC0yQRg .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uWcxC0yQRg .mbr-section-title {
  color: #fffff6;
}
.cid-uWcxC0yQRg .mbr-text,
.cid-uWcxC0yQRg .mbr-section-btn {
  text-align: left;
  color: #917373;
}
.cid-uWcxC0yQRg .item-title {
  text-align: left;
  color: #917373;
}
.cid-uWcxC0yQRg .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uWcxC0yQRg .mbr-section-subtitle {
  color: #917373;
}
.cid-uWcxC0yQRg .mbr-section-subtitle P {
  text-align: center;
}
.cid-uWcxC1oEHm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fffff6;
}
.cid-uWcxC1oEHm .carousel-item {
  justify-content: center;
}
.cid-uWcxC1oEHm .carousel-item.active,
.cid-uWcxC1oEHm .carousel-item-next,
.cid-uWcxC1oEHm .carousel-item-prev {
  display: flex;
}
.cid-uWcxC1oEHm .carousel-controls a {
  transition: opacity .5s;
  font-size: 30px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  color: #155ce0;
}
.cid-uWcxC1oEHm .carousel-controls a .mbr-iconfont {
  font-weight: 800;
}
.cid-uWcxC1oEHm .carousel-control-next span {
  padding-left: 5px;
}
.cid-uWcxC1oEHm .carousel-control-prev span {
  padding-right: 5px;
}
.cid-uWcxC1oEHm .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uWcxC1oEHm .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-uWcxC1oEHm .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uWcxC1oEHm H3 {
  color: #917373;
}
.cid-uWcxC1oEHm .user_name {
  color: #816e7c;
}
.cid-uWcxC1oEHm .user_text {
  color: #816e7c;
}
.cid-uWcxC2aLBf {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fffff6;
}
.cid-uWcxC2aLBf .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-uWcxC2aLBf .currentcost {
  color: #232323;
}
.cid-uWcxC2aLBf .card-wrapper {
  border-radius: 4px;
  background: #917373;
}
@media (min-width: 992px) {
  .cid-uWcxC2aLBf .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uWcxC2aLBf .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uWcxC2aLBf .text-box {
    padding: 1rem;
  }
}
.cid-uWcxC2aLBf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uWcxC2aLBf H5 {
  color: #fffff6;
  text-align: left;
}
.cid-uWcxC2aLBf .mbr-text,
.cid-uWcxC2aLBf .cost,
.cid-uWcxC2aLBf .mbr-section-btn {
  color: #fffff6;
  text-align: left;
}
.cid-uWcxC2Eo8f {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #917373;
}
.cid-uWcxC2Eo8f .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uWcxC2Eo8f .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uWcxC2Eo8f .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uWcxC2Eo8f .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uWcxC2Eo8f .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uWcxC2Eo8f .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uWcxC2Eo8f .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uWcxC2Eo8f .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uWcxC2Eo8f .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uWcxC2Eo8f .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uWcxC2Eo8f .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uWcxC2Eo8f .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uWcxC2Eo8f .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uWcxC2Eo8f .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uWcxC2Eo8f .media-container-row .mbr-text {
  color: #fffff6;
}
.cid-uWR3g7tlNM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uWR3g7tlNM nav.navbar {
  position: fixed;
}
.cid-uWR3g7tlNM .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-uWR3g7tlNM .dropdown-menu {
  padding: 0;
}
.cid-uWR3g7tlNM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWR3g7tlNM .dropdown-item:hover,
.cid-uWR3g7tlNM .dropdown-item:focus {
  background: #fffff6 !important;
  color: white !important;
}
.cid-uWR3g7tlNM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uWR3g7tlNM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWR3g7tlNM .nav-link {
  position: relative;
}
.cid-uWR3g7tlNM .container {
  display: flex;
  margin: auto;
}
.cid-uWR3g7tlNM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uWR3g7tlNM .navbar-caption {
  padding-right: 4rem;
}
.cid-uWR3g7tlNM .dropdown-menu,
.cid-uWR3g7tlNM .navbar.opened {
  background: #fffff6 !important;
}
.cid-uWR3g7tlNM .nav-item:focus,
.cid-uWR3g7tlNM .nav-link:focus {
  outline: none;
}
.cid-uWR3g7tlNM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWR3g7tlNM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWR3g7tlNM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uWR3g7tlNM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWR3g7tlNM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWR3g7tlNM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWR3g7tlNM .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fffff6;
}
.cid-uWR3g7tlNM .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWR3g7tlNM .navbar.opened {
  transition: all .3s;
}
.cid-uWR3g7tlNM .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uWR3g7tlNM .navbar .navbar-logo img {
  width: auto;
}
.cid-uWR3g7tlNM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWR3g7tlNM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWR3g7tlNM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWR3g7tlNM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uWR3g7tlNM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWR3g7tlNM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWR3g7tlNM .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: 55%;
}
.cid-uWR3g7tlNM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWR3g7tlNM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uWR3g7tlNM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uWR3g7tlNM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWR3g7tlNM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWR3g7tlNM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWR3g7tlNM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWR3g7tlNM .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: 55%;
  }
  .cid-uWR3g7tlNM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uWR3g7tlNM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWR3g7tlNM .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWR3g7tlNM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWR3g7tlNM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWR3g7tlNM .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uWR3g7tlNM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWR3g7tlNM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uWR3g7tlNM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uWR3g7tlNM .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWR3g7tlNM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWR3g7tlNM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWR3g7tlNM .dropdown-item.active,
.cid-uWR3g7tlNM .dropdown-item:active {
  background-color: transparent;
}
.cid-uWR3g7tlNM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWR3g7tlNM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWR3g7tlNM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWR3g7tlNM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffff6;
}
.cid-uWR3g7tlNM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWR3g7tlNM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWR3g7tlNM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWR3g7tlNM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWR3g7tlNM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uWR3g7tlNM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uWR3g7tlNM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uWR3g7tlNM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uWR3g7tlNM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uWR3g7tlNM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uWR3g7tlNM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uWR3g7tlNM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uWR3g7tlNM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uWR3g7tlNM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uWR3g7tlNM .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uWR3g7tlNM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWR3g7tlNM .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-uWR3g7tlNM .navbar {
    height: 77px;
  }
  .cid-uWR3g7tlNM .navbar.opened {
    height: auto;
  }
  .cid-uWR3g7tlNM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWR3g7QwU4 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #fffff6;
}
.cid-uWR3g7QwU4 .mbr-section-title {
  color: #917373;
}
.cid-uWR3g7QwU4 .mbr-section-subtitle {
  color: #917373;
}
.cid-uWR3g7QwU4 .mbr-text {
  color: #917373;
}
.cid-uWR3g86ceq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fffff6;
}
.cid-uWR3g86ceq .carousel-item {
  justify-content: center;
}
.cid-uWR3g86ceq .carousel-item.active,
.cid-uWR3g86ceq .carousel-item-next,
.cid-uWR3g86ceq .carousel-item-prev {
  display: flex;
}
.cid-uWR3g86ceq .carousel-controls a {
  transition: opacity .5s;
  font-size: 30px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  color: #155ce0;
}
.cid-uWR3g86ceq .carousel-controls a .mbr-iconfont {
  font-weight: 800;
}
.cid-uWR3g86ceq .carousel-control-next span {
  padding-left: 5px;
}
.cid-uWR3g86ceq .carousel-control-prev span {
  padding-right: 5px;
}
.cid-uWR3g86ceq .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uWR3g86ceq .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-uWR3g86ceq .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uWR3g86ceq H3 {
  color: #917373;
}
.cid-uWR3g86ceq .user_name {
  color: #917373;
}
.cid-uWR3g86ceq .user_text {
  color: #917373;
}
.cid-uWR3g86ceq .user_desk {
  color: #917373;
}
.cid-uWR3g8Fbrj {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fffff6;
}
.cid-uWR3g8Fbrj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWR3g8Fbrj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWR3g8Fbrj .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uWR3g8Fbrj .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uWR3g8Fbrj .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uWR3g8Fbrj .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uWR3g8Fbrj .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-uWR3g8Fbrj .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uWR3g8Fbrj .carousel-control,
.cid-uWR3g8Fbrj .close {
  background: #1b1b1b;
}
.cid-uWR3g8Fbrj .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uWR3g8Fbrj .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uWR3g8Fbrj .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uWR3g8Fbrj .carousel-control-next span {
  margin-left: 5px;
}
.cid-uWR3g8Fbrj .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-uWR3g8Fbrj .close::before {
  content: '\e91a';
}
.cid-uWR3g8Fbrj .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uWR3g8Fbrj .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-uWR3g8Fbrj .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uWR3g8Fbrj .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uWR3g8Fbrj .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uWR3g8Fbrj .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uWR3g8Fbrj .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-uWR3g8Fbrj .carousel-indicators li.active,
.cid-uWR3g8Fbrj .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uWR3g8Fbrj .carousel-indicators li::after,
.cid-uWR3g8Fbrj .carousel-indicators li::before {
  content: none;
}
.cid-uWR3g8Fbrj .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uWR3g8Fbrj .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uWR3g8Fbrj .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uWR3g8Fbrj .carousel-indicators {
    display: none;
  }
}
.cid-uWR3g8Fbrj .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uWR3g8Fbrj .carousel-inner > .active {
  display: block;
}
.cid-uWR3g8Fbrj .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uWR3g8Fbrj .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uWR3g8Fbrj .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uWR3g8Fbrj .carousel-control,
  .cid-uWR3g8Fbrj .carousel-indicators,
  .cid-uWR3g8Fbrj .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uWR3g8Fbrj .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uWR3g8Fbrj .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uWR3g8Fbrj .carousel-indicators .active,
.cid-uWR3g8Fbrj .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uWR3g8Fbrj .carousel-indicators .active {
  background: #fff;
}
.cid-uWR3g8Fbrj .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uWR3g8Fbrj .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uWR3g8Fbrj .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uWR3g8Fbrj .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uWR3g8Fbrj .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uWR3g8Fbrj .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uWR3g8Fbrj .carousel {
  width: 100%;
}
.cid-uWR3g8Fbrj .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uWR3g8Fbrj .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uWR3g8Fbrj .modal.fade .modal-dialog,
.cid-uWR3g8Fbrj .modal.in .modal-dialog {
  transform: none;
}
.cid-uWR3g8Fbrj .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uWR3g8Fbrj H6 {
  text-align: center;
}
.cid-uWR3g9l57H {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #917373;
}
.cid-uWR3g9l57H .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uWR3g9l57H .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uWR3g9l57H .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uWR3g9l57H .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uWR3g9l57H .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uWR3g9l57H .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uWR3g9l57H .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uWR3g9l57H .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uWR3g9l57H .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uWR3g9l57H .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uWR3g9l57H .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uWR3g9l57H .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uWR3g9l57H .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uWR3g9l57H .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uWR3g9l57H .media-container-row .mbr-text {
  color: #fffff6;
}
.cid-uWR3iCfSHU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uWR3iCfSHU nav.navbar {
  position: fixed;
}
.cid-uWR3iCfSHU .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-uWR3iCfSHU .dropdown-menu {
  padding: 0;
}
.cid-uWR3iCfSHU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWR3iCfSHU .dropdown-item:hover,
.cid-uWR3iCfSHU .dropdown-item:focus {
  background: #fffff6 !important;
  color: white !important;
}
.cid-uWR3iCfSHU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uWR3iCfSHU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWR3iCfSHU .nav-link {
  position: relative;
}
.cid-uWR3iCfSHU .container {
  display: flex;
  margin: auto;
}
.cid-uWR3iCfSHU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uWR3iCfSHU .navbar-caption {
  padding-right: 4rem;
}
.cid-uWR3iCfSHU .dropdown-menu,
.cid-uWR3iCfSHU .navbar.opened {
  background: #fffff6 !important;
}
.cid-uWR3iCfSHU .nav-item:focus,
.cid-uWR3iCfSHU .nav-link:focus {
  outline: none;
}
.cid-uWR3iCfSHU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWR3iCfSHU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWR3iCfSHU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uWR3iCfSHU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWR3iCfSHU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWR3iCfSHU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWR3iCfSHU .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fffff6;
}
.cid-uWR3iCfSHU .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWR3iCfSHU .navbar.opened {
  transition: all .3s;
}
.cid-uWR3iCfSHU .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uWR3iCfSHU .navbar .navbar-logo img {
  width: auto;
}
.cid-uWR3iCfSHU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWR3iCfSHU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWR3iCfSHU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWR3iCfSHU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uWR3iCfSHU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWR3iCfSHU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWR3iCfSHU .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: 55%;
}
.cid-uWR3iCfSHU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWR3iCfSHU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uWR3iCfSHU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uWR3iCfSHU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWR3iCfSHU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWR3iCfSHU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWR3iCfSHU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWR3iCfSHU .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: 55%;
  }
  .cid-uWR3iCfSHU .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uWR3iCfSHU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWR3iCfSHU .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWR3iCfSHU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWR3iCfSHU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWR3iCfSHU .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uWR3iCfSHU .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWR3iCfSHU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uWR3iCfSHU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uWR3iCfSHU .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWR3iCfSHU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWR3iCfSHU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWR3iCfSHU .dropdown-item.active,
.cid-uWR3iCfSHU .dropdown-item:active {
  background-color: transparent;
}
.cid-uWR3iCfSHU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWR3iCfSHU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWR3iCfSHU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWR3iCfSHU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffff6;
}
.cid-uWR3iCfSHU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWR3iCfSHU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWR3iCfSHU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWR3iCfSHU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWR3iCfSHU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uWR3iCfSHU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uWR3iCfSHU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uWR3iCfSHU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uWR3iCfSHU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uWR3iCfSHU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uWR3iCfSHU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uWR3iCfSHU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uWR3iCfSHU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uWR3iCfSHU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uWR3iCfSHU .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uWR3iCfSHU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWR3iCfSHU .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-uWR3iCfSHU .navbar {
    height: 77px;
  }
  .cid-uWR3iCfSHU .navbar.opened {
    height: auto;
  }
  .cid-uWR3iCfSHU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWR3iCAGpb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffff6;
}
.cid-uWR3iCAGpb .mbr-section-title {
  color: #917373;
}
.cid-uWR3iCAGpb .mbr-section-subtitle {
  color: #917373;
}
.cid-uWR3iCAGpb .mbr-text {
  color: #917373;
}
.cid-uWR3iCPuff {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fffff6;
}
.cid-uWR3iCPuff .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWR3iCPuff .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWR3iCPuff .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uWR3iCPuff .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uWR3iCPuff .mbr-text {
  color: #917373;
}
.cid-uWR3iCPuff .name {
  color: #917373;
}
.cid-uWR3iCPuff .mbr-section-title {
  color: #917373;
}
.cid-uWR3iCPuff .position {
  color: #917373;
}
.cid-uWR3iDgbBQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #917373;
}
.cid-uWR3iDgbBQ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uWR3iDgbBQ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uWR3iDgbBQ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uWR3iDgbBQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uWR3iDgbBQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uWR3iDgbBQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uWR3iDgbBQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uWR3iDgbBQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uWR3iDgbBQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uWR3iDgbBQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uWR3iDgbBQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uWR3iDgbBQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uWR3iDgbBQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uWR3iDgbBQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uWR3iDgbBQ .media-container-row .mbr-text {
  color: #fffff6;
}
.cid-uWR3l789Ue {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uWR3l789Ue nav.navbar {
  position: fixed;
}
.cid-uWR3l789Ue .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-uWR3l789Ue .dropdown-menu {
  padding: 0;
}
.cid-uWR3l789Ue .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWR3l789Ue .dropdown-item:hover,
.cid-uWR3l789Ue .dropdown-item:focus {
  background: #fffff6 !important;
  color: white !important;
}
.cid-uWR3l789Ue .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uWR3l789Ue .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWR3l789Ue .nav-link {
  position: relative;
}
.cid-uWR3l789Ue .container {
  display: flex;
  margin: auto;
}
.cid-uWR3l789Ue .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uWR3l789Ue .navbar-caption {
  padding-right: 4rem;
}
.cid-uWR3l789Ue .dropdown-menu,
.cid-uWR3l789Ue .navbar.opened {
  background: #fffff6 !important;
}
.cid-uWR3l789Ue .nav-item:focus,
.cid-uWR3l789Ue .nav-link:focus {
  outline: none;
}
.cid-uWR3l789Ue .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWR3l789Ue .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWR3l789Ue .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uWR3l789Ue .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWR3l789Ue .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWR3l789Ue .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWR3l789Ue .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fffff6;
}
.cid-uWR3l789Ue .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWR3l789Ue .navbar.opened {
  transition: all .3s;
}
.cid-uWR3l789Ue .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uWR3l789Ue .navbar .navbar-logo img {
  width: auto;
}
.cid-uWR3l789Ue .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWR3l789Ue .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWR3l789Ue .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWR3l789Ue .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uWR3l789Ue .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWR3l789Ue .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWR3l789Ue .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: 55%;
}
.cid-uWR3l789Ue .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWR3l789Ue .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uWR3l789Ue .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uWR3l789Ue .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWR3l789Ue .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWR3l789Ue .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWR3l789Ue .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWR3l789Ue .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: 55%;
  }
  .cid-uWR3l789Ue .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uWR3l789Ue .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWR3l789Ue .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWR3l789Ue .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWR3l789Ue .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWR3l789Ue .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uWR3l789Ue .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWR3l789Ue .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uWR3l789Ue .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uWR3l789Ue .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWR3l789Ue .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWR3l789Ue .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWR3l789Ue .dropdown-item.active,
.cid-uWR3l789Ue .dropdown-item:active {
  background-color: transparent;
}
.cid-uWR3l789Ue .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWR3l789Ue .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWR3l789Ue .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWR3l789Ue .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffff6;
}
.cid-uWR3l789Ue .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWR3l789Ue .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWR3l789Ue ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWR3l789Ue .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWR3l789Ue button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uWR3l789Ue button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uWR3l789Ue button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uWR3l789Ue button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uWR3l789Ue button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uWR3l789Ue button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uWR3l789Ue nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uWR3l789Ue nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uWR3l789Ue nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uWR3l789Ue nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uWR3l789Ue .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uWR3l789Ue a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWR3l789Ue .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-uWR3l789Ue .navbar {
    height: 77px;
  }
  .cid-uWR3l789Ue .navbar.opened {
    height: auto;
  }
  .cid-uWR3l789Ue .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWR3l7yxmh {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/yogatag-allein-3-2000x2667.jpeg");
}
.cid-uWR3l7yxmh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWR3l7yxmh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWR3l7yxmh .mbr-section-title {
  color: #917373;
}
.cid-uWR3l7yxmh .mbr-text,
.cid-uWR3l7yxmh .mbr-section-btn {
  color: #353535;
}
.cid-uWR3l7yxmh .mbr-section-subtitle {
  color: #232323;
}
.cid-uWR3l7Sja6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #917373;
}
.cid-uWR3l7Sja6 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uWR3l7Sja6 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uWR3l7Sja6 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uWR3l7Sja6 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uWR3l7Sja6 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uWR3l7Sja6 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uWR3l7Sja6 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uWR3l7Sja6 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uWR3l7Sja6 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uWR3l7Sja6 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uWR3l7Sja6 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uWR3l7Sja6 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uWR3l7Sja6 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uWR3l7Sja6 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uWR3l7Sja6 .media-container-row .mbr-text {
  color: #fffff6;
}
.cid-v3tiYMt62E {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v3tiYMt62E nav.navbar {
  position: fixed;
}
.cid-v3tiYMt62E .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-v3tiYMt62E .dropdown-menu {
  padding: 0;
}
.cid-v3tiYMt62E .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v3tiYMt62E .dropdown-item:hover,
.cid-v3tiYMt62E .dropdown-item:focus {
  background: #fffff6 !important;
  color: white !important;
}
.cid-v3tiYMt62E .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-v3tiYMt62E .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3tiYMt62E .nav-link {
  position: relative;
}
.cid-v3tiYMt62E .container {
  display: flex;
  margin: auto;
}
.cid-v3tiYMt62E .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-v3tiYMt62E .navbar-caption {
  padding-right: 4rem;
}
.cid-v3tiYMt62E .dropdown-menu,
.cid-v3tiYMt62E .navbar.opened {
  background: #fffff6 !important;
}
.cid-v3tiYMt62E .nav-item:focus,
.cid-v3tiYMt62E .nav-link:focus {
  outline: none;
}
.cid-v3tiYMt62E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3tiYMt62E .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3tiYMt62E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v3tiYMt62E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3tiYMt62E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3tiYMt62E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3tiYMt62E .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fffff6;
}
.cid-v3tiYMt62E .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v3tiYMt62E .navbar.opened {
  transition: all .3s;
}
.cid-v3tiYMt62E .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-v3tiYMt62E .navbar .navbar-logo img {
  width: auto;
}
.cid-v3tiYMt62E .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3tiYMt62E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3tiYMt62E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3tiYMt62E .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-v3tiYMt62E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3tiYMt62E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3tiYMt62E .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: 55%;
}
.cid-v3tiYMt62E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3tiYMt62E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v3tiYMt62E .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v3tiYMt62E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3tiYMt62E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3tiYMt62E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3tiYMt62E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3tiYMt62E .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: 55%;
  }
  .cid-v3tiYMt62E .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v3tiYMt62E .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3tiYMt62E .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3tiYMt62E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3tiYMt62E .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3tiYMt62E .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v3tiYMt62E .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3tiYMt62E .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v3tiYMt62E .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v3tiYMt62E .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3tiYMt62E .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3tiYMt62E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3tiYMt62E .dropdown-item.active,
.cid-v3tiYMt62E .dropdown-item:active {
  background-color: transparent;
}
.cid-v3tiYMt62E .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3tiYMt62E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3tiYMt62E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3tiYMt62E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffff6;
}
.cid-v3tiYMt62E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3tiYMt62E .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3tiYMt62E ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v3tiYMt62E .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3tiYMt62E button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-v3tiYMt62E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-v3tiYMt62E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v3tiYMt62E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v3tiYMt62E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v3tiYMt62E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v3tiYMt62E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v3tiYMt62E nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v3tiYMt62E nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v3tiYMt62E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v3tiYMt62E .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v3tiYMt62E a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3tiYMt62E .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-v3tiYMt62E .navbar {
    height: 77px;
  }
  .cid-v3tiYMt62E .navbar.opened {
    height: auto;
  }
  .cid-v3tiYMt62E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3tiYN920G {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #fffff6;
}
.cid-v3tiYN920G .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3tiYN920G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3tiYN920G .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v3tiYN920G .image-wrap img {
    display: block;
    margin: auto;
    width: 20%;
  }
}
.cid-v3tiYN920G .mbr-text,
.cid-v3tiYN920G .mbr-section-btn {
  text-align: left;
  color: #917373;
}
.cid-v3tiYN920G .mbr-section-title {
  color: #917373;
}
.cid-v4pBarlKTl {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fffff6;
}
.cid-v4pBarlKTl .line {
  background-color: #917373;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v4pBarlKTl .mbr-text {
  color: #917373;
  text-align: left;
}
.cid-v4qFGdJQzS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffff6;
}
.cid-v4qFGdJQzS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4qFGdJQzS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4qFGdJQzS .card-wrapper {
  background: #fffff6;
}
@media (max-width: 767px) {
  .cid-v4qFGdJQzS .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4qFGdJQzS .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v4qFGdJQzS .card-wrapper {
    padding: 4rem;
  }
}
.cid-v4qFGdJQzS .mbr-text,
.cid-v4qFGdJQzS .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v4qFGdJQzS .card-title,
.cid-v4qFGdJQzS .card-box {
  text-align: left;
  color: #917373;
}
.cid-v4qFGdJQzS .mbr-section-subtitle {
  text-align: left;
  color: #917373;
}
.cid-v4qFGdJQzS .mbr-text {
  text-align: left;
  color: #917373;
}
.cid-v4qFGdJQzS .mbr-card-title {
  text-align: left;
  color: #917373;
}
.cid-v4pAss48ih {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fffff6;
}
.cid-v4pAss48ih .line {
  background-color: #917373;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v4pAss48ih .mbr-text {
  color: #917373;
  text-align: left;
}
.cid-v3zDiRGzmI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffff6;
}
.cid-v3zDiRGzmI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3zDiRGzmI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v3zDiRGzmI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v3zDiRGzmI .row {
  flex-direction: row-reverse;
}
.cid-v3zDiRGzmI img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v3zDiRGzmI .text-wrapper {
    padding: 2rem;
  }
}
.cid-v3zDiRGzmI .mbr-section-title {
  color: #917373;
}
.cid-v3zDiRGzmI .mbr-text {
  color: #917373;
}
.cid-v3tuntplQ8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fffff6;
}
.cid-v3tuntplQ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3tuntplQ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3tuntplQ8 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v3tuntplQ8 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v3tuntplQ8 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #fffff6;
}
.cid-v3tuntplQ8 .panel-body,
.cid-v3tuntplQ8 .card-header {
  padding: 1rem 0;
}
.cid-v3tuntplQ8 .panel-title-edit {
  color: #917373;
}
.cid-v3tuntplQ8 H3 {
  color: #917373;
  text-align: left;
}
.cid-v3tuntplQ8 .panel-text {
  color: #917373;
}
.cid-v3tiYOoVI9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffff6;
}
.cid-v3tiYOoVI9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3tiYOoVI9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3tiYOoVI9 .content-wrapper {
  background: #fffff6;
}
@media (max-width: 991px) {
  .cid-v3tiYOoVI9 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v3tiYOoVI9 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v3tiYOoVI9 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3tiYOoVI9 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v3tiYOoVI9 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-v3tiYOoVI9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v3tiYOoVI9 .card-title {
  color: #fffff6;
}
.cid-v3tiYOoVI9 .mbr-text,
.cid-v3tiYOoVI9 .mbr-section-btn {
  color: #917373;
}
.cid-v3tiYQ2UrJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #917373;
}
.cid-v3tiYQ2UrJ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v3tiYQ2UrJ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v3tiYQ2UrJ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v3tiYQ2UrJ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v3tiYQ2UrJ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v3tiYQ2UrJ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v3tiYQ2UrJ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-v3tiYQ2UrJ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v3tiYQ2UrJ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v3tiYQ2UrJ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v3tiYQ2UrJ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v3tiYQ2UrJ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v3tiYQ2UrJ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v3tiYQ2UrJ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-v3tiYQ2UrJ .media-container-row .mbr-text {
  color: #fffff6;
}
.cid-v6SMVTZedb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v6SMVTZedb nav.navbar {
  position: fixed;
}
.cid-v6SMVTZedb .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-v6SMVTZedb .dropdown-menu {
  padding: 0;
}
.cid-v6SMVTZedb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v6SMVTZedb .dropdown-item:hover,
.cid-v6SMVTZedb .dropdown-item:focus {
  background: #fffff6 !important;
  color: white !important;
}
.cid-v6SMVTZedb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-v6SMVTZedb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v6SMVTZedb .nav-link {
  position: relative;
}
.cid-v6SMVTZedb .container {
  display: flex;
  margin: auto;
}
.cid-v6SMVTZedb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-v6SMVTZedb .navbar-caption {
  padding-right: 4rem;
}
.cid-v6SMVTZedb .dropdown-menu,
.cid-v6SMVTZedb .navbar.opened {
  background: #fffff6 !important;
}
.cid-v6SMVTZedb .nav-item:focus,
.cid-v6SMVTZedb .nav-link:focus {
  outline: none;
}
.cid-v6SMVTZedb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v6SMVTZedb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6SMVTZedb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v6SMVTZedb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6SMVTZedb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6SMVTZedb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v6SMVTZedb .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fffff6;
}
.cid-v6SMVTZedb .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v6SMVTZedb .navbar.opened {
  transition: all .3s;
}
.cid-v6SMVTZedb .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-v6SMVTZedb .navbar .navbar-logo img {
  width: auto;
}
.cid-v6SMVTZedb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v6SMVTZedb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6SMVTZedb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v6SMVTZedb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-v6SMVTZedb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v6SMVTZedb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v6SMVTZedb .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: 55%;
}
.cid-v6SMVTZedb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v6SMVTZedb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v6SMVTZedb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v6SMVTZedb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6SMVTZedb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v6SMVTZedb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v6SMVTZedb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v6SMVTZedb .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: 55%;
  }
  .cid-v6SMVTZedb .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v6SMVTZedb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v6SMVTZedb .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v6SMVTZedb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v6SMVTZedb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v6SMVTZedb .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v6SMVTZedb .navbar.navbar-short {
  min-height: 60px;
}
.cid-v6SMVTZedb .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v6SMVTZedb .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v6SMVTZedb .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v6SMVTZedb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v6SMVTZedb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v6SMVTZedb .dropdown-item.active,
.cid-v6SMVTZedb .dropdown-item:active {
  background-color: transparent;
}
.cid-v6SMVTZedb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6SMVTZedb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v6SMVTZedb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v6SMVTZedb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffff6;
}
.cid-v6SMVTZedb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v6SMVTZedb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v6SMVTZedb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v6SMVTZedb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v6SMVTZedb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-v6SMVTZedb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-v6SMVTZedb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v6SMVTZedb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v6SMVTZedb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v6SMVTZedb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v6SMVTZedb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v6SMVTZedb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v6SMVTZedb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v6SMVTZedb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v6SMVTZedb .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v6SMVTZedb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6SMVTZedb .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-v6SMVTZedb .navbar {
    height: 77px;
  }
  .cid-v6SMVTZedb .navbar.opened {
    height: auto;
  }
  .cid-v6SMVTZedb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v6SMVUuWTl {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #fffff6;
}
.cid-v6SMVUuWTl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6SMVUuWTl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6SMVUuWTl .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v6SMVUuWTl .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-v6SMVUuWTl .mbr-text,
.cid-v6SMVUuWTl .mbr-section-btn {
  text-align: left;
  color: #917373;
}
.cid-v6SMVUuWTl .mbr-section-title {
  color: #917373;
}
.cid-v6SMVVyuPu {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fffff6;
}
.cid-v6SMVVyuPu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6SMVVyuPu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6SMVVyuPu .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-v6SMVVyuPu .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-v6SMVVyuPu .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v6SMVVyuPu .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v6SMVVyuPu .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-v6SMVVyuPu .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v6SMVVyuPu .carousel-control,
.cid-v6SMVVyuPu .close {
  background: #1b1b1b;
}
.cid-v6SMVVyuPu .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v6SMVVyuPu .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v6SMVVyuPu .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v6SMVVyuPu .carousel-control-next span {
  margin-left: 5px;
}
.cid-v6SMVVyuPu .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-v6SMVVyuPu .close::before {
  content: '\e91a';
}
.cid-v6SMVVyuPu .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v6SMVVyuPu .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-v6SMVVyuPu .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v6SMVVyuPu .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v6SMVVyuPu .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v6SMVVyuPu .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v6SMVVyuPu .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-v6SMVVyuPu .carousel-indicators li.active,
.cid-v6SMVVyuPu .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v6SMVVyuPu .carousel-indicators li::after,
.cid-v6SMVVyuPu .carousel-indicators li::before {
  content: none;
}
.cid-v6SMVVyuPu .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v6SMVVyuPu .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v6SMVVyuPu .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v6SMVVyuPu .carousel-indicators {
    display: none;
  }
}
.cid-v6SMVVyuPu .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v6SMVVyuPu .carousel-inner > .active {
  display: block;
}
.cid-v6SMVVyuPu .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v6SMVVyuPu .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v6SMVVyuPu .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v6SMVVyuPu .carousel-control,
  .cid-v6SMVVyuPu .carousel-indicators,
  .cid-v6SMVVyuPu .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v6SMVVyuPu .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v6SMVVyuPu .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v6SMVVyuPu .carousel-indicators .active,
.cid-v6SMVVyuPu .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v6SMVVyuPu .carousel-indicators .active {
  background: #fff;
}
.cid-v6SMVVyuPu .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v6SMVVyuPu .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v6SMVVyuPu .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v6SMVVyuPu .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v6SMVVyuPu .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v6SMVVyuPu .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v6SMVVyuPu .carousel {
  width: 100%;
}
.cid-v6SMVVyuPu .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v6SMVVyuPu .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v6SMVVyuPu .modal.fade .modal-dialog,
.cid-v6SMVVyuPu .modal.in .modal-dialog {
  transform: none;
}
.cid-v6SMVVyuPu .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v6SMVVyuPu H6 {
  text-align: center;
}
.cid-v6SMVW9n1L {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #917373;
}
.cid-v6SMVW9n1L .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v6SMVW9n1L .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v6SMVW9n1L .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v6SMVW9n1L .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v6SMVW9n1L .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v6SMVW9n1L .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v6SMVW9n1L .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-v6SMVW9n1L .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v6SMVW9n1L .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v6SMVW9n1L .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v6SMVW9n1L .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v6SMVW9n1L .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v6SMVW9n1L .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v6SMVW9n1L .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-v6SMVW9n1L .media-container-row .mbr-text {
  color: #fffff6;
}
