.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Noto Serif Georgian', serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Noto Serif Georgian', serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Noto Serif Georgian', serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: 'Noto Serif Georgian', serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Noto Serif Georgian', serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 2.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: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #653609 !important;
}
.bg-success {
  background-color: #ab7025 !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: #653609 !important;
  border-color: #653609 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #150b02 !important;
  border-color: #150b02 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #150b02 !important;
  border-color: #150b02 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #9f5b06 !important;
  border-color: #9f5b06 !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: #4b2b03 !important;
  border-color: #4b2b03 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #4b2b03 !important;
  border-color: #4b2b03 !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: #ab7025 !important;
  border-color: #ab7025 !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: #644116 !important;
  border-color: #644116 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #644116 !important;
  border-color: #644116 !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: #653609;
  color: #653609;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #150b02 !important;
  background-color: transparent!important;
  border-color: #150b02 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #653609 !important;
  border-color: #653609 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #9f5b06;
  color: #9f5b06;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #4b2b03 !important;
  background-color: transparent!important;
  border-color: #4b2b03 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #9f5b06 !important;
  border-color: #9f5b06 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  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: #148cca !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: #ab7025;
  color: #ab7025;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #644116 !important;
  background-color: transparent!important;
  border-color: #644116 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ab7025 !important;
  border-color: #ab7025 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  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: #ffd10a !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: #ff9966;
  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: #ff5f0f !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: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #653609 !important;
}
.text-secondary {
  color: #9f5b06 !important;
}
.text-success {
  color: #ab7025 !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: #070401 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3d2302 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #573913 !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: #653609;
}
.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-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #653609;
  border-color: #653609;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #653609;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #da7513;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e0ae70;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Noto Serif Georgian', serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: #653609 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Noto Serif Georgian', serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #653609;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #653609;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #653609;
}
.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: #653609;
  border-bottom-color: #653609;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #653609 !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: #9f5b06 !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='%23653609' %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-tq62FikEqH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tq62FikEqH nav.navbar {
  position: fixed;
}
.cid-tq62FikEqH .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-tq62FikEqH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tq62FikEqH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tq62FikEqH .dropdown-item:hover,
.cid-tq62FikEqH .dropdown-item:focus {
  background: #653609 !important;
  color: white !important;
}
.cid-tq62FikEqH .dropdown-item:hover span {
  color: white;
}
.cid-tq62FikEqH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tq62FikEqH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tq62FikEqH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tq62FikEqH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tq62FikEqH .nav-link {
  position: relative;
}
.cid-tq62FikEqH .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tq62FikEqH .container {
    flex-wrap: nowrap;
  }
}
.cid-tq62FikEqH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tq62FikEqH .dropdown-menu,
.cid-tq62FikEqH .navbar.opened {
  background: #ffffff !important;
}
.cid-tq62FikEqH .nav-item:focus,
.cid-tq62FikEqH .nav-link:focus {
  outline: none;
}
.cid-tq62FikEqH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tq62FikEqH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tq62FikEqH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tq62FikEqH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tq62FikEqH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tq62FikEqH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tq62FikEqH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tq62FikEqH .navbar.opened {
  transition: all 0.3s;
}
.cid-tq62FikEqH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tq62FikEqH .navbar .navbar-logo img {
  width: auto;
}
.cid-tq62FikEqH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tq62FikEqH .navbar.collapsed {
  justify-content: center;
}
.cid-tq62FikEqH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tq62FikEqH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tq62FikEqH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tq62FikEqH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tq62FikEqH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tq62FikEqH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tq62FikEqH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tq62FikEqH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tq62FikEqH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tq62FikEqH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tq62FikEqH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tq62FikEqH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tq62FikEqH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tq62FikEqH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tq62FikEqH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tq62FikEqH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tq62FikEqH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tq62FikEqH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tq62FikEqH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tq62FikEqH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tq62FikEqH .navbar.navbar-short {
  min-height: 60px;
}
.cid-tq62FikEqH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tq62FikEqH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tq62FikEqH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tq62FikEqH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tq62FikEqH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tq62FikEqH .dropdown-item.active,
.cid-tq62FikEqH .dropdown-item:active {
  background-color: transparent;
}
.cid-tq62FikEqH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tq62FikEqH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tq62FikEqH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tq62FikEqH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tq62FikEqH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tq62FikEqH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tq62FikEqH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tq62FikEqH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tq62FikEqH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tq62FikEqH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tq62FikEqH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tq62FikEqH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tq62FikEqH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tq62FikEqH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tq62FikEqH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tq62FikEqH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tq62FikEqH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tq62FikEqH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tq62FikEqH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tq62FikEqH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tq62FikEqH .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-tq62FikEqH .navbar {
    height: 70px;
  }
  .cid-tq62FikEqH .navbar.opened {
    height: auto;
  }
  .cid-tq62FikEqH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tq63ZnBR5L {
  background-color: #ffffff;
}
.cid-tq63ZnBR5L .mbr-fallback-image.disabled {
  display: none;
}
.cid-tq63ZnBR5L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tq63ZnBR5L .mbr-section-title {
  color: #9f5b06;
}
.cid-tq63ZnBR5L .mbr-text,
.cid-tq63ZnBR5L .mbr-section-btn {
  text-align: left;
}
.cid-tHgvzAQLiv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tHgvzAQLiv .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tHgvzAQLiv form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tHgvzAQLiv form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tHgvzAQLiv form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tEs7ZYZtKk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tEs7ZYZtKk .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tq62FikEqH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tq62FikEqH nav.navbar {
  position: fixed;
}
.cid-tq62FikEqH .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-tq62FikEqH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tq62FikEqH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tq62FikEqH .dropdown-item:hover,
.cid-tq62FikEqH .dropdown-item:focus {
  background: #653609 !important;
  color: white !important;
}
.cid-tq62FikEqH .dropdown-item:hover span {
  color: white;
}
.cid-tq62FikEqH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tq62FikEqH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tq62FikEqH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tq62FikEqH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tq62FikEqH .nav-link {
  position: relative;
}
.cid-tq62FikEqH .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tq62FikEqH .container {
    flex-wrap: nowrap;
  }
}
.cid-tq62FikEqH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tq62FikEqH .dropdown-menu,
.cid-tq62FikEqH .navbar.opened {
  background: #ffffff !important;
}
.cid-tq62FikEqH .nav-item:focus,
.cid-tq62FikEqH .nav-link:focus {
  outline: none;
}
.cid-tq62FikEqH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tq62FikEqH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tq62FikEqH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tq62FikEqH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tq62FikEqH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tq62FikEqH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tq62FikEqH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tq62FikEqH .navbar.opened {
  transition: all 0.3s;
}
.cid-tq62FikEqH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tq62FikEqH .navbar .navbar-logo img {
  width: auto;
}
.cid-tq62FikEqH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tq62FikEqH .navbar.collapsed {
  justify-content: center;
}
.cid-tq62FikEqH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tq62FikEqH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tq62FikEqH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tq62FikEqH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tq62FikEqH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tq62FikEqH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tq62FikEqH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tq62FikEqH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tq62FikEqH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tq62FikEqH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tq62FikEqH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tq62FikEqH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tq62FikEqH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tq62FikEqH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tq62FikEqH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tq62FikEqH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tq62FikEqH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tq62FikEqH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tq62FikEqH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tq62FikEqH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tq62FikEqH .navbar.navbar-short {
  min-height: 60px;
}
.cid-tq62FikEqH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tq62FikEqH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tq62FikEqH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tq62FikEqH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tq62FikEqH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tq62FikEqH .dropdown-item.active,
.cid-tq62FikEqH .dropdown-item:active {
  background-color: transparent;
}
.cid-tq62FikEqH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tq62FikEqH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tq62FikEqH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tq62FikEqH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tq62FikEqH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tq62FikEqH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tq62FikEqH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tq62FikEqH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tq62FikEqH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tq62FikEqH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tq62FikEqH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tq62FikEqH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tq62FikEqH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tq62FikEqH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tq62FikEqH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tq62FikEqH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tq62FikEqH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tq62FikEqH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tq62FikEqH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tq62FikEqH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tq62FikEqH .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-tq62FikEqH .navbar {
    height: 70px;
  }
  .cid-tq62FikEqH .navbar.opened {
    height: auto;
  }
  .cid-tq62FikEqH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tEs0ZdkFdQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tEs0ZdkFdQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEs0ZdkFdQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEs0ZdkFdQ .mbr-text,
.cid-tEs0ZdkFdQ .mbr-section-btn {
  color: #232323;
}
.cid-tEs0ZdkFdQ .card-title,
.cid-tEs0ZdkFdQ .card-box {
  color: #9f5b06;
}
.cid-tEs0ZdkFdQ .mbr-text,
.cid-tEs0ZdkFdQ .link-wrap {
  color: #ffffff;
}
.cid-tEs0ZdkFdQ .card-box .mbr-text,
.cid-tEs0ZdkFdQ .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tEs7ZYZtKk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tEs7ZYZtKk .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tq69IA83bP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tq69IA83bP nav.navbar {
  position: fixed;
}
.cid-tq69IA83bP .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-tq69IA83bP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tq69IA83bP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tq69IA83bP .dropdown-item:hover,
.cid-tq69IA83bP .dropdown-item:focus {
  background: #653609 !important;
  color: white !important;
}
.cid-tq69IA83bP .dropdown-item:hover span {
  color: white;
}
.cid-tq69IA83bP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tq69IA83bP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tq69IA83bP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tq69IA83bP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tq69IA83bP .nav-link {
  position: relative;
}
.cid-tq69IA83bP .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tq69IA83bP .container {
    flex-wrap: nowrap;
  }
}
.cid-tq69IA83bP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tq69IA83bP .dropdown-menu,
.cid-tq69IA83bP .navbar.opened {
  background: #ffffff !important;
}
.cid-tq69IA83bP .nav-item:focus,
.cid-tq69IA83bP .nav-link:focus {
  outline: none;
}
.cid-tq69IA83bP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tq69IA83bP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tq69IA83bP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tq69IA83bP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tq69IA83bP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tq69IA83bP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tq69IA83bP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tq69IA83bP .navbar.opened {
  transition: all 0.3s;
}
.cid-tq69IA83bP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tq69IA83bP .navbar .navbar-logo img {
  width: auto;
}
.cid-tq69IA83bP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tq69IA83bP .navbar.collapsed {
  justify-content: center;
}
.cid-tq69IA83bP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tq69IA83bP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tq69IA83bP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tq69IA83bP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tq69IA83bP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tq69IA83bP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tq69IA83bP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tq69IA83bP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tq69IA83bP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tq69IA83bP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tq69IA83bP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tq69IA83bP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tq69IA83bP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tq69IA83bP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tq69IA83bP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tq69IA83bP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tq69IA83bP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tq69IA83bP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tq69IA83bP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tq69IA83bP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tq69IA83bP .navbar.navbar-short {
  min-height: 60px;
}
.cid-tq69IA83bP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tq69IA83bP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tq69IA83bP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tq69IA83bP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tq69IA83bP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tq69IA83bP .dropdown-item.active,
.cid-tq69IA83bP .dropdown-item:active {
  background-color: transparent;
}
.cid-tq69IA83bP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tq69IA83bP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tq69IA83bP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tq69IA83bP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tq69IA83bP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tq69IA83bP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tq69IA83bP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tq69IA83bP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tq69IA83bP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tq69IA83bP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tq69IA83bP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tq69IA83bP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tq69IA83bP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tq69IA83bP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tq69IA83bP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tq69IA83bP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tq69IA83bP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tq69IA83bP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tq69IA83bP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tq69IA83bP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tq69IA83bP .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-tq69IA83bP .navbar {
    height: 70px;
  }
  .cid-tq69IA83bP .navbar.opened {
    height: auto;
  }
  .cid-tq69IA83bP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqht3ETDlj {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tqht3ETDlj img,
.cid-tqht3ETDlj .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tqht3ETDlj .item:focus,
.cid-tqht3ETDlj span:focus {
  outline: none;
}
.cid-tqht3ETDlj .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tqht3ETDlj .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #d6a465;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tqht3ETDlj .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tqht3ETDlj .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqht3ETDlj .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tqht3ETDlj .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tqht3ETDlj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tqht3ETDlj .mbr-section-title {
  color: #9f5b06;
}
.cid-tqht3ETDlj .mbr-text,
.cid-tqht3ETDlj .mbr-section-btn {
  text-align: left;
}
.cid-tqht3ETDlj .item-title {
  text-align: left;
}
.cid-tqht3ETDlj .item-subtitle {
  text-align: left;
}
.cid-tEs7ZYZtKk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tEs7ZYZtKk .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-txmfI1vegH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-txmfI1vegH nav.navbar {
  position: fixed;
}
.cid-txmfI1vegH .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-txmfI1vegH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txmfI1vegH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txmfI1vegH .dropdown-item:hover,
.cid-txmfI1vegH .dropdown-item:focus {
  background: #653609 !important;
  color: white !important;
}
.cid-txmfI1vegH .dropdown-item:hover span {
  color: white;
}
.cid-txmfI1vegH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txmfI1vegH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txmfI1vegH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txmfI1vegH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txmfI1vegH .nav-link {
  position: relative;
}
.cid-txmfI1vegH .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-txmfI1vegH .container {
    flex-wrap: nowrap;
  }
}
.cid-txmfI1vegH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txmfI1vegH .dropdown-menu,
.cid-txmfI1vegH .navbar.opened {
  background: #ffffff !important;
}
.cid-txmfI1vegH .nav-item:focus,
.cid-txmfI1vegH .nav-link:focus {
  outline: none;
}
.cid-txmfI1vegH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txmfI1vegH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txmfI1vegH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txmfI1vegH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txmfI1vegH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txmfI1vegH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txmfI1vegH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-txmfI1vegH .navbar.opened {
  transition: all 0.3s;
}
.cid-txmfI1vegH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txmfI1vegH .navbar .navbar-logo img {
  width: auto;
}
.cid-txmfI1vegH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txmfI1vegH .navbar.collapsed {
  justify-content: center;
}
.cid-txmfI1vegH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txmfI1vegH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txmfI1vegH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-txmfI1vegH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txmfI1vegH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txmfI1vegH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-txmfI1vegH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txmfI1vegH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txmfI1vegH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txmfI1vegH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txmfI1vegH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txmfI1vegH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txmfI1vegH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txmfI1vegH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-txmfI1vegH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txmfI1vegH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txmfI1vegH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txmfI1vegH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txmfI1vegH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txmfI1vegH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-txmfI1vegH .navbar.navbar-short {
  min-height: 60px;
}
.cid-txmfI1vegH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txmfI1vegH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txmfI1vegH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-txmfI1vegH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txmfI1vegH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txmfI1vegH .dropdown-item.active,
.cid-txmfI1vegH .dropdown-item:active {
  background-color: transparent;
}
.cid-txmfI1vegH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txmfI1vegH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txmfI1vegH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txmfI1vegH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txmfI1vegH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txmfI1vegH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txmfI1vegH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txmfI1vegH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txmfI1vegH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txmfI1vegH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txmfI1vegH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txmfI1vegH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txmfI1vegH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txmfI1vegH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txmfI1vegH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txmfI1vegH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txmfI1vegH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txmfI1vegH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txmfI1vegH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txmfI1vegH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txmfI1vegH .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-txmfI1vegH .navbar {
    height: 70px;
  }
  .cid-txmfI1vegH .navbar.opened {
    height: auto;
  }
  .cid-txmfI1vegH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txmfI2f366 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-txmfI2f366 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txmfI2f366 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txmfI2f366 .mbr-section-title {
  color: #9f5b06;
}
.cid-txmfI2f366 .mbr-section-subtitle {
  text-align: center;
  font-style: italic;
  color: #ab7025;
}
.cid-txmfI2UaML audio {
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
.cid-txmfI3rmIZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-txmfI3rmIZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-txmfI3rmIZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txmfI3rmIZ .item {
  padding-bottom: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
}
.cid-txmfI3rmIZ .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-txmfI3rmIZ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-txmfI3rmIZ .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-txmfI3rmIZ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-txmfI3rmIZ .carousel-control,
.cid-txmfI3rmIZ .close {
  background: #1b1b1b;
}
.cid-txmfI3rmIZ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-txmfI3rmIZ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-txmfI3rmIZ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-txmfI3rmIZ .carousel-control-next span {
  margin-left: 5px;
}
.cid-txmfI3rmIZ .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-txmfI3rmIZ .close::before {
  content: '\e91a';
}
.cid-txmfI3rmIZ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-txmfI3rmIZ .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-txmfI3rmIZ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-txmfI3rmIZ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-txmfI3rmIZ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-txmfI3rmIZ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-txmfI3rmIZ .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-txmfI3rmIZ .carousel-indicators li.active,
.cid-txmfI3rmIZ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-txmfI3rmIZ .carousel-indicators li::after,
.cid-txmfI3rmIZ .carousel-indicators li::before {
  content: none;
}
.cid-txmfI3rmIZ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-txmfI3rmIZ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-txmfI3rmIZ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-txmfI3rmIZ .carousel-indicators {
    display: none;
  }
}
.cid-txmfI3rmIZ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-txmfI3rmIZ .carousel-inner > .active {
  display: block;
}
.cid-txmfI3rmIZ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-txmfI3rmIZ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-txmfI3rmIZ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-txmfI3rmIZ .carousel-control,
  .cid-txmfI3rmIZ .carousel-indicators,
  .cid-txmfI3rmIZ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-txmfI3rmIZ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-txmfI3rmIZ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-txmfI3rmIZ .carousel-indicators .active,
.cid-txmfI3rmIZ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-txmfI3rmIZ .carousel-indicators .active {
  background: #fff;
}
.cid-txmfI3rmIZ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-txmfI3rmIZ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-txmfI3rmIZ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-txmfI3rmIZ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-txmfI3rmIZ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-txmfI3rmIZ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-txmfI3rmIZ .carousel {
  width: 100%;
}
.cid-txmfI3rmIZ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-txmfI3rmIZ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-txmfI3rmIZ .modal.fade .modal-dialog,
.cid-txmfI3rmIZ .modal.in .modal-dialog {
  transform: none;
}
.cid-txmfI3rmIZ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-txmfI3rmIZ H6 {
  text-align: center;
}
.cid-txmgMhl9ei {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-txmgMhl9ei .mbr-section-subtitle {
  color: #9f5b06;
}
.cid-txmgMhl9ei h5 {
  text-align: left;
  font-weight: bold;
  font-size: 1.8 em;
  font-family: Noto Serif Georgian, 'Times New Roman', Times, serif;
  color: #b78444;
}
.cid-txmgMhl9ei p {
  font-family: Noto Serif Georgian, 'Times New Roman', Times, serif;
  color: #000000;
  text-align: justify;
  text-indent: 10pt;
  font-size: 1.6 em;
  line-height: 120%;
}
.cid-tyRMYpzxkR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tyRMYpzxkR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyRMYpzxkR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyRMYpzxkR .google-map {
  height: 30rem;
  position: relative;
}
.cid-tyRMYpzxkR .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tyRMYpzxkR .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tyRMYpzxkR .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tyRMYpzxkR .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tEs7ZYZtKk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tEs7ZYZtKk .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ty1lsED3rz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ty1lsED3rz nav.navbar {
  position: fixed;
}
.cid-ty1lsED3rz .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-ty1lsED3rz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ty1lsED3rz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ty1lsED3rz .dropdown-item:hover,
.cid-ty1lsED3rz .dropdown-item:focus {
  background: #653609 !important;
  color: white !important;
}
.cid-ty1lsED3rz .dropdown-item:hover span {
  color: white;
}
.cid-ty1lsED3rz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ty1lsED3rz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ty1lsED3rz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ty1lsED3rz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ty1lsED3rz .nav-link {
  position: relative;
}
.cid-ty1lsED3rz .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ty1lsED3rz .container {
    flex-wrap: nowrap;
  }
}
.cid-ty1lsED3rz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ty1lsED3rz .dropdown-menu,
.cid-ty1lsED3rz .navbar.opened {
  background: #ffffff !important;
}
.cid-ty1lsED3rz .nav-item:focus,
.cid-ty1lsED3rz .nav-link:focus {
  outline: none;
}
.cid-ty1lsED3rz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ty1lsED3rz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ty1lsED3rz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ty1lsED3rz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ty1lsED3rz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ty1lsED3rz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ty1lsED3rz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ty1lsED3rz .navbar.opened {
  transition: all 0.3s;
}
.cid-ty1lsED3rz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ty1lsED3rz .navbar .navbar-logo img {
  width: auto;
}
.cid-ty1lsED3rz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ty1lsED3rz .navbar.collapsed {
  justify-content: center;
}
.cid-ty1lsED3rz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ty1lsED3rz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ty1lsED3rz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-ty1lsED3rz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ty1lsED3rz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ty1lsED3rz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ty1lsED3rz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ty1lsED3rz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ty1lsED3rz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ty1lsED3rz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ty1lsED3rz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ty1lsED3rz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ty1lsED3rz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ty1lsED3rz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ty1lsED3rz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ty1lsED3rz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ty1lsED3rz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ty1lsED3rz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ty1lsED3rz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ty1lsED3rz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ty1lsED3rz .navbar.navbar-short {
  min-height: 60px;
}
.cid-ty1lsED3rz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ty1lsED3rz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ty1lsED3rz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ty1lsED3rz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ty1lsED3rz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ty1lsED3rz .dropdown-item.active,
.cid-ty1lsED3rz .dropdown-item:active {
  background-color: transparent;
}
.cid-ty1lsED3rz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ty1lsED3rz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ty1lsED3rz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ty1lsED3rz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ty1lsED3rz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ty1lsED3rz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ty1lsED3rz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ty1lsED3rz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ty1lsED3rz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ty1lsED3rz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ty1lsED3rz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ty1lsED3rz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ty1lsED3rz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ty1lsED3rz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ty1lsED3rz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ty1lsED3rz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ty1lsED3rz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ty1lsED3rz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ty1lsED3rz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ty1lsED3rz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ty1lsED3rz .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-ty1lsED3rz .navbar {
    height: 70px;
  }
  .cid-ty1lsED3rz .navbar.opened {
    height: auto;
  }
  .cid-ty1lsED3rz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ty1lsGqlHC {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ty1lsGqlHC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty1lsGqlHC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty1lsGqlHC .mbr-section-title {
  color: #9f5b06;
}
.cid-ty1lsGqlHC .mbr-section-subtitle {
  text-align: center;
  font-style: italic;
  color: #ab7025;
}
.cid-ty1lsH7w0D audio {
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
.cid-ty1lsHtolB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ty1lsHtolB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty1lsHtolB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty1lsHtolB .item {
  padding-bottom: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
}
.cid-ty1lsHtolB .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ty1lsHtolB .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ty1lsHtolB .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-ty1lsHtolB .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ty1lsHtolB .carousel-control,
.cid-ty1lsHtolB .close {
  background: #1b1b1b;
}
.cid-ty1lsHtolB .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ty1lsHtolB .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ty1lsHtolB .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ty1lsHtolB .carousel-control-next span {
  margin-left: 5px;
}
.cid-ty1lsHtolB .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-ty1lsHtolB .close::before {
  content: '\e91a';
}
.cid-ty1lsHtolB .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ty1lsHtolB .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-ty1lsHtolB .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ty1lsHtolB .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ty1lsHtolB .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ty1lsHtolB .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ty1lsHtolB .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-ty1lsHtolB .carousel-indicators li.active,
.cid-ty1lsHtolB .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ty1lsHtolB .carousel-indicators li::after,
.cid-ty1lsHtolB .carousel-indicators li::before {
  content: none;
}
.cid-ty1lsHtolB .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ty1lsHtolB .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ty1lsHtolB .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ty1lsHtolB .carousel-indicators {
    display: none;
  }
}
.cid-ty1lsHtolB .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ty1lsHtolB .carousel-inner > .active {
  display: block;
}
.cid-ty1lsHtolB .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ty1lsHtolB .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ty1lsHtolB .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ty1lsHtolB .carousel-control,
  .cid-ty1lsHtolB .carousel-indicators,
  .cid-ty1lsHtolB .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ty1lsHtolB .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ty1lsHtolB .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ty1lsHtolB .carousel-indicators .active,
.cid-ty1lsHtolB .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ty1lsHtolB .carousel-indicators .active {
  background: #fff;
}
.cid-ty1lsHtolB .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ty1lsHtolB .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ty1lsHtolB .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ty1lsHtolB .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ty1lsHtolB .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ty1lsHtolB .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ty1lsHtolB .carousel {
  width: 100%;
}
.cid-ty1lsHtolB .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ty1lsHtolB .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ty1lsHtolB .modal.fade .modal-dialog,
.cid-ty1lsHtolB .modal.in .modal-dialog {
  transform: none;
}
.cid-ty1lsHtolB .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ty1lsHtolB H6 {
  text-align: center;
}
.cid-ty1lsIrx3a {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ty1lsIrx3a .mbr-section-subtitle {
  color: #9f5b06;
}
.cid-ty1lsIrx3a h5 {
  text-align: left;
  font-weight: bold;
  font-size: 1.8 em;
  font-family: Noto Serif Georgian, 'Times New Roman', Times, serif;
  color: #b78444;
}
.cid-ty1lsIrx3a p {
  font-family: Noto Serif Georgian, 'Times New Roman', Times, serif;
  color: #000000;
  text-align: justify;
  text-indent: 10pt;
  font-size: 1.6 em;
  line-height: 120%;
}
.cid-tEs7ZYZtKk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tEs7ZYZtKk .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tyFX8gh0Bo {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tyFX8gh0Bo nav.navbar {
  position: fixed;
}
.cid-tyFX8gh0Bo .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-tyFX8gh0Bo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tyFX8gh0Bo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tyFX8gh0Bo .dropdown-item:hover,
.cid-tyFX8gh0Bo .dropdown-item:focus {
  background: #653609 !important;
  color: white !important;
}
.cid-tyFX8gh0Bo .dropdown-item:hover span {
  color: white;
}
.cid-tyFX8gh0Bo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tyFX8gh0Bo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tyFX8gh0Bo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tyFX8gh0Bo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tyFX8gh0Bo .nav-link {
  position: relative;
}
.cid-tyFX8gh0Bo .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tyFX8gh0Bo .container {
    flex-wrap: nowrap;
  }
}
.cid-tyFX8gh0Bo .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tyFX8gh0Bo .dropdown-menu,
.cid-tyFX8gh0Bo .navbar.opened {
  background: #ffffff !important;
}
.cid-tyFX8gh0Bo .nav-item:focus,
.cid-tyFX8gh0Bo .nav-link:focus {
  outline: none;
}
.cid-tyFX8gh0Bo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tyFX8gh0Bo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyFX8gh0Bo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tyFX8gh0Bo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tyFX8gh0Bo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyFX8gh0Bo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyFX8gh0Bo .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tyFX8gh0Bo .navbar.opened {
  transition: all 0.3s;
}
.cid-tyFX8gh0Bo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tyFX8gh0Bo .navbar .navbar-logo img {
  width: auto;
}
.cid-tyFX8gh0Bo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tyFX8gh0Bo .navbar.collapsed {
  justify-content: center;
}
.cid-tyFX8gh0Bo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyFX8gh0Bo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tyFX8gh0Bo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tyFX8gh0Bo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyFX8gh0Bo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyFX8gh0Bo .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tyFX8gh0Bo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyFX8gh0Bo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tyFX8gh0Bo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tyFX8gh0Bo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyFX8gh0Bo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyFX8gh0Bo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyFX8gh0Bo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyFX8gh0Bo .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tyFX8gh0Bo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tyFX8gh0Bo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyFX8gh0Bo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyFX8gh0Bo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tyFX8gh0Bo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tyFX8gh0Bo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tyFX8gh0Bo .navbar.navbar-short {
  min-height: 60px;
}
.cid-tyFX8gh0Bo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tyFX8gh0Bo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tyFX8gh0Bo .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyFX8gh0Bo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyFX8gh0Bo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyFX8gh0Bo .dropdown-item.active,
.cid-tyFX8gh0Bo .dropdown-item:active {
  background-color: transparent;
}
.cid-tyFX8gh0Bo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyFX8gh0Bo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyFX8gh0Bo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyFX8gh0Bo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tyFX8gh0Bo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyFX8gh0Bo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tyFX8gh0Bo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tyFX8gh0Bo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tyFX8gh0Bo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tyFX8gh0Bo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tyFX8gh0Bo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tyFX8gh0Bo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyFX8gh0Bo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyFX8gh0Bo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tyFX8gh0Bo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyFX8gh0Bo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tyFX8gh0Bo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tyFX8gh0Bo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyFX8gh0Bo .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tyFX8gh0Bo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tyFX8gh0Bo .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-tyFX8gh0Bo .navbar {
    height: 70px;
  }
  .cid-tyFX8gh0Bo .navbar.opened {
    height: auto;
  }
  .cid-tyFX8gh0Bo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyFX8hfSPU {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyFX8hfSPU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyFX8hfSPU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyFX8hfSPU .mbr-section-title {
  color: #9f5b06;
}
.cid-tyFX8hfSPU .mbr-section-subtitle {
  text-align: center;
  font-style: italic;
  color: #ab7025;
}
.cid-tB7KmRnwjV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tB7KmRnwjV h4 {
  text-align: left;
  font-weight: bold;
  font-size: 1.8 em;
  font-family: Noto Serif Georgian, 'Times New Roman', Times, serif;
  color: #b78444;
}
.cid-tyFX8hVqiT audio {
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
.cid-tB7KnztPNW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tB7KnztPNW h4 {
  text-align: left;
  font-weight: bold;
  font-size: 1.8 em;
  font-family: Noto Serif Georgian, 'Times New Roman', Times, serif;
  color: #b78444;
}
.cid-tB7Lh3mVmY audio {
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
.cid-tyFX8iqBZc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tyFX8iqBZc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyFX8iqBZc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyFX8iqBZc .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tyFX8iqBZc .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tyFX8iqBZc .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tyFX8iqBZc .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tyFX8iqBZc .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-tyFX8iqBZc .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tyFX8iqBZc .carousel-control,
.cid-tyFX8iqBZc .close {
  background: #1b1b1b;
}
.cid-tyFX8iqBZc .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tyFX8iqBZc .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tyFX8iqBZc .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tyFX8iqBZc .carousel-control-next span {
  margin-left: 5px;
}
.cid-tyFX8iqBZc .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-tyFX8iqBZc .close::before {
  content: '\e91a';
}
.cid-tyFX8iqBZc .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tyFX8iqBZc .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-tyFX8iqBZc .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyFX8iqBZc .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tyFX8iqBZc .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tyFX8iqBZc .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tyFX8iqBZc .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-tyFX8iqBZc .carousel-indicators li.active,
.cid-tyFX8iqBZc .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tyFX8iqBZc .carousel-indicators li::after,
.cid-tyFX8iqBZc .carousel-indicators li::before {
  content: none;
}
.cid-tyFX8iqBZc .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tyFX8iqBZc .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tyFX8iqBZc .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tyFX8iqBZc .carousel-indicators {
    display: none;
  }
}
.cid-tyFX8iqBZc .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tyFX8iqBZc .carousel-inner > .active {
  display: block;
}
.cid-tyFX8iqBZc .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyFX8iqBZc .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tyFX8iqBZc .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tyFX8iqBZc .carousel-control,
  .cid-tyFX8iqBZc .carousel-indicators,
  .cid-tyFX8iqBZc .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tyFX8iqBZc .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tyFX8iqBZc .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tyFX8iqBZc .carousel-indicators .active,
.cid-tyFX8iqBZc .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tyFX8iqBZc .carousel-indicators .active {
  background: #fff;
}
.cid-tyFX8iqBZc .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tyFX8iqBZc .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tyFX8iqBZc .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tyFX8iqBZc .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tyFX8iqBZc .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tyFX8iqBZc .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tyFX8iqBZc .carousel {
  width: 100%;
}
.cid-tyFX8iqBZc .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tyFX8iqBZc .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tyFX8iqBZc .modal.fade .modal-dialog,
.cid-tyFX8iqBZc .modal.in .modal-dialog {
  transform: none;
}
.cid-tyFX8iqBZc .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tyFX8iqBZc H6 {
  text-align: center;
}
.cid-tyFX8jsNTd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tyFX8jsNTd .mbr-section-subtitle {
  color: #9f5b06;
}
.cid-tyFX8jsNTd h5 {
  text-align: left;
  font-weight: bold;
  font-size: 1.8 em;
  font-family: Noto Serif Georgian, 'Times New Roman', Times, serif;
  color: #b78444;
}
.cid-tyFX8jsNTd p {
  font-family: Noto Serif Georgian, 'Times New Roman', Times, serif;
  color: #000000;
  text-align: justify;
  text-indent: 10pt;
  font-size: 1.6 em;
  line-height: 120%;
}
.cid-tB7VuBpA89 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tB7VuBpA89 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB7VuBpA89 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB7VuBpA89 .google-map {
  height: 30rem;
  position: relative;
}
.cid-tB7VuBpA89 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tB7VuBpA89 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tB7VuBpA89 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tB7VuBpA89 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tEs7ZYZtKk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tEs7ZYZtKk .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tyFXtRZvqk {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tyFXtRZvqk nav.navbar {
  position: fixed;
}
.cid-tyFXtRZvqk .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-tyFXtRZvqk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tyFXtRZvqk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tyFXtRZvqk .dropdown-item:hover,
.cid-tyFXtRZvqk .dropdown-item:focus {
  background: #653609 !important;
  color: white !important;
}
.cid-tyFXtRZvqk .dropdown-item:hover span {
  color: white;
}
.cid-tyFXtRZvqk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tyFXtRZvqk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tyFXtRZvqk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tyFXtRZvqk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tyFXtRZvqk .nav-link {
  position: relative;
}
.cid-tyFXtRZvqk .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tyFXtRZvqk .container {
    flex-wrap: nowrap;
  }
}
.cid-tyFXtRZvqk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tyFXtRZvqk .dropdown-menu,
.cid-tyFXtRZvqk .navbar.opened {
  background: #ffffff !important;
}
.cid-tyFXtRZvqk .nav-item:focus,
.cid-tyFXtRZvqk .nav-link:focus {
  outline: none;
}
.cid-tyFXtRZvqk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tyFXtRZvqk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyFXtRZvqk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tyFXtRZvqk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tyFXtRZvqk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyFXtRZvqk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyFXtRZvqk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tyFXtRZvqk .navbar.opened {
  transition: all 0.3s;
}
.cid-tyFXtRZvqk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tyFXtRZvqk .navbar .navbar-logo img {
  width: auto;
}
.cid-tyFXtRZvqk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tyFXtRZvqk .navbar.collapsed {
  justify-content: center;
}
.cid-tyFXtRZvqk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyFXtRZvqk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tyFXtRZvqk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tyFXtRZvqk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyFXtRZvqk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyFXtRZvqk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tyFXtRZvqk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyFXtRZvqk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tyFXtRZvqk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tyFXtRZvqk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyFXtRZvqk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyFXtRZvqk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyFXtRZvqk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyFXtRZvqk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tyFXtRZvqk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tyFXtRZvqk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyFXtRZvqk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyFXtRZvqk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tyFXtRZvqk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tyFXtRZvqk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tyFXtRZvqk .navbar.navbar-short {
  min-height: 60px;
}
.cid-tyFXtRZvqk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tyFXtRZvqk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tyFXtRZvqk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyFXtRZvqk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyFXtRZvqk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyFXtRZvqk .dropdown-item.active,
.cid-tyFXtRZvqk .dropdown-item:active {
  background-color: transparent;
}
.cid-tyFXtRZvqk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyFXtRZvqk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyFXtRZvqk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyFXtRZvqk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tyFXtRZvqk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyFXtRZvqk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tyFXtRZvqk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tyFXtRZvqk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tyFXtRZvqk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tyFXtRZvqk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tyFXtRZvqk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tyFXtRZvqk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyFXtRZvqk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyFXtRZvqk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tyFXtRZvqk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyFXtRZvqk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tyFXtRZvqk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tyFXtRZvqk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyFXtRZvqk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tyFXtRZvqk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tyFXtRZvqk .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-tyFXtRZvqk .navbar {
    height: 70px;
  }
  .cid-tyFXtRZvqk .navbar.opened {
    height: auto;
  }
  .cid-tyFXtRZvqk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyFXtSCTzY {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyFXtSCTzY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyFXtSCTzY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyFXtSCTzY .mbr-section-title {
  color: #9f5b06;
}
.cid-tyFXtSCTzY .mbr-section-subtitle {
  text-align: center;
  font-style: italic;
  color: #ab7025;
}
.cid-tyFXtT82QS audio {
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
.cid-tyFXtTtdbM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyFXtTtdbM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyFXtTtdbM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyFXtTtdbM .item {
  padding-bottom: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
}
.cid-tyFXtTtdbM .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tyFXtTtdbM .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tyFXtTtdbM .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-tyFXtTtdbM .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tyFXtTtdbM .carousel-control,
.cid-tyFXtTtdbM .close {
  background: #1b1b1b;
}
.cid-tyFXtTtdbM .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tyFXtTtdbM .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tyFXtTtdbM .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tyFXtTtdbM .carousel-control-next span {
  margin-left: 5px;
}
.cid-tyFXtTtdbM .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-tyFXtTtdbM .close::before {
  content: '\e91a';
}
.cid-tyFXtTtdbM .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tyFXtTtdbM .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-tyFXtTtdbM .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyFXtTtdbM .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tyFXtTtdbM .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tyFXtTtdbM .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tyFXtTtdbM .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-tyFXtTtdbM .carousel-indicators li.active,
.cid-tyFXtTtdbM .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tyFXtTtdbM .carousel-indicators li::after,
.cid-tyFXtTtdbM .carousel-indicators li::before {
  content: none;
}
.cid-tyFXtTtdbM .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tyFXtTtdbM .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tyFXtTtdbM .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tyFXtTtdbM .carousel-indicators {
    display: none;
  }
}
.cid-tyFXtTtdbM .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tyFXtTtdbM .carousel-inner > .active {
  display: block;
}
.cid-tyFXtTtdbM .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyFXtTtdbM .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tyFXtTtdbM .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tyFXtTtdbM .carousel-control,
  .cid-tyFXtTtdbM .carousel-indicators,
  .cid-tyFXtTtdbM .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tyFXtTtdbM .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tyFXtTtdbM .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tyFXtTtdbM .carousel-indicators .active,
.cid-tyFXtTtdbM .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tyFXtTtdbM .carousel-indicators .active {
  background: #fff;
}
.cid-tyFXtTtdbM .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tyFXtTtdbM .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tyFXtTtdbM .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tyFXtTtdbM .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tyFXtTtdbM .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tyFXtTtdbM .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tyFXtTtdbM .carousel {
  width: 100%;
}
.cid-tyFXtTtdbM .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tyFXtTtdbM .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tyFXtTtdbM .modal.fade .modal-dialog,
.cid-tyFXtTtdbM .modal.in .modal-dialog {
  transform: none;
}
.cid-tyFXtTtdbM .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tyFXtTtdbM H6 {
  text-align: center;
}
.cid-tyFXtU7CRG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tyFXtU7CRG .mbr-section-subtitle {
  color: #9f5b06;
}
.cid-tyFXtU7CRG h5 {
  text-align: left;
  font-weight: bold;
  font-size: 1.8 em;
  font-family: Noto Serif Georgian, 'Times New Roman', Times, serif;
  color: #b78444;
}
.cid-tyFXtU7CRG p {
  font-family: Noto Serif Georgian, 'Times New Roman', Times, serif;
  color: #000000;
  text-align: justify;
  text-indent: 10pt;
  font-size: 1.6 em;
  line-height: 120%;
}
.cid-tB6UJMhWe3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tB6UJMhWe3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB6UJMhWe3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB6UJMhWe3 .google-map {
  height: 30rem;
  position: relative;
}
.cid-tB6UJMhWe3 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tB6UJMhWe3 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tB6UJMhWe3 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tB6UJMhWe3 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tEs7ZYZtKk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tEs7ZYZtKk .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tyFXNcci30 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tyFXNcci30 nav.navbar {
  position: fixed;
}
.cid-tyFXNcci30 .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-tyFXNcci30 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tyFXNcci30 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tyFXNcci30 .dropdown-item:hover,
.cid-tyFXNcci30 .dropdown-item:focus {
  background: #653609 !important;
  color: white !important;
}
.cid-tyFXNcci30 .dropdown-item:hover span {
  color: white;
}
.cid-tyFXNcci30 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tyFXNcci30 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tyFXNcci30 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tyFXNcci30 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tyFXNcci30 .nav-link {
  position: relative;
}
.cid-tyFXNcci30 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tyFXNcci30 .container {
    flex-wrap: nowrap;
  }
}
.cid-tyFXNcci30 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tyFXNcci30 .dropdown-menu,
.cid-tyFXNcci30 .navbar.opened {
  background: #ffffff !important;
}
.cid-tyFXNcci30 .nav-item:focus,
.cid-tyFXNcci30 .nav-link:focus {
  outline: none;
}
.cid-tyFXNcci30 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tyFXNcci30 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyFXNcci30 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tyFXNcci30 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tyFXNcci30 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyFXNcci30 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyFXNcci30 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tyFXNcci30 .navbar.opened {
  transition: all 0.3s;
}
.cid-tyFXNcci30 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tyFXNcci30 .navbar .navbar-logo img {
  width: auto;
}
.cid-tyFXNcci30 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tyFXNcci30 .navbar.collapsed {
  justify-content: center;
}
.cid-tyFXNcci30 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyFXNcci30 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tyFXNcci30 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tyFXNcci30 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyFXNcci30 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyFXNcci30 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tyFXNcci30 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyFXNcci30 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tyFXNcci30 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tyFXNcci30 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyFXNcci30 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyFXNcci30 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyFXNcci30 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyFXNcci30 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tyFXNcci30 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tyFXNcci30 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyFXNcci30 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyFXNcci30 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tyFXNcci30 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tyFXNcci30 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tyFXNcci30 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tyFXNcci30 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tyFXNcci30 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tyFXNcci30 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyFXNcci30 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyFXNcci30 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyFXNcci30 .dropdown-item.active,
.cid-tyFXNcci30 .dropdown-item:active {
  background-color: transparent;
}
.cid-tyFXNcci30 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyFXNcci30 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyFXNcci30 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyFXNcci30 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tyFXNcci30 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyFXNcci30 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tyFXNcci30 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tyFXNcci30 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tyFXNcci30 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tyFXNcci30 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tyFXNcci30 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tyFXNcci30 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyFXNcci30 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyFXNcci30 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tyFXNcci30 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyFXNcci30 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tyFXNcci30 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tyFXNcci30 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyFXNcci30 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tyFXNcci30 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tyFXNcci30 .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-tyFXNcci30 .navbar {
    height: 70px;
  }
  .cid-tyFXNcci30 .navbar.opened {
    height: auto;
  }
  .cid-tyFXNcci30 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyFXNcMOTV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tyFXNcMOTV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyFXNcMOTV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyFXNcMOTV .mbr-section-title {
  color: #9f5b06;
}
.cid-tyFXNcMOTV .mbr-section-subtitle {
  text-align: center;
  font-style: italic;
  color: #ab7025;
}
.cid-tyFXNdd1Jh audio {
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
.cid-tB6Vd00rai {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tB6Vd00rai .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB6Vd00rai .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB6Vd00rai .item {
  padding-bottom: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
}
.cid-tB6Vd00rai .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tB6Vd00rai .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tB6Vd00rai .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-tB6Vd00rai .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tB6Vd00rai .carousel-control,
.cid-tB6Vd00rai .close {
  background: #1b1b1b;
}
.cid-tB6Vd00rai .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tB6Vd00rai .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tB6Vd00rai .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tB6Vd00rai .carousel-control-next span {
  margin-left: 5px;
}
.cid-tB6Vd00rai .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-tB6Vd00rai .close::before {
  content: '\e91a';
}
.cid-tB6Vd00rai .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tB6Vd00rai .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-tB6Vd00rai .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tB6Vd00rai .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tB6Vd00rai .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tB6Vd00rai .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tB6Vd00rai .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-tB6Vd00rai .carousel-indicators li.active,
.cid-tB6Vd00rai .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tB6Vd00rai .carousel-indicators li::after,
.cid-tB6Vd00rai .carousel-indicators li::before {
  content: none;
}
.cid-tB6Vd00rai .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tB6Vd00rai .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tB6Vd00rai .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tB6Vd00rai .carousel-indicators {
    display: none;
  }
}
.cid-tB6Vd00rai .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tB6Vd00rai .carousel-inner > .active {
  display: block;
}
.cid-tB6Vd00rai .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tB6Vd00rai .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tB6Vd00rai .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tB6Vd00rai .carousel-control,
  .cid-tB6Vd00rai .carousel-indicators,
  .cid-tB6Vd00rai .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tB6Vd00rai .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tB6Vd00rai .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tB6Vd00rai .carousel-indicators .active,
.cid-tB6Vd00rai .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tB6Vd00rai .carousel-indicators .active {
  background: #fff;
}
.cid-tB6Vd00rai .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tB6Vd00rai .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tB6Vd00rai .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tB6Vd00rai .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tB6Vd00rai .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tB6Vd00rai .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tB6Vd00rai .carousel {
  width: 100%;
}
.cid-tB6Vd00rai .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tB6Vd00rai .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tB6Vd00rai .modal.fade .modal-dialog,
.cid-tB6Vd00rai .modal.in .modal-dialog {
  transform: none;
}
.cid-tB6Vd00rai .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tB6Vd00rai H6 {
  text-align: center;
}
.cid-tyFXNehfNr {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tyFXNehfNr .mbr-section-subtitle {
  color: #9f5b06;
}
.cid-tyFXNehfNr h5 {
  text-align: left;
  font-weight: bold;
  font-size: 1.8 em;
  font-family: Noto Serif Georgian, 'Times New Roman', Times, serif;
  color: #b78444;
}
.cid-tyFXNehfNr p {
  font-family: Noto Serif Georgian, 'Times New Roman', Times, serif;
  color: #000000;
  text-align: justify;
  text-indent: 10pt;
  font-size: 1.6 em;
  line-height: 120%;
}
.cid-tB6ZogDtbH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tB6ZogDtbH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB6ZogDtbH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB6ZogDtbH .google-map {
  height: 30rem;
  position: relative;
}
.cid-tB6ZogDtbH .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tB6ZogDtbH .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tB6ZogDtbH .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tB6ZogDtbH .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tEs7ZYZtKk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tEs7ZYZtKk .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tyFXZwk02n {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tyFXZwk02n nav.navbar {
  position: fixed;
}
.cid-tyFXZwk02n .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-tyFXZwk02n .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tyFXZwk02n .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tyFXZwk02n .dropdown-item:hover,
.cid-tyFXZwk02n .dropdown-item:focus {
  background: #653609 !important;
  color: white !important;
}
.cid-tyFXZwk02n .dropdown-item:hover span {
  color: white;
}
.cid-tyFXZwk02n .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tyFXZwk02n .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tyFXZwk02n .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tyFXZwk02n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tyFXZwk02n .nav-link {
  position: relative;
}
.cid-tyFXZwk02n .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tyFXZwk02n .container {
    flex-wrap: nowrap;
  }
}
.cid-tyFXZwk02n .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tyFXZwk02n .dropdown-menu,
.cid-tyFXZwk02n .navbar.opened {
  background: #ffffff !important;
}
.cid-tyFXZwk02n .nav-item:focus,
.cid-tyFXZwk02n .nav-link:focus {
  outline: none;
}
.cid-tyFXZwk02n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tyFXZwk02n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyFXZwk02n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tyFXZwk02n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tyFXZwk02n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyFXZwk02n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyFXZwk02n .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tyFXZwk02n .navbar.opened {
  transition: all 0.3s;
}
.cid-tyFXZwk02n .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tyFXZwk02n .navbar .navbar-logo img {
  width: auto;
}
.cid-tyFXZwk02n .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tyFXZwk02n .navbar.collapsed {
  justify-content: center;
}
.cid-tyFXZwk02n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyFXZwk02n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tyFXZwk02n .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tyFXZwk02n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyFXZwk02n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyFXZwk02n .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tyFXZwk02n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyFXZwk02n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tyFXZwk02n .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tyFXZwk02n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyFXZwk02n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyFXZwk02n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyFXZwk02n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyFXZwk02n .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tyFXZwk02n .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tyFXZwk02n .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyFXZwk02n .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyFXZwk02n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tyFXZwk02n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tyFXZwk02n .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tyFXZwk02n .navbar.navbar-short {
  min-height: 60px;
}
.cid-tyFXZwk02n .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tyFXZwk02n .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tyFXZwk02n .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyFXZwk02n .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyFXZwk02n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyFXZwk02n .dropdown-item.active,
.cid-tyFXZwk02n .dropdown-item:active {
  background-color: transparent;
}
.cid-tyFXZwk02n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyFXZwk02n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyFXZwk02n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyFXZwk02n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tyFXZwk02n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyFXZwk02n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tyFXZwk02n ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tyFXZwk02n .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tyFXZwk02n button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tyFXZwk02n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tyFXZwk02n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tyFXZwk02n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyFXZwk02n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyFXZwk02n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tyFXZwk02n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyFXZwk02n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tyFXZwk02n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tyFXZwk02n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyFXZwk02n .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tyFXZwk02n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tyFXZwk02n .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-tyFXZwk02n .navbar {
    height: 70px;
  }
  .cid-tyFXZwk02n .navbar.opened {
    height: auto;
  }
  .cid-tyFXZwk02n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyFXZwS68w {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyFXZwS68w .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyFXZwS68w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyFXZwS68w .mbr-section-title {
  color: #9f5b06;
}
.cid-tyFXZwS68w .mbr-section-subtitle {
  text-align: center;
  font-style: italic;
  color: #ab7025;
}
.cid-tyFXZxogdB audio {
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
.cid-tyFXZxIyF8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyFXZxIyF8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyFXZxIyF8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyFXZxIyF8 .item {
  padding-bottom: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
}
.cid-tyFXZxIyF8 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tyFXZxIyF8 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tyFXZxIyF8 .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-tyFXZxIyF8 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tyFXZxIyF8 .carousel-control,
.cid-tyFXZxIyF8 .close {
  background: #1b1b1b;
}
.cid-tyFXZxIyF8 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tyFXZxIyF8 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tyFXZxIyF8 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tyFXZxIyF8 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tyFXZxIyF8 .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-tyFXZxIyF8 .close::before {
  content: '\e91a';
}
.cid-tyFXZxIyF8 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tyFXZxIyF8 .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-tyFXZxIyF8 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyFXZxIyF8 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tyFXZxIyF8 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tyFXZxIyF8 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tyFXZxIyF8 .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-tyFXZxIyF8 .carousel-indicators li.active,
.cid-tyFXZxIyF8 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tyFXZxIyF8 .carousel-indicators li::after,
.cid-tyFXZxIyF8 .carousel-indicators li::before {
  content: none;
}
.cid-tyFXZxIyF8 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tyFXZxIyF8 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tyFXZxIyF8 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tyFXZxIyF8 .carousel-indicators {
    display: none;
  }
}
.cid-tyFXZxIyF8 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tyFXZxIyF8 .carousel-inner > .active {
  display: block;
}
.cid-tyFXZxIyF8 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyFXZxIyF8 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tyFXZxIyF8 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tyFXZxIyF8 .carousel-control,
  .cid-tyFXZxIyF8 .carousel-indicators,
  .cid-tyFXZxIyF8 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tyFXZxIyF8 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tyFXZxIyF8 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tyFXZxIyF8 .carousel-indicators .active,
.cid-tyFXZxIyF8 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tyFXZxIyF8 .carousel-indicators .active {
  background: #fff;
}
.cid-tyFXZxIyF8 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tyFXZxIyF8 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tyFXZxIyF8 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tyFXZxIyF8 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tyFXZxIyF8 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tyFXZxIyF8 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tyFXZxIyF8 .carousel {
  width: 100%;
}
.cid-tyFXZxIyF8 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tyFXZxIyF8 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tyFXZxIyF8 .modal.fade .modal-dialog,
.cid-tyFXZxIyF8 .modal.in .modal-dialog {
  transform: none;
}
.cid-tyFXZxIyF8 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tyFXZxIyF8 H6 {
  text-align: center;
}
.cid-tyRwyW9gsw {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tyRwyW9gsw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyRwyW9gsw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyRwyW9gsw .google-map {
  height: 30rem;
  position: relative;
}
.cid-tyRwyW9gsw .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tyRwyW9gsw .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tyRwyW9gsw .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tyRwyW9gsw .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tEs7ZYZtKk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tEs7ZYZtKk .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tyFY0j3Ds6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tyFY0j3Ds6 nav.navbar {
  position: fixed;
}
.cid-tyFY0j3Ds6 .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-tyFY0j3Ds6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tyFY0j3Ds6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tyFY0j3Ds6 .dropdown-item:hover,
.cid-tyFY0j3Ds6 .dropdown-item:focus {
  background: #653609 !important;
  color: white !important;
}
.cid-tyFY0j3Ds6 .dropdown-item:hover span {
  color: white;
}
.cid-tyFY0j3Ds6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tyFY0j3Ds6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tyFY0j3Ds6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tyFY0j3Ds6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tyFY0j3Ds6 .nav-link {
  position: relative;
}
.cid-tyFY0j3Ds6 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tyFY0j3Ds6 .container {
    flex-wrap: nowrap;
  }
}
.cid-tyFY0j3Ds6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tyFY0j3Ds6 .dropdown-menu,
.cid-tyFY0j3Ds6 .navbar.opened {
  background: #ffffff !important;
}
.cid-tyFY0j3Ds6 .nav-item:focus,
.cid-tyFY0j3Ds6 .nav-link:focus {
  outline: none;
}
.cid-tyFY0j3Ds6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tyFY0j3Ds6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyFY0j3Ds6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tyFY0j3Ds6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tyFY0j3Ds6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyFY0j3Ds6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyFY0j3Ds6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tyFY0j3Ds6 .navbar.opened {
  transition: all 0.3s;
}
.cid-tyFY0j3Ds6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tyFY0j3Ds6 .navbar .navbar-logo img {
  width: auto;
}
.cid-tyFY0j3Ds6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tyFY0j3Ds6 .navbar.collapsed {
  justify-content: center;
}
.cid-tyFY0j3Ds6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyFY0j3Ds6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tyFY0j3Ds6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tyFY0j3Ds6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyFY0j3Ds6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyFY0j3Ds6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tyFY0j3Ds6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyFY0j3Ds6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tyFY0j3Ds6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tyFY0j3Ds6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyFY0j3Ds6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyFY0j3Ds6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyFY0j3Ds6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyFY0j3Ds6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tyFY0j3Ds6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tyFY0j3Ds6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyFY0j3Ds6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyFY0j3Ds6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tyFY0j3Ds6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tyFY0j3Ds6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tyFY0j3Ds6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tyFY0j3Ds6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tyFY0j3Ds6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tyFY0j3Ds6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyFY0j3Ds6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyFY0j3Ds6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyFY0j3Ds6 .dropdown-item.active,
.cid-tyFY0j3Ds6 .dropdown-item:active {
  background-color: transparent;
}
.cid-tyFY0j3Ds6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyFY0j3Ds6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyFY0j3Ds6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyFY0j3Ds6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tyFY0j3Ds6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyFY0j3Ds6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tyFY0j3Ds6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tyFY0j3Ds6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tyFY0j3Ds6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tyFY0j3Ds6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tyFY0j3Ds6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tyFY0j3Ds6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyFY0j3Ds6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyFY0j3Ds6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tyFY0j3Ds6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyFY0j3Ds6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tyFY0j3Ds6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tyFY0j3Ds6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyFY0j3Ds6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tyFY0j3Ds6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tyFY0j3Ds6 .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-tyFY0j3Ds6 .navbar {
    height: 70px;
  }
  .cid-tyFY0j3Ds6 .navbar.opened {
    height: auto;
  }
  .cid-tyFY0j3Ds6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyFY0jBjcf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tyFY0jBjcf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyFY0jBjcf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyFY0jBjcf .mbr-section-title {
  color: #9f5b06;
}
.cid-tyFY0jBjcf .mbr-section-subtitle {
  text-align: center;
  font-style: italic;
  color: #ab7025;
}
.cid-tyFY0keXS4 audio {
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
.cid-tyFY0kxfM4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tyFY0kxfM4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyFY0kxfM4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyFY0kxfM4 .item {
  padding-bottom: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
}
.cid-tyFY0kxfM4 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tyFY0kxfM4 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tyFY0kxfM4 .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-tyFY0kxfM4 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tyFY0kxfM4 .carousel-control,
.cid-tyFY0kxfM4 .close {
  background: #1b1b1b;
}
.cid-tyFY0kxfM4 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tyFY0kxfM4 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tyFY0kxfM4 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tyFY0kxfM4 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tyFY0kxfM4 .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-tyFY0kxfM4 .close::before {
  content: '\e91a';
}
.cid-tyFY0kxfM4 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tyFY0kxfM4 .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-tyFY0kxfM4 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyFY0kxfM4 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tyFY0kxfM4 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tyFY0kxfM4 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tyFY0kxfM4 .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-tyFY0kxfM4 .carousel-indicators li.active,
.cid-tyFY0kxfM4 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tyFY0kxfM4 .carousel-indicators li::after,
.cid-tyFY0kxfM4 .carousel-indicators li::before {
  content: none;
}
.cid-tyFY0kxfM4 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tyFY0kxfM4 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tyFY0kxfM4 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tyFY0kxfM4 .carousel-indicators {
    display: none;
  }
}
.cid-tyFY0kxfM4 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tyFY0kxfM4 .carousel-inner > .active {
  display: block;
}
.cid-tyFY0kxfM4 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyFY0kxfM4 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tyFY0kxfM4 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tyFY0kxfM4 .carousel-control,
  .cid-tyFY0kxfM4 .carousel-indicators,
  .cid-tyFY0kxfM4 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tyFY0kxfM4 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tyFY0kxfM4 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tyFY0kxfM4 .carousel-indicators .active,
.cid-tyFY0kxfM4 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tyFY0kxfM4 .carousel-indicators .active {
  background: #fff;
}
.cid-tyFY0kxfM4 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tyFY0kxfM4 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tyFY0kxfM4 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tyFY0kxfM4 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tyFY0kxfM4 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tyFY0kxfM4 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tyFY0kxfM4 .carousel {
  width: 100%;
}
.cid-tyFY0kxfM4 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tyFY0kxfM4 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tyFY0kxfM4 .modal.fade .modal-dialog,
.cid-tyFY0kxfM4 .modal.in .modal-dialog {
  transform: none;
}
.cid-tyFY0kxfM4 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tyFY0kxfM4 H6 {
  text-align: center;
}
.cid-tEs7ZYZtKk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tEs7ZYZtKk .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tyFY0D400c {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tyFY0D400c nav.navbar {
  position: fixed;
}
.cid-tyFY0D400c .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-tyFY0D400c .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tyFY0D400c .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tyFY0D400c .dropdown-item:hover,
.cid-tyFY0D400c .dropdown-item:focus {
  background: #653609 !important;
  color: white !important;
}
.cid-tyFY0D400c .dropdown-item:hover span {
  color: white;
}
.cid-tyFY0D400c .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tyFY0D400c .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tyFY0D400c .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tyFY0D400c .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tyFY0D400c .nav-link {
  position: relative;
}
.cid-tyFY0D400c .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tyFY0D400c .container {
    flex-wrap: nowrap;
  }
}
.cid-tyFY0D400c .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tyFY0D400c .dropdown-menu,
.cid-tyFY0D400c .navbar.opened {
  background: #ffffff !important;
}
.cid-tyFY0D400c .nav-item:focus,
.cid-tyFY0D400c .nav-link:focus {
  outline: none;
}
.cid-tyFY0D400c .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tyFY0D400c .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyFY0D400c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tyFY0D400c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tyFY0D400c .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyFY0D400c .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyFY0D400c .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tyFY0D400c .navbar.opened {
  transition: all 0.3s;
}
.cid-tyFY0D400c .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tyFY0D400c .navbar .navbar-logo img {
  width: auto;
}
.cid-tyFY0D400c .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tyFY0D400c .navbar.collapsed {
  justify-content: center;
}
.cid-tyFY0D400c .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyFY0D400c .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tyFY0D400c .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tyFY0D400c .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyFY0D400c .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyFY0D400c .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tyFY0D400c .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyFY0D400c .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tyFY0D400c .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tyFY0D400c .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyFY0D400c .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyFY0D400c .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyFY0D400c .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyFY0D400c .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tyFY0D400c .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tyFY0D400c .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyFY0D400c .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyFY0D400c .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tyFY0D400c .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tyFY0D400c .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tyFY0D400c .navbar.navbar-short {
  min-height: 60px;
}
.cid-tyFY0D400c .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tyFY0D400c .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tyFY0D400c .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyFY0D400c .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyFY0D400c .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyFY0D400c .dropdown-item.active,
.cid-tyFY0D400c .dropdown-item:active {
  background-color: transparent;
}
.cid-tyFY0D400c .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyFY0D400c .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyFY0D400c .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyFY0D400c .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tyFY0D400c .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyFY0D400c .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tyFY0D400c ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tyFY0D400c .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tyFY0D400c button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tyFY0D400c button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tyFY0D400c button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tyFY0D400c button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyFY0D400c button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyFY0D400c button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tyFY0D400c nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyFY0D400c nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tyFY0D400c nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tyFY0D400c nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyFY0D400c .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tyFY0D400c a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tyFY0D400c .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-tyFY0D400c .navbar {
    height: 70px;
  }
  .cid-tyFY0D400c .navbar.opened {
    height: auto;
  }
  .cid-tyFY0D400c .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyFY0DBOVj {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyFY0DBOVj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyFY0DBOVj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyFY0DBOVj .mbr-section-title {
  color: #9f5b06;
}
.cid-tyFY0DBOVj .mbr-section-subtitle {
  text-align: center;
  font-style: italic;
  color: #ab7025;
}
.cid-tyFY0EaKhO audio {
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
.cid-tyFY0ExA5q {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tyFY0ExA5q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyFY0ExA5q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyFY0ExA5q .item {
  padding-bottom: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
}
.cid-tyFY0ExA5q .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tyFY0ExA5q .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tyFY0ExA5q .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-tyFY0ExA5q .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tyFY0ExA5q .carousel-control,
.cid-tyFY0ExA5q .close {
  background: #1b1b1b;
}
.cid-tyFY0ExA5q .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tyFY0ExA5q .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tyFY0ExA5q .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tyFY0ExA5q .carousel-control-next span {
  margin-left: 5px;
}
.cid-tyFY0ExA5q .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-tyFY0ExA5q .close::before {
  content: '\e91a';
}
.cid-tyFY0ExA5q .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tyFY0ExA5q .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-tyFY0ExA5q .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyFY0ExA5q .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tyFY0ExA5q .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tyFY0ExA5q .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tyFY0ExA5q .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-tyFY0ExA5q .carousel-indicators li.active,
.cid-tyFY0ExA5q .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tyFY0ExA5q .carousel-indicators li::after,
.cid-tyFY0ExA5q .carousel-indicators li::before {
  content: none;
}
.cid-tyFY0ExA5q .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tyFY0ExA5q .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tyFY0ExA5q .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tyFY0ExA5q .carousel-indicators {
    display: none;
  }
}
.cid-tyFY0ExA5q .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tyFY0ExA5q .carousel-inner > .active {
  display: block;
}
.cid-tyFY0ExA5q .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyFY0ExA5q .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tyFY0ExA5q .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tyFY0ExA5q .carousel-control,
  .cid-tyFY0ExA5q .carousel-indicators,
  .cid-tyFY0ExA5q .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tyFY0ExA5q .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tyFY0ExA5q .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tyFY0ExA5q .carousel-indicators .active,
.cid-tyFY0ExA5q .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tyFY0ExA5q .carousel-indicators .active {
  background: #fff;
}
.cid-tyFY0ExA5q .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tyFY0ExA5q .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tyFY0ExA5q .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tyFY0ExA5q .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tyFY0ExA5q .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tyFY0ExA5q .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tyFY0ExA5q .carousel {
  width: 100%;
}
.cid-tyFY0ExA5q .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tyFY0ExA5q .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tyFY0ExA5q .modal.fade .modal-dialog,
.cid-tyFY0ExA5q .modal.in .modal-dialog {
  transform: none;
}
.cid-tyFY0ExA5q .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tyFY0ExA5q H6 {
  text-align: center;
}
.cid-tB7JVXbrYl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tB7JVXbrYl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB7JVXbrYl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB7JVXbrYl .google-map {
  height: 30rem;
  position: relative;
}
.cid-tB7JVXbrYl .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tB7JVXbrYl .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tB7JVXbrYl .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tB7JVXbrYl .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tEs7ZYZtKk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tEs7ZYZtKk .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tyFY0W3Atv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tyFY0W3Atv nav.navbar {
  position: fixed;
}
.cid-tyFY0W3Atv .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-tyFY0W3Atv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tyFY0W3Atv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tyFY0W3Atv .dropdown-item:hover,
.cid-tyFY0W3Atv .dropdown-item:focus {
  background: #653609 !important;
  color: white !important;
}
.cid-tyFY0W3Atv .dropdown-item:hover span {
  color: white;
}
.cid-tyFY0W3Atv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tyFY0W3Atv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tyFY0W3Atv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tyFY0W3Atv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tyFY0W3Atv .nav-link {
  position: relative;
}
.cid-tyFY0W3Atv .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tyFY0W3Atv .container {
    flex-wrap: nowrap;
  }
}
.cid-tyFY0W3Atv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tyFY0W3Atv .dropdown-menu,
.cid-tyFY0W3Atv .navbar.opened {
  background: #ffffff !important;
}
.cid-tyFY0W3Atv .nav-item:focus,
.cid-tyFY0W3Atv .nav-link:focus {
  outline: none;
}
.cid-tyFY0W3Atv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tyFY0W3Atv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyFY0W3Atv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tyFY0W3Atv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tyFY0W3Atv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyFY0W3Atv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyFY0W3Atv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tyFY0W3Atv .navbar.opened {
  transition: all 0.3s;
}
.cid-tyFY0W3Atv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tyFY0W3Atv .navbar .navbar-logo img {
  width: auto;
}
.cid-tyFY0W3Atv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tyFY0W3Atv .navbar.collapsed {
  justify-content: center;
}
.cid-tyFY0W3Atv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyFY0W3Atv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tyFY0W3Atv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tyFY0W3Atv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyFY0W3Atv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyFY0W3Atv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tyFY0W3Atv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyFY0W3Atv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tyFY0W3Atv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tyFY0W3Atv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyFY0W3Atv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyFY0W3Atv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyFY0W3Atv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyFY0W3Atv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tyFY0W3Atv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tyFY0W3Atv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyFY0W3Atv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyFY0W3Atv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tyFY0W3Atv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tyFY0W3Atv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tyFY0W3Atv .navbar.navbar-short {
  min-height: 60px;
}
.cid-tyFY0W3Atv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tyFY0W3Atv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tyFY0W3Atv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyFY0W3Atv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyFY0W3Atv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyFY0W3Atv .dropdown-item.active,
.cid-tyFY0W3Atv .dropdown-item:active {
  background-color: transparent;
}
.cid-tyFY0W3Atv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyFY0W3Atv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyFY0W3Atv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyFY0W3Atv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tyFY0W3Atv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyFY0W3Atv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tyFY0W3Atv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tyFY0W3Atv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tyFY0W3Atv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tyFY0W3Atv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tyFY0W3Atv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tyFY0W3Atv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyFY0W3Atv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyFY0W3Atv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tyFY0W3Atv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyFY0W3Atv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tyFY0W3Atv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tyFY0W3Atv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyFY0W3Atv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tyFY0W3Atv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tyFY0W3Atv .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-tyFY0W3Atv .navbar {
    height: 70px;
  }
  .cid-tyFY0W3Atv .navbar.opened {
    height: auto;
  }
  .cid-tyFY0W3Atv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyFY0WyT2s {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyFY0WyT2s .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyFY0WyT2s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyFY0WyT2s .mbr-section-title {
  color: #9f5b06;
}
.cid-tyFY0WyT2s .mbr-section-subtitle {
  text-align: center;
  font-style: italic;
  color: #ab7025;
}
.cid-tyFY0WZxs2 audio {
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
.cid-tyFY0Xn7iK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyFY0Xn7iK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyFY0Xn7iK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyFY0Xn7iK .item {
  padding-bottom: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
}
.cid-tyFY0Xn7iK .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tyFY0Xn7iK .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tyFY0Xn7iK .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-tyFY0Xn7iK .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tyFY0Xn7iK .carousel-control,
.cid-tyFY0Xn7iK .close {
  background: #1b1b1b;
}
.cid-tyFY0Xn7iK .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tyFY0Xn7iK .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tyFY0Xn7iK .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tyFY0Xn7iK .carousel-control-next span {
  margin-left: 5px;
}
.cid-tyFY0Xn7iK .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-tyFY0Xn7iK .close::before {
  content: '\e91a';
}
.cid-tyFY0Xn7iK .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tyFY0Xn7iK .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-tyFY0Xn7iK .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyFY0Xn7iK .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tyFY0Xn7iK .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tyFY0Xn7iK .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tyFY0Xn7iK .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-tyFY0Xn7iK .carousel-indicators li.active,
.cid-tyFY0Xn7iK .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tyFY0Xn7iK .carousel-indicators li::after,
.cid-tyFY0Xn7iK .carousel-indicators li::before {
  content: none;
}
.cid-tyFY0Xn7iK .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tyFY0Xn7iK .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tyFY0Xn7iK .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tyFY0Xn7iK .carousel-indicators {
    display: none;
  }
}
.cid-tyFY0Xn7iK .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tyFY0Xn7iK .carousel-inner > .active {
  display: block;
}
.cid-tyFY0Xn7iK .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyFY0Xn7iK .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tyFY0Xn7iK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tyFY0Xn7iK .carousel-control,
  .cid-tyFY0Xn7iK .carousel-indicators,
  .cid-tyFY0Xn7iK .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tyFY0Xn7iK .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tyFY0Xn7iK .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tyFY0Xn7iK .carousel-indicators .active,
.cid-tyFY0Xn7iK .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tyFY0Xn7iK .carousel-indicators .active {
  background: #fff;
}
.cid-tyFY0Xn7iK .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tyFY0Xn7iK .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tyFY0Xn7iK .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tyFY0Xn7iK .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tyFY0Xn7iK .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tyFY0Xn7iK .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tyFY0Xn7iK .carousel {
  width: 100%;
}
.cid-tyFY0Xn7iK .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tyFY0Xn7iK .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tyFY0Xn7iK .modal.fade .modal-dialog,
.cid-tyFY0Xn7iK .modal.in .modal-dialog {
  transform: none;
}
.cid-tyFY0Xn7iK .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tyFY0Xn7iK H6 {
  text-align: center;
}
.cid-tyFY0Y4yO4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tyFY0Y4yO4 .mbr-section-subtitle {
  color: #9f5b06;
}
.cid-tyFY0Y4yO4 h5 {
  text-align: left;
  font-weight: bold;
  font-size: 1.8 em;
  font-family: Noto Serif Georgian, 'Times New Roman', Times, serif;
  color: #b78444;
}
.cid-tyFY0Y4yO4 p {
  font-family: Noto Serif Georgian, 'Times New Roman', Times, serif;
  color: #000000;
  text-align: justify;
  text-indent: 10pt;
  font-size: 1.6 em;
  line-height: 120%;
}
.cid-tyRU4myq0e {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tyRU4myq0e .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyRU4myq0e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyRU4myq0e .google-map {
  height: 30rem;
  position: relative;
}
.cid-tyRU4myq0e .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tyRU4myq0e .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tyRU4myq0e .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tyRU4myq0e .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tEs7ZYZtKk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tEs7ZYZtKk .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tyFY25Htgd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tyFY25Htgd nav.navbar {
  position: fixed;
}
.cid-tyFY25Htgd .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-tyFY25Htgd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tyFY25Htgd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tyFY25Htgd .dropdown-item:hover,
.cid-tyFY25Htgd .dropdown-item:focus {
  background: #653609 !important;
  color: white !important;
}
.cid-tyFY25Htgd .dropdown-item:hover span {
  color: white;
}
.cid-tyFY25Htgd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tyFY25Htgd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tyFY25Htgd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tyFY25Htgd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tyFY25Htgd .nav-link {
  position: relative;
}
.cid-tyFY25Htgd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tyFY25Htgd .container {
    flex-wrap: nowrap;
  }
}
.cid-tyFY25Htgd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tyFY25Htgd .dropdown-menu,
.cid-tyFY25Htgd .navbar.opened {
  background: #ffffff !important;
}
.cid-tyFY25Htgd .nav-item:focus,
.cid-tyFY25Htgd .nav-link:focus {
  outline: none;
}
.cid-tyFY25Htgd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tyFY25Htgd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyFY25Htgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tyFY25Htgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tyFY25Htgd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyFY25Htgd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyFY25Htgd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tyFY25Htgd .navbar.opened {
  transition: all 0.3s;
}
.cid-tyFY25Htgd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tyFY25Htgd .navbar .navbar-logo img {
  width: auto;
}
.cid-tyFY25Htgd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tyFY25Htgd .navbar.collapsed {
  justify-content: center;
}
.cid-tyFY25Htgd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyFY25Htgd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tyFY25Htgd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tyFY25Htgd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyFY25Htgd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyFY25Htgd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tyFY25Htgd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyFY25Htgd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tyFY25Htgd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tyFY25Htgd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyFY25Htgd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyFY25Htgd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyFY25Htgd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyFY25Htgd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tyFY25Htgd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tyFY25Htgd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyFY25Htgd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyFY25Htgd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tyFY25Htgd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tyFY25Htgd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tyFY25Htgd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tyFY25Htgd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tyFY25Htgd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tyFY25Htgd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyFY25Htgd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyFY25Htgd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyFY25Htgd .dropdown-item.active,
.cid-tyFY25Htgd .dropdown-item:active {
  background-color: transparent;
}
.cid-tyFY25Htgd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyFY25Htgd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyFY25Htgd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyFY25Htgd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tyFY25Htgd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyFY25Htgd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tyFY25Htgd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tyFY25Htgd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tyFY25Htgd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tyFY25Htgd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tyFY25Htgd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tyFY25Htgd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyFY25Htgd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyFY25Htgd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tyFY25Htgd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyFY25Htgd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tyFY25Htgd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tyFY25Htgd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyFY25Htgd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tyFY25Htgd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tyFY25Htgd .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-tyFY25Htgd .navbar {
    height: 70px;
  }
  .cid-tyFY25Htgd .navbar.opened {
    height: auto;
  }
  .cid-tyFY25Htgd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyFY26hprU {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyFY26hprU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyFY26hprU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyFY26hprU .mbr-section-title {
  color: #9f5b06;
}
.cid-tyFY26hprU .mbr-section-subtitle {
  text-align: center;
  font-style: italic;
  color: #ab7025;
}
.cid-tyFY26NpAp audio {
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
.cid-tyFY279xum {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyFY279xum .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyFY279xum .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyFY279xum .item {
  padding-bottom: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
}
.cid-tyFY279xum .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tyFY279xum .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tyFY279xum .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-tyFY279xum .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tyFY279xum .carousel-control,
.cid-tyFY279xum .close {
  background: #1b1b1b;
}
.cid-tyFY279xum .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tyFY279xum .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tyFY279xum .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tyFY279xum .carousel-control-next span {
  margin-left: 5px;
}
.cid-tyFY279xum .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-tyFY279xum .close::before {
  content: '\e91a';
}
.cid-tyFY279xum .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tyFY279xum .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-tyFY279xum .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyFY279xum .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tyFY279xum .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tyFY279xum .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tyFY279xum .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-tyFY279xum .carousel-indicators li.active,
.cid-tyFY279xum .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tyFY279xum .carousel-indicators li::after,
.cid-tyFY279xum .carousel-indicators li::before {
  content: none;
}
.cid-tyFY279xum .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tyFY279xum .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tyFY279xum .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tyFY279xum .carousel-indicators {
    display: none;
  }
}
.cid-tyFY279xum .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tyFY279xum .carousel-inner > .active {
  display: block;
}
.cid-tyFY279xum .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyFY279xum .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tyFY279xum .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tyFY279xum .carousel-control,
  .cid-tyFY279xum .carousel-indicators,
  .cid-tyFY279xum .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tyFY279xum .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tyFY279xum .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tyFY279xum .carousel-indicators .active,
.cid-tyFY279xum .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tyFY279xum .carousel-indicators .active {
  background: #fff;
}
.cid-tyFY279xum .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tyFY279xum .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tyFY279xum .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tyFY279xum .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tyFY279xum .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tyFY279xum .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tyFY279xum .carousel {
  width: 100%;
}
.cid-tyFY279xum .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tyFY279xum .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tyFY279xum .modal.fade .modal-dialog,
.cid-tyFY279xum .modal.in .modal-dialog {
  transform: none;
}
.cid-tyFY279xum .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tyFY279xum H6 {
  text-align: center;
}
.cid-tyFY27NYqf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tyFY27NYqf .mbr-section-subtitle {
  color: #9f5b06;
}
.cid-tyFY27NYqf h5 {
  text-align: left;
  font-weight: bold;
  font-size: 1.8 em;
  font-family: Noto Serif Georgian, 'Times New Roman', Times, serif;
  color: #b78444;
}
.cid-tyFY27NYqf p {
  font-family: Noto Serif Georgian, 'Times New Roman', Times, serif;
  color: #000000;
  text-align: justify;
  text-indent: 10pt;
  font-size: 1.6 em;
  line-height: 120%;
}
.cid-tzTQmyoT03 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tzTQmyoT03 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzTQmyoT03 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzTQmyoT03 .google-map {
  height: 30rem;
  position: relative;
}
.cid-tzTQmyoT03 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tzTQmyoT03 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tzTQmyoT03 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tzTQmyoT03 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tEs7ZYZtKk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tEs7ZYZtKk .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tyFY2GnYRb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tyFY2GnYRb nav.navbar {
  position: fixed;
}
.cid-tyFY2GnYRb .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-tyFY2GnYRb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tyFY2GnYRb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tyFY2GnYRb .dropdown-item:hover,
.cid-tyFY2GnYRb .dropdown-item:focus {
  background: #653609 !important;
  color: white !important;
}
.cid-tyFY2GnYRb .dropdown-item:hover span {
  color: white;
}
.cid-tyFY2GnYRb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tyFY2GnYRb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tyFY2GnYRb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tyFY2GnYRb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tyFY2GnYRb .nav-link {
  position: relative;
}
.cid-tyFY2GnYRb .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tyFY2GnYRb .container {
    flex-wrap: nowrap;
  }
}
.cid-tyFY2GnYRb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tyFY2GnYRb .dropdown-menu,
.cid-tyFY2GnYRb .navbar.opened {
  background: #ffffff !important;
}
.cid-tyFY2GnYRb .nav-item:focus,
.cid-tyFY2GnYRb .nav-link:focus {
  outline: none;
}
.cid-tyFY2GnYRb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tyFY2GnYRb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyFY2GnYRb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tyFY2GnYRb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tyFY2GnYRb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyFY2GnYRb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyFY2GnYRb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tyFY2GnYRb .navbar.opened {
  transition: all 0.3s;
}
.cid-tyFY2GnYRb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tyFY2GnYRb .navbar .navbar-logo img {
  width: auto;
}
.cid-tyFY2GnYRb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tyFY2GnYRb .navbar.collapsed {
  justify-content: center;
}
.cid-tyFY2GnYRb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyFY2GnYRb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tyFY2GnYRb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tyFY2GnYRb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyFY2GnYRb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyFY2GnYRb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tyFY2GnYRb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyFY2GnYRb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tyFY2GnYRb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tyFY2GnYRb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyFY2GnYRb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyFY2GnYRb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyFY2GnYRb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyFY2GnYRb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tyFY2GnYRb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tyFY2GnYRb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyFY2GnYRb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyFY2GnYRb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tyFY2GnYRb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tyFY2GnYRb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tyFY2GnYRb .navbar.navbar-short {
  min-height: 60px;
}
.cid-tyFY2GnYRb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tyFY2GnYRb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tyFY2GnYRb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyFY2GnYRb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyFY2GnYRb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyFY2GnYRb .dropdown-item.active,
.cid-tyFY2GnYRb .dropdown-item:active {
  background-color: transparent;
}
.cid-tyFY2GnYRb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyFY2GnYRb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyFY2GnYRb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyFY2GnYRb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tyFY2GnYRb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyFY2GnYRb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tyFY2GnYRb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tyFY2GnYRb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tyFY2GnYRb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tyFY2GnYRb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tyFY2GnYRb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tyFY2GnYRb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyFY2GnYRb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyFY2GnYRb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tyFY2GnYRb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyFY2GnYRb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tyFY2GnYRb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tyFY2GnYRb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyFY2GnYRb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tyFY2GnYRb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tyFY2GnYRb .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-tyFY2GnYRb .navbar {
    height: 70px;
  }
  .cid-tyFY2GnYRb .navbar.opened {
    height: auto;
  }
  .cid-tyFY2GnYRb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyFY2GT7qJ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyFY2GT7qJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyFY2GT7qJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyFY2GT7qJ .mbr-section-title {
  color: #9f5b06;
}
.cid-tyFY2GT7qJ .mbr-section-subtitle {
  text-align: center;
  font-style: italic;
  color: #ab7025;
}
.cid-tyFY2Hl4sd audio {
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
.cid-tyFY2HFQl0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyFY2HFQl0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyFY2HFQl0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyFY2HFQl0 .item {
  padding-bottom: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
}
.cid-tyFY2HFQl0 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tyFY2HFQl0 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tyFY2HFQl0 .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-tyFY2HFQl0 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tyFY2HFQl0 .carousel-control,
.cid-tyFY2HFQl0 .close {
  background: #1b1b1b;
}
.cid-tyFY2HFQl0 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tyFY2HFQl0 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tyFY2HFQl0 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tyFY2HFQl0 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tyFY2HFQl0 .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-tyFY2HFQl0 .close::before {
  content: '\e91a';
}
.cid-tyFY2HFQl0 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tyFY2HFQl0 .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-tyFY2HFQl0 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyFY2HFQl0 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tyFY2HFQl0 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tyFY2HFQl0 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tyFY2HFQl0 .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-tyFY2HFQl0 .carousel-indicators li.active,
.cid-tyFY2HFQl0 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tyFY2HFQl0 .carousel-indicators li::after,
.cid-tyFY2HFQl0 .carousel-indicators li::before {
  content: none;
}
.cid-tyFY2HFQl0 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tyFY2HFQl0 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tyFY2HFQl0 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tyFY2HFQl0 .carousel-indicators {
    display: none;
  }
}
.cid-tyFY2HFQl0 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tyFY2HFQl0 .carousel-inner > .active {
  display: block;
}
.cid-tyFY2HFQl0 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyFY2HFQl0 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tyFY2HFQl0 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tyFY2HFQl0 .carousel-control,
  .cid-tyFY2HFQl0 .carousel-indicators,
  .cid-tyFY2HFQl0 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tyFY2HFQl0 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tyFY2HFQl0 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tyFY2HFQl0 .carousel-indicators .active,
.cid-tyFY2HFQl0 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tyFY2HFQl0 .carousel-indicators .active {
  background: #fff;
}
.cid-tyFY2HFQl0 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tyFY2HFQl0 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tyFY2HFQl0 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tyFY2HFQl0 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tyFY2HFQl0 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tyFY2HFQl0 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tyFY2HFQl0 .carousel {
  width: 100%;
}
.cid-tyFY2HFQl0 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tyFY2HFQl0 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tyFY2HFQl0 .modal.fade .modal-dialog,
.cid-tyFY2HFQl0 .modal.in .modal-dialog {
  transform: none;
}
.cid-tyFY2HFQl0 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tyFY2HFQl0 H6 {
  text-align: center;
}
.cid-tyFY2IjPLi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tyFY2IjPLi .mbr-section-subtitle {
  color: #9f5b06;
}
.cid-tyFY2IjPLi h5 {
  text-align: left;
  font-weight: bold;
  font-size: 1.8 em;
  font-family: Noto Serif Georgian, 'Times New Roman', Times, serif;
  color: #b78444;
}
.cid-tyFY2IjPLi p {
  font-family: Noto Serif Georgian, 'Times New Roman', Times, serif;
  color: #000000;
  text-align: justify;
  text-indent: 10pt;
  font-size: 1.6 em;
  line-height: 120%;
}
.cid-tzTTvYksEZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tzTTvYksEZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzTTvYksEZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzTTvYksEZ .google-map {
  height: 30rem;
  position: relative;
}
.cid-tzTTvYksEZ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tzTTvYksEZ .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tzTTvYksEZ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tzTTvYksEZ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tEs7ZYZtKk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tEs7ZYZtKk .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tyFY2TQL0n {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tyFY2TQL0n nav.navbar {
  position: fixed;
}
.cid-tyFY2TQL0n .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-tyFY2TQL0n .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tyFY2TQL0n .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tyFY2TQL0n .dropdown-item:hover,
.cid-tyFY2TQL0n .dropdown-item:focus {
  background: #653609 !important;
  color: white !important;
}
.cid-tyFY2TQL0n .dropdown-item:hover span {
  color: white;
}
.cid-tyFY2TQL0n .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tyFY2TQL0n .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tyFY2TQL0n .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tyFY2TQL0n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tyFY2TQL0n .nav-link {
  position: relative;
}
.cid-tyFY2TQL0n .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tyFY2TQL0n .container {
    flex-wrap: nowrap;
  }
}
.cid-tyFY2TQL0n .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tyFY2TQL0n .dropdown-menu,
.cid-tyFY2TQL0n .navbar.opened {
  background: #ffffff !important;
}
.cid-tyFY2TQL0n .nav-item:focus,
.cid-tyFY2TQL0n .nav-link:focus {
  outline: none;
}
.cid-tyFY2TQL0n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tyFY2TQL0n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyFY2TQL0n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tyFY2TQL0n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tyFY2TQL0n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyFY2TQL0n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyFY2TQL0n .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tyFY2TQL0n .navbar.opened {
  transition: all 0.3s;
}
.cid-tyFY2TQL0n .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tyFY2TQL0n .navbar .navbar-logo img {
  width: auto;
}
.cid-tyFY2TQL0n .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tyFY2TQL0n .navbar.collapsed {
  justify-content: center;
}
.cid-tyFY2TQL0n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyFY2TQL0n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tyFY2TQL0n .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tyFY2TQL0n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyFY2TQL0n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyFY2TQL0n .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tyFY2TQL0n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyFY2TQL0n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tyFY2TQL0n .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tyFY2TQL0n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyFY2TQL0n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyFY2TQL0n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyFY2TQL0n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyFY2TQL0n .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tyFY2TQL0n .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tyFY2TQL0n .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyFY2TQL0n .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyFY2TQL0n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tyFY2TQL0n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tyFY2TQL0n .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tyFY2TQL0n .navbar.navbar-short {
  min-height: 60px;
}
.cid-tyFY2TQL0n .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tyFY2TQL0n .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tyFY2TQL0n .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyFY2TQL0n .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyFY2TQL0n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyFY2TQL0n .dropdown-item.active,
.cid-tyFY2TQL0n .dropdown-item:active {
  background-color: transparent;
}
.cid-tyFY2TQL0n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyFY2TQL0n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyFY2TQL0n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyFY2TQL0n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tyFY2TQL0n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyFY2TQL0n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tyFY2TQL0n ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tyFY2TQL0n .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tyFY2TQL0n button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tyFY2TQL0n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tyFY2TQL0n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tyFY2TQL0n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyFY2TQL0n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyFY2TQL0n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tyFY2TQL0n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyFY2TQL0n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tyFY2TQL0n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tyFY2TQL0n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyFY2TQL0n .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tyFY2TQL0n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tyFY2TQL0n .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-tyFY2TQL0n .navbar {
    height: 70px;
  }
  .cid-tyFY2TQL0n .navbar.opened {
    height: auto;
  }
  .cid-tyFY2TQL0n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyFY2Uv0O6 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyFY2Uv0O6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyFY2Uv0O6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyFY2Uv0O6 .mbr-section-title {
  color: #9f5b06;
}
.cid-tyFY2Uv0O6 .mbr-section-subtitle {
  text-align: center;
  font-style: italic;
  color: #ab7025;
}
.cid-tyFY2UZsUA audio {
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
.cid-tyFY2VlBZe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyFY2VlBZe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyFY2VlBZe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyFY2VlBZe .item {
  padding-bottom: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
}
.cid-tyFY2VlBZe .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tyFY2VlBZe .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tyFY2VlBZe .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-tyFY2VlBZe .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tyFY2VlBZe .carousel-control,
.cid-tyFY2VlBZe .close {
  background: #1b1b1b;
}
.cid-tyFY2VlBZe .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tyFY2VlBZe .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tyFY2VlBZe .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tyFY2VlBZe .carousel-control-next span {
  margin-left: 5px;
}
.cid-tyFY2VlBZe .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-tyFY2VlBZe .close::before {
  content: '\e91a';
}
.cid-tyFY2VlBZe .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tyFY2VlBZe .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-tyFY2VlBZe .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyFY2VlBZe .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tyFY2VlBZe .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tyFY2VlBZe .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tyFY2VlBZe .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-tyFY2VlBZe .carousel-indicators li.active,
.cid-tyFY2VlBZe .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tyFY2VlBZe .carousel-indicators li::after,
.cid-tyFY2VlBZe .carousel-indicators li::before {
  content: none;
}
.cid-tyFY2VlBZe .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tyFY2VlBZe .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tyFY2VlBZe .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tyFY2VlBZe .carousel-indicators {
    display: none;
  }
}
.cid-tyFY2VlBZe .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tyFY2VlBZe .carousel-inner > .active {
  display: block;
}
.cid-tyFY2VlBZe .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyFY2VlBZe .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tyFY2VlBZe .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tyFY2VlBZe .carousel-control,
  .cid-tyFY2VlBZe .carousel-indicators,
  .cid-tyFY2VlBZe .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tyFY2VlBZe .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tyFY2VlBZe .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tyFY2VlBZe .carousel-indicators .active,
.cid-tyFY2VlBZe .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tyFY2VlBZe .carousel-indicators .active {
  background: #fff;
}
.cid-tyFY2VlBZe .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tyFY2VlBZe .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tyFY2VlBZe .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tyFY2VlBZe .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tyFY2VlBZe .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tyFY2VlBZe .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tyFY2VlBZe .carousel {
  width: 100%;
}
.cid-tyFY2VlBZe .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tyFY2VlBZe .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tyFY2VlBZe .modal.fade .modal-dialog,
.cid-tyFY2VlBZe .modal.in .modal-dialog {
  transform: none;
}
.cid-tyFY2VlBZe .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tyFY2VlBZe H6 {
  text-align: center;
}
.cid-tyFY2VYDd1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tyFY2VYDd1 .mbr-section-subtitle {
  color: #9f5b06;
}
.cid-tyFY2VYDd1 h5 {
  text-align: left;
  font-weight: bold;
  font-size: 1.8 em;
  font-family: Noto Serif Georgian, 'Times New Roman', Times, serif;
  color: #b78444;
}
.cid-tyFY2VYDd1 p {
  font-family: Noto Serif Georgian, 'Times New Roman', Times, serif;
  color: #000000;
  text-align: justify;
  text-indent: 10pt;
  font-size: 1.6 em;
  line-height: 120%;
}
.cid-tAbeQkCUIR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tAbeQkCUIR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAbeQkCUIR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAbeQkCUIR .google-map {
  height: 30rem;
  position: relative;
}
.cid-tAbeQkCUIR .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tAbeQkCUIR .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tAbeQkCUIR .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tAbeQkCUIR .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tEs7ZYZtKk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tEs7ZYZtKk .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tyFY3hXKPX {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tyFY3hXKPX nav.navbar {
  position: fixed;
}
.cid-tyFY3hXKPX .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-tyFY3hXKPX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tyFY3hXKPX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tyFY3hXKPX .dropdown-item:hover,
.cid-tyFY3hXKPX .dropdown-item:focus {
  background: #653609 !important;
  color: white !important;
}
.cid-tyFY3hXKPX .dropdown-item:hover span {
  color: white;
}
.cid-tyFY3hXKPX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tyFY3hXKPX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tyFY3hXKPX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tyFY3hXKPX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tyFY3hXKPX .nav-link {
  position: relative;
}
.cid-tyFY3hXKPX .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tyFY3hXKPX .container {
    flex-wrap: nowrap;
  }
}
.cid-tyFY3hXKPX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tyFY3hXKPX .dropdown-menu,
.cid-tyFY3hXKPX .navbar.opened {
  background: #ffffff !important;
}
.cid-tyFY3hXKPX .nav-item:focus,
.cid-tyFY3hXKPX .nav-link:focus {
  outline: none;
}
.cid-tyFY3hXKPX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tyFY3hXKPX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyFY3hXKPX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tyFY3hXKPX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tyFY3hXKPX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyFY3hXKPX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyFY3hXKPX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tyFY3hXKPX .navbar.opened {
  transition: all 0.3s;
}
.cid-tyFY3hXKPX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tyFY3hXKPX .navbar .navbar-logo img {
  width: auto;
}
.cid-tyFY3hXKPX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tyFY3hXKPX .navbar.collapsed {
  justify-content: center;
}
.cid-tyFY3hXKPX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyFY3hXKPX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tyFY3hXKPX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tyFY3hXKPX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyFY3hXKPX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyFY3hXKPX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tyFY3hXKPX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyFY3hXKPX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tyFY3hXKPX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tyFY3hXKPX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyFY3hXKPX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyFY3hXKPX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyFY3hXKPX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyFY3hXKPX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tyFY3hXKPX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tyFY3hXKPX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyFY3hXKPX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyFY3hXKPX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tyFY3hXKPX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tyFY3hXKPX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tyFY3hXKPX .navbar.navbar-short {
  min-height: 60px;
}
.cid-tyFY3hXKPX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tyFY3hXKPX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tyFY3hXKPX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyFY3hXKPX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyFY3hXKPX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyFY3hXKPX .dropdown-item.active,
.cid-tyFY3hXKPX .dropdown-item:active {
  background-color: transparent;
}
.cid-tyFY3hXKPX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyFY3hXKPX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyFY3hXKPX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyFY3hXKPX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tyFY3hXKPX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyFY3hXKPX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tyFY3hXKPX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tyFY3hXKPX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tyFY3hXKPX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tyFY3hXKPX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tyFY3hXKPX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tyFY3hXKPX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyFY3hXKPX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyFY3hXKPX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tyFY3hXKPX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyFY3hXKPX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tyFY3hXKPX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tyFY3hXKPX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyFY3hXKPX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tyFY3hXKPX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tyFY3hXKPX .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-tyFY3hXKPX .navbar {
    height: 70px;
  }
  .cid-tyFY3hXKPX .navbar.opened {
    height: auto;
  }
  .cid-tyFY3hXKPX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyFY3isTmD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tyFY3isTmD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyFY3isTmD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyFY3isTmD .mbr-section-title {
  color: #9f5b06;
}
.cid-tyFY3isTmD .mbr-section-subtitle {
  text-align: center;
  font-style: italic;
  color: #ab7025;
}
.cid-tyFY3iX45c audio {
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
.cid-tyFY3jjxao {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tyFY3jjxao .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyFY3jjxao .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyFY3jjxao .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tyFY3jjxao .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tyFY3jjxao .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tyFY3jjxao .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tyFY3jjxao .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-tyFY3jjxao .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tyFY3jjxao .carousel-control,
.cid-tyFY3jjxao .close {
  background: #1b1b1b;
}
.cid-tyFY3jjxao .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tyFY3jjxao .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tyFY3jjxao .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tyFY3jjxao .carousel-control-next span {
  margin-left: 5px;
}
.cid-tyFY3jjxao .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-tyFY3jjxao .close::before {
  content: '\e91a';
}
.cid-tyFY3jjxao .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tyFY3jjxao .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-tyFY3jjxao .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyFY3jjxao .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tyFY3jjxao .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tyFY3jjxao .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tyFY3jjxao .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-tyFY3jjxao .carousel-indicators li.active,
.cid-tyFY3jjxao .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tyFY3jjxao .carousel-indicators li::after,
.cid-tyFY3jjxao .carousel-indicators li::before {
  content: none;
}
.cid-tyFY3jjxao .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tyFY3jjxao .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tyFY3jjxao .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tyFY3jjxao .carousel-indicators {
    display: none;
  }
}
.cid-tyFY3jjxao .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tyFY3jjxao .carousel-inner > .active {
  display: block;
}
.cid-tyFY3jjxao .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyFY3jjxao .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tyFY3jjxao .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tyFY3jjxao .carousel-control,
  .cid-tyFY3jjxao .carousel-indicators,
  .cid-tyFY3jjxao .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tyFY3jjxao .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tyFY3jjxao .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tyFY3jjxao .carousel-indicators .active,
.cid-tyFY3jjxao .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tyFY3jjxao .carousel-indicators .active {
  background: #fff;
}
.cid-tyFY3jjxao .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tyFY3jjxao .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tyFY3jjxao .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tyFY3jjxao .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tyFY3jjxao .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tyFY3jjxao .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tyFY3jjxao .carousel {
  width: 100%;
}
.cid-tyFY3jjxao .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tyFY3jjxao .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tyFY3jjxao .modal.fade .modal-dialog,
.cid-tyFY3jjxao .modal.in .modal-dialog {
  transform: none;
}
.cid-tyFY3jjxao .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tyFY3jjxao H6 {
  text-align: center;
}
.cid-tyFY3jPM5P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tyFY3jPM5P .mbr-section-subtitle {
  color: #9f5b06;
}
.cid-tyFY3jPM5P h5 {
  text-align: left;
  font-weight: bold;
  font-size: 1.8 em;
  font-family: Noto Serif Georgian, 'Times New Roman', Times, serif;
  color: #b78444;
}
.cid-tyFY3jPM5P p {
  font-family: Noto Serif Georgian, 'Times New Roman', Times, serif;
  color: #000000;
  text-align: justify;
  text-indent: 10pt;
  font-size: 1.6 em;
  line-height: 120%;
}
.cid-tyRPkPXyOi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tyRPkPXyOi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyRPkPXyOi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyRPkPXyOi .google-map {
  height: 30rem;
  position: relative;
}
.cid-tyRPkPXyOi .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tyRPkPXyOi .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tyRPkPXyOi .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tyRPkPXyOi .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tEs7ZYZtKk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tEs7ZYZtKk .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tyFY3JrBts {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tyFY3JrBts nav.navbar {
  position: fixed;
}
.cid-tyFY3JrBts .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-tyFY3JrBts .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tyFY3JrBts .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tyFY3JrBts .dropdown-item:hover,
.cid-tyFY3JrBts .dropdown-item:focus {
  background: #653609 !important;
  color: white !important;
}
.cid-tyFY3JrBts .dropdown-item:hover span {
  color: white;
}
.cid-tyFY3JrBts .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tyFY3JrBts .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tyFY3JrBts .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tyFY3JrBts .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tyFY3JrBts .nav-link {
  position: relative;
}
.cid-tyFY3JrBts .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tyFY3JrBts .container {
    flex-wrap: nowrap;
  }
}
.cid-tyFY3JrBts .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tyFY3JrBts .dropdown-menu,
.cid-tyFY3JrBts .navbar.opened {
  background: #ffffff !important;
}
.cid-tyFY3JrBts .nav-item:focus,
.cid-tyFY3JrBts .nav-link:focus {
  outline: none;
}
.cid-tyFY3JrBts .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tyFY3JrBts .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyFY3JrBts .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tyFY3JrBts .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tyFY3JrBts .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyFY3JrBts .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyFY3JrBts .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tyFY3JrBts .navbar.opened {
  transition: all 0.3s;
}
.cid-tyFY3JrBts .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tyFY3JrBts .navbar .navbar-logo img {
  width: auto;
}
.cid-tyFY3JrBts .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tyFY3JrBts .navbar.collapsed {
  justify-content: center;
}
.cid-tyFY3JrBts .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyFY3JrBts .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tyFY3JrBts .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tyFY3JrBts .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyFY3JrBts .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyFY3JrBts .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tyFY3JrBts .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyFY3JrBts .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tyFY3JrBts .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tyFY3JrBts .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyFY3JrBts .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyFY3JrBts .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyFY3JrBts .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyFY3JrBts .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tyFY3JrBts .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tyFY3JrBts .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyFY3JrBts .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyFY3JrBts .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tyFY3JrBts .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tyFY3JrBts .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tyFY3JrBts .navbar.navbar-short {
  min-height: 60px;
}
.cid-tyFY3JrBts .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tyFY3JrBts .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tyFY3JrBts .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyFY3JrBts .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyFY3JrBts .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyFY3JrBts .dropdown-item.active,
.cid-tyFY3JrBts .dropdown-item:active {
  background-color: transparent;
}
.cid-tyFY3JrBts .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyFY3JrBts .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyFY3JrBts .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyFY3JrBts .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tyFY3JrBts .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyFY3JrBts .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tyFY3JrBts ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tyFY3JrBts .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tyFY3JrBts button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tyFY3JrBts button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tyFY3JrBts button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tyFY3JrBts button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyFY3JrBts button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyFY3JrBts button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tyFY3JrBts nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyFY3JrBts nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tyFY3JrBts nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tyFY3JrBts nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyFY3JrBts .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tyFY3JrBts a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tyFY3JrBts .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-tyFY3JrBts .navbar {
    height: 70px;
  }
  .cid-tyFY3JrBts .navbar.opened {
    height: auto;
  }
  .cid-tyFY3JrBts .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyFY3JWxPu {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyFY3JWxPu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyFY3JWxPu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyFY3JWxPu .mbr-section-title {
  color: #9f5b06;
}
.cid-tyFY3JWxPu .mbr-section-subtitle {
  text-align: center;
  font-style: italic;
  color: #ab7025;
}
.cid-tyFY3Ko8NN audio {
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
.cid-tyFY3KHlVl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyFY3KHlVl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyFY3KHlVl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyFY3KHlVl .item {
  padding-bottom: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
}
.cid-tyFY3KHlVl .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tyFY3KHlVl .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tyFY3KHlVl .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-tyFY3KHlVl .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tyFY3KHlVl .carousel-control,
.cid-tyFY3KHlVl .close {
  background: #1b1b1b;
}
.cid-tyFY3KHlVl .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tyFY3KHlVl .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tyFY3KHlVl .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tyFY3KHlVl .carousel-control-next span {
  margin-left: 5px;
}
.cid-tyFY3KHlVl .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-tyFY3KHlVl .close::before {
  content: '\e91a';
}
.cid-tyFY3KHlVl .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tyFY3KHlVl .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-tyFY3KHlVl .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyFY3KHlVl .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tyFY3KHlVl .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tyFY3KHlVl .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tyFY3KHlVl .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-tyFY3KHlVl .carousel-indicators li.active,
.cid-tyFY3KHlVl .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tyFY3KHlVl .carousel-indicators li::after,
.cid-tyFY3KHlVl .carousel-indicators li::before {
  content: none;
}
.cid-tyFY3KHlVl .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tyFY3KHlVl .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tyFY3KHlVl .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tyFY3KHlVl .carousel-indicators {
    display: none;
  }
}
.cid-tyFY3KHlVl .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tyFY3KHlVl .carousel-inner > .active {
  display: block;
}
.cid-tyFY3KHlVl .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyFY3KHlVl .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tyFY3KHlVl .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tyFY3KHlVl .carousel-control,
  .cid-tyFY3KHlVl .carousel-indicators,
  .cid-tyFY3KHlVl .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tyFY3KHlVl .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tyFY3KHlVl .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tyFY3KHlVl .carousel-indicators .active,
.cid-tyFY3KHlVl .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tyFY3KHlVl .carousel-indicators .active {
  background: #fff;
}
.cid-tyFY3KHlVl .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tyFY3KHlVl .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tyFY3KHlVl .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tyFY3KHlVl .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tyFY3KHlVl .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tyFY3KHlVl .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tyFY3KHlVl .carousel {
  width: 100%;
}
.cid-tyFY3KHlVl .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tyFY3KHlVl .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tyFY3KHlVl .modal.fade .modal-dialog,
.cid-tyFY3KHlVl .modal.in .modal-dialog {
  transform: none;
}
.cid-tyFY3KHlVl .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tyFY3KHlVl H6 {
  text-align: center;
}
.cid-tEs7ZYZtKk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tEs7ZYZtKk .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tyFY46O0EO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tyFY46O0EO nav.navbar {
  position: fixed;
}
.cid-tyFY46O0EO .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-tyFY46O0EO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tyFY46O0EO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tyFY46O0EO .dropdown-item:hover,
.cid-tyFY46O0EO .dropdown-item:focus {
  background: #653609 !important;
  color: white !important;
}
.cid-tyFY46O0EO .dropdown-item:hover span {
  color: white;
}
.cid-tyFY46O0EO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tyFY46O0EO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tyFY46O0EO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tyFY46O0EO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tyFY46O0EO .nav-link {
  position: relative;
}
.cid-tyFY46O0EO .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tyFY46O0EO .container {
    flex-wrap: nowrap;
  }
}
.cid-tyFY46O0EO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tyFY46O0EO .dropdown-menu,
.cid-tyFY46O0EO .navbar.opened {
  background: #ffffff !important;
}
.cid-tyFY46O0EO .nav-item:focus,
.cid-tyFY46O0EO .nav-link:focus {
  outline: none;
}
.cid-tyFY46O0EO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tyFY46O0EO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyFY46O0EO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tyFY46O0EO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tyFY46O0EO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyFY46O0EO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyFY46O0EO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tyFY46O0EO .navbar.opened {
  transition: all 0.3s;
}
.cid-tyFY46O0EO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tyFY46O0EO .navbar .navbar-logo img {
  width: auto;
}
.cid-tyFY46O0EO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tyFY46O0EO .navbar.collapsed {
  justify-content: center;
}
.cid-tyFY46O0EO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyFY46O0EO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tyFY46O0EO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tyFY46O0EO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyFY46O0EO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyFY46O0EO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tyFY46O0EO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyFY46O0EO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tyFY46O0EO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tyFY46O0EO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyFY46O0EO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyFY46O0EO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyFY46O0EO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyFY46O0EO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tyFY46O0EO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tyFY46O0EO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyFY46O0EO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyFY46O0EO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tyFY46O0EO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tyFY46O0EO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tyFY46O0EO .navbar.navbar-short {
  min-height: 60px;
}
.cid-tyFY46O0EO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tyFY46O0EO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tyFY46O0EO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyFY46O0EO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyFY46O0EO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyFY46O0EO .dropdown-item.active,
.cid-tyFY46O0EO .dropdown-item:active {
  background-color: transparent;
}
.cid-tyFY46O0EO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyFY46O0EO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyFY46O0EO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyFY46O0EO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tyFY46O0EO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyFY46O0EO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tyFY46O0EO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tyFY46O0EO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tyFY46O0EO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tyFY46O0EO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tyFY46O0EO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tyFY46O0EO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyFY46O0EO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyFY46O0EO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tyFY46O0EO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyFY46O0EO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tyFY46O0EO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tyFY46O0EO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyFY46O0EO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tyFY46O0EO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tyFY46O0EO .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-tyFY46O0EO .navbar {
    height: 70px;
  }
  .cid-tyFY46O0EO .navbar.opened {
    height: auto;
  }
  .cid-tyFY46O0EO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyFY47hI3u {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyFY47hI3u .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyFY47hI3u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyFY47hI3u .mbr-section-title {
  color: #9f5b06;
}
.cid-tyFY47hI3u .mbr-section-subtitle {
  text-align: center;
  font-style: italic;
  color: #ab7025;
}
.cid-tyFY47KVRM audio {
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
.cid-tyFY485U7T {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyFY485U7T .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyFY485U7T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyFY485U7T .item {
  padding-bottom: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
}
.cid-tyFY485U7T .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tyFY485U7T .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tyFY485U7T .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-tyFY485U7T .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tyFY485U7T .carousel-control,
.cid-tyFY485U7T .close {
  background: #1b1b1b;
}
.cid-tyFY485U7T .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tyFY485U7T .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tyFY485U7T .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tyFY485U7T .carousel-control-next span {
  margin-left: 5px;
}
.cid-tyFY485U7T .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-tyFY485U7T .close::before {
  content: '\e91a';
}
.cid-tyFY485U7T .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tyFY485U7T .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-tyFY485U7T .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyFY485U7T .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tyFY485U7T .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tyFY485U7T .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tyFY485U7T .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-tyFY485U7T .carousel-indicators li.active,
.cid-tyFY485U7T .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tyFY485U7T .carousel-indicators li::after,
.cid-tyFY485U7T .carousel-indicators li::before {
  content: none;
}
.cid-tyFY485U7T .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tyFY485U7T .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tyFY485U7T .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tyFY485U7T .carousel-indicators {
    display: none;
  }
}
.cid-tyFY485U7T .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tyFY485U7T .carousel-inner > .active {
  display: block;
}
.cid-tyFY485U7T .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyFY485U7T .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tyFY485U7T .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tyFY485U7T .carousel-control,
  .cid-tyFY485U7T .carousel-indicators,
  .cid-tyFY485U7T .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tyFY485U7T .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tyFY485U7T .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tyFY485U7T .carousel-indicators .active,
.cid-tyFY485U7T .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tyFY485U7T .carousel-indicators .active {
  background: #fff;
}
.cid-tyFY485U7T .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tyFY485U7T .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tyFY485U7T .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tyFY485U7T .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tyFY485U7T .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tyFY485U7T .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tyFY485U7T .carousel {
  width: 100%;
}
.cid-tyFY485U7T .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tyFY485U7T .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tyFY485U7T .modal.fade .modal-dialog,
.cid-tyFY485U7T .modal.in .modal-dialog {
  transform: none;
}
.cid-tyFY485U7T .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tyFY485U7T H6 {
  text-align: center;
}
.cid-tyFY48SiS1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tyFY48SiS1 .mbr-section-subtitle {
  color: #9f5b06;
}
.cid-tyFY48SiS1 h5 {
  text-align: left;
  font-weight: bold;
  font-size: 1.8 em;
  font-family: Noto Serif Georgian, 'Times New Roman', Times, serif;
  color: #b78444;
}
.cid-tyFY48SiS1 p {
  font-family: Noto Serif Georgian, 'Times New Roman', Times, serif;
  color: #000000;
  text-align: justify;
  text-indent: 10pt;
  font-size: 1.6 em;
  line-height: 120%;
}
.cid-tA08FsXCU4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tA08FsXCU4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tA08FsXCU4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tA08FsXCU4 .google-map {
  height: 30rem;
  position: relative;
}
.cid-tA08FsXCU4 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tA08FsXCU4 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tA08FsXCU4 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tA08FsXCU4 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tEs7ZYZtKk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tEs7ZYZtKk .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tyFY4xazjl {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tyFY4xazjl nav.navbar {
  position: fixed;
}
.cid-tyFY4xazjl .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-tyFY4xazjl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tyFY4xazjl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tyFY4xazjl .dropdown-item:hover,
.cid-tyFY4xazjl .dropdown-item:focus {
  background: #653609 !important;
  color: white !important;
}
.cid-tyFY4xazjl .dropdown-item:hover span {
  color: white;
}
.cid-tyFY4xazjl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tyFY4xazjl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tyFY4xazjl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tyFY4xazjl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tyFY4xazjl .nav-link {
  position: relative;
}
.cid-tyFY4xazjl .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tyFY4xazjl .container {
    flex-wrap: nowrap;
  }
}
.cid-tyFY4xazjl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tyFY4xazjl .dropdown-menu,
.cid-tyFY4xazjl .navbar.opened {
  background: #ffffff !important;
}
.cid-tyFY4xazjl .nav-item:focus,
.cid-tyFY4xazjl .nav-link:focus {
  outline: none;
}
.cid-tyFY4xazjl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tyFY4xazjl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyFY4xazjl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tyFY4xazjl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tyFY4xazjl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyFY4xazjl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyFY4xazjl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tyFY4xazjl .navbar.opened {
  transition: all 0.3s;
}
.cid-tyFY4xazjl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tyFY4xazjl .navbar .navbar-logo img {
  width: auto;
}
.cid-tyFY4xazjl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tyFY4xazjl .navbar.collapsed {
  justify-content: center;
}
.cid-tyFY4xazjl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyFY4xazjl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tyFY4xazjl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tyFY4xazjl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyFY4xazjl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyFY4xazjl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tyFY4xazjl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyFY4xazjl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tyFY4xazjl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tyFY4xazjl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyFY4xazjl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyFY4xazjl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyFY4xazjl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyFY4xazjl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tyFY4xazjl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tyFY4xazjl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyFY4xazjl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyFY4xazjl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tyFY4xazjl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tyFY4xazjl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tyFY4xazjl .navbar.navbar-short {
  min-height: 60px;
}
.cid-tyFY4xazjl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tyFY4xazjl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tyFY4xazjl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyFY4xazjl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyFY4xazjl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyFY4xazjl .dropdown-item.active,
.cid-tyFY4xazjl .dropdown-item:active {
  background-color: transparent;
}
.cid-tyFY4xazjl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyFY4xazjl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyFY4xazjl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyFY4xazjl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tyFY4xazjl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyFY4xazjl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tyFY4xazjl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tyFY4xazjl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tyFY4xazjl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tyFY4xazjl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tyFY4xazjl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tyFY4xazjl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyFY4xazjl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyFY4xazjl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tyFY4xazjl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyFY4xazjl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tyFY4xazjl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tyFY4xazjl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyFY4xazjl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tyFY4xazjl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tyFY4xazjl .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-tyFY4xazjl .navbar {
    height: 70px;
  }
  .cid-tyFY4xazjl .navbar.opened {
    height: auto;
  }
  .cid-tyFY4xazjl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyFY4xGH3f {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyFY4xGH3f .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyFY4xGH3f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyFY4xGH3f .mbr-section-title {
  color: #9f5b06;
}
.cid-tyFY4xGH3f .mbr-section-subtitle {
  text-align: center;
  font-style: italic;
  color: #ab7025;
}
.cid-tyFY4yavEE audio {
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
.cid-tyFY4yyYyz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyFY4yyYyz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyFY4yyYyz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyFY4yyYyz .item {
  padding-bottom: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
}
.cid-tyFY4yyYyz .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tyFY4yyYyz .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tyFY4yyYyz .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-tyFY4yyYyz .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tyFY4yyYyz .carousel-control,
.cid-tyFY4yyYyz .close {
  background: #1b1b1b;
}
.cid-tyFY4yyYyz .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tyFY4yyYyz .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tyFY4yyYyz .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tyFY4yyYyz .carousel-control-next span {
  margin-left: 5px;
}
.cid-tyFY4yyYyz .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-tyFY4yyYyz .close::before {
  content: '\e91a';
}
.cid-tyFY4yyYyz .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tyFY4yyYyz .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-tyFY4yyYyz .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyFY4yyYyz .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tyFY4yyYyz .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tyFY4yyYyz .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tyFY4yyYyz .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-tyFY4yyYyz .carousel-indicators li.active,
.cid-tyFY4yyYyz .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tyFY4yyYyz .carousel-indicators li::after,
.cid-tyFY4yyYyz .carousel-indicators li::before {
  content: none;
}
.cid-tyFY4yyYyz .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tyFY4yyYyz .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tyFY4yyYyz .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tyFY4yyYyz .carousel-indicators {
    display: none;
  }
}
.cid-tyFY4yyYyz .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tyFY4yyYyz .carousel-inner > .active {
  display: block;
}
.cid-tyFY4yyYyz .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyFY4yyYyz .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tyFY4yyYyz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tyFY4yyYyz .carousel-control,
  .cid-tyFY4yyYyz .carousel-indicators,
  .cid-tyFY4yyYyz .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tyFY4yyYyz .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tyFY4yyYyz .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tyFY4yyYyz .carousel-indicators .active,
.cid-tyFY4yyYyz .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tyFY4yyYyz .carousel-indicators .active {
  background: #fff;
}
.cid-tyFY4yyYyz .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tyFY4yyYyz .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tyFY4yyYyz .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tyFY4yyYyz .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tyFY4yyYyz .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tyFY4yyYyz .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tyFY4yyYyz .carousel {
  width: 100%;
}
.cid-tyFY4yyYyz .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tyFY4yyYyz .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tyFY4yyYyz .modal.fade .modal-dialog,
.cid-tyFY4yyYyz .modal.in .modal-dialog {
  transform: none;
}
.cid-tyFY4yyYyz .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tyFY4yyYyz H6 {
  text-align: center;
}
.cid-tyFY4z9RYs {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tyFY4z9RYs .mbr-section-subtitle {
  color: #9f5b06;
}
.cid-tyFY4z9RYs h5 {
  text-align: left;
  font-weight: bold;
  font-size: 1.8 em;
  font-family: Noto Serif Georgian, 'Times New Roman', Times, serif;
  color: #b78444;
}
.cid-tyFY4z9RYs p {
  font-family: Noto Serif Georgian, 'Times New Roman', Times, serif;
  color: #000000;
  text-align: justify;
  text-indent: 10pt;
  font-size: 1.6 em;
  line-height: 120%;
}
.cid-tAbnxNDtyD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tAbnxNDtyD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAbnxNDtyD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAbnxNDtyD .google-map {
  height: 30rem;
  position: relative;
}
.cid-tAbnxNDtyD .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tAbnxNDtyD .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tAbnxNDtyD .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tAbnxNDtyD .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tEs7ZYZtKk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tEs7ZYZtKk .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tyFY4TLZ4R {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tyFY4TLZ4R nav.navbar {
  position: fixed;
}
.cid-tyFY4TLZ4R .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-tyFY4TLZ4R .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tyFY4TLZ4R .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tyFY4TLZ4R .dropdown-item:hover,
.cid-tyFY4TLZ4R .dropdown-item:focus {
  background: #653609 !important;
  color: white !important;
}
.cid-tyFY4TLZ4R .dropdown-item:hover span {
  color: white;
}
.cid-tyFY4TLZ4R .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tyFY4TLZ4R .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tyFY4TLZ4R .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tyFY4TLZ4R .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tyFY4TLZ4R .nav-link {
  position: relative;
}
.cid-tyFY4TLZ4R .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tyFY4TLZ4R .container {
    flex-wrap: nowrap;
  }
}
.cid-tyFY4TLZ4R .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tyFY4TLZ4R .dropdown-menu,
.cid-tyFY4TLZ4R .navbar.opened {
  background: #ffffff !important;
}
.cid-tyFY4TLZ4R .nav-item:focus,
.cid-tyFY4TLZ4R .nav-link:focus {
  outline: none;
}
.cid-tyFY4TLZ4R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tyFY4TLZ4R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyFY4TLZ4R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tyFY4TLZ4R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tyFY4TLZ4R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyFY4TLZ4R .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyFY4TLZ4R .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tyFY4TLZ4R .navbar.opened {
  transition: all 0.3s;
}
.cid-tyFY4TLZ4R .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tyFY4TLZ4R .navbar .navbar-logo img {
  width: auto;
}
.cid-tyFY4TLZ4R .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tyFY4TLZ4R .navbar.collapsed {
  justify-content: center;
}
.cid-tyFY4TLZ4R .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyFY4TLZ4R .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tyFY4TLZ4R .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tyFY4TLZ4R .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyFY4TLZ4R .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyFY4TLZ4R .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tyFY4TLZ4R .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyFY4TLZ4R .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tyFY4TLZ4R .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tyFY4TLZ4R .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyFY4TLZ4R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyFY4TLZ4R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyFY4TLZ4R .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyFY4TLZ4R .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tyFY4TLZ4R .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tyFY4TLZ4R .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyFY4TLZ4R .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyFY4TLZ4R .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tyFY4TLZ4R .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tyFY4TLZ4R .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tyFY4TLZ4R .navbar.navbar-short {
  min-height: 60px;
}
.cid-tyFY4TLZ4R .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tyFY4TLZ4R .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tyFY4TLZ4R .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyFY4TLZ4R .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyFY4TLZ4R .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyFY4TLZ4R .dropdown-item.active,
.cid-tyFY4TLZ4R .dropdown-item:active {
  background-color: transparent;
}
.cid-tyFY4TLZ4R .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyFY4TLZ4R .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyFY4TLZ4R .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyFY4TLZ4R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tyFY4TLZ4R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyFY4TLZ4R .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tyFY4TLZ4R ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tyFY4TLZ4R .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tyFY4TLZ4R button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tyFY4TLZ4R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tyFY4TLZ4R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tyFY4TLZ4R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyFY4TLZ4R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyFY4TLZ4R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tyFY4TLZ4R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyFY4TLZ4R nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tyFY4TLZ4R nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tyFY4TLZ4R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyFY4TLZ4R .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tyFY4TLZ4R a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tyFY4TLZ4R .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-tyFY4TLZ4R .navbar {
    height: 70px;
  }
  .cid-tyFY4TLZ4R .navbar.opened {
    height: auto;
  }
  .cid-tyFY4TLZ4R .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyFY4Ufb59 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyFY4Ufb59 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyFY4Ufb59 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyFY4Ufb59 .mbr-section-title {
  color: #9f5b06;
}
.cid-tyFY4Ufb59 .mbr-section-subtitle {
  text-align: center;
  font-style: italic;
  color: #ab7025;
}
.cid-tyFY4UH83C audio {
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
.cid-tyFY4V82Wd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tyFY4V82Wd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyFY4V82Wd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyFY4V82Wd .item {
  padding-bottom: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
}
.cid-tyFY4V82Wd .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tyFY4V82Wd .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tyFY4V82Wd .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-tyFY4V82Wd .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tyFY4V82Wd .carousel-control,
.cid-tyFY4V82Wd .close {
  background: #1b1b1b;
}
.cid-tyFY4V82Wd .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tyFY4V82Wd .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tyFY4V82Wd .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tyFY4V82Wd .carousel-control-next span {
  margin-left: 5px;
}
.cid-tyFY4V82Wd .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-tyFY4V82Wd .close::before {
  content: '\e91a';
}
.cid-tyFY4V82Wd .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tyFY4V82Wd .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-tyFY4V82Wd .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyFY4V82Wd .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tyFY4V82Wd .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tyFY4V82Wd .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tyFY4V82Wd .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-tyFY4V82Wd .carousel-indicators li.active,
.cid-tyFY4V82Wd .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tyFY4V82Wd .carousel-indicators li::after,
.cid-tyFY4V82Wd .carousel-indicators li::before {
  content: none;
}
.cid-tyFY4V82Wd .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tyFY4V82Wd .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tyFY4V82Wd .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tyFY4V82Wd .carousel-indicators {
    display: none;
  }
}
.cid-tyFY4V82Wd .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tyFY4V82Wd .carousel-inner > .active {
  display: block;
}
.cid-tyFY4V82Wd .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyFY4V82Wd .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tyFY4V82Wd .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tyFY4V82Wd .carousel-control,
  .cid-tyFY4V82Wd .carousel-indicators,
  .cid-tyFY4V82Wd .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tyFY4V82Wd .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tyFY4V82Wd .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tyFY4V82Wd .carousel-indicators .active,
.cid-tyFY4V82Wd .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tyFY4V82Wd .carousel-indicators .active {
  background: #fff;
}
.cid-tyFY4V82Wd .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tyFY4V82Wd .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tyFY4V82Wd .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tyFY4V82Wd .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tyFY4V82Wd .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tyFY4V82Wd .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tyFY4V82Wd .carousel {
  width: 100%;
}
.cid-tyFY4V82Wd .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tyFY4V82Wd .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tyFY4V82Wd .modal.fade .modal-dialog,
.cid-tyFY4V82Wd .modal.in .modal-dialog {
  transform: none;
}
.cid-tyFY4V82Wd .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tyFY4V82Wd H6 {
  text-align: center;
}
.cid-tEs7ZYZtKk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tEs7ZYZtKk .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tyFY5hi3ZE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tyFY5hi3ZE nav.navbar {
  position: fixed;
}
.cid-tyFY5hi3ZE .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-tyFY5hi3ZE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tyFY5hi3ZE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tyFY5hi3ZE .dropdown-item:hover,
.cid-tyFY5hi3ZE .dropdown-item:focus {
  background: #653609 !important;
  color: white !important;
}
.cid-tyFY5hi3ZE .dropdown-item:hover span {
  color: white;
}
.cid-tyFY5hi3ZE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tyFY5hi3ZE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tyFY5hi3ZE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tyFY5hi3ZE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tyFY5hi3ZE .nav-link {
  position: relative;
}
.cid-tyFY5hi3ZE .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tyFY5hi3ZE .container {
    flex-wrap: nowrap;
  }
}
.cid-tyFY5hi3ZE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tyFY5hi3ZE .dropdown-menu,
.cid-tyFY5hi3ZE .navbar.opened {
  background: #ffffff !important;
}
.cid-tyFY5hi3ZE .nav-item:focus,
.cid-tyFY5hi3ZE .nav-link:focus {
  outline: none;
}
.cid-tyFY5hi3ZE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tyFY5hi3ZE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyFY5hi3ZE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tyFY5hi3ZE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tyFY5hi3ZE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyFY5hi3ZE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyFY5hi3ZE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tyFY5hi3ZE .navbar.opened {
  transition: all 0.3s;
}
.cid-tyFY5hi3ZE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tyFY5hi3ZE .navbar .navbar-logo img {
  width: auto;
}
.cid-tyFY5hi3ZE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tyFY5hi3ZE .navbar.collapsed {
  justify-content: center;
}
.cid-tyFY5hi3ZE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyFY5hi3ZE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tyFY5hi3ZE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tyFY5hi3ZE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyFY5hi3ZE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyFY5hi3ZE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tyFY5hi3ZE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyFY5hi3ZE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tyFY5hi3ZE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tyFY5hi3ZE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyFY5hi3ZE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyFY5hi3ZE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyFY5hi3ZE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyFY5hi3ZE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tyFY5hi3ZE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tyFY5hi3ZE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyFY5hi3ZE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyFY5hi3ZE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tyFY5hi3ZE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tyFY5hi3ZE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tyFY5hi3ZE .navbar.navbar-short {
  min-height: 60px;
}
.cid-tyFY5hi3ZE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tyFY5hi3ZE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tyFY5hi3ZE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyFY5hi3ZE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyFY5hi3ZE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyFY5hi3ZE .dropdown-item.active,
.cid-tyFY5hi3ZE .dropdown-item:active {
  background-color: transparent;
}
.cid-tyFY5hi3ZE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyFY5hi3ZE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyFY5hi3ZE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyFY5hi3ZE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tyFY5hi3ZE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyFY5hi3ZE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tyFY5hi3ZE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tyFY5hi3ZE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tyFY5hi3ZE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tyFY5hi3ZE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tyFY5hi3ZE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tyFY5hi3ZE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyFY5hi3ZE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyFY5hi3ZE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tyFY5hi3ZE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyFY5hi3ZE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tyFY5hi3ZE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tyFY5hi3ZE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyFY5hi3ZE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tyFY5hi3ZE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tyFY5hi3ZE .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-tyFY5hi3ZE .navbar {
    height: 70px;
  }
  .cid-tyFY5hi3ZE .navbar.opened {
    height: auto;
  }
  .cid-tyFY5hi3ZE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyFY5hLEWW {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyFY5hLEWW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyFY5hLEWW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyFY5hLEWW .mbr-section-title {
  color: #9f5b06;
}
.cid-tyFY5hLEWW .mbr-section-subtitle {
  text-align: center;
  font-style: italic;
  color: #ab7025;
}
.cid-tyFY5idrnr audio {
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
.cid-tyFY5iyiYJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyFY5iyiYJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyFY5iyiYJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyFY5iyiYJ .item {
  padding-bottom: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
}
.cid-tyFY5iyiYJ .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tyFY5iyiYJ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tyFY5iyiYJ .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-tyFY5iyiYJ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tyFY5iyiYJ .carousel-control,
.cid-tyFY5iyiYJ .close {
  background: #1b1b1b;
}
.cid-tyFY5iyiYJ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tyFY5iyiYJ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tyFY5iyiYJ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tyFY5iyiYJ .carousel-control-next span {
  margin-left: 5px;
}
.cid-tyFY5iyiYJ .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-tyFY5iyiYJ .close::before {
  content: '\e91a';
}
.cid-tyFY5iyiYJ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tyFY5iyiYJ .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-tyFY5iyiYJ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyFY5iyiYJ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tyFY5iyiYJ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tyFY5iyiYJ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tyFY5iyiYJ .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-tyFY5iyiYJ .carousel-indicators li.active,
.cid-tyFY5iyiYJ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tyFY5iyiYJ .carousel-indicators li::after,
.cid-tyFY5iyiYJ .carousel-indicators li::before {
  content: none;
}
.cid-tyFY5iyiYJ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tyFY5iyiYJ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tyFY5iyiYJ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tyFY5iyiYJ .carousel-indicators {
    display: none;
  }
}
.cid-tyFY5iyiYJ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tyFY5iyiYJ .carousel-inner > .active {
  display: block;
}
.cid-tyFY5iyiYJ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyFY5iyiYJ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tyFY5iyiYJ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tyFY5iyiYJ .carousel-control,
  .cid-tyFY5iyiYJ .carousel-indicators,
  .cid-tyFY5iyiYJ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tyFY5iyiYJ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tyFY5iyiYJ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tyFY5iyiYJ .carousel-indicators .active,
.cid-tyFY5iyiYJ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tyFY5iyiYJ .carousel-indicators .active {
  background: #fff;
}
.cid-tyFY5iyiYJ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tyFY5iyiYJ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tyFY5iyiYJ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tyFY5iyiYJ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tyFY5iyiYJ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tyFY5iyiYJ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tyFY5iyiYJ .carousel {
  width: 100%;
}
.cid-tyFY5iyiYJ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tyFY5iyiYJ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tyFY5iyiYJ .modal.fade .modal-dialog,
.cid-tyFY5iyiYJ .modal.in .modal-dialog {
  transform: none;
}
.cid-tyFY5iyiYJ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tyFY5iyiYJ H6 {
  text-align: center;
}
.cid-tEs7ZYZtKk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tEs7ZYZtKk .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tyG04SpB5B {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tyG04SpB5B nav.navbar {
  position: fixed;
}
.cid-tyG04SpB5B .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-tyG04SpB5B .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tyG04SpB5B .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tyG04SpB5B .dropdown-item:hover,
.cid-tyG04SpB5B .dropdown-item:focus {
  background: #653609 !important;
  color: white !important;
}
.cid-tyG04SpB5B .dropdown-item:hover span {
  color: white;
}
.cid-tyG04SpB5B .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tyG04SpB5B .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tyG04SpB5B .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tyG04SpB5B .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tyG04SpB5B .nav-link {
  position: relative;
}
.cid-tyG04SpB5B .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tyG04SpB5B .container {
    flex-wrap: nowrap;
  }
}
.cid-tyG04SpB5B .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tyG04SpB5B .dropdown-menu,
.cid-tyG04SpB5B .navbar.opened {
  background: #ffffff !important;
}
.cid-tyG04SpB5B .nav-item:focus,
.cid-tyG04SpB5B .nav-link:focus {
  outline: none;
}
.cid-tyG04SpB5B .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tyG04SpB5B .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyG04SpB5B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tyG04SpB5B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tyG04SpB5B .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyG04SpB5B .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyG04SpB5B .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tyG04SpB5B .navbar.opened {
  transition: all 0.3s;
}
.cid-tyG04SpB5B .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tyG04SpB5B .navbar .navbar-logo img {
  width: auto;
}
.cid-tyG04SpB5B .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tyG04SpB5B .navbar.collapsed {
  justify-content: center;
}
.cid-tyG04SpB5B .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyG04SpB5B .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tyG04SpB5B .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tyG04SpB5B .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyG04SpB5B .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyG04SpB5B .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tyG04SpB5B .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyG04SpB5B .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tyG04SpB5B .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tyG04SpB5B .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyG04SpB5B .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyG04SpB5B .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyG04SpB5B .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyG04SpB5B .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tyG04SpB5B .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tyG04SpB5B .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyG04SpB5B .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyG04SpB5B .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tyG04SpB5B .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tyG04SpB5B .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tyG04SpB5B .navbar.navbar-short {
  min-height: 60px;
}
.cid-tyG04SpB5B .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tyG04SpB5B .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tyG04SpB5B .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyG04SpB5B .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyG04SpB5B .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyG04SpB5B .dropdown-item.active,
.cid-tyG04SpB5B .dropdown-item:active {
  background-color: transparent;
}
.cid-tyG04SpB5B .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyG04SpB5B .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyG04SpB5B .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyG04SpB5B .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tyG04SpB5B .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyG04SpB5B .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tyG04SpB5B ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tyG04SpB5B .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tyG04SpB5B button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tyG04SpB5B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tyG04SpB5B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tyG04SpB5B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyG04SpB5B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyG04SpB5B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tyG04SpB5B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyG04SpB5B nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tyG04SpB5B nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tyG04SpB5B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyG04SpB5B .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tyG04SpB5B a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tyG04SpB5B .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-tyG04SpB5B .navbar {
    height: 70px;
  }
  .cid-tyG04SpB5B .navbar.opened {
    height: auto;
  }
  .cid-tyG04SpB5B .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyG04SP8m5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyG04SP8m5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyG04SP8m5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyG04SP8m5 .mbr-section-title {
  color: #9f5b06;
}
.cid-tyG04SP8m5 .mbr-section-subtitle {
  text-align: center;
  font-style: italic;
  color: #ab7025;
}
.cid-tyG04Tf2dL audio {
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
.cid-tDG5nfQAJ3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDG5nfQAJ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDG5nfQAJ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDG5nfQAJ3 .item {
  padding-bottom: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
}
.cid-tDG5nfQAJ3 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tDG5nfQAJ3 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tDG5nfQAJ3 .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-tDG5nfQAJ3 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tDG5nfQAJ3 .carousel-control,
.cid-tDG5nfQAJ3 .close {
  background: #1b1b1b;
}
.cid-tDG5nfQAJ3 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tDG5nfQAJ3 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tDG5nfQAJ3 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tDG5nfQAJ3 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tDG5nfQAJ3 .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-tDG5nfQAJ3 .close::before {
  content: '\e91a';
}
.cid-tDG5nfQAJ3 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tDG5nfQAJ3 .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-tDG5nfQAJ3 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDG5nfQAJ3 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tDG5nfQAJ3 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tDG5nfQAJ3 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tDG5nfQAJ3 .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-tDG5nfQAJ3 .carousel-indicators li.active,
.cid-tDG5nfQAJ3 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tDG5nfQAJ3 .carousel-indicators li::after,
.cid-tDG5nfQAJ3 .carousel-indicators li::before {
  content: none;
}
.cid-tDG5nfQAJ3 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tDG5nfQAJ3 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tDG5nfQAJ3 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tDG5nfQAJ3 .carousel-indicators {
    display: none;
  }
}
.cid-tDG5nfQAJ3 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tDG5nfQAJ3 .carousel-inner > .active {
  display: block;
}
.cid-tDG5nfQAJ3 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDG5nfQAJ3 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tDG5nfQAJ3 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tDG5nfQAJ3 .carousel-control,
  .cid-tDG5nfQAJ3 .carousel-indicators,
  .cid-tDG5nfQAJ3 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tDG5nfQAJ3 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tDG5nfQAJ3 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tDG5nfQAJ3 .carousel-indicators .active,
.cid-tDG5nfQAJ3 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tDG5nfQAJ3 .carousel-indicators .active {
  background: #fff;
}
.cid-tDG5nfQAJ3 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tDG5nfQAJ3 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tDG5nfQAJ3 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tDG5nfQAJ3 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tDG5nfQAJ3 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tDG5nfQAJ3 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tDG5nfQAJ3 .carousel {
  width: 100%;
}
.cid-tDG5nfQAJ3 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tDG5nfQAJ3 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tDG5nfQAJ3 .modal.fade .modal-dialog,
.cid-tDG5nfQAJ3 .modal.in .modal-dialog {
  transform: none;
}
.cid-tDG5nfQAJ3 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tDG5nfQAJ3 H6 {
  text-align: center;
}
.cid-tEs7ZYZtKk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tEs7ZYZtKk .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tyG01vFqEt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tyG01vFqEt nav.navbar {
  position: fixed;
}
.cid-tyG01vFqEt .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-tyG01vFqEt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tyG01vFqEt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tyG01vFqEt .dropdown-item:hover,
.cid-tyG01vFqEt .dropdown-item:focus {
  background: #653609 !important;
  color: white !important;
}
.cid-tyG01vFqEt .dropdown-item:hover span {
  color: white;
}
.cid-tyG01vFqEt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tyG01vFqEt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tyG01vFqEt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tyG01vFqEt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tyG01vFqEt .nav-link {
  position: relative;
}
.cid-tyG01vFqEt .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tyG01vFqEt .container {
    flex-wrap: nowrap;
  }
}
.cid-tyG01vFqEt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tyG01vFqEt .dropdown-menu,
.cid-tyG01vFqEt .navbar.opened {
  background: #ffffff !important;
}
.cid-tyG01vFqEt .nav-item:focus,
.cid-tyG01vFqEt .nav-link:focus {
  outline: none;
}
.cid-tyG01vFqEt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tyG01vFqEt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyG01vFqEt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tyG01vFqEt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tyG01vFqEt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyG01vFqEt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyG01vFqEt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tyG01vFqEt .navbar.opened {
  transition: all 0.3s;
}
.cid-tyG01vFqEt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tyG01vFqEt .navbar .navbar-logo img {
  width: auto;
}
.cid-tyG01vFqEt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tyG01vFqEt .navbar.collapsed {
  justify-content: center;
}
.cid-tyG01vFqEt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyG01vFqEt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tyG01vFqEt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tyG01vFqEt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyG01vFqEt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyG01vFqEt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tyG01vFqEt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyG01vFqEt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tyG01vFqEt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tyG01vFqEt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyG01vFqEt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyG01vFqEt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyG01vFqEt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyG01vFqEt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tyG01vFqEt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tyG01vFqEt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyG01vFqEt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyG01vFqEt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tyG01vFqEt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tyG01vFqEt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tyG01vFqEt .navbar.navbar-short {
  min-height: 60px;
}
.cid-tyG01vFqEt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tyG01vFqEt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tyG01vFqEt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyG01vFqEt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyG01vFqEt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyG01vFqEt .dropdown-item.active,
.cid-tyG01vFqEt .dropdown-item:active {
  background-color: transparent;
}
.cid-tyG01vFqEt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyG01vFqEt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyG01vFqEt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyG01vFqEt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tyG01vFqEt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyG01vFqEt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tyG01vFqEt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tyG01vFqEt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tyG01vFqEt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tyG01vFqEt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tyG01vFqEt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tyG01vFqEt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyG01vFqEt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyG01vFqEt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tyG01vFqEt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyG01vFqEt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tyG01vFqEt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tyG01vFqEt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyG01vFqEt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tyG01vFqEt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tyG01vFqEt .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-tyG01vFqEt .navbar {
    height: 70px;
  }
  .cid-tyG01vFqEt .navbar.opened {
    height: auto;
  }
  .cid-tyG01vFqEt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyG01wuTX2 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyG01wuTX2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyG01wuTX2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyG01wuTX2 .mbr-section-title {
  color: #9f5b06;
}
.cid-tyG01wuTX2 .mbr-section-subtitle {
  text-align: center;
  font-style: italic;
  color: #ab7025;
}
.cid-tyG01xnp3l audio {
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
.cid-tyG01xKYym {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyG01xKYym .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyG01xKYym .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyG01xKYym .item {
  padding-bottom: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
}
.cid-tyG01xKYym .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tyG01xKYym .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tyG01xKYym .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-tyG01xKYym .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tyG01xKYym .carousel-control,
.cid-tyG01xKYym .close {
  background: #1b1b1b;
}
.cid-tyG01xKYym .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tyG01xKYym .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tyG01xKYym .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tyG01xKYym .carousel-control-next span {
  margin-left: 5px;
}
.cid-tyG01xKYym .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-tyG01xKYym .close::before {
  content: '\e91a';
}
.cid-tyG01xKYym .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tyG01xKYym .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-tyG01xKYym .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyG01xKYym .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tyG01xKYym .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tyG01xKYym .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tyG01xKYym .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-tyG01xKYym .carousel-indicators li.active,
.cid-tyG01xKYym .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tyG01xKYym .carousel-indicators li::after,
.cid-tyG01xKYym .carousel-indicators li::before {
  content: none;
}
.cid-tyG01xKYym .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tyG01xKYym .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tyG01xKYym .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tyG01xKYym .carousel-indicators {
    display: none;
  }
}
.cid-tyG01xKYym .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tyG01xKYym .carousel-inner > .active {
  display: block;
}
.cid-tyG01xKYym .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyG01xKYym .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tyG01xKYym .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tyG01xKYym .carousel-control,
  .cid-tyG01xKYym .carousel-indicators,
  .cid-tyG01xKYym .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tyG01xKYym .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tyG01xKYym .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tyG01xKYym .carousel-indicators .active,
.cid-tyG01xKYym .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tyG01xKYym .carousel-indicators .active {
  background: #fff;
}
.cid-tyG01xKYym .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tyG01xKYym .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tyG01xKYym .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tyG01xKYym .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tyG01xKYym .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tyG01xKYym .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tyG01xKYym .carousel {
  width: 100%;
}
.cid-tyG01xKYym .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tyG01xKYym .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tyG01xKYym .modal.fade .modal-dialog,
.cid-tyG01xKYym .modal.in .modal-dialog {
  transform: none;
}
.cid-tyG01xKYym .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tyG01xKYym H6 {
  text-align: center;
}
.cid-tyG01yN4Q6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tyG01yN4Q6 .mbr-section-subtitle {
  color: #9f5b06;
}
.cid-tyG01yN4Q6 h5 {
  text-align: left;
  font-weight: bold;
  font-size: 1.8 em;
  font-family: Noto Serif Georgian, 'Times New Roman', Times, serif;
  color: #b78444;
}
.cid-tyG01yN4Q6 p {
  font-family: Noto Serif Georgian, 'Times New Roman', Times, serif;
  color: #000000;
  text-align: justify;
  text-indent: 10pt;
  font-size: 1.6 em;
  line-height: 120%;
}
.cid-tA0h0zghau {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tA0h0zghau .mbr-fallback-image.disabled {
  display: none;
}
.cid-tA0h0zghau .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tA0h0zghau .google-map {
  height: 30rem;
  position: relative;
}
.cid-tA0h0zghau .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tA0h0zghau .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tA0h0zghau .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tA0h0zghau .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tEs7ZYZtKk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tEs7ZYZtKk .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tyG02ahirY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tyG02ahirY nav.navbar {
  position: fixed;
}
.cid-tyG02ahirY .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-tyG02ahirY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tyG02ahirY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tyG02ahirY .dropdown-item:hover,
.cid-tyG02ahirY .dropdown-item:focus {
  background: #653609 !important;
  color: white !important;
}
.cid-tyG02ahirY .dropdown-item:hover span {
  color: white;
}
.cid-tyG02ahirY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tyG02ahirY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tyG02ahirY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tyG02ahirY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tyG02ahirY .nav-link {
  position: relative;
}
.cid-tyG02ahirY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tyG02ahirY .container {
    flex-wrap: nowrap;
  }
}
.cid-tyG02ahirY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tyG02ahirY .dropdown-menu,
.cid-tyG02ahirY .navbar.opened {
  background: #ffffff !important;
}
.cid-tyG02ahirY .nav-item:focus,
.cid-tyG02ahirY .nav-link:focus {
  outline: none;
}
.cid-tyG02ahirY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tyG02ahirY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyG02ahirY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tyG02ahirY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tyG02ahirY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyG02ahirY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyG02ahirY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tyG02ahirY .navbar.opened {
  transition: all 0.3s;
}
.cid-tyG02ahirY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tyG02ahirY .navbar .navbar-logo img {
  width: auto;
}
.cid-tyG02ahirY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tyG02ahirY .navbar.collapsed {
  justify-content: center;
}
.cid-tyG02ahirY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyG02ahirY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tyG02ahirY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tyG02ahirY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyG02ahirY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyG02ahirY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tyG02ahirY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyG02ahirY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tyG02ahirY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tyG02ahirY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyG02ahirY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyG02ahirY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyG02ahirY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyG02ahirY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tyG02ahirY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tyG02ahirY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyG02ahirY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyG02ahirY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tyG02ahirY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tyG02ahirY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tyG02ahirY .navbar.navbar-short {
  min-height: 60px;
}
.cid-tyG02ahirY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tyG02ahirY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tyG02ahirY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyG02ahirY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyG02ahirY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyG02ahirY .dropdown-item.active,
.cid-tyG02ahirY .dropdown-item:active {
  background-color: transparent;
}
.cid-tyG02ahirY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyG02ahirY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyG02ahirY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyG02ahirY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tyG02ahirY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyG02ahirY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tyG02ahirY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tyG02ahirY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tyG02ahirY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tyG02ahirY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tyG02ahirY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tyG02ahirY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyG02ahirY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyG02ahirY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tyG02ahirY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyG02ahirY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tyG02ahirY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tyG02ahirY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyG02ahirY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tyG02ahirY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tyG02ahirY .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-tyG02ahirY .navbar {
    height: 70px;
  }
  .cid-tyG02ahirY .navbar.opened {
    height: auto;
  }
  .cid-tyG02ahirY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyG02aUvx5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyG02aUvx5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyG02aUvx5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyG02aUvx5 .mbr-section-title {
  color: #9f5b06;
}
.cid-tyG02aUvx5 .mbr-section-subtitle {
  text-align: center;
  font-style: italic;
  color: #ab7025;
}
.cid-tyG02boair audio {
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
.cid-tyG02bIN17 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyG02bIN17 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyG02bIN17 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyG02bIN17 .item {
  padding-bottom: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
}
.cid-tyG02bIN17 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tyG02bIN17 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tyG02bIN17 .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-tyG02bIN17 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tyG02bIN17 .carousel-control,
.cid-tyG02bIN17 .close {
  background: #1b1b1b;
}
.cid-tyG02bIN17 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tyG02bIN17 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tyG02bIN17 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tyG02bIN17 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tyG02bIN17 .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-tyG02bIN17 .close::before {
  content: '\e91a';
}
.cid-tyG02bIN17 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tyG02bIN17 .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-tyG02bIN17 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyG02bIN17 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tyG02bIN17 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tyG02bIN17 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tyG02bIN17 .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-tyG02bIN17 .carousel-indicators li.active,
.cid-tyG02bIN17 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tyG02bIN17 .carousel-indicators li::after,
.cid-tyG02bIN17 .carousel-indicators li::before {
  content: none;
}
.cid-tyG02bIN17 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tyG02bIN17 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tyG02bIN17 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tyG02bIN17 .carousel-indicators {
    display: none;
  }
}
.cid-tyG02bIN17 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tyG02bIN17 .carousel-inner > .active {
  display: block;
}
.cid-tyG02bIN17 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyG02bIN17 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tyG02bIN17 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tyG02bIN17 .carousel-control,
  .cid-tyG02bIN17 .carousel-indicators,
  .cid-tyG02bIN17 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tyG02bIN17 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tyG02bIN17 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tyG02bIN17 .carousel-indicators .active,
.cid-tyG02bIN17 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tyG02bIN17 .carousel-indicators .active {
  background: #fff;
}
.cid-tyG02bIN17 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tyG02bIN17 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tyG02bIN17 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tyG02bIN17 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tyG02bIN17 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tyG02bIN17 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tyG02bIN17 .carousel {
  width: 100%;
}
.cid-tyG02bIN17 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tyG02bIN17 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tyG02bIN17 .modal.fade .modal-dialog,
.cid-tyG02bIN17 .modal.in .modal-dialog {
  transform: none;
}
.cid-tyG02bIN17 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tyG02bIN17 H6 {
  text-align: center;
}
.cid-tEs7ZYZtKk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tEs7ZYZtKk .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tyG02tTTN3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tyG02tTTN3 nav.navbar {
  position: fixed;
}
.cid-tyG02tTTN3 .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-tyG02tTTN3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tyG02tTTN3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tyG02tTTN3 .dropdown-item:hover,
.cid-tyG02tTTN3 .dropdown-item:focus {
  background: #653609 !important;
  color: white !important;
}
.cid-tyG02tTTN3 .dropdown-item:hover span {
  color: white;
}
.cid-tyG02tTTN3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tyG02tTTN3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tyG02tTTN3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tyG02tTTN3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tyG02tTTN3 .nav-link {
  position: relative;
}
.cid-tyG02tTTN3 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tyG02tTTN3 .container {
    flex-wrap: nowrap;
  }
}
.cid-tyG02tTTN3 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tyG02tTTN3 .dropdown-menu,
.cid-tyG02tTTN3 .navbar.opened {
  background: #ffffff !important;
}
.cid-tyG02tTTN3 .nav-item:focus,
.cid-tyG02tTTN3 .nav-link:focus {
  outline: none;
}
.cid-tyG02tTTN3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tyG02tTTN3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyG02tTTN3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tyG02tTTN3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tyG02tTTN3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyG02tTTN3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyG02tTTN3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tyG02tTTN3 .navbar.opened {
  transition: all 0.3s;
}
.cid-tyG02tTTN3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tyG02tTTN3 .navbar .navbar-logo img {
  width: auto;
}
.cid-tyG02tTTN3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tyG02tTTN3 .navbar.collapsed {
  justify-content: center;
}
.cid-tyG02tTTN3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyG02tTTN3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tyG02tTTN3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tyG02tTTN3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyG02tTTN3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyG02tTTN3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tyG02tTTN3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyG02tTTN3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tyG02tTTN3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tyG02tTTN3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyG02tTTN3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyG02tTTN3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyG02tTTN3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyG02tTTN3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tyG02tTTN3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tyG02tTTN3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyG02tTTN3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyG02tTTN3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tyG02tTTN3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tyG02tTTN3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tyG02tTTN3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tyG02tTTN3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tyG02tTTN3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tyG02tTTN3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyG02tTTN3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyG02tTTN3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyG02tTTN3 .dropdown-item.active,
.cid-tyG02tTTN3 .dropdown-item:active {
  background-color: transparent;
}
.cid-tyG02tTTN3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyG02tTTN3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyG02tTTN3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyG02tTTN3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tyG02tTTN3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyG02tTTN3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tyG02tTTN3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tyG02tTTN3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tyG02tTTN3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tyG02tTTN3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tyG02tTTN3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tyG02tTTN3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyG02tTTN3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyG02tTTN3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tyG02tTTN3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyG02tTTN3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tyG02tTTN3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tyG02tTTN3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyG02tTTN3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tyG02tTTN3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tyG02tTTN3 .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-tyG02tTTN3 .navbar {
    height: 70px;
  }
  .cid-tyG02tTTN3 .navbar.opened {
    height: auto;
  }
  .cid-tyG02tTTN3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyG02upa0C {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyG02upa0C .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyG02upa0C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyG02upa0C .mbr-section-title {
  color: #9f5b06;
}
.cid-tyG02upa0C .mbr-section-subtitle {
  text-align: center;
  font-style: italic;
  color: #ab7025;
}
.cid-tyG02uSdJW audio {
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
.cid-tyG02vdIYq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyG02vdIYq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyG02vdIYq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyG02vdIYq .item {
  padding-bottom: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
}
.cid-tyG02vdIYq .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tyG02vdIYq .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tyG02vdIYq .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-tyG02vdIYq .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tyG02vdIYq .carousel-control,
.cid-tyG02vdIYq .close {
  background: #1b1b1b;
}
.cid-tyG02vdIYq .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tyG02vdIYq .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tyG02vdIYq .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tyG02vdIYq .carousel-control-next span {
  margin-left: 5px;
}
.cid-tyG02vdIYq .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-tyG02vdIYq .close::before {
  content: '\e91a';
}
.cid-tyG02vdIYq .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tyG02vdIYq .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-tyG02vdIYq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyG02vdIYq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tyG02vdIYq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tyG02vdIYq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tyG02vdIYq .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-tyG02vdIYq .carousel-indicators li.active,
.cid-tyG02vdIYq .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tyG02vdIYq .carousel-indicators li::after,
.cid-tyG02vdIYq .carousel-indicators li::before {
  content: none;
}
.cid-tyG02vdIYq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tyG02vdIYq .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tyG02vdIYq .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tyG02vdIYq .carousel-indicators {
    display: none;
  }
}
.cid-tyG02vdIYq .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tyG02vdIYq .carousel-inner > .active {
  display: block;
}
.cid-tyG02vdIYq .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyG02vdIYq .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tyG02vdIYq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tyG02vdIYq .carousel-control,
  .cid-tyG02vdIYq .carousel-indicators,
  .cid-tyG02vdIYq .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tyG02vdIYq .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tyG02vdIYq .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tyG02vdIYq .carousel-indicators .active,
.cid-tyG02vdIYq .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tyG02vdIYq .carousel-indicators .active {
  background: #fff;
}
.cid-tyG02vdIYq .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tyG02vdIYq .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tyG02vdIYq .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tyG02vdIYq .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tyG02vdIYq .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tyG02vdIYq .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tyG02vdIYq .carousel {
  width: 100%;
}
.cid-tyG02vdIYq .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tyG02vdIYq .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tyG02vdIYq .modal.fade .modal-dialog,
.cid-tyG02vdIYq .modal.in .modal-dialog {
  transform: none;
}
.cid-tyG02vdIYq .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tyG02vdIYq H6 {
  text-align: center;
}
.cid-tEs7ZYZtKk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tEs7ZYZtKk .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tyG02WnCkl {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tyG02WnCkl nav.navbar {
  position: fixed;
}
.cid-tyG02WnCkl .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-tyG02WnCkl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tyG02WnCkl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tyG02WnCkl .dropdown-item:hover,
.cid-tyG02WnCkl .dropdown-item:focus {
  background: #653609 !important;
  color: white !important;
}
.cid-tyG02WnCkl .dropdown-item:hover span {
  color: white;
}
.cid-tyG02WnCkl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tyG02WnCkl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tyG02WnCkl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tyG02WnCkl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tyG02WnCkl .nav-link {
  position: relative;
}
.cid-tyG02WnCkl .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tyG02WnCkl .container {
    flex-wrap: nowrap;
  }
}
.cid-tyG02WnCkl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tyG02WnCkl .dropdown-menu,
.cid-tyG02WnCkl .navbar.opened {
  background: #ffffff !important;
}
.cid-tyG02WnCkl .nav-item:focus,
.cid-tyG02WnCkl .nav-link:focus {
  outline: none;
}
.cid-tyG02WnCkl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tyG02WnCkl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyG02WnCkl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tyG02WnCkl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tyG02WnCkl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyG02WnCkl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyG02WnCkl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tyG02WnCkl .navbar.opened {
  transition: all 0.3s;
}
.cid-tyG02WnCkl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tyG02WnCkl .navbar .navbar-logo img {
  width: auto;
}
.cid-tyG02WnCkl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tyG02WnCkl .navbar.collapsed {
  justify-content: center;
}
.cid-tyG02WnCkl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyG02WnCkl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tyG02WnCkl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tyG02WnCkl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyG02WnCkl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyG02WnCkl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tyG02WnCkl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyG02WnCkl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tyG02WnCkl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tyG02WnCkl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyG02WnCkl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyG02WnCkl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyG02WnCkl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyG02WnCkl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tyG02WnCkl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tyG02WnCkl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyG02WnCkl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyG02WnCkl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tyG02WnCkl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tyG02WnCkl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tyG02WnCkl .navbar.navbar-short {
  min-height: 60px;
}
.cid-tyG02WnCkl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tyG02WnCkl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tyG02WnCkl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyG02WnCkl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyG02WnCkl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyG02WnCkl .dropdown-item.active,
.cid-tyG02WnCkl .dropdown-item:active {
  background-color: transparent;
}
.cid-tyG02WnCkl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyG02WnCkl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyG02WnCkl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyG02WnCkl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tyG02WnCkl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyG02WnCkl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tyG02WnCkl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tyG02WnCkl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tyG02WnCkl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tyG02WnCkl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tyG02WnCkl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tyG02WnCkl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyG02WnCkl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyG02WnCkl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tyG02WnCkl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyG02WnCkl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tyG02WnCkl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tyG02WnCkl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyG02WnCkl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tyG02WnCkl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tyG02WnCkl .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-tyG02WnCkl .navbar {
    height: 70px;
  }
  .cid-tyG02WnCkl .navbar.opened {
    height: auto;
  }
  .cid-tyG02WnCkl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyG02WW3Mt {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyG02WW3Mt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyG02WW3Mt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyG02WW3Mt .mbr-section-title {
  color: #9f5b06;
}
.cid-tyG02WW3Mt .mbr-section-subtitle {
  text-align: center;
  font-style: italic;
  color: #ab7025;
}
.cid-tyG02XqcOZ audio {
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
.cid-tyG02XLhVL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyG02XLhVL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyG02XLhVL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyG02XLhVL .item {
  padding-bottom: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
}
.cid-tyG02XLhVL .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tyG02XLhVL .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tyG02XLhVL .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-tyG02XLhVL .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tyG02XLhVL .carousel-control,
.cid-tyG02XLhVL .close {
  background: #1b1b1b;
}
.cid-tyG02XLhVL .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tyG02XLhVL .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tyG02XLhVL .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tyG02XLhVL .carousel-control-next span {
  margin-left: 5px;
}
.cid-tyG02XLhVL .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-tyG02XLhVL .close::before {
  content: '\e91a';
}
.cid-tyG02XLhVL .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tyG02XLhVL .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-tyG02XLhVL .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyG02XLhVL .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tyG02XLhVL .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tyG02XLhVL .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tyG02XLhVL .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-tyG02XLhVL .carousel-indicators li.active,
.cid-tyG02XLhVL .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tyG02XLhVL .carousel-indicators li::after,
.cid-tyG02XLhVL .carousel-indicators li::before {
  content: none;
}
.cid-tyG02XLhVL .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tyG02XLhVL .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tyG02XLhVL .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tyG02XLhVL .carousel-indicators {
    display: none;
  }
}
.cid-tyG02XLhVL .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tyG02XLhVL .carousel-inner > .active {
  display: block;
}
.cid-tyG02XLhVL .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyG02XLhVL .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tyG02XLhVL .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tyG02XLhVL .carousel-control,
  .cid-tyG02XLhVL .carousel-indicators,
  .cid-tyG02XLhVL .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tyG02XLhVL .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tyG02XLhVL .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tyG02XLhVL .carousel-indicators .active,
.cid-tyG02XLhVL .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tyG02XLhVL .carousel-indicators .active {
  background: #fff;
}
.cid-tyG02XLhVL .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tyG02XLhVL .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tyG02XLhVL .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tyG02XLhVL .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tyG02XLhVL .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tyG02XLhVL .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tyG02XLhVL .carousel {
  width: 100%;
}
.cid-tyG02XLhVL .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tyG02XLhVL .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tyG02XLhVL .modal.fade .modal-dialog,
.cid-tyG02XLhVL .modal.in .modal-dialog {
  transform: none;
}
.cid-tyG02XLhVL .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tyG02XLhVL H6 {
  text-align: center;
}
.cid-tDGl2ITSRm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tDGl2ITSRm .mbr-section-subtitle {
  color: #9f5b06;
}
.cid-tDGl2ITSRm h5 {
  text-align: left;
  font-weight: bold;
  font-size: 1.8 em;
  font-family: Noto Serif Georgian, 'Times New Roman', Times, serif;
  color: #b78444;
}
.cid-tDGl2ITSRm p {
  font-family: Noto Serif Georgian, 'Times New Roman', Times, serif;
  color: #000000;
  text-align: justify;
  text-indent: 10pt;
  font-size: 1.6 em;
  line-height: 120%;
}
.cid-tEs7ZYZtKk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tEs7ZYZtKk .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tyG03sGVCQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tyG03sGVCQ nav.navbar {
  position: fixed;
}
.cid-tyG03sGVCQ .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-tyG03sGVCQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tyG03sGVCQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tyG03sGVCQ .dropdown-item:hover,
.cid-tyG03sGVCQ .dropdown-item:focus {
  background: #653609 !important;
  color: white !important;
}
.cid-tyG03sGVCQ .dropdown-item:hover span {
  color: white;
}
.cid-tyG03sGVCQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tyG03sGVCQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tyG03sGVCQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tyG03sGVCQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tyG03sGVCQ .nav-link {
  position: relative;
}
.cid-tyG03sGVCQ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tyG03sGVCQ .container {
    flex-wrap: nowrap;
  }
}
.cid-tyG03sGVCQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tyG03sGVCQ .dropdown-menu,
.cid-tyG03sGVCQ .navbar.opened {
  background: #ffffff !important;
}
.cid-tyG03sGVCQ .nav-item:focus,
.cid-tyG03sGVCQ .nav-link:focus {
  outline: none;
}
.cid-tyG03sGVCQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tyG03sGVCQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyG03sGVCQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tyG03sGVCQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tyG03sGVCQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyG03sGVCQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyG03sGVCQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tyG03sGVCQ .navbar.opened {
  transition: all 0.3s;
}
.cid-tyG03sGVCQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tyG03sGVCQ .navbar .navbar-logo img {
  width: auto;
}
.cid-tyG03sGVCQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tyG03sGVCQ .navbar.collapsed {
  justify-content: center;
}
.cid-tyG03sGVCQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyG03sGVCQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tyG03sGVCQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tyG03sGVCQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyG03sGVCQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyG03sGVCQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tyG03sGVCQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyG03sGVCQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tyG03sGVCQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tyG03sGVCQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyG03sGVCQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyG03sGVCQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyG03sGVCQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyG03sGVCQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tyG03sGVCQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tyG03sGVCQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyG03sGVCQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyG03sGVCQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tyG03sGVCQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tyG03sGVCQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tyG03sGVCQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tyG03sGVCQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tyG03sGVCQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tyG03sGVCQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyG03sGVCQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyG03sGVCQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyG03sGVCQ .dropdown-item.active,
.cid-tyG03sGVCQ .dropdown-item:active {
  background-color: transparent;
}
.cid-tyG03sGVCQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyG03sGVCQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyG03sGVCQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyG03sGVCQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tyG03sGVCQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyG03sGVCQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tyG03sGVCQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tyG03sGVCQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tyG03sGVCQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tyG03sGVCQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tyG03sGVCQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tyG03sGVCQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyG03sGVCQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyG03sGVCQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tyG03sGVCQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyG03sGVCQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tyG03sGVCQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tyG03sGVCQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyG03sGVCQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tyG03sGVCQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tyG03sGVCQ .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-tyG03sGVCQ .navbar {
    height: 70px;
  }
  .cid-tyG03sGVCQ .navbar.opened {
    height: auto;
  }
  .cid-tyG03sGVCQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyG03te7Zc {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyG03te7Zc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyG03te7Zc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyG03te7Zc .mbr-section-title {
  color: #9f5b06;
}
.cid-tyG03te7Zc .mbr-section-subtitle {
  text-align: center;
  font-style: italic;
  color: #ab7025;
}
.cid-tyG03tHzc2 audio {
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
.cid-tyG03u3LfL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyG03u3LfL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyG03u3LfL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyG03u3LfL .item {
  padding-bottom: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
}
.cid-tyG03u3LfL .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tyG03u3LfL .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tyG03u3LfL .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-tyG03u3LfL .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tyG03u3LfL .carousel-control,
.cid-tyG03u3LfL .close {
  background: #1b1b1b;
}
.cid-tyG03u3LfL .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tyG03u3LfL .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tyG03u3LfL .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tyG03u3LfL .carousel-control-next span {
  margin-left: 5px;
}
.cid-tyG03u3LfL .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-tyG03u3LfL .close::before {
  content: '\e91a';
}
.cid-tyG03u3LfL .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tyG03u3LfL .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-tyG03u3LfL .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyG03u3LfL .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tyG03u3LfL .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tyG03u3LfL .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tyG03u3LfL .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-tyG03u3LfL .carousel-indicators li.active,
.cid-tyG03u3LfL .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tyG03u3LfL .carousel-indicators li::after,
.cid-tyG03u3LfL .carousel-indicators li::before {
  content: none;
}
.cid-tyG03u3LfL .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tyG03u3LfL .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tyG03u3LfL .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tyG03u3LfL .carousel-indicators {
    display: none;
  }
}
.cid-tyG03u3LfL .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tyG03u3LfL .carousel-inner > .active {
  display: block;
}
.cid-tyG03u3LfL .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyG03u3LfL .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tyG03u3LfL .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tyG03u3LfL .carousel-control,
  .cid-tyG03u3LfL .carousel-indicators,
  .cid-tyG03u3LfL .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tyG03u3LfL .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tyG03u3LfL .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tyG03u3LfL .carousel-indicators .active,
.cid-tyG03u3LfL .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tyG03u3LfL .carousel-indicators .active {
  background: #fff;
}
.cid-tyG03u3LfL .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tyG03u3LfL .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tyG03u3LfL .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tyG03u3LfL .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tyG03u3LfL .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tyG03u3LfL .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tyG03u3LfL .carousel {
  width: 100%;
}
.cid-tyG03u3LfL .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tyG03u3LfL .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tyG03u3LfL .modal.fade .modal-dialog,
.cid-tyG03u3LfL .modal.in .modal-dialog {
  transform: none;
}
.cid-tyG03u3LfL .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tyG03u3LfL H6 {
  text-align: center;
}
.cid-tEs7ZYZtKk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tEs7ZYZtKk .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tyG03UMOhs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tyG03UMOhs nav.navbar {
  position: fixed;
}
.cid-tyG03UMOhs .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-tyG03UMOhs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tyG03UMOhs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tyG03UMOhs .dropdown-item:hover,
.cid-tyG03UMOhs .dropdown-item:focus {
  background: #653609 !important;
  color: white !important;
}
.cid-tyG03UMOhs .dropdown-item:hover span {
  color: white;
}
.cid-tyG03UMOhs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tyG03UMOhs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tyG03UMOhs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tyG03UMOhs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tyG03UMOhs .nav-link {
  position: relative;
}
.cid-tyG03UMOhs .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tyG03UMOhs .container {
    flex-wrap: nowrap;
  }
}
.cid-tyG03UMOhs .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tyG03UMOhs .dropdown-menu,
.cid-tyG03UMOhs .navbar.opened {
  background: #ffffff !important;
}
.cid-tyG03UMOhs .nav-item:focus,
.cid-tyG03UMOhs .nav-link:focus {
  outline: none;
}
.cid-tyG03UMOhs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tyG03UMOhs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyG03UMOhs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tyG03UMOhs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tyG03UMOhs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyG03UMOhs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyG03UMOhs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tyG03UMOhs .navbar.opened {
  transition: all 0.3s;
}
.cid-tyG03UMOhs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tyG03UMOhs .navbar .navbar-logo img {
  width: auto;
}
.cid-tyG03UMOhs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tyG03UMOhs .navbar.collapsed {
  justify-content: center;
}
.cid-tyG03UMOhs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyG03UMOhs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tyG03UMOhs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tyG03UMOhs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyG03UMOhs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyG03UMOhs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tyG03UMOhs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyG03UMOhs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tyG03UMOhs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tyG03UMOhs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyG03UMOhs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyG03UMOhs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyG03UMOhs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyG03UMOhs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tyG03UMOhs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tyG03UMOhs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyG03UMOhs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyG03UMOhs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tyG03UMOhs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tyG03UMOhs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tyG03UMOhs .navbar.navbar-short {
  min-height: 60px;
}
.cid-tyG03UMOhs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tyG03UMOhs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tyG03UMOhs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyG03UMOhs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyG03UMOhs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyG03UMOhs .dropdown-item.active,
.cid-tyG03UMOhs .dropdown-item:active {
  background-color: transparent;
}
.cid-tyG03UMOhs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyG03UMOhs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyG03UMOhs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyG03UMOhs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tyG03UMOhs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyG03UMOhs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tyG03UMOhs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tyG03UMOhs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tyG03UMOhs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tyG03UMOhs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tyG03UMOhs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tyG03UMOhs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyG03UMOhs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyG03UMOhs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tyG03UMOhs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyG03UMOhs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tyG03UMOhs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tyG03UMOhs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyG03UMOhs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tyG03UMOhs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tyG03UMOhs .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-tyG03UMOhs .navbar {
    height: 70px;
  }
  .cid-tyG03UMOhs .navbar.opened {
    height: auto;
  }
  .cid-tyG03UMOhs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyG03Vgv9S {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyG03Vgv9S .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyG03Vgv9S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyG03Vgv9S .mbr-section-title {
  color: #9f5b06;
}
.cid-tyG03Vgv9S .mbr-section-subtitle {
  text-align: center;
  font-style: italic;
  color: #ab7025;
}
.cid-tyG03VHl6W audio {
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
.cid-tyG03W24gf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyG03W24gf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyG03W24gf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyG03W24gf .item {
  padding-bottom: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
}
.cid-tyG03W24gf .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tyG03W24gf .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tyG03W24gf .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-tyG03W24gf .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tyG03W24gf .carousel-control,
.cid-tyG03W24gf .close {
  background: #1b1b1b;
}
.cid-tyG03W24gf .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tyG03W24gf .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tyG03W24gf .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tyG03W24gf .carousel-control-next span {
  margin-left: 5px;
}
.cid-tyG03W24gf .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-tyG03W24gf .close::before {
  content: '\e91a';
}
.cid-tyG03W24gf .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tyG03W24gf .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-tyG03W24gf .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyG03W24gf .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tyG03W24gf .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tyG03W24gf .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tyG03W24gf .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-tyG03W24gf .carousel-indicators li.active,
.cid-tyG03W24gf .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tyG03W24gf .carousel-indicators li::after,
.cid-tyG03W24gf .carousel-indicators li::before {
  content: none;
}
.cid-tyG03W24gf .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tyG03W24gf .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tyG03W24gf .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tyG03W24gf .carousel-indicators {
    display: none;
  }
}
.cid-tyG03W24gf .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tyG03W24gf .carousel-inner > .active {
  display: block;
}
.cid-tyG03W24gf .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyG03W24gf .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tyG03W24gf .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tyG03W24gf .carousel-control,
  .cid-tyG03W24gf .carousel-indicators,
  .cid-tyG03W24gf .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tyG03W24gf .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tyG03W24gf .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tyG03W24gf .carousel-indicators .active,
.cid-tyG03W24gf .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tyG03W24gf .carousel-indicators .active {
  background: #fff;
}
.cid-tyG03W24gf .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tyG03W24gf .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tyG03W24gf .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tyG03W24gf .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tyG03W24gf .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tyG03W24gf .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tyG03W24gf .carousel {
  width: 100%;
}
.cid-tyG03W24gf .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tyG03W24gf .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tyG03W24gf .modal.fade .modal-dialog,
.cid-tyG03W24gf .modal.in .modal-dialog {
  transform: none;
}
.cid-tyG03W24gf .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tyG03W24gf H6 {
  text-align: center;
}
.cid-tyG03WAmst {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tyG03WAmst .mbr-section-subtitle {
  color: #9f5b06;
}
.cid-tyG03WAmst h5 {
  text-align: left;
  font-weight: bold;
  font-size: 1.8 em;
  font-family: Noto Serif Georgian, 'Times New Roman', Times, serif;
  color: #b78444;
}
.cid-tyG03WAmst p {
  font-family: Noto Serif Georgian, 'Times New Roman', Times, serif;
  color: #000000;
  text-align: justify;
  text-indent: 10pt;
  font-size: 1.6 em;
  line-height: 120%;
}
.cid-tA0kZfILOt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tA0kZfILOt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tA0kZfILOt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tA0kZfILOt .google-map {
  height: 30rem;
  position: relative;
}
.cid-tA0kZfILOt .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tA0kZfILOt .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tA0kZfILOt .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tA0kZfILOt .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tEs7ZYZtKk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tEs7ZYZtKk .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tyG04pFB69 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tyG04pFB69 nav.navbar {
  position: fixed;
}
.cid-tyG04pFB69 .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-tyG04pFB69 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tyG04pFB69 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tyG04pFB69 .dropdown-item:hover,
.cid-tyG04pFB69 .dropdown-item:focus {
  background: #653609 !important;
  color: white !important;
}
.cid-tyG04pFB69 .dropdown-item:hover span {
  color: white;
}
.cid-tyG04pFB69 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tyG04pFB69 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tyG04pFB69 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tyG04pFB69 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tyG04pFB69 .nav-link {
  position: relative;
}
.cid-tyG04pFB69 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tyG04pFB69 .container {
    flex-wrap: nowrap;
  }
}
.cid-tyG04pFB69 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tyG04pFB69 .dropdown-menu,
.cid-tyG04pFB69 .navbar.opened {
  background: #ffffff !important;
}
.cid-tyG04pFB69 .nav-item:focus,
.cid-tyG04pFB69 .nav-link:focus {
  outline: none;
}
.cid-tyG04pFB69 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tyG04pFB69 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyG04pFB69 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tyG04pFB69 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tyG04pFB69 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyG04pFB69 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyG04pFB69 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tyG04pFB69 .navbar.opened {
  transition: all 0.3s;
}
.cid-tyG04pFB69 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tyG04pFB69 .navbar .navbar-logo img {
  width: auto;
}
.cid-tyG04pFB69 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tyG04pFB69 .navbar.collapsed {
  justify-content: center;
}
.cid-tyG04pFB69 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyG04pFB69 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tyG04pFB69 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tyG04pFB69 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyG04pFB69 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyG04pFB69 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tyG04pFB69 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyG04pFB69 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tyG04pFB69 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tyG04pFB69 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyG04pFB69 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyG04pFB69 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyG04pFB69 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyG04pFB69 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tyG04pFB69 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tyG04pFB69 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyG04pFB69 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyG04pFB69 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tyG04pFB69 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tyG04pFB69 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tyG04pFB69 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tyG04pFB69 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tyG04pFB69 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tyG04pFB69 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyG04pFB69 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyG04pFB69 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyG04pFB69 .dropdown-item.active,
.cid-tyG04pFB69 .dropdown-item:active {
  background-color: transparent;
}
.cid-tyG04pFB69 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyG04pFB69 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyG04pFB69 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyG04pFB69 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tyG04pFB69 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyG04pFB69 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tyG04pFB69 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tyG04pFB69 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tyG04pFB69 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tyG04pFB69 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tyG04pFB69 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tyG04pFB69 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyG04pFB69 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyG04pFB69 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tyG04pFB69 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyG04pFB69 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tyG04pFB69 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tyG04pFB69 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyG04pFB69 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tyG04pFB69 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tyG04pFB69 .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-tyG04pFB69 .navbar {
    height: 70px;
  }
  .cid-tyG04pFB69 .navbar.opened {
    height: auto;
  }
  .cid-tyG04pFB69 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyG04q8wWV {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyG04q8wWV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyG04q8wWV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyG04q8wWV .mbr-section-title {
  color: #9f5b06;
}
.cid-tyG04q8wWV .mbr-section-subtitle {
  text-align: center;
  font-style: italic;
  color: #ab7025;
}
.cid-tyG04qAWGZ audio {
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
.cid-tyG04qUCHL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyG04qUCHL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyG04qUCHL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyG04qUCHL .item {
  padding-bottom: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
}
.cid-tyG04qUCHL .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tyG04qUCHL .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tyG04qUCHL .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-tyG04qUCHL .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tyG04qUCHL .carousel-control,
.cid-tyG04qUCHL .close {
  background: #1b1b1b;
}
.cid-tyG04qUCHL .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tyG04qUCHL .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tyG04qUCHL .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tyG04qUCHL .carousel-control-next span {
  margin-left: 5px;
}
.cid-tyG04qUCHL .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-tyG04qUCHL .close::before {
  content: '\e91a';
}
.cid-tyG04qUCHL .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tyG04qUCHL .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-tyG04qUCHL .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyG04qUCHL .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tyG04qUCHL .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tyG04qUCHL .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tyG04qUCHL .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-tyG04qUCHL .carousel-indicators li.active,
.cid-tyG04qUCHL .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tyG04qUCHL .carousel-indicators li::after,
.cid-tyG04qUCHL .carousel-indicators li::before {
  content: none;
}
.cid-tyG04qUCHL .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tyG04qUCHL .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tyG04qUCHL .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tyG04qUCHL .carousel-indicators {
    display: none;
  }
}
.cid-tyG04qUCHL .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tyG04qUCHL .carousel-inner > .active {
  display: block;
}
.cid-tyG04qUCHL .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyG04qUCHL .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tyG04qUCHL .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tyG04qUCHL .carousel-control,
  .cid-tyG04qUCHL .carousel-indicators,
  .cid-tyG04qUCHL .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tyG04qUCHL .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tyG04qUCHL .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tyG04qUCHL .carousel-indicators .active,
.cid-tyG04qUCHL .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tyG04qUCHL .carousel-indicators .active {
  background: #fff;
}
.cid-tyG04qUCHL .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tyG04qUCHL .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tyG04qUCHL .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tyG04qUCHL .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tyG04qUCHL .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tyG04qUCHL .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tyG04qUCHL .carousel {
  width: 100%;
}
.cid-tyG04qUCHL .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tyG04qUCHL .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tyG04qUCHL .modal.fade .modal-dialog,
.cid-tyG04qUCHL .modal.in .modal-dialog {
  transform: none;
}
.cid-tyG04qUCHL .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tyG04qUCHL H6 {
  text-align: center;
}
.cid-tEs7ZYZtKk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tEs7ZYZtKk .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tyG05q3MYC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tyG05q3MYC nav.navbar {
  position: fixed;
}
.cid-tyG05q3MYC .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-tyG05q3MYC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tyG05q3MYC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tyG05q3MYC .dropdown-item:hover,
.cid-tyG05q3MYC .dropdown-item:focus {
  background: #653609 !important;
  color: white !important;
}
.cid-tyG05q3MYC .dropdown-item:hover span {
  color: white;
}
.cid-tyG05q3MYC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tyG05q3MYC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tyG05q3MYC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tyG05q3MYC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tyG05q3MYC .nav-link {
  position: relative;
}
.cid-tyG05q3MYC .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tyG05q3MYC .container {
    flex-wrap: nowrap;
  }
}
.cid-tyG05q3MYC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tyG05q3MYC .dropdown-menu,
.cid-tyG05q3MYC .navbar.opened {
  background: #ffffff !important;
}
.cid-tyG05q3MYC .nav-item:focus,
.cid-tyG05q3MYC .nav-link:focus {
  outline: none;
}
.cid-tyG05q3MYC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tyG05q3MYC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyG05q3MYC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tyG05q3MYC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tyG05q3MYC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyG05q3MYC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyG05q3MYC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tyG05q3MYC .navbar.opened {
  transition: all 0.3s;
}
.cid-tyG05q3MYC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tyG05q3MYC .navbar .navbar-logo img {
  width: auto;
}
.cid-tyG05q3MYC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tyG05q3MYC .navbar.collapsed {
  justify-content: center;
}
.cid-tyG05q3MYC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyG05q3MYC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tyG05q3MYC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tyG05q3MYC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyG05q3MYC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyG05q3MYC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tyG05q3MYC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyG05q3MYC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tyG05q3MYC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tyG05q3MYC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyG05q3MYC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyG05q3MYC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyG05q3MYC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyG05q3MYC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tyG05q3MYC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tyG05q3MYC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyG05q3MYC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyG05q3MYC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tyG05q3MYC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tyG05q3MYC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tyG05q3MYC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tyG05q3MYC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tyG05q3MYC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tyG05q3MYC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyG05q3MYC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyG05q3MYC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyG05q3MYC .dropdown-item.active,
.cid-tyG05q3MYC .dropdown-item:active {
  background-color: transparent;
}
.cid-tyG05q3MYC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyG05q3MYC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyG05q3MYC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyG05q3MYC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tyG05q3MYC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyG05q3MYC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tyG05q3MYC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tyG05q3MYC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tyG05q3MYC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tyG05q3MYC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tyG05q3MYC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tyG05q3MYC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyG05q3MYC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyG05q3MYC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tyG05q3MYC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyG05q3MYC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tyG05q3MYC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tyG05q3MYC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyG05q3MYC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tyG05q3MYC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tyG05q3MYC .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-tyG05q3MYC .navbar {
    height: 70px;
  }
  .cid-tyG05q3MYC .navbar.opened {
    height: auto;
  }
  .cid-tyG05q3MYC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyG05qxF0L {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyG05qxF0L .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyG05qxF0L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyG05qxF0L .mbr-section-title {
  color: #9f5b06;
}
.cid-tyG05qxF0L .mbr-section-subtitle {
  text-align: center;
  font-style: italic;
  color: #ab7025;
}
.cid-tyG05qZ39m audio {
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
.cid-tyG05rk3uQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyG05rk3uQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyG05rk3uQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyG05rk3uQ .item {
  padding-bottom: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
}
.cid-tyG05rk3uQ .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tyG05rk3uQ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tyG05rk3uQ .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-tyG05rk3uQ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tyG05rk3uQ .carousel-control,
.cid-tyG05rk3uQ .close {
  background: #1b1b1b;
}
.cid-tyG05rk3uQ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tyG05rk3uQ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tyG05rk3uQ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tyG05rk3uQ .carousel-control-next span {
  margin-left: 5px;
}
.cid-tyG05rk3uQ .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-tyG05rk3uQ .close::before {
  content: '\e91a';
}
.cid-tyG05rk3uQ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tyG05rk3uQ .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-tyG05rk3uQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyG05rk3uQ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tyG05rk3uQ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tyG05rk3uQ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tyG05rk3uQ .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-tyG05rk3uQ .carousel-indicators li.active,
.cid-tyG05rk3uQ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tyG05rk3uQ .carousel-indicators li::after,
.cid-tyG05rk3uQ .carousel-indicators li::before {
  content: none;
}
.cid-tyG05rk3uQ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tyG05rk3uQ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tyG05rk3uQ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tyG05rk3uQ .carousel-indicators {
    display: none;
  }
}
.cid-tyG05rk3uQ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tyG05rk3uQ .carousel-inner > .active {
  display: block;
}
.cid-tyG05rk3uQ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyG05rk3uQ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tyG05rk3uQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tyG05rk3uQ .carousel-control,
  .cid-tyG05rk3uQ .carousel-indicators,
  .cid-tyG05rk3uQ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tyG05rk3uQ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tyG05rk3uQ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tyG05rk3uQ .carousel-indicators .active,
.cid-tyG05rk3uQ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tyG05rk3uQ .carousel-indicators .active {
  background: #fff;
}
.cid-tyG05rk3uQ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tyG05rk3uQ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tyG05rk3uQ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tyG05rk3uQ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tyG05rk3uQ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tyG05rk3uQ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tyG05rk3uQ .carousel {
  width: 100%;
}
.cid-tyG05rk3uQ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tyG05rk3uQ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tyG05rk3uQ .modal.fade .modal-dialog,
.cid-tyG05rk3uQ .modal.in .modal-dialog {
  transform: none;
}
.cid-tyG05rk3uQ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tyG05rk3uQ H6 {
  text-align: center;
}
.cid-tEs7ZYZtKk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tEs7ZYZtKk .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tyG1xbcIcy {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tyG1xbcIcy nav.navbar {
  position: fixed;
}
.cid-tyG1xbcIcy .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-tyG1xbcIcy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tyG1xbcIcy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tyG1xbcIcy .dropdown-item:hover,
.cid-tyG1xbcIcy .dropdown-item:focus {
  background: #653609 !important;
  color: white !important;
}
.cid-tyG1xbcIcy .dropdown-item:hover span {
  color: white;
}
.cid-tyG1xbcIcy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tyG1xbcIcy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tyG1xbcIcy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tyG1xbcIcy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tyG1xbcIcy .nav-link {
  position: relative;
}
.cid-tyG1xbcIcy .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tyG1xbcIcy .container {
    flex-wrap: nowrap;
  }
}
.cid-tyG1xbcIcy .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tyG1xbcIcy .dropdown-menu,
.cid-tyG1xbcIcy .navbar.opened {
  background: #ffffff !important;
}
.cid-tyG1xbcIcy .nav-item:focus,
.cid-tyG1xbcIcy .nav-link:focus {
  outline: none;
}
.cid-tyG1xbcIcy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tyG1xbcIcy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyG1xbcIcy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tyG1xbcIcy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tyG1xbcIcy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyG1xbcIcy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyG1xbcIcy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tyG1xbcIcy .navbar.opened {
  transition: all 0.3s;
}
.cid-tyG1xbcIcy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tyG1xbcIcy .navbar .navbar-logo img {
  width: auto;
}
.cid-tyG1xbcIcy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tyG1xbcIcy .navbar.collapsed {
  justify-content: center;
}
.cid-tyG1xbcIcy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyG1xbcIcy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tyG1xbcIcy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tyG1xbcIcy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyG1xbcIcy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyG1xbcIcy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tyG1xbcIcy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyG1xbcIcy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tyG1xbcIcy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tyG1xbcIcy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyG1xbcIcy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyG1xbcIcy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyG1xbcIcy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyG1xbcIcy .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tyG1xbcIcy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tyG1xbcIcy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyG1xbcIcy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyG1xbcIcy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tyG1xbcIcy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tyG1xbcIcy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tyG1xbcIcy .navbar.navbar-short {
  min-height: 60px;
}
.cid-tyG1xbcIcy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tyG1xbcIcy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tyG1xbcIcy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyG1xbcIcy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyG1xbcIcy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyG1xbcIcy .dropdown-item.active,
.cid-tyG1xbcIcy .dropdown-item:active {
  background-color: transparent;
}
.cid-tyG1xbcIcy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyG1xbcIcy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyG1xbcIcy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyG1xbcIcy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tyG1xbcIcy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyG1xbcIcy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tyG1xbcIcy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tyG1xbcIcy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tyG1xbcIcy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tyG1xbcIcy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tyG1xbcIcy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tyG1xbcIcy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyG1xbcIcy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyG1xbcIcy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tyG1xbcIcy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyG1xbcIcy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tyG1xbcIcy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tyG1xbcIcy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyG1xbcIcy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tyG1xbcIcy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tyG1xbcIcy .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-tyG1xbcIcy .navbar {
    height: 70px;
  }
  .cid-tyG1xbcIcy .navbar.opened {
    height: auto;
  }
  .cid-tyG1xbcIcy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyG1xbTTGe {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyG1xbTTGe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyG1xbTTGe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyG1xbTTGe .mbr-section-title {
  color: #9f5b06;
}
.cid-tyG1xbTTGe .mbr-section-subtitle {
  text-align: center;
  font-style: italic;
  color: #ab7025;
}
.cid-tyG1xctMf6 audio {
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
.cid-tyG1xcNbUe {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tyG1xcNbUe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyG1xcNbUe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyG1xcNbUe .item {
  padding-bottom: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
}
.cid-tyG1xcNbUe .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tyG1xcNbUe .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tyG1xcNbUe .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-tyG1xcNbUe .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tyG1xcNbUe .carousel-control,
.cid-tyG1xcNbUe .close {
  background: #1b1b1b;
}
.cid-tyG1xcNbUe .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tyG1xcNbUe .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tyG1xcNbUe .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tyG1xcNbUe .carousel-control-next span {
  margin-left: 5px;
}
.cid-tyG1xcNbUe .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-tyG1xcNbUe .close::before {
  content: '\e91a';
}
.cid-tyG1xcNbUe .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tyG1xcNbUe .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-tyG1xcNbUe .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyG1xcNbUe .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tyG1xcNbUe .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tyG1xcNbUe .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tyG1xcNbUe .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-tyG1xcNbUe .carousel-indicators li.active,
.cid-tyG1xcNbUe .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tyG1xcNbUe .carousel-indicators li::after,
.cid-tyG1xcNbUe .carousel-indicators li::before {
  content: none;
}
.cid-tyG1xcNbUe .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tyG1xcNbUe .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tyG1xcNbUe .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tyG1xcNbUe .carousel-indicators {
    display: none;
  }
}
.cid-tyG1xcNbUe .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tyG1xcNbUe .carousel-inner > .active {
  display: block;
}
.cid-tyG1xcNbUe .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyG1xcNbUe .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tyG1xcNbUe .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tyG1xcNbUe .carousel-control,
  .cid-tyG1xcNbUe .carousel-indicators,
  .cid-tyG1xcNbUe .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tyG1xcNbUe .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tyG1xcNbUe .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tyG1xcNbUe .carousel-indicators .active,
.cid-tyG1xcNbUe .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tyG1xcNbUe .carousel-indicators .active {
  background: #fff;
}
.cid-tyG1xcNbUe .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tyG1xcNbUe .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tyG1xcNbUe .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tyG1xcNbUe .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tyG1xcNbUe .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tyG1xcNbUe .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tyG1xcNbUe .carousel {
  width: 100%;
}
.cid-tyG1xcNbUe .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tyG1xcNbUe .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tyG1xcNbUe .modal.fade .modal-dialog,
.cid-tyG1xcNbUe .modal.in .modal-dialog {
  transform: none;
}
.cid-tyG1xcNbUe .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tyG1xcNbUe H6 {
  text-align: center;
}
.cid-tEs7ZYZtKk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tEs7ZYZtKk .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tyG1xXgRmS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tyG1xXgRmS nav.navbar {
  position: fixed;
}
.cid-tyG1xXgRmS .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-tyG1xXgRmS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tyG1xXgRmS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tyG1xXgRmS .dropdown-item:hover,
.cid-tyG1xXgRmS .dropdown-item:focus {
  background: #653609 !important;
  color: white !important;
}
.cid-tyG1xXgRmS .dropdown-item:hover span {
  color: white;
}
.cid-tyG1xXgRmS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tyG1xXgRmS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tyG1xXgRmS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tyG1xXgRmS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tyG1xXgRmS .nav-link {
  position: relative;
}
.cid-tyG1xXgRmS .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tyG1xXgRmS .container {
    flex-wrap: nowrap;
  }
}
.cid-tyG1xXgRmS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tyG1xXgRmS .dropdown-menu,
.cid-tyG1xXgRmS .navbar.opened {
  background: #ffffff !important;
}
.cid-tyG1xXgRmS .nav-item:focus,
.cid-tyG1xXgRmS .nav-link:focus {
  outline: none;
}
.cid-tyG1xXgRmS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tyG1xXgRmS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyG1xXgRmS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tyG1xXgRmS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tyG1xXgRmS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyG1xXgRmS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyG1xXgRmS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tyG1xXgRmS .navbar.opened {
  transition: all 0.3s;
}
.cid-tyG1xXgRmS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tyG1xXgRmS .navbar .navbar-logo img {
  width: auto;
}
.cid-tyG1xXgRmS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tyG1xXgRmS .navbar.collapsed {
  justify-content: center;
}
.cid-tyG1xXgRmS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyG1xXgRmS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tyG1xXgRmS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tyG1xXgRmS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyG1xXgRmS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyG1xXgRmS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tyG1xXgRmS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyG1xXgRmS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tyG1xXgRmS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tyG1xXgRmS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyG1xXgRmS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyG1xXgRmS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyG1xXgRmS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyG1xXgRmS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tyG1xXgRmS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tyG1xXgRmS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyG1xXgRmS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyG1xXgRmS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tyG1xXgRmS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tyG1xXgRmS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tyG1xXgRmS .navbar.navbar-short {
  min-height: 60px;
}
.cid-tyG1xXgRmS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tyG1xXgRmS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tyG1xXgRmS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyG1xXgRmS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyG1xXgRmS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyG1xXgRmS .dropdown-item.active,
.cid-tyG1xXgRmS .dropdown-item:active {
  background-color: transparent;
}
.cid-tyG1xXgRmS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyG1xXgRmS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyG1xXgRmS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyG1xXgRmS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tyG1xXgRmS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyG1xXgRmS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tyG1xXgRmS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tyG1xXgRmS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tyG1xXgRmS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tyG1xXgRmS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tyG1xXgRmS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tyG1xXgRmS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyG1xXgRmS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyG1xXgRmS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tyG1xXgRmS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyG1xXgRmS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tyG1xXgRmS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tyG1xXgRmS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyG1xXgRmS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tyG1xXgRmS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tyG1xXgRmS .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-tyG1xXgRmS .navbar {
    height: 70px;
  }
  .cid-tyG1xXgRmS .navbar.opened {
    height: auto;
  }
  .cid-tyG1xXgRmS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyG1xXQOtl {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyG1xXQOtl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyG1xXQOtl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyG1xXQOtl .mbr-section-title {
  color: #9f5b06;
}
.cid-tyG1xXQOtl .mbr-section-subtitle {
  text-align: center;
  font-style: italic;
  color: #ab7025;
}
.cid-tyG1xYg4Bu audio {
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
.cid-tyG1xYBmMS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyG1xYBmMS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyG1xYBmMS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyG1xYBmMS .item {
  padding-bottom: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
}
.cid-tyG1xYBmMS .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tyG1xYBmMS .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tyG1xYBmMS .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-tyG1xYBmMS .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tyG1xYBmMS .carousel-control,
.cid-tyG1xYBmMS .close {
  background: #1b1b1b;
}
.cid-tyG1xYBmMS .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tyG1xYBmMS .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tyG1xYBmMS .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tyG1xYBmMS .carousel-control-next span {
  margin-left: 5px;
}
.cid-tyG1xYBmMS .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-tyG1xYBmMS .close::before {
  content: '\e91a';
}
.cid-tyG1xYBmMS .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tyG1xYBmMS .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-tyG1xYBmMS .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyG1xYBmMS .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tyG1xYBmMS .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tyG1xYBmMS .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tyG1xYBmMS .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-tyG1xYBmMS .carousel-indicators li.active,
.cid-tyG1xYBmMS .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tyG1xYBmMS .carousel-indicators li::after,
.cid-tyG1xYBmMS .carousel-indicators li::before {
  content: none;
}
.cid-tyG1xYBmMS .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tyG1xYBmMS .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tyG1xYBmMS .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tyG1xYBmMS .carousel-indicators {
    display: none;
  }
}
.cid-tyG1xYBmMS .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tyG1xYBmMS .carousel-inner > .active {
  display: block;
}
.cid-tyG1xYBmMS .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyG1xYBmMS .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tyG1xYBmMS .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tyG1xYBmMS .carousel-control,
  .cid-tyG1xYBmMS .carousel-indicators,
  .cid-tyG1xYBmMS .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tyG1xYBmMS .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tyG1xYBmMS .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tyG1xYBmMS .carousel-indicators .active,
.cid-tyG1xYBmMS .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tyG1xYBmMS .carousel-indicators .active {
  background: #fff;
}
.cid-tyG1xYBmMS .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tyG1xYBmMS .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tyG1xYBmMS .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tyG1xYBmMS .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tyG1xYBmMS .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tyG1xYBmMS .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tyG1xYBmMS .carousel {
  width: 100%;
}
.cid-tyG1xYBmMS .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tyG1xYBmMS .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tyG1xYBmMS .modal.fade .modal-dialog,
.cid-tyG1xYBmMS .modal.in .modal-dialog {
  transform: none;
}
.cid-tyG1xYBmMS .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tyG1xYBmMS H6 {
  text-align: center;
}
.cid-tEs7ZYZtKk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tEs7ZYZtKk .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tyG1yA2Ktv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tyG1yA2Ktv nav.navbar {
  position: fixed;
}
.cid-tyG1yA2Ktv .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-tyG1yA2Ktv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tyG1yA2Ktv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tyG1yA2Ktv .dropdown-item:hover,
.cid-tyG1yA2Ktv .dropdown-item:focus {
  background: #653609 !important;
  color: white !important;
}
.cid-tyG1yA2Ktv .dropdown-item:hover span {
  color: white;
}
.cid-tyG1yA2Ktv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tyG1yA2Ktv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tyG1yA2Ktv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tyG1yA2Ktv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tyG1yA2Ktv .nav-link {
  position: relative;
}
.cid-tyG1yA2Ktv .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tyG1yA2Ktv .container {
    flex-wrap: nowrap;
  }
}
.cid-tyG1yA2Ktv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tyG1yA2Ktv .dropdown-menu,
.cid-tyG1yA2Ktv .navbar.opened {
  background: #ffffff !important;
}
.cid-tyG1yA2Ktv .nav-item:focus,
.cid-tyG1yA2Ktv .nav-link:focus {
  outline: none;
}
.cid-tyG1yA2Ktv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tyG1yA2Ktv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyG1yA2Ktv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tyG1yA2Ktv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tyG1yA2Ktv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyG1yA2Ktv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyG1yA2Ktv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tyG1yA2Ktv .navbar.opened {
  transition: all 0.3s;
}
.cid-tyG1yA2Ktv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tyG1yA2Ktv .navbar .navbar-logo img {
  width: auto;
}
.cid-tyG1yA2Ktv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tyG1yA2Ktv .navbar.collapsed {
  justify-content: center;
}
.cid-tyG1yA2Ktv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyG1yA2Ktv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tyG1yA2Ktv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tyG1yA2Ktv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyG1yA2Ktv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyG1yA2Ktv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tyG1yA2Ktv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyG1yA2Ktv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tyG1yA2Ktv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tyG1yA2Ktv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyG1yA2Ktv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyG1yA2Ktv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyG1yA2Ktv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyG1yA2Ktv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tyG1yA2Ktv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tyG1yA2Ktv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyG1yA2Ktv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyG1yA2Ktv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tyG1yA2Ktv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tyG1yA2Ktv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tyG1yA2Ktv .navbar.navbar-short {
  min-height: 60px;
}
.cid-tyG1yA2Ktv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tyG1yA2Ktv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tyG1yA2Ktv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyG1yA2Ktv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyG1yA2Ktv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyG1yA2Ktv .dropdown-item.active,
.cid-tyG1yA2Ktv .dropdown-item:active {
  background-color: transparent;
}
.cid-tyG1yA2Ktv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyG1yA2Ktv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyG1yA2Ktv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyG1yA2Ktv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tyG1yA2Ktv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyG1yA2Ktv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tyG1yA2Ktv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tyG1yA2Ktv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tyG1yA2Ktv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tyG1yA2Ktv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tyG1yA2Ktv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tyG1yA2Ktv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyG1yA2Ktv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyG1yA2Ktv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tyG1yA2Ktv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyG1yA2Ktv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tyG1yA2Ktv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tyG1yA2Ktv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyG1yA2Ktv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tyG1yA2Ktv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tyG1yA2Ktv .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-tyG1yA2Ktv .navbar {
    height: 70px;
  }
  .cid-tyG1yA2Ktv .navbar.opened {
    height: auto;
  }
  .cid-tyG1yA2Ktv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyG1yAwku6 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyG1yAwku6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyG1yAwku6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyG1yAwku6 .mbr-section-title {
  color: #9f5b06;
}
.cid-tyG1yAwku6 .mbr-section-subtitle {
  text-align: center;
  font-style: italic;
  color: #ab7025;
}
.cid-tyG1yAUskr audio {
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
.cid-tyG1yBeFkr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyG1yBeFkr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyG1yBeFkr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyG1yBeFkr .item {
  padding-bottom: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
}
.cid-tyG1yBeFkr .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tyG1yBeFkr .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tyG1yBeFkr .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-tyG1yBeFkr .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tyG1yBeFkr .carousel-control,
.cid-tyG1yBeFkr .close {
  background: #1b1b1b;
}
.cid-tyG1yBeFkr .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tyG1yBeFkr .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tyG1yBeFkr .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tyG1yBeFkr .carousel-control-next span {
  margin-left: 5px;
}
.cid-tyG1yBeFkr .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-tyG1yBeFkr .close::before {
  content: '\e91a';
}
.cid-tyG1yBeFkr .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tyG1yBeFkr .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-tyG1yBeFkr .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyG1yBeFkr .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tyG1yBeFkr .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tyG1yBeFkr .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tyG1yBeFkr .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-tyG1yBeFkr .carousel-indicators li.active,
.cid-tyG1yBeFkr .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tyG1yBeFkr .carousel-indicators li::after,
.cid-tyG1yBeFkr .carousel-indicators li::before {
  content: none;
}
.cid-tyG1yBeFkr .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tyG1yBeFkr .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tyG1yBeFkr .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tyG1yBeFkr .carousel-indicators {
    display: none;
  }
}
.cid-tyG1yBeFkr .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tyG1yBeFkr .carousel-inner > .active {
  display: block;
}
.cid-tyG1yBeFkr .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyG1yBeFkr .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tyG1yBeFkr .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tyG1yBeFkr .carousel-control,
  .cid-tyG1yBeFkr .carousel-indicators,
  .cid-tyG1yBeFkr .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tyG1yBeFkr .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tyG1yBeFkr .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tyG1yBeFkr .carousel-indicators .active,
.cid-tyG1yBeFkr .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tyG1yBeFkr .carousel-indicators .active {
  background: #fff;
}
.cid-tyG1yBeFkr .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tyG1yBeFkr .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tyG1yBeFkr .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tyG1yBeFkr .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tyG1yBeFkr .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tyG1yBeFkr .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tyG1yBeFkr .carousel {
  width: 100%;
}
.cid-tyG1yBeFkr .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tyG1yBeFkr .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tyG1yBeFkr .modal.fade .modal-dialog,
.cid-tyG1yBeFkr .modal.in .modal-dialog {
  transform: none;
}
.cid-tyG1yBeFkr .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tyG1yBeFkr H6 {
  text-align: center;
}
.cid-tEs7ZYZtKk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tEs7ZYZtKk .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tyG1zjdmjn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tyG1zjdmjn nav.navbar {
  position: fixed;
}
.cid-tyG1zjdmjn .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-tyG1zjdmjn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tyG1zjdmjn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tyG1zjdmjn .dropdown-item:hover,
.cid-tyG1zjdmjn .dropdown-item:focus {
  background: #653609 !important;
  color: white !important;
}
.cid-tyG1zjdmjn .dropdown-item:hover span {
  color: white;
}
.cid-tyG1zjdmjn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tyG1zjdmjn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tyG1zjdmjn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tyG1zjdmjn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tyG1zjdmjn .nav-link {
  position: relative;
}
.cid-tyG1zjdmjn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tyG1zjdmjn .container {
    flex-wrap: nowrap;
  }
}
.cid-tyG1zjdmjn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tyG1zjdmjn .dropdown-menu,
.cid-tyG1zjdmjn .navbar.opened {
  background: #ffffff !important;
}
.cid-tyG1zjdmjn .nav-item:focus,
.cid-tyG1zjdmjn .nav-link:focus {
  outline: none;
}
.cid-tyG1zjdmjn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tyG1zjdmjn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyG1zjdmjn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tyG1zjdmjn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tyG1zjdmjn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyG1zjdmjn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyG1zjdmjn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tyG1zjdmjn .navbar.opened {
  transition: all 0.3s;
}
.cid-tyG1zjdmjn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tyG1zjdmjn .navbar .navbar-logo img {
  width: auto;
}
.cid-tyG1zjdmjn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tyG1zjdmjn .navbar.collapsed {
  justify-content: center;
}
.cid-tyG1zjdmjn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyG1zjdmjn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tyG1zjdmjn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tyG1zjdmjn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyG1zjdmjn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyG1zjdmjn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tyG1zjdmjn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyG1zjdmjn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tyG1zjdmjn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tyG1zjdmjn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyG1zjdmjn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyG1zjdmjn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyG1zjdmjn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyG1zjdmjn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tyG1zjdmjn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tyG1zjdmjn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyG1zjdmjn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyG1zjdmjn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tyG1zjdmjn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tyG1zjdmjn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tyG1zjdmjn .navbar.navbar-short {
  min-height: 60px;
}
.cid-tyG1zjdmjn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tyG1zjdmjn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tyG1zjdmjn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyG1zjdmjn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyG1zjdmjn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyG1zjdmjn .dropdown-item.active,
.cid-tyG1zjdmjn .dropdown-item:active {
  background-color: transparent;
}
.cid-tyG1zjdmjn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyG1zjdmjn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyG1zjdmjn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyG1zjdmjn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tyG1zjdmjn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyG1zjdmjn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tyG1zjdmjn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tyG1zjdmjn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tyG1zjdmjn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tyG1zjdmjn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tyG1zjdmjn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tyG1zjdmjn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyG1zjdmjn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyG1zjdmjn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tyG1zjdmjn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyG1zjdmjn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tyG1zjdmjn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tyG1zjdmjn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyG1zjdmjn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tyG1zjdmjn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tyG1zjdmjn .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-tyG1zjdmjn .navbar {
    height: 70px;
  }
  .cid-tyG1zjdmjn .navbar.opened {
    height: auto;
  }
  .cid-tyG1zjdmjn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyG1zjM1pu {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyG1zjM1pu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyG1zjM1pu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyG1zjM1pu .mbr-section-title {
  color: #9f5b06;
}
.cid-tyG1zjM1pu .mbr-section-subtitle {
  text-align: center;
  font-style: italic;
  color: #ab7025;
}
.cid-tyG1zklW0x audio {
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
.cid-tyG1zkF4Qn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyG1zkF4Qn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyG1zkF4Qn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyG1zkF4Qn .item {
  padding-bottom: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
}
.cid-tyG1zkF4Qn .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tyG1zkF4Qn .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tyG1zkF4Qn .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-tyG1zkF4Qn .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tyG1zkF4Qn .carousel-control,
.cid-tyG1zkF4Qn .close {
  background: #1b1b1b;
}
.cid-tyG1zkF4Qn .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tyG1zkF4Qn .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tyG1zkF4Qn .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tyG1zkF4Qn .carousel-control-next span {
  margin-left: 5px;
}
.cid-tyG1zkF4Qn .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-tyG1zkF4Qn .close::before {
  content: '\e91a';
}
.cid-tyG1zkF4Qn .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tyG1zkF4Qn .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-tyG1zkF4Qn .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyG1zkF4Qn .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tyG1zkF4Qn .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tyG1zkF4Qn .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tyG1zkF4Qn .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-tyG1zkF4Qn .carousel-indicators li.active,
.cid-tyG1zkF4Qn .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tyG1zkF4Qn .carousel-indicators li::after,
.cid-tyG1zkF4Qn .carousel-indicators li::before {
  content: none;
}
.cid-tyG1zkF4Qn .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tyG1zkF4Qn .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tyG1zkF4Qn .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tyG1zkF4Qn .carousel-indicators {
    display: none;
  }
}
.cid-tyG1zkF4Qn .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tyG1zkF4Qn .carousel-inner > .active {
  display: block;
}
.cid-tyG1zkF4Qn .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyG1zkF4Qn .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tyG1zkF4Qn .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tyG1zkF4Qn .carousel-control,
  .cid-tyG1zkF4Qn .carousel-indicators,
  .cid-tyG1zkF4Qn .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tyG1zkF4Qn .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tyG1zkF4Qn .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tyG1zkF4Qn .carousel-indicators .active,
.cid-tyG1zkF4Qn .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tyG1zkF4Qn .carousel-indicators .active {
  background: #fff;
}
.cid-tyG1zkF4Qn .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tyG1zkF4Qn .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tyG1zkF4Qn .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tyG1zkF4Qn .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tyG1zkF4Qn .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tyG1zkF4Qn .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tyG1zkF4Qn .carousel {
  width: 100%;
}
.cid-tyG1zkF4Qn .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tyG1zkF4Qn .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tyG1zkF4Qn .modal.fade .modal-dialog,
.cid-tyG1zkF4Qn .modal.in .modal-dialog {
  transform: none;
}
.cid-tyG1zkF4Qn .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tyG1zkF4Qn H6 {
  text-align: center;
}
.cid-tyG1zljefg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tyG1zljefg .mbr-section-subtitle {
  color: #9f5b06;
}
.cid-tyG1zljefg h5 {
  text-align: left;
  font-weight: bold;
  font-size: 1.8 em;
  font-family: Noto Serif Georgian, 'Times New Roman', Times, serif;
  color: #b78444;
}
.cid-tyG1zljefg p {
  font-family: Noto Serif Georgian, 'Times New Roman', Times, serif;
  color: #000000;
  text-align: justify;
  text-indent: 10pt;
  font-size: 1.6 em;
  line-height: 120%;
}
.cid-tAb1HMuYVi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tAb1HMuYVi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAb1HMuYVi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAb1HMuYVi .google-map {
  height: 30rem;
  position: relative;
}
.cid-tAb1HMuYVi .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tAb1HMuYVi .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tAb1HMuYVi .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tAb1HMuYVi .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tEs7ZYZtKk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tEs7ZYZtKk .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tyG1ZEL1bM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tyG1ZEL1bM nav.navbar {
  position: fixed;
}
.cid-tyG1ZEL1bM .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-tyG1ZEL1bM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tyG1ZEL1bM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tyG1ZEL1bM .dropdown-item:hover,
.cid-tyG1ZEL1bM .dropdown-item:focus {
  background: #653609 !important;
  color: white !important;
}
.cid-tyG1ZEL1bM .dropdown-item:hover span {
  color: white;
}
.cid-tyG1ZEL1bM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tyG1ZEL1bM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tyG1ZEL1bM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tyG1ZEL1bM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tyG1ZEL1bM .nav-link {
  position: relative;
}
.cid-tyG1ZEL1bM .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tyG1ZEL1bM .container {
    flex-wrap: nowrap;
  }
}
.cid-tyG1ZEL1bM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tyG1ZEL1bM .dropdown-menu,
.cid-tyG1ZEL1bM .navbar.opened {
  background: #ffffff !important;
}
.cid-tyG1ZEL1bM .nav-item:focus,
.cid-tyG1ZEL1bM .nav-link:focus {
  outline: none;
}
.cid-tyG1ZEL1bM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tyG1ZEL1bM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyG1ZEL1bM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tyG1ZEL1bM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tyG1ZEL1bM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyG1ZEL1bM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyG1ZEL1bM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tyG1ZEL1bM .navbar.opened {
  transition: all 0.3s;
}
.cid-tyG1ZEL1bM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tyG1ZEL1bM .navbar .navbar-logo img {
  width: auto;
}
.cid-tyG1ZEL1bM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tyG1ZEL1bM .navbar.collapsed {
  justify-content: center;
}
.cid-tyG1ZEL1bM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyG1ZEL1bM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tyG1ZEL1bM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tyG1ZEL1bM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyG1ZEL1bM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyG1ZEL1bM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tyG1ZEL1bM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyG1ZEL1bM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tyG1ZEL1bM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tyG1ZEL1bM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyG1ZEL1bM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyG1ZEL1bM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyG1ZEL1bM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyG1ZEL1bM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tyG1ZEL1bM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tyG1ZEL1bM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyG1ZEL1bM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyG1ZEL1bM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tyG1ZEL1bM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tyG1ZEL1bM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tyG1ZEL1bM .navbar.navbar-short {
  min-height: 60px;
}
.cid-tyG1ZEL1bM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tyG1ZEL1bM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tyG1ZEL1bM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyG1ZEL1bM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyG1ZEL1bM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyG1ZEL1bM .dropdown-item.active,
.cid-tyG1ZEL1bM .dropdown-item:active {
  background-color: transparent;
}
.cid-tyG1ZEL1bM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyG1ZEL1bM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyG1ZEL1bM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyG1ZEL1bM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tyG1ZEL1bM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyG1ZEL1bM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tyG1ZEL1bM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tyG1ZEL1bM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tyG1ZEL1bM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tyG1ZEL1bM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tyG1ZEL1bM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tyG1ZEL1bM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyG1ZEL1bM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyG1ZEL1bM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tyG1ZEL1bM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyG1ZEL1bM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tyG1ZEL1bM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tyG1ZEL1bM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyG1ZEL1bM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tyG1ZEL1bM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tyG1ZEL1bM .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-tyG1ZEL1bM .navbar {
    height: 70px;
  }
  .cid-tyG1ZEL1bM .navbar.opened {
    height: auto;
  }
  .cid-tyG1ZEL1bM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyG1ZFpfWt {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyG1ZFpfWt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyG1ZFpfWt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyG1ZFpfWt .mbr-section-title {
  color: #9f5b06;
}
.cid-tyG1ZFpfWt .mbr-section-subtitle {
  text-align: center;
  font-style: italic;
  color: #ab7025;
}
.cid-tyG1ZFU8zb audio {
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
.cid-tyG1ZGh18y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyG1ZGh18y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyG1ZGh18y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyG1ZGh18y .item {
  padding-bottom: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
}
.cid-tyG1ZGh18y .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tyG1ZGh18y .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tyG1ZGh18y .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-tyG1ZGh18y .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tyG1ZGh18y .carousel-control,
.cid-tyG1ZGh18y .close {
  background: #1b1b1b;
}
.cid-tyG1ZGh18y .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tyG1ZGh18y .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tyG1ZGh18y .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tyG1ZGh18y .carousel-control-next span {
  margin-left: 5px;
}
.cid-tyG1ZGh18y .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-tyG1ZGh18y .close::before {
  content: '\e91a';
}
.cid-tyG1ZGh18y .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tyG1ZGh18y .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-tyG1ZGh18y .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyG1ZGh18y .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tyG1ZGh18y .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tyG1ZGh18y .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tyG1ZGh18y .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-tyG1ZGh18y .carousel-indicators li.active,
.cid-tyG1ZGh18y .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tyG1ZGh18y .carousel-indicators li::after,
.cid-tyG1ZGh18y .carousel-indicators li::before {
  content: none;
}
.cid-tyG1ZGh18y .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tyG1ZGh18y .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tyG1ZGh18y .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tyG1ZGh18y .carousel-indicators {
    display: none;
  }
}
.cid-tyG1ZGh18y .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tyG1ZGh18y .carousel-inner > .active {
  display: block;
}
.cid-tyG1ZGh18y .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyG1ZGh18y .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tyG1ZGh18y .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tyG1ZGh18y .carousel-control,
  .cid-tyG1ZGh18y .carousel-indicators,
  .cid-tyG1ZGh18y .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tyG1ZGh18y .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tyG1ZGh18y .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tyG1ZGh18y .carousel-indicators .active,
.cid-tyG1ZGh18y .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tyG1ZGh18y .carousel-indicators .active {
  background: #fff;
}
.cid-tyG1ZGh18y .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tyG1ZGh18y .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tyG1ZGh18y .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tyG1ZGh18y .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tyG1ZGh18y .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tyG1ZGh18y .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tyG1ZGh18y .carousel {
  width: 100%;
}
.cid-tyG1ZGh18y .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tyG1ZGh18y .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tyG1ZGh18y .modal.fade .modal-dialog,
.cid-tyG1ZGh18y .modal.in .modal-dialog {
  transform: none;
}
.cid-tyG1ZGh18y .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tyG1ZGh18y H6 {
  text-align: center;
}
.cid-tEs7ZYZtKk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tEs7ZYZtKk .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tyG20MMoZJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tyG20MMoZJ nav.navbar {
  position: fixed;
}
.cid-tyG20MMoZJ .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-tyG20MMoZJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tyG20MMoZJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tyG20MMoZJ .dropdown-item:hover,
.cid-tyG20MMoZJ .dropdown-item:focus {
  background: #653609 !important;
  color: white !important;
}
.cid-tyG20MMoZJ .dropdown-item:hover span {
  color: white;
}
.cid-tyG20MMoZJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tyG20MMoZJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tyG20MMoZJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tyG20MMoZJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tyG20MMoZJ .nav-link {
  position: relative;
}
.cid-tyG20MMoZJ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tyG20MMoZJ .container {
    flex-wrap: nowrap;
  }
}
.cid-tyG20MMoZJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tyG20MMoZJ .dropdown-menu,
.cid-tyG20MMoZJ .navbar.opened {
  background: #ffffff !important;
}
.cid-tyG20MMoZJ .nav-item:focus,
.cid-tyG20MMoZJ .nav-link:focus {
  outline: none;
}
.cid-tyG20MMoZJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tyG20MMoZJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyG20MMoZJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tyG20MMoZJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tyG20MMoZJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyG20MMoZJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyG20MMoZJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tyG20MMoZJ .navbar.opened {
  transition: all 0.3s;
}
.cid-tyG20MMoZJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tyG20MMoZJ .navbar .navbar-logo img {
  width: auto;
}
.cid-tyG20MMoZJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tyG20MMoZJ .navbar.collapsed {
  justify-content: center;
}
.cid-tyG20MMoZJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyG20MMoZJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tyG20MMoZJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tyG20MMoZJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyG20MMoZJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyG20MMoZJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tyG20MMoZJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyG20MMoZJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tyG20MMoZJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tyG20MMoZJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyG20MMoZJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyG20MMoZJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyG20MMoZJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyG20MMoZJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tyG20MMoZJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tyG20MMoZJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyG20MMoZJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyG20MMoZJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tyG20MMoZJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tyG20MMoZJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tyG20MMoZJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tyG20MMoZJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tyG20MMoZJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tyG20MMoZJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyG20MMoZJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyG20MMoZJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyG20MMoZJ .dropdown-item.active,
.cid-tyG20MMoZJ .dropdown-item:active {
  background-color: transparent;
}
.cid-tyG20MMoZJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyG20MMoZJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyG20MMoZJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyG20MMoZJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tyG20MMoZJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyG20MMoZJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tyG20MMoZJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tyG20MMoZJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tyG20MMoZJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tyG20MMoZJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tyG20MMoZJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tyG20MMoZJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyG20MMoZJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyG20MMoZJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tyG20MMoZJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyG20MMoZJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tyG20MMoZJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tyG20MMoZJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyG20MMoZJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tyG20MMoZJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tyG20MMoZJ .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-tyG20MMoZJ .navbar {
    height: 70px;
  }
  .cid-tyG20MMoZJ .navbar.opened {
    height: auto;
  }
  .cid-tyG20MMoZJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyG20No9Tv {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyG20No9Tv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyG20No9Tv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyG20No9Tv .mbr-section-title {
  color: #9f5b06;
}
.cid-tyG20No9Tv .mbr-section-subtitle {
  text-align: center;
  font-style: italic;
  color: #ab7025;
}
.cid-tyG20NNetS audio {
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
.cid-tyG20O8NNC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyG20O8NNC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyG20O8NNC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyG20O8NNC .item {
  padding-bottom: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
}
.cid-tyG20O8NNC .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tyG20O8NNC .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tyG20O8NNC .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-tyG20O8NNC .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tyG20O8NNC .carousel-control,
.cid-tyG20O8NNC .close {
  background: #1b1b1b;
}
.cid-tyG20O8NNC .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tyG20O8NNC .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tyG20O8NNC .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tyG20O8NNC .carousel-control-next span {
  margin-left: 5px;
}
.cid-tyG20O8NNC .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-tyG20O8NNC .close::before {
  content: '\e91a';
}
.cid-tyG20O8NNC .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tyG20O8NNC .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-tyG20O8NNC .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyG20O8NNC .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tyG20O8NNC .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tyG20O8NNC .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tyG20O8NNC .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-tyG20O8NNC .carousel-indicators li.active,
.cid-tyG20O8NNC .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tyG20O8NNC .carousel-indicators li::after,
.cid-tyG20O8NNC .carousel-indicators li::before {
  content: none;
}
.cid-tyG20O8NNC .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tyG20O8NNC .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tyG20O8NNC .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tyG20O8NNC .carousel-indicators {
    display: none;
  }
}
.cid-tyG20O8NNC .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tyG20O8NNC .carousel-inner > .active {
  display: block;
}
.cid-tyG20O8NNC .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyG20O8NNC .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tyG20O8NNC .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tyG20O8NNC .carousel-control,
  .cid-tyG20O8NNC .carousel-indicators,
  .cid-tyG20O8NNC .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tyG20O8NNC .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tyG20O8NNC .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tyG20O8NNC .carousel-indicators .active,
.cid-tyG20O8NNC .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tyG20O8NNC .carousel-indicators .active {
  background: #fff;
}
.cid-tyG20O8NNC .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tyG20O8NNC .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tyG20O8NNC .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tyG20O8NNC .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tyG20O8NNC .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tyG20O8NNC .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tyG20O8NNC .carousel {
  width: 100%;
}
.cid-tyG20O8NNC .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tyG20O8NNC .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tyG20O8NNC .modal.fade .modal-dialog,
.cid-tyG20O8NNC .modal.in .modal-dialog {
  transform: none;
}
.cid-tyG20O8NNC .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tyG20O8NNC H6 {
  text-align: center;
}
.cid-tEs7ZYZtKk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tEs7ZYZtKk .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tEs7ZYZtKk .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tEs7ZYZtKk .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tEs7ZYZtKk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tEs7ZYZtKk .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
