.btn {
  border-width: 2px;
}
body {
  font-family: Frank Ruhl Libre;
}
.display-1 {
  font-family: 'Tapestry', handwriting;
  font-size: 6.8rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.5rem;
}
.display-2 {
  font-family: 'Tapestry', handwriting;
  font-size: 4.4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.71875rem;
}
.display-5 {
  font-family: 'Tapestry', handwriting;
  font-size: 2.9rem;
  line-height: 1.05;
}
.display-5 > .mbr-iconfont {
  font-size: 3.625rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 5.44rem;
  }
  .display-2 {
    font-size: 3.52rem;
  }
  .display-5 {
    font-size: 2.32rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.76rem;
    font-size: calc( 1.8120000000000003rem + (6.8 - 1.8120000000000003) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (1.8120000000000003rem + (6.8 - 1.8120000000000003) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.08rem;
    font-size: calc( 1.476rem + (4.4 - 1.476) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (1.476rem + (4.4 - 1.476) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.1rem;
    font-size: calc( 1.09375rem + (1.375 - 1.09375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.09375rem + (1.375 - 1.09375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.03rem;
    font-size: calc( 1.285rem + (2.9 - 1.285) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.05 * (1.285rem + (2.9 - 1.285) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #b84358 !important;
}
.bg-success {
  background-color: #7f9c26 !important;
}
.bg-info {
  background-color: #ecca7f !important;
}
.bg-warning {
  background-color: #0f2051 !important;
}
.bg-danger {
  background-color: #73091c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #b84358 !important;
  border-color: #b84358 !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: #782c3a !important;
  border-color: #782c3a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #782c3a !important;
  border-color: #782c3a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #3c4e84 !important;
  border-color: #3c4e84 !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: #212b48 !important;
  border-color: #212b48 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #212b48 !important;
  border-color: #212b48 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ecca7f !important;
  border-color: #ecca7f !important;
  color: #5e450e !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: #e1ab34 !important;
  border-color: #e1ab34 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #5e450e !important;
  background-color: #e1ab34 !important;
  border-color: #e1ab34 !important;
}
.btn-success,
.btn-success:active {
  background-color: #7f9c26 !important;
  border-color: #7f9c26 !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: #465615 !important;
  border-color: #465615 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #465615 !important;
  border-color: #465615 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #0f2051 !important;
  border-color: #0f2051 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #010308 !important;
  border-color: #010308 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #010308 !important;
  border-color: #010308 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #73091c !important;
  border-color: #73091c !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: #230308 !important;
  border-color: #230308 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #230308 !important;
  border-color: #230308 !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;
  color: #b84358;
  border-color: #b84358;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  box-shadow: none!important;
  border-color: #782c3a !important;
  background-color: #782c3a !important;
  color: #ffffff !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #b84358 !important;
  border-color: #b84358 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  color: #3c4e84;
  border-color: #3c4e84;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  box-shadow: none!important;
  border-color: #212b48 !important;
  background-color: #212b48 !important;
  color: #ffffff !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3c4e84 !important;
  border-color: #3c4e84 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  color: #ecca7f;
  border-color: #ecca7f;
  color: #5e450e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  box-shadow: none!important;
  border-color: #e1ab34 !important;
  background-color: #e1ab34 !important;
  color: #ffffff !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #5e450e !important;
  background-color: #ecca7f !important;
  border-color: #ecca7f !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  color: #7f9c26;
  border-color: #7f9c26;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  box-shadow: none!important;
  border-color: #465615 !important;
  background-color: #465615 !important;
  color: #ffffff !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #7f9c26 !important;
  border-color: #7f9c26 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  color: #0f2051;
  border-color: #0f2051;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  box-shadow: none!important;
  border-color: #010308 !important;
  background-color: #010308 !important;
  color: #ffffff !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #0f2051 !important;
  border-color: #0f2051 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  color: #73091c;
  border-color: #73091c;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  box-shadow: none!important;
  border-color: #230308 !important;
  background-color: #230308 !important;
  color: #ffffff !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #73091c !important;
  border-color: #73091c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  color: #232323;
  border-color: #232323;
  color: #ffffff;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  box-shadow: none!important;
  border-color: #000000 !important;
  background-color: #000000 !important;
  color: #ffffff !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;
  color: #fafafa;
  border-color: #fafafa;
  color: #7a7a7a;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  box-shadow: none!important;
  border-color: #cfcfcf !important;
  background-color: #cfcfcf !important;
  color: #4f4f4f !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #b84358 !important;
}
.text-secondary {
  color: #3c4e84 !important;
}
.text-success {
  color: #7f9c26 !important;
}
.text-info {
  color: #ecca7f !important;
}
.text-warning {
  color: #0f2051 !important;
}
.text-danger {
  color: #73091c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #6d2834 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #1c253e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #3c4a12 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #dfa526 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #140205 !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: #b84358;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ecca7f;
}
.alert-warning {
  background-color: #0f2051;
}
.alert-danger {
  background-color: #73091c;
}
.mbr-gallery-filter li.active .btn {
  background-color: #b84358;
  border-color: #b84358;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #b84358;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #dc9faa;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #beda67;
}
.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: #6384e2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e91239;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.71875rem;
}
.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: #b84358 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.71875rem;
}
blockquote {
  border-color: #b84358;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #b84358;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #b84358;
}
.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: #b84358;
  border-bottom-color: #b84358;
}
.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: #b84358 !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: #3c4e84 !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='%23b84358' %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-duration: .2s;
}
a:hover {
  background-image: none !important;
}
.container,
.container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1399px) {
  .container,
  .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 1199px) {
  .container,
  .container-fluid {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media (max-width: 1199px) {
  .container,
  .container-fluid {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media (max-width: 991px) {
  .container,
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .container,
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .container,
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.container {
  max-width: 1400px;
  margin: 0 auto;
}
.row {
  margin-left: -50px;
  margin-right: -50px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1399px) {
  .row {
    margin-left: -45px;
    margin-right: -45px;
    justify-content: center;
  }
  .row > [class*="col"] {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 1199px) {
  .row {
    margin-left: -36px;
    margin-right: -36px;
    justify-content: center;
  }
  .row > [class*="col"] {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media (max-width: 991px) {
  .row {
    margin-left: -40px;
    margin-right: -40px;
    justify-content: center;
  }
  .row > [class*="col"] {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .row {
    margin-left: -30px;
    margin-right: -30px;
    justify-content: center;
  }
  .row > [class*="col"] {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .row {
    margin-left: -20px;
    margin-right: -20px;
    justify-content: center;
  }
  .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.row {
  justify-content: center;
}
.mbr-section-btn .btn {
  min-width: 100px;
  min-height: 50px;
  padding: 15px 33px;
  font-weight: 500;
  line-height: 1 !important;
  transition-duration: .2s;
  box-shadow: none !important;
  border-radius: 25px !important;
  overflow: hidden !important;
}
.mbr-section-btn .btn .mbr-iconfont {
  transition: .5s all;
}
.mbr-section-btn .btn:hover .mbr-iconfont {
  transform: translateX(4px);
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    padding: 12px 24px;
    min-width: auto !important;
  }
}
.cid-tZtxwBgAHx .navbar-dropdown {
  position: relative !important;
}
.cid-tZtxwBgAHx .navbar-dropdown {
  position: absolute !important;
}
.cid-tZtxwBgAHx .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-tZtxwBgAHx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tZtxwBgAHx .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tZtxwBgAHx .dropdown-item:hover,
.cid-tZtxwBgAHx .dropdown-item:focus {
  background: rgba(236, 202, 127, 0.5) !important;
  color: white !important;
}
.cid-tZtxwBgAHx .dropdown-item:hover span {
  color: white;
}
.cid-tZtxwBgAHx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tZtxwBgAHx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tZtxwBgAHx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tZtxwBgAHx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tZtxwBgAHx .nav-link {
  position: relative;
}
.cid-tZtxwBgAHx .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tZtxwBgAHx .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tZtxwBgAHx .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tZtxwBgAHx .iconfont-wrapper:hover .mbr-iconfont {
  color: #b84358;
}
.cid-tZtxwBgAHx .dropdown-menu,
.cid-tZtxwBgAHx .navbar.opened {
  background: #1a2229 !important;
}
.cid-tZtxwBgAHx .nav-item:focus,
.cid-tZtxwBgAHx .nav-link:focus {
  outline: none;
}
.cid-tZtxwBgAHx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZtxwBgAHx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZtxwBgAHx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZtxwBgAHx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZtxwBgAHx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZtxwBgAHx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tZtxwBgAHx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 34, 41, 0);
  padding: 0 !important;
}
.cid-tZtxwBgAHx .navbar.opened {
  transition: all 0.3s;
}
.cid-tZtxwBgAHx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZtxwBgAHx .navbar .navbar-logo img {
  width: auto;
}
.cid-tZtxwBgAHx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tZtxwBgAHx .navbar.collapsed {
  justify-content: center;
}
.cid-tZtxwBgAHx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZtxwBgAHx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tZtxwBgAHx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZtxwBgAHx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZtxwBgAHx .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-tZtxwBgAHx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZtxwBgAHx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tZtxwBgAHx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tZtxwBgAHx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZtxwBgAHx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZtxwBgAHx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZtxwBgAHx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZtxwBgAHx .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-tZtxwBgAHx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tZtxwBgAHx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZtxwBgAHx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tZtxwBgAHx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tZtxwBgAHx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tZtxwBgAHx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-tZtxwBgAHx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZtxwBgAHx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZtxwBgAHx .dropdown-item.active,
.cid-tZtxwBgAHx .dropdown-item:active {
  background-color: transparent;
}
.cid-tZtxwBgAHx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZtxwBgAHx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZtxwBgAHx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZtxwBgAHx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-tZtxwBgAHx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tZtxwBgAHx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZtxwBgAHx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZtxwBgAHx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tZtxwBgAHx button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZtxwBgAHx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tZtxwBgAHx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZtxwBgAHx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZtxwBgAHx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZtxwBgAHx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZtxwBgAHx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZtxwBgAHx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZtxwBgAHx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZtxwBgAHx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZtxwBgAHx .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tZtxwBgAHx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZtxwBgAHx .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-tZtxwBgAHx .navbar {
    height: 70px;
  }
  .cid-tZtxwBgAHx .navbar.opened {
    height: auto;
  }
  .cid-tZtxwBgAHx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZtxwBgAHx .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tZtxwBgAHx .navbar-toggler {
  margin-left: 10px;
}
.cid-tZtxwBgAHx .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #b84358;
}
.cid-tZtxwBgAHx .navbar-logo {
  margin-right: 0 !important;
}
.cid-tZtxwBgAHx .mbr-text {
  width: 100%;
  color: #ded7cd;
}
@media (max-width: 575px) {
  .cid-tZtxwBgAHx .mbr-text {
    display: none;
  }
}
.cid-tZtxwBgAHx .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tZtxwBgAHx .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tZtxwBgAHx .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-te1PBT0uR9 {
  background-image: url("../../../assets/images/20230706-135917-2000x1500.jpg");
}
.cid-te1PBT0uR9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-te1PBT0uR9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-te1PBT0uR9 .container {
  max-width: 900px;
}
.cid-te1PBT0uR9 .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}
.cid-te1PBT0uR9 .item-container {
  width: 100%;
}
.cid-te1PBT0uR9 .mbr-section-title {
  color: #192732;
}
@media (max-width: 991px) {
  .cid-te1PBT0uR9 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-te1PBT0uR9 .mbr-text {
  color: #ded7cd;
  margin-top: 8px;
}
@media (max-width: 991px) {
  .cid-te1PBT0uR9 .mbr-text {
    width: 100%;
    text-align: center !important;
  }
}
.cid-te1PBT0uR9 .item-container-2 {
  padding-left: 56px;
}
@media (max-width: 991px) {
  .cid-te1PBT0uR9 .item-container-2 {
    padding-left: 0;
  }
}
.cid-te1PBT0uR9 .mbr-section-title-1 {
  color: #ded7cd;
}
.cid-te1PBT0uR9 .mbr-section-title-2 {
  color: #ded7cd;
}
.cid-te1PBT0uR9 .mbr-section-title-4 {
  color: #ded7cd;
}
.cid-tZrWWXeOTW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ded7cd;
}
.cid-tZrWWXeOTW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZrWWXeOTW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZrWWXeOTW .container {
  max-width: 1600px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tZrWWXeOTW .container {
    max-width: 80%;
  }
}
.cid-tZrWWXeOTW .content-container {
  display: flex;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-tZrWWXeOTW .content-container {
    flex-wrap: wrap;
  }
}
.cid-tZrWWXeOTW .text-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 30%;
}
@media (max-width: 991px) {
  .cid-tZrWWXeOTW .text-container {
    width: 100%;
  }
}
.cid-tZrWWXeOTW .card-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tZrWWXeOTW .card-box {
    margin-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .cid-tZrWWXeOTW .card-box {
    margin-bottom: 40px;
  }
}
.cid-tZrWWXeOTW .card-title {
  width: 100%;
  color: #192732;
}
.cid-tZrWWXeOTW .mbr-text {
  color: #192732;
  padding: 60px 0 0 23%;
}
@media (max-width: 991px) {
  .cid-tZrWWXeOTW .mbr-text {
    padding: 44px 0 0 13%;
    max-width: 56%;
  }
}
@media (max-width: 575px) {
  .cid-tZrWWXeOTW .mbr-text {
    max-width: 100%;
    padding-left: 0;
  }
}
.cid-tZrWWXeOTW .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .cid-tZrWWXeOTW .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-tZrWWXeOTW .img-container {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tZrWWXeOTW .img-container {
    width: 100%;
  }
}
.cid-tZrWWXeOTW .image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-tZrWWXeOTW .image-wrapper img {
  object-fit: cover;
}
.cid-tZrWWXeOTW .image-wrapper-1 {
  margin-bottom: 32px;
}
.cid-tZrWWXeOTW .image-wrapper-1 img {
  width: 32%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-tZrWWXeOTW .image-wrapper-1 img {
    width: 41%;
  }
}
@media (max-width: 991px) {
  .cid-tZrWWXeOTW .image-wrapper-1 {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cid-tZrWWXeOTW .image-wrapper-1 {
    margin-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .cid-tZrWWXeOTW .image-wrapper-1 {
    margin-bottom: 40px;
  }
}
.cid-tZrWWXeOTW .image-wrapper-2 img {
  width: 83%;
  padding-left: 23.5%;
}
@media (max-width: 991px) {
  .cid-tZrWWXeOTW .image-wrapper-2 img {
    width: 80%;
    padding-left: 0;
    margin-right: auto;
  }
}
.cid-tZrWWXeOTW .card-title,
.cid-tZrWWXeOTW .mbr-section-btn {
  color: #bf9341;
}
.cid-te1TDpEIGg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/20230706-140238-2000x1500.jpg");
}
.cid-te1TDpEIGg .mbr-fallback-image.disabled {
  display: none;
}
.cid-te1TDpEIGg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-te1TDpEIGg .container {
  max-width: 1600px;
}
.cid-te1TDpEIGg .content-container {
  display: flex;
  align-items: stretch;
  width: 100%;
  flex-wrap: wrap;
}
.cid-te1TDpEIGg .item-wrap {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.cid-te1TDpEIGg .item-wrap-1 {
  justify-content: space-between;
}
.cid-te1TDpEIGg .item-wrap-2 {
  justify-content: flex-end;
  flex-grow: 1;
}
.cid-te1TDpEIGg .item-img {
  display: flex;
  width: 100%;
}
.cid-te1TDpEIGg .item-img img {
  height: auto;
  object-fit: cover;
}
.cid-te1TDpEIGg .item-img-1 img {
  width: 45%;
  margin-left: 17%;
}
@media (max-width: 991px) {
  .cid-te1TDpEIGg .item-img-1 img {
    width: 68%;
    margin-left: 24%;
  }
}
@media (max-width: 767px) {
  .cid-te1TDpEIGg .item-img-1 img {
    width: 89%;
    margin-left: 31.5%;
  }
}
.cid-te1TDpEIGg .item-img-2 {
  margin-top: 40px;
}
.cid-te1TDpEIGg .item-img-2 img {
  width: 39%;
}
@media (max-width: 991px) {
  .cid-te1TDpEIGg .item-img-2 img {
    width: 56%;
  }
}
@media (max-width: 767px) {
  .cid-te1TDpEIGg .item-img-2 img {
    width: 73.5%;
    margin-top: -20%;
  }
}
.cid-te1TDpEIGg .item-img-3 {
  padding-top: 19%;
}
@media (max-width: 991px) {
  .cid-te1TDpEIGg .item-img-3 {
    padding-top: 30%;
  }
}
@media (max-width: 767px) {
  .cid-te1TDpEIGg .item-img-3 {
    padding-top: 0;
  }
}
.cid-te1TDpEIGg .item-img-3 img {
  width: 100%;
}
.cid-te1S2NTQgd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bf9341;
  position: relative;
  overflow: hidden;
}
.cid-te1S2NTQgd .container {
  max-width: 920px;
}
.cid-te1S2NTQgd .border-container {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 80px 60px;
  background-color: #ded7cd;
  border: 1px solid rgba(222, 215, 205, 0.5);
}
@media (max-width: 991px) {
  .cid-te1S2NTQgd .border-container {
    padding: 7% 5%;
  }
}
@media (max-width: 767px) {
  .cid-te1S2NTQgd .border-container {
    padding: 8% 6%;
  }
}
@media (max-width: 575px) {
  .cid-te1S2NTQgd .border-container {
    padding: 9% 7%;
  }
}
.cid-te1S2NTQgd .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-te1S2NTQgd .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-te1S2NTQgd .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-te1S2NTQgd .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-te1S2NTQgd .border-frame {
  position: absolute;
  z-index: 5;
  width: 60px;
  aspect-ratio: 1;
  background-color: #bf9341;
  border-color: rgba(222, 215, 205, 0.5);
}
@media (max-width: 991px) {
  .cid-te1S2NTQgd .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-te1S2NTQgd .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-te1S2NTQgd .border-frame {
    width: 7%;
  }
}
.cid-te1S2NTQgd .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-te1S2NTQgd .content-container {
    min-height: auto;
  }
}
.cid-te1S2NTQgd .text-container {
  width: 100%;
}
.cid-te1S2NTQgd .text-wrapper {
  width: 100%;
}
.cid-te1S2NTQgd .mbr-text {
  color: #1a2229;
  width: 100%;
  margin: 0;
}
.cid-te1S2NTQgd .card-title {
  color: #bf9341;
  width: 100%;
  margin-bottom: 28px !important;
}
.cid-te1S2NTQgd .mbr-section-btn {
  margin-top: 28px;
}
.cid-te1S2NTQgd .line-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 50% 0;
  height: 1px;
  width: 1000%;
  background-color: rgba(222, 215, 205, 0.5);
}
.cid-te1S2NTQgd .line-frame-1 {
  transform: rotate(30deg) translate(-50%, -50%);
}
.cid-te1S2NTQgd .line-frame-2 {
  transform: rotate(60deg) translate(-50%, -50%);
}
.cid-te1S2NTQgd .line-frame-3 {
  transform: rotate(90deg) translate(-50%, -50%);
}
.cid-te1S2NTQgd .line-frame-4 {
  transform: rotate(120deg) translate(-50%, -50%);
}
.cid-te1S2NTQgd .line-frame-5 {
  transform: rotate(150deg) translate(-50%, -50%);
}
.cid-tKbFFKecx3 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #1a2229;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tKbFFKecx3 h2 {
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 2rem;
}
.cid-tKbFFKecx3 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tKbFFKecx3 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tKbFFKecx3 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tKbFFKecx3 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tKbFFKecx3 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #bf9341;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #bf9341, #bf9341) !important;
}
.cid-tKbFFKecx3 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tKbFFKecx3 .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-tKbFFKecx3 .mbr-gallery-filter-all > a {
  padding: 30px;
  background-color: transparent !important;
  color: #77550a;
}
.cid-tKbFFKecx3 .mbr-section-title {
  padding-bottom: 2rem;
  margin: 0;
}
.cid-tKbFFKecx3 .mbr-section-title p {
  margin: 0;
}
.cid-tKbFFKecx3 .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-tKbFFKecx3 .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #77550a;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-tKbFFKecx3 .mbr-gallery-filter .btn:hover {
  background-color: transparent;
}
.cid-tKbFFKecx3 .mbr-gallery-filter li.active .btn {
  background-color: transparent;
  color: #5e6f9f;
}
.cid-tKbFFKecx3 .mbr-gallery-title {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tKbFFKecx3 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #bf9341 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #bf9341, #bf9341) !important;
}
.cid-te1TqPLiJm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bf9341;
  position: relative;
  overflow: hidden;
}
.cid-te1TqPLiJm .container {
  max-width: 920px;
}
.cid-te1TqPLiJm .border-container {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 80px 60px;
  background-color: #ded7cd;
  border: 1px solid rgba(222, 215, 205, 0.6);
}
@media (max-width: 991px) {
  .cid-te1TqPLiJm .border-container {
    padding: 7% 5%;
  }
}
@media (max-width: 767px) {
  .cid-te1TqPLiJm .border-container {
    padding: 8% 6%;
  }
}
@media (max-width: 575px) {
  .cid-te1TqPLiJm .border-container {
    padding: 9% 7%;
  }
}
.cid-te1TqPLiJm .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-te1TqPLiJm .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-te1TqPLiJm .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-te1TqPLiJm .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-te1TqPLiJm .border-frame {
  position: absolute;
  z-index: 5;
  width: 60px;
  aspect-ratio: 1;
  background-color: #bf9341;
  border-color: rgba(222, 215, 205, 0.6);
}
@media (max-width: 991px) {
  .cid-te1TqPLiJm .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-te1TqPLiJm .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-te1TqPLiJm .border-frame {
    width: 7%;
  }
}
.cid-te1TqPLiJm .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-te1TqPLiJm .content-container {
    min-height: auto;
  }
}
.cid-te1TqPLiJm .text-container {
  width: 100%;
}
.cid-te1TqPLiJm .text-wrapper {
  width: 100%;
}
.cid-te1TqPLiJm .mbr-text {
  color: #BF9341;
  width: 100%;
  margin: 0;
}
.cid-te1TqPLiJm .card-title {
  color: #BF9341;
  width: 100%;
  margin-bottom: 0;
  margin-top: 1.5rem;
}
.cid-te1TqPLiJm .line-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 50% 0;
  height: 1px;
  width: 1000%;
  background-color: rgba(222, 215, 205, 0.6);
}
.cid-te1TqPLiJm .line-frame-1 {
  transform: rotate(30deg) translate(-50%, -50%);
}
.cid-te1TqPLiJm .line-frame-2 {
  transform: rotate(60deg) translate(-50%, -50%);
}
.cid-te1TqPLiJm .line-frame-3 {
  transform: rotate(90deg) translate(-50%, -50%);
}
.cid-te1TqPLiJm .line-frame-4 {
  transform: rotate(120deg) translate(-50%, -50%);
}
.cid-te1TqPLiJm .line-frame-5 {
  transform: rotate(150deg) translate(-50%, -50%);
}
.cid-te1UeDLEzB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/dsc-3054-2000x1335.jpg");
}
.cid-te1UeDLEzB .mbr-fallback-image.disabled {
  display: none;
}
.cid-te1UeDLEzB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-te1UeDLEzB .content-container {
  display: flex;
  justify-content: left;
  width: 100%;
}
.cid-te1UeDLEzB .content-wrap {
  width: 50%;
  background-color: #1a2229;
  padding: 32px;
}
@media (max-width: 991px) {
  .cid-te1UeDLEzB .content-wrap {
    width: 75%;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-te1UeDLEzB .content-wrap {
    width: 100%;
  }
}
.cid-te1UeDLEzB .img-container {
  width: 100%;
}
.cid-te1UeDLEzB .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.cid-te1UeDLEzB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-te1UeDLEzB .text-container {
  display: flex;
  align-items: stretch;
  width: 100%;
  padding-top: 44px;
}
@media (max-width: 767px) {
  .cid-te1UeDLEzB .text-container {
    padding-top: 32px;
    flex-wrap: wrap;
  }
}
.cid-te1UeDLEzB .text-content {
  width: 60%;
  flex-grow: 1;
  padding-right: 12px;
}
@media (max-width: 991px) {
  .cid-te1UeDLEzB .text-content {
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .cid-te1UeDLEzB .text-content {
    width: 100%;
    padding-right: 0;
  }
}
.cid-te1UeDLEzB .mbr-section-title {
  width: 100%;
  color: #BF9341;
}
.cid-te1UeDLEzB .mbr-text {
  width: 50%;
  color: #BF9341;
  margin-top: 56px;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-te1UeDLEzB .mbr-text {
    width: 100%;
    margin-top: 32px;
  }
}
.cid-te1UeDLEzB .btn-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 40%;
  flex-grow: 1;
  padding-left: 12px;
}
@media (max-width: 991px) {
  .cid-te1UeDLEzB .btn-content {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .cid-te1UeDLEzB .btn-content {
    width: 100%;
    padding-left: 0;
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .cid-te1UeDLEzB .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-te1VtJfPmb {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ded7cd;
}
.cid-te1VtJfPmb .container {
  max-width: 1600px;
}
.cid-te1VtJfPmb .border-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px 10%;
  border: 1px solid rgba(191, 147, 65, 0.8);
}
@media (max-width: 1199px) {
  .cid-te1VtJfPmb .border-container {
    padding: 20px 8%;
  }
}
@media (max-width: 991px) {
  .cid-te1VtJfPmb .border-container {
    padding: 0;
    border: none !important;
  }
}
.cid-te1VtJfPmb .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-te1VtJfPmb .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-te1VtJfPmb .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-te1VtJfPmb .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-te1VtJfPmb .border-frame {
  position: absolute;
  z-index: 3;
  width: 60px;
  aspect-ratio: 1;
  background-color: #ded7cd;
  border-color: rgba(191, 147, 65, 0.8);
}
@media (max-width: 991px) {
  .cid-te1VtJfPmb .border-frame {
    display: none;
  }
}
.cid-te1VtJfPmb .content-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-te1VtJfPmb .card {
  display: flex;
  width: 50%;
  overflow: hidden;
  padding: 20px 6%;
  opacity: 0.625;
  transition: .6s all;
}
@media (max-width: 991px) {
  .cid-te1VtJfPmb .card {
    padding: 20px 3%;
  }
}
@media (max-width: 767px) {
  .cid-te1VtJfPmb .card {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    opacity: 1;
  }
}
@media (max-width: 575px) {
  .cid-te1VtJfPmb .card {
    padding: 20px 0;
  }
}
.cid-te1VtJfPmb .card:hover {
  opacity: 1;
}
.cid-te1VtJfPmb .card:hover img {
  transform: translateY(0);
}
.cid-te1VtJfPmb .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  position: relative;
}
.cid-te1VtJfPmb .card-img {
  width: 100%;
  height: 404px;
  border-bottom: 2px dashed;
  overflow: hidden;
  border-color: rgba(191, 147, 65, 0.2);
}
@media (max-width: 767px) {
  .cid-te1VtJfPmb .card-img {
    height: auto;
  }
}
.cid-te1VtJfPmb .card-img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .6s all;
  transform: translateY(20%);
}
@media (max-width: 767px) {
  .cid-te1VtJfPmb .card-img img {
    transform: translateY(0);
  }
}
.cid-te1VtJfPmb .card-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow: hidden;
  width: 100%;
  margin-top: 1rem;
}
.cid-te1VtJfPmb .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #bf9341;
}
.cid-te1VtJfPmb .card-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #192732;
  margin-top: 0.5rem;
}
.cid-te1VtJfPmb .card-text {
  width: 100%;
  color: #192732;
  margin-top: 12px;
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-te1VtJfPmb .card-text {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-te1VtJfPmb .mbr-section-btn {
  margin-top: 1rem;
}
.cid-te1VtJfPmb .btn-primary-outline {
  color: #192732;
}
.cid-te1VtJfPmb .card-subtitle-title {
  color: #bf9341;
}
.cid-te1WsSE0xM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/dsc-3125-2000x1335.jpg");
}
.cid-te1WsSE0xM .mbr-fallback-image.disabled {
  display: none;
}
.cid-te1WsSE0xM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-te1WsSE0xM .content-container {
  display: flex;
  justify-content: left;
  width: 100%;
}
.cid-te1WsSE0xM .content-wrap {
  width: 50%;
  background-color: #1a2229;
  padding: 32px;
}
@media (max-width: 991px) {
  .cid-te1WsSE0xM .content-wrap {
    width: 75%;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-te1WsSE0xM .content-wrap {
    width: 100%;
  }
}
.cid-te1WsSE0xM .img-container {
  width: 100%;
}
.cid-te1WsSE0xM .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.cid-te1WsSE0xM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-te1WsSE0xM .text-container {
  display: flex;
  align-items: stretch;
  width: 100%;
  flex-wrap: wrap;
  padding-top: 44px;
}
@media (max-width: 767px) {
  .cid-te1WsSE0xM .text-container {
    padding-top: 32px;
  }
}
.cid-te1WsSE0xM .text-content {
  width: 100%;
}
.cid-te1WsSE0xM .mbr-section-title {
  width: 100%;
  color: #BF9341;
}
.cid-te1WsSE0xM .mbr-text {
  width: 60%;
  color: #BF9341;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-te1WsSE0xM .mbr-text {
    width: 100%;
    margin-top: 32px;
  }
}
.cid-te1WsSE0xM .btn-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  margin-top: 20px;
}
.cid-tMaY5GVOuZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a2229;
  overflow: hidden;
}
.cid-tMaY5GVOuZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMaY5GVOuZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMaY5GVOuZ .row {
  justify-content: left;
}
.cid-tMaY5GVOuZ .content-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 80px 4.5%;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 1199px) {
  .cid-tMaY5GVOuZ .content-container {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .cid-tMaY5GVOuZ .content-container {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .cid-tMaY5GVOuZ .content-container {
    flex-wrap: wrap;
    padding: 40px 0;
  }
}
.cid-tMaY5GVOuZ .line-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}
.cid-tMaY5GVOuZ .line-frame-1 {
  top: calc(100% - 11px);
}
.cid-tMaY5GVOuZ .line-frame-2 {
  bottom: calc(100% - 11px);
}
.cid-tMaY5GVOuZ .point-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 3px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.1);
}
.cid-tMaY5GVOuZ .point-frame-1 {
  top: 19px;
}
.cid-tMaY5GVOuZ .point-frame-2 {
  bottom: 19px;
}
.cid-tMaY5GVOuZ .title-container {
  width: 70%;
  padding: 0 40px;
}
@media (max-width: 991px) {
  .cid-tMaY5GVOuZ .title-container {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 767px) {
  .cid-tMaY5GVOuZ .title-container {
    width: 100%;
    padding: 0;
  }
}
.cid-tMaY5GVOuZ .text-container {
  width: 30%;
  padding: 0 40px;
}
@media (max-width: 991px) {
  .cid-tMaY5GVOuZ .text-container {
    padding: 0 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-tMaY5GVOuZ .text-container {
    width: 100%;
    padding: 32px 0 0 0;
  }
}
.cid-tMaY5GVOuZ .item-container {
  width: 100%;
}
.cid-tMaY5GVOuZ .mbr-section-title {
  color: #BF9341;
  width: 100%;
}
.cid-tMaY5GVOuZ .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-tMaY5GVOuZ .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .cid-tMaY5GVOuZ .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tMaY5GVOuZ .mbr-section-title-2 {
  text-align: left;
}
.cid-u1lr8mx3rD {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ded7cd;
}
.cid-u1lr8mx3rD .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u1lr8mx3rD H4 {
  color: #bf9341;
}
.cid-u1ltdft0DY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1a2229;
  overflow: hidden;
}
.cid-u1ltdft0DY .container {
  max-width: 1600px;
}
.cid-u1ltdft0DY .mbr-text {
  color: #BF9341;
  width: 100%;
}
