.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.image-wrapper,
.btn-wrap,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #fbfaf9;
}
body {
  font-family: Manrope;
}
.display-1 {
  font-family: 'Manrope', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Manrope', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Manrope', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #d5bdaf !important;
}
.bg-success {
  background-color: #6de4ad !important;
}
.bg-info {
  background-color: #5bdcf6 !important;
}
.bg-warning {
  background-color: #ffd452 !important;
}
.bg-danger {
  background-color: #e56c77 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d5bdaf !important;
  border-color: #d5bdaf !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #e7d9d0 !important;
  border-color: #e7d9d0 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #e7d9d0 !important;
  border-color: #e7d9d0 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e3d5ca !important;
  border-color: #e3d5ca !important;
  color: #72543c !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f5efeb !important;
  border-color: #f5efeb !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #72543c !important;
  background-color: #f5efeb !important;
  border-color: #f5efeb !important;
}
.btn-info,
.btn-info:active {
  background-color: #5bdcf6 !important;
  border-color: #5bdcf6 !important;
  color: #04414e !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #8be6f9 !important;
  border-color: #8be6f9 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #04414e !important;
  background-color: #8be6f9 !important;
  border-color: #8be6f9 !important;
}
.btn-success,
.btn-success:active {
  background-color: #6de4ad !important;
  border-color: #6de4ad !important;
  color: #0d452b !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #98ecc5 !important;
  border-color: #98ecc5 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #0d452b !important;
  background-color: #98ecc5 !important;
  border-color: #98ecc5 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffd452 !important;
  border-color: #ffd452 !important;
  color: #523e00 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffe185 !important;
  border-color: #ffe185 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #523e00 !important;
  background-color: #ffe185 !important;
  border-color: #ffe185 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e56c77 !important;
  border-color: #e56c77 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ed979f !important;
  border-color: #ed979f !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ed979f !important;
  border-color: #ed979f !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #d5bdaf;
  color: #d5bdaf;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b78e76 !important;
  background-color: transparent !important;
  border-color: #b78e76 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d5bdaf !important;
  border-color: #d5bdaf !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #e3d5ca;
  color: #e3d5ca;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c5a891 !important;
  background-color: transparent !important;
  border-color: #c5a891 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #72543c !important;
  background-color: #e3d5ca !important;
  border-color: #e3d5ca !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #5bdcf6;
  color: #5bdcf6;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0dc8ed !important;
  background-color: transparent !important;
  border-color: #0dc8ed !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #04414e !important;
  background-color: #5bdcf6 !important;
  border-color: #5bdcf6 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #6de4ad;
  color: #6de4ad;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #27d384 !important;
  background-color: transparent !important;
  border-color: #27d384 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #0d452b !important;
  background-color: #6de4ad !important;
  border-color: #6de4ad !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffd452;
  color: #ffd452;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #fabc00 !important;
  background-color: transparent !important;
  border-color: #fabc00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #523e00 !important;
  background-color: #ffd452 !important;
  border-color: #ffd452 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e56c77;
  color: #e56c77;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d52636 !important;
  background-color: transparent !important;
  border-color: #d52636 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e56c77 !important;
  border-color: #e56c77 !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: #d5bdaf !important;
}
.text-secondary {
  color: #e3d5ca !important;
}
.text-success {
  color: #6de4ad !important;
}
.text-info {
  color: #5bdcf6 !important;
}
.text-warning {
  color: #ffd452 !important;
}
.text-danger {
  color: #e56c77 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #b2866c !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c0a087 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #25c67c !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0cbbdf !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ebb100 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #c82332 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !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;
}
.nav-tabs .nav-link.active {
  color: #d5bdaf;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #5bdcf6;
}
.alert-warning {
  background-color: #ffd452;
}
.alert-danger {
  background-color: #e56c77;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 1.5rem;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d5bdaf;
  border-color: #d5bdaf;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #d5bdaf;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Manrope', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #d5bdaf !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Manrope', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #d5bdaf;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .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: #d5bdaf;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #d5bdaf;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #d5bdaf;
  border-bottom-color: #d5bdaf;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #d5bdaf !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #e3d5ca !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='%23d5bdaf' %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-uVtfGBOC70 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uVtfGBOC70 .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-uVtfGBOC70 .btn {
  padding: 0.6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uVtfGBOC70 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uVtfGBOC70 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVtfGBOC70 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uVtfGBOC70 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVtfGBOC70 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVtfGBOC70 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uVtfGBOC70 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uVtfGBOC70 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uVtfGBOC70 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uVtfGBOC70 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uVtfGBOC70 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uVtfGBOC70 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uVtfGBOC70 .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uVtfGBOC70 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uVtfGBOC70 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uVtfGBOC70 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uVtfGBOC70 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uVtfGBOC70 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uVtfGBOC70 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uVtfGBOC70 .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uVtfGBOC70 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uVtfGBOC70 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uVtfGBOC70 .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uVtfGBOC70 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVtfGBOC70 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  backdrop-filter: blur(10px);
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-uVtfGBOC70 .nav-item:focus,
.cid-uVtfGBOC70 .nav-link:focus {
  outline: none;
}
.cid-uVtfGBOC70 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVtfGBOC70 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVtfGBOC70 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVtfGBOC70 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVtfGBOC70 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVtfGBOC70 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVtfGBOC70 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uVtfGBOC70 .navbar.opened {
  transition: all 0.3s;
}
.cid-uVtfGBOC70 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVtfGBOC70 .navbar .navbar-logo img {
  width: auto;
}
.cid-uVtfGBOC70 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uVtfGBOC70 .navbar.collapsed {
  justify-content: center;
}
.cid-uVtfGBOC70 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVtfGBOC70 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVtfGBOC70 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.6rem);
  }
}
.cid-uVtfGBOC70 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVtfGBOC70 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVtfGBOC70 .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-uVtfGBOC70 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVtfGBOC70 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVtfGBOC70 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uVtfGBOC70 .navbar {
    min-height: 72px;
  }
  .cid-uVtfGBOC70 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uVtfGBOC70 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVtfGBOC70 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVtfGBOC70 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVtfGBOC70 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVtfGBOC70 .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-uVtfGBOC70 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVtfGBOC70 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uVtfGBOC70 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVtfGBOC70 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVtfGBOC70 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uVtfGBOC70 .dropdown-item.active,
.cid-uVtfGBOC70 .dropdown-item:active {
  background-color: transparent;
}
.cid-uVtfGBOC70 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVtfGBOC70 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVtfGBOC70 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVtfGBOC70 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVtfGBOC70 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uVtfGBOC70 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uVtfGBOC70 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVtfGBOC70 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uVtfGBOC70 .navbar-buttons {
    text-align: left;
  }
}
.cid-uVtfGBOC70 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVtfGBOC70 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVtfGBOC70 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVtfGBOC70 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVtfGBOC70 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVtfGBOC70 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVtfGBOC70 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVtfGBOC70 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVtfGBOC70 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVtfGBOC70 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVtfGBOC70 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uVtfGBOC70 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVtfGBOC70 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uVtfGBOC70 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVtfGBOC70 .navbar {
    height: 70px;
  }
  .cid-uVtfGBOC70 .navbar.opened {
    height: auto;
  }
  .cid-uVtfGBOC70 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVtfGBOC70 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uVtfGBOC70 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uVtfGBOC70 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uVtfGBOC70 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uVtfGBOC70 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uVtfGBOC70 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uVtfGBOC70 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uVtfGBOC70 .navbar-brand {
    margin-right: auto;
  }
  .cid-uVtfGBOC70 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-uVtfGBOC70 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uVtfGBOC70 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uVtfGBOC70 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uVtfGBOC70 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uVtfGBOC70 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uVtfGBOC70 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uVtfGBOC70 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uVtfGBOC70 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uVtfGBOC70 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uVtfGBOC70 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uVtfGBOC70 .nav-link,
.cid-uVtfGBOC70 .dropdown-item {
  color: #000000;
}
.cid-uVtfGBQO25 {
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uVtfGBQO25 .item-img {
  position: relative;
}
.cid-uVtfGBQO25 .image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  min-height: 800px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uVtfGBQO25 .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uVtfGBQO25 .image-wrapper {
    min-height: 500px;
  }
}
.cid-uVtfGBQO25 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uVtfGBQO25 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uVtfGBQO25 .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-uVtfGBQO25 .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 2rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-uVtfGBQO25 .link-icon-wrapper {
    padding: 1rem;
  }
}
.cid-uVtfGBQO25 .link-icon-wrapper .icon-wrap {
  background: #ffffff;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uVtfGBQO25 .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-uVtfGBQO25 .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-uVtfGBQO25 .link-icon-wrapper .icon-wrap span {
  color: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uVtfGBQO25 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-uVtfGBQO25 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uVtfGBQO25 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-uVtfGBQO25 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uVtfGBQO25 img,
.cid-uVtfGBQO25 .item-img {
  width: 100%;
}
.cid-uVtfGBQO25 .item-title {
  text-align: left;
  color: #000000;
}
.cid-uVtfGBR5hn {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uVtfGBR5hn .item-img {
  position: relative;
}
.cid-uVtfGBR5hn .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-uVtfGBR5hn .cardbg {
  background: #fce4d7;
  height: 100%;
  min-height: 300px;
}
.cid-uVtfGBR5hn .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uVtfGBR5hn .image-wrapper {
  overflow: hidden;
}
.cid-uVtfGBR5hn .item1 {
  margin-bottom: 2rem !important;
}
.cid-uVtfGBR5hn .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uVtfGBR5hn .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uVtfGBR5hn .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #000000;
}
.cid-uVtfGBR5hn .item1,
.cid-uVtfGBR5hn .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uVtfGBR5hn .item1 .item:hover,
.cid-uVtfGBR5hn .item .item:hover {
  cursor: pointer;
}
.cid-uVtfGBR5hn .item1:hover .link-icon-wrapper span,
.cid-uVtfGBR5hn .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-uVtfGBR5hn .card2 {
    margin-top: 1rem;
  }
}
.cid-uVtfGBR5hn .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uVtfGBR5hn .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uVtfGBR5hn .link-icon-wrapper .icon-wrap span {
  color: #fbfaf9;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uVtfGBR5hn .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uVtfGBR5hn .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uVtfGBR5hn .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uVtfGBR5hn .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uVtfGBR5hn .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uVtfGBR5hn .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uVtfGBR5hn img,
.cid-uVtfGBR5hn .item-img {
  width: 100%;
}
.cid-uVtfGBR5hn .item:focus,
.cid-uVtfGBR5hn span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uVtfGBR5hn .item {
    margin-bottom: 1rem;
  }
}
.cid-uVtfGBR5hn .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uVtfGBR5hn .item-title {
  text-align: left;
  color: #000000;
}
.cid-uVtfGBR5hn .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uVtfGBR5hn .mbr-section-subtitle,
.cid-uVtfGBR5hn .subtitle-wrap,
.cid-uVtfGBR5hn .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uVtfGBR5hn .mbr-text,
.cid-uVtfGBR5hn .item .mbr-section-btn {
  color: #000000;
}
.cid-uVtfGBSxNb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uVtfGBSxNb .col-title {
    margin-bottom: 20px;
  }
}
.cid-uVtfGBSxNb .mbr-section-title {
  color: #000000;
}
.cid-uVtfGBSxNb .mbr-section-subtitle {
  color: #000000;
  margin-top: 24px;
}
.cid-uVtfGBSxNb .mbr-text {
  color: #000000;
}
.cid-uVtfGBSxNb .line {
  width: 100%;
  height: 2px;
  background: #e3d5ca;
  margin-bottom: 2rem;
}
.cid-uVtfGBSxNb p {
  line-height: 1.2;
}
.cid-uVtfGBSxNb .mbr-text1 {
  color: #363700;
}
.cid-uVtfGBSxNb .mbr-text2 {
  color: #4B233F;
}
.cid-uVtfGBSxNb .mbr-text3 {
  color: #000000;
}
.cid-uVtfGBSRt4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uVtfGBSRt4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVtfGBSRt4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVtfGBSRt4 .mbr-section-subtitle {
  border-radius: 1rem;
  border: 1px solid currentColor;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  color: #000000;
}
.cid-uVtfGBSRt4 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uVtfGBSRt4 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uVtfGBSRt4 .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  border: 1px solid #000000;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uVtfGBSRt4 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uVtfGBSRt4 .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #000000;
  margin-bottom: 1rem;
  width: 60px;
  justify-content: center;
  align-items: center;
  background: #d9db4d;
  height: 60px;
  border-radius: 50%;
}
.cid-uVtfGBSRt4 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uVtfGBSRt4 .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uVtfGBSRt4 .card-box .item-footer {
  margin-top: auto;
}
.cid-uVtfGBSRt4 .content-head {
  max-width: 800px;
}
.cid-uVtfGBSRt4 .mbr-section-subtitle,
.cid-uVtfGBSRt4 .subtitle-wrap,
.cid-uVtfGBSRt4 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uVtfGBSRt4 .card-price {
  color: #000000;
}
.cid-uVtfGBSRt4 .card-title,
.cid-uVtfGBSRt4 .iconfont-wrapper {
  color: #000000;
}
.cid-uVtfGBSRt4 .card-text {
  color: #000000;
}
.cid-uVtfGBTdXp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVtfGBTdXp .item-img {
  position: relative;
}
.cid-uVtfGBTdXp .item-img img {
  transition: all 0.2s;
}
.cid-uVtfGBTdXp h5 {
  line-height: 1.2;
}
.cid-uVtfGBTdXp .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uVtfGBTdXp .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-uVtfGBTdXp .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uVtfGBTdXp .item:hover img {
  transform: scale(1.05);
}
.cid-uVtfGBTdXp .mbr-section-subtitle {
  border-radius: 1rem;
  border: 1px solid currentColor;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
@media (max-width: 992px) {
  .cid-uVtfGBTdXp .subtitle-wrap,
  .cid-uVtfGBTdXp .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uVtfGBTdXp .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uVtfGBTdXp .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uVtfGBTdXp .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uVtfGBTdXp .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uVtfGBTdXp .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uVtfGBTdXp .link-icon-wrapper .icon-wrap {
  background: #d5bdaf;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uVtfGBTdXp .link-icon-wrapper .icon-wrap span {
  color: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uVtfGBTdXp .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uVtfGBTdXp .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uVtfGBTdXp .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uVtfGBTdXp .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uVtfGBTdXp .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uVtfGBTdXp .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-uVtfGBTdXp img,
.cid-uVtfGBTdXp .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uVtfGBTdXp .item:focus,
.cid-uVtfGBTdXp span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uVtfGBTdXp .item {
    margin-bottom: 1rem;
  }
}
.cid-uVtfGBTdXp .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uVtfGBTdXp .item-title {
  text-align: left;
  color: #000000;
}
.cid-uVtfGBTdXp .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uVtfGBTdXp .mbr-text,
.cid-uVtfGBTdXp .item .mbr-section-btn {
  color: #000000;
}
.cid-uVtfGBTdXp .mbr-section-subtitle,
.cid-uVtfGBTdXp .subtitle-wrap,
.cid-uVtfGBTdXp .mbr-section-btn {
  color: #000000;
}
.cid-uVtfGBTZga {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVtfGBTZga .item-img {
  position: relative;
}
.cid-uVtfGBTZga .item-img img {
  transition: all 0.2s;
  animation: none;
}
.cid-uVtfGBTZga h5 {
  line-height: 1.2;
}
.cid-uVtfGBTZga .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uVtfGBTZga .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-uVtfGBTZga .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uVtfGBTZga .item:hover img {
  transform: scale(1.05);
}
.cid-uVtfGBTZga .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #d5bdaf;
}
@media (max-width: 992px) {
  .cid-uVtfGBTZga .subtitle-wrap,
  .cid-uVtfGBTZga .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uVtfGBTZga .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uVtfGBTZga .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uVtfGBTZga .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uVtfGBTZga .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uVtfGBTZga .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uVtfGBTZga .link-icon-wrapper .icon-wrap {
  background: #d5bdaf;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uVtfGBTZga .link-icon-wrapper .icon-wrap span {
  color: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uVtfGBTZga .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uVtfGBTZga .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uVtfGBTZga .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uVtfGBTZga .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uVtfGBTZga .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uVtfGBTZga .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-uVtfGBTZga img,
.cid-uVtfGBTZga .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uVtfGBTZga .item:focus,
.cid-uVtfGBTZga span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uVtfGBTZga .item {
    margin-bottom: 1rem;
  }
}
.cid-uVtfGBTZga .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uVtfGBTZga .item-title {
  text-align: left;
  color: #000000;
}
.cid-uVtfGBTZga .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uVtfGBTZga .mbr-text,
.cid-uVtfGBTZga .item .mbr-section-btn {
  color: #000000;
}
.cid-uVtfGBTZga .mbr-section-subtitle,
.cid-uVtfGBTZga .subtitle-wrap,
.cid-uVtfGBTZga .mbr-section-btn {
  text-align: left;
}
.cid-uVtfGBUTbC {
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uVtfGBUTbC .item-img {
  position: relative;
}
.cid-uVtfGBUTbC .btn-wrap {
  padding: 1.5rem 1.5rem;
  border-radius: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uVtfGBUTbC .btn-wrap {
    margin-top: 0rem;
    margin-right: 0rem;
    width: 100%;
    padding: 1rem 1rem;
  }
}
.cid-uVtfGBUTbC .title {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cid-uVtfGBUTbC .title {
    top: 25%;
  }
}
.cid-uVtfGBUTbC .image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  height: 100%;
  max-height: 100vh;
}
@media (max-width: 992px) {
  .cid-uVtfGBUTbC .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uVtfGBUTbC .image-wrapper {
    min-height: 400px;
  }
}
.cid-uVtfGBUTbC .image-wrapper img {
  height: 100%;
  object-fit: cover;
  animation: none;
}
.cid-uVtfGBUTbC .image-wrapper::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
  background-color: #4b2a00;
}
.cid-uVtfGBUTbC .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uVtfGBUTbC .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-uVtfGBUTbC .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 6px 16px 0 0;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-uVtfGBUTbC .link-icon-wrapper {
    padding: 1rem;
    flex-direction: column;
  }
}
.cid-uVtfGBUTbC .link-icon-wrapper .icon-wrap {
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid currentColor;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 1rem;
}
.cid-uVtfGBUTbC .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-uVtfGBUTbC .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-uVtfGBUTbC .link-icon-wrapper .icon-wrap span {
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uVtfGBUTbC .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-uVtfGBUTbC .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uVtfGBUTbC .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-uVtfGBUTbC .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uVtfGBUTbC .icon1 {
  color: currentColor;
  border-color: currentColor;
}
.cid-uVtfGBUTbC .icon2 {
  color: currentColor;
  border-color: currentColor;
}
.cid-uVtfGBUTbC img,
.cid-uVtfGBUTbC .item-img {
  width: 100%;
}
.cid-uVtfGBUTbC .mbr-section-btn .btn {
  padding: 32px 24px;
  margin-right: 8px;
  margin-left: 8px;
  margin-bottom: 0;
}
.cid-uVtfGBUTbC .item-title2,
.cid-uVtfGBUTbC .icon2 {
  color: #2a2c2d;
}
.cid-uVtfGBUTbC .item-title1,
.cid-uVtfGBUTbC .icon1 {
  color: #ffffff;
}
.cid-uVtfGBUTbC .main-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uVtfGBUTbC .main-title DIV {
  text-align: center;
}
.cid-uVtfGBV0l1 {
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uVtfGBV0l1 .item-img {
  position: relative;
}
.cid-uVtfGBV0l1 .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  height: 100%;
  max-height: 100vh;
}
@media (max-width: 992px) {
  .cid-uVtfGBV0l1 .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uVtfGBV0l1 .image-wrapper {
    min-height: 400px;
  }
}
.cid-uVtfGBV0l1 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uVtfGBV0l1 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uVtfGBV0l1 .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-uVtfGBV0l1 .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 2rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-uVtfGBV0l1 .link-icon-wrapper {
    padding: 1rem;
  }
}
.cid-uVtfGBV0l1 .link-icon-wrapper .icon-wrap {
  background: #ffffff;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uVtfGBV0l1 .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-uVtfGBV0l1 .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-uVtfGBV0l1 .link-icon-wrapper .icon-wrap span {
  color: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uVtfGBV0l1 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-uVtfGBV0l1 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uVtfGBV0l1 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-uVtfGBV0l1 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uVtfGBV0l1 img,
.cid-uVtfGBV0l1 .item-img {
  width: 100%;
}
.cid-uVtfGBV0l1 .item-title {
  color: #000000;
}
.cid-uVtfGBVe6P {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uVtfGBVe6P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVtfGBVe6P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVtfGBVe6P .item-wrapper {
  width: 100%;
}
.cid-uVtfGBVe6P .icon-wrap {
  display: inline-flex;
  margin-top: 2rem;
}
.cid-uVtfGBVe6P .mbr-link {
  background: #d5bdaf;
  padding: 0.4rem 1rem;
  margin-right: 0.5rem;
  border-radius: 1rem;
}
.cid-uVtfGBVe6P .card-box {
  padding: 0rem;
  width: 100%;
  display: inline-flex;
  flex-direction: column;
}
.cid-uVtfGBVe6P .icon {
  color: black;
  background: #d5bdaf;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding-top: 1px;
}
.cid-uVtfGBVe6P p {
  background: #d5bdaf;
  width: fit-content;
  border-radius: 0.8rem;
  padding: 0.2rem 1rem;
  line-height: 1.2;
  display: inline-block;
  transform: scale(1.05);
}
.cid-uVtfGBVe6P .card-wrapper {
  min-height: 700px;
  display: flex;
  padding: 1rem;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uVtfGBVe6P .card-wrapper {
    padding: 1.5rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uVtfGBVe6P .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVtfGBVe6P .card-wrapper {
    padding: 4rem;
  }
}
.cid-uVtfGBVe6P .wrap {
  background: url("../../../assets/images/photo-1677083969178-270d54394133.jpeg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uVtfGBVe6P .wrap .inner-wrap {
  padding: 40px;
}
.cid-uVtfGBVe6P .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uVtfGBVe6P .mbr-text,
.cid-uVtfGBVe6P .card-box {
  text-align: center;
  color: #000000;
}
.cid-uVtfGBVe6P .mbr-link,
.cid-uVtfGBVe6P .link-wrapper {
  color: #000000;
}
.cid-uVtfGBVTHX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uVtfGBVTHX .col-title {
    margin-bottom: 20px;
  }
}
.cid-uVtfGBVTHX .mbr-section-title {
  color: #000000;
}
.cid-uVtfGBVTHX .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-uVtfGBVTHX .mbr-text {
  color: #000000;
}
.cid-uVtfGBW60E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVtfGBW60E .item-img {
  position: relative;
}
.cid-uVtfGBW60E .item-img img {
  transition: all 0.2s;
}
.cid-uVtfGBW60E h5 {
  line-height: 1.2;
}
.cid-uVtfGBW60E .item {
  transition: transform 0.3s;
}
.cid-uVtfGBW60E .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-uVtfGBW60E .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uVtfGBW60E .item:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uVtfGBW60E .item {
    margin-bottom: 2rem;
  }
}
.cid-uVtfGBW60E .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #fbfaf9;
}
@media (max-width: 992px) {
  .cid-uVtfGBW60E .subtitle-wrap,
  .cid-uVtfGBW60E .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uVtfGBW60E .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uVtfGBW60E .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uVtfGBW60E .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uVtfGBW60E .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uVtfGBW60E .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uVtfGBW60E .link-icon-wrapper .icon-wrap {
  background: #fce4d7;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uVtfGBW60E .link-icon-wrapper .icon-wrap span {
  color: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uVtfGBW60E .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uVtfGBW60E .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uVtfGBW60E .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uVtfGBW60E .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uVtfGBW60E .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uVtfGBW60E .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-uVtfGBW60E img,
.cid-uVtfGBW60E .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uVtfGBW60E .item:focus,
.cid-uVtfGBW60E span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uVtfGBW60E .item {
    margin-bottom: 1rem;
  }
}
.cid-uVtfGBW60E .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uVtfGBW60E .item-title {
  text-align: left;
  color: #000000;
}
.cid-uVtfGBW60E .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uVtfGBW60E .mbr-text,
.cid-uVtfGBW60E .item .mbr-section-btn {
  color: #000000;
}
.cid-uVtfGBW60E .mbr-section-subtitle,
.cid-uVtfGBW60E .subtitle-wrap,
.cid-uVtfGBW60E .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uVtfGBWSqg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVtfGBWSqg .item-img {
  position: relative;
}
.cid-uVtfGBWSqg .item-img img {
  transition: all 0.2s;
}
.cid-uVtfGBWSqg .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uVtfGBWSqg .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-uVtfGBWSqg .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uVtfGBWSqg .item:hover img {
  transform: scale(1.05);
}
.cid-uVtfGBWSqg .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uVtfGBWSqg .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uVtfGBWSqg .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
}
.cid-uVtfGBWSqg .item-wrapper::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
  background-color: #4b2a00;
  z-index: 1;
  pointer-events: none !important;
}
.cid-uVtfGBWSqg .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uVtfGBWSqg .item-link {
  position: absolute;
  z-index: 1;
  bottom: 8px;
  right: 90px;
  color: #FFFFFF;
}
.cid-uVtfGBWSqg .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uVtfGBWSqg .link-icon-wrapper .icon-wrap {
  background: #d5bdaf;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uVtfGBWSqg .link-icon-wrapper .icon-wrap span {
  color: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uVtfGBWSqg .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uVtfGBWSqg .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uVtfGBWSqg .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uVtfGBWSqg .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uVtfGBWSqg .item-content {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uVtfGBWSqg .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uVtfGBWSqg img,
.cid-uVtfGBWSqg .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uVtfGBWSqg .item:focus,
.cid-uVtfGBWSqg span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uVtfGBWSqg .item {
    margin-bottom: 1rem;
  }
}
.cid-uVtfGBWSqg .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uVtfGBWSqg .item-title {
  text-align: left;
  color: #FFFFFF;
}
.cid-uVtfGBWSqg .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uVtfGBWSqg .mbr-section-subtitle,
.cid-uVtfGBWSqg .subtitle-wrap,
.cid-uVtfGBWSqg .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uVtfGBWSqg .mbr-text,
.cid-uVtfGBWSqg .item .mbr-section-btn {
  color: #ffffff;
}
.cid-uVtfGBWSqg a {
  animation: none;
}
.cid-uVtfGBXJOQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVtfGBXJOQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uVtfGBXJOQ .row {
  flex-direction: row-reverse;
}
.cid-uVtfGBXS9P {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uVtfGBXS9P .margin-sm-top {
    margin-top: 4rem;
  }
}
.cid-uVtfGBXS9P .item-img {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uVtfGBXS9P .col-lg-9 {
    margin-bottom: 2rem;
  }
}
.cid-uVtfGBXS9P .item-round {
  background: #e3d5ca;
  border-radius: 50%;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 2rem;
  padding: 2rem;
}
@media (max-width: 1800px) {
  .cid-uVtfGBXS9P .item-round h5 {
    font-size: 2rem !important;
  }
  .cid-uVtfGBXS9P .item-round p {
    font-size: 1.5rem !important;
  }
}
.cid-uVtfGBXS9P p {
  line-height: 1.2;
}
.cid-uVtfGBXS9P .item-content2 {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: auto;
}
@media (max-width: 767px) {
  .cid-uVtfGBXS9P .item-content2 {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uVtfGBXS9P .link-icon-wrapper2 {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uVtfGBXS9P .link-icon-wrapper2 .icon-wrap2 {
  background: #d6ccc2;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uVtfGBXS9P .link-icon-wrapper2 .icon-wrap2 span {
  color: #fbfaf9;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uVtfGBXS9P .link-icon-wrapper2 .svg3 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uVtfGBXS9P .link-icon-wrapper2 .svg3 path {
  fill: #ffffff;
}
.cid-uVtfGBXS9P .link-icon-wrapper2 .svg4 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uVtfGBXS9P .link-icon-wrapper2 .svg4 path {
  fill: #ffffff;
}
.cid-uVtfGBXS9P .image-wrapper {
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uVtfGBXS9P .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uVtfGBXS9P .image-wrapper {
    min-height: 400px;
  }
}
.cid-uVtfGBXS9P .image-wrapper img {
  height: 100%;
  object-fit: cover;
  animation: none;
}
.cid-uVtfGBXS9P .image_1,
.cid-uVtfGBXS9P .image_2 {
  position: relative;
}
.cid-uVtfGBXS9P .image_1::before,
.cid-uVtfGBXS9P .image_2::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
  background-color: #4b2a00;
  z-index: 1;
}
.cid-uVtfGBXS9P .item-wrapper {
  overflow: hidden;
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uVtfGBXS9P .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 2rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-uVtfGBXS9P .link-icon-wrapper {
    padding: 1rem;
  }
}
.cid-uVtfGBXS9P .link-icon-wrapper .icon-wrap {
  background: #d5bdaf;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uVtfGBXS9P .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-uVtfGBXS9P .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-uVtfGBXS9P .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uVtfGBXS9P .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-uVtfGBXS9P .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uVtfGBXS9P .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-uVtfGBXS9P .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uVtfGBXS9P img,
.cid-uVtfGBXS9P .item-img {
  width: 100%;
  height: 100%;
}
.cid-uVtfGBXS9P .item-title2 {
  color: #FFFFFF;
}
.cid-uVtfGBXS9P .mbr-text,
.cid-uVtfGBXS9P .item .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uVtfGBXS9P .item2 {
  max-height: 300px;
  transition: transform 0.3s;
}
.cid-uVtfGBXS9P .item2 img {
  height: 300px;
}
.cid-uVtfGBXS9P .item2:hover {
  cursor: pointer;
}
.cid-uVtfGBXS9P .item2:hover .link-icon-wrapper2 span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uVtfGBXS9P .item {
  margin-bottom: 2rem;
}
.cid-uVtfGBXS9P .item:last-child {
  margin-bottom: 0;
}
.cid-uVtfGBXS9P .item-title {
  color: #000000;
}
.cid-uVtfGBYGKy {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uVtfGBYGKy img {
  width: 180px;
  margin: auto;
}
.cid-uVtfGBYGKy .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.cid-uVtfGBYGKy .mbr-section-title {
  color: #000000;
}
.cid-uVtfGBYGKy .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #fbfaf9;
}
.cid-uVtfGBYGKy .mbr-section-subtitle,
.cid-uVtfGBYGKy .subtitle-wrap,
.cid-uVtfGBYGKy .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uVtfGBZ7Hm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVtfGBZ7Hm .item-img {
  position: relative;
}
.cid-uVtfGBZ7Hm .item-img img {
  transition: all 0.2s;
}
.cid-uVtfGBZ7Hm h5 {
  line-height: 1.2;
}
.cid-uVtfGBZ7Hm .item {
  transition: transform 0.3s;
}
.cid-uVtfGBZ7Hm .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-uVtfGBZ7Hm .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uVtfGBZ7Hm .item:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uVtfGBZ7Hm .item {
    margin-bottom: 2rem;
  }
}
.cid-uVtfGBZ7Hm .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #fbfaf9;
}
@media (max-width: 992px) {
  .cid-uVtfGBZ7Hm .subtitle-wrap,
  .cid-uVtfGBZ7Hm .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uVtfGBZ7Hm .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uVtfGBZ7Hm .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uVtfGBZ7Hm .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uVtfGBZ7Hm .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uVtfGBZ7Hm .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uVtfGBZ7Hm .link-icon-wrapper .icon-wrap {
  background: #d5bdaf;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uVtfGBZ7Hm .link-icon-wrapper .icon-wrap span {
  color: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uVtfGBZ7Hm .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uVtfGBZ7Hm .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uVtfGBZ7Hm .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uVtfGBZ7Hm .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uVtfGBZ7Hm .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uVtfGBZ7Hm .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-uVtfGBZ7Hm img,
.cid-uVtfGBZ7Hm .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uVtfGBZ7Hm .item:focus,
.cid-uVtfGBZ7Hm span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uVtfGBZ7Hm .item {
    margin-bottom: 1rem;
  }
}
.cid-uVtfGBZ7Hm .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uVtfGBZ7Hm .item-title {
  text-align: left;
  color: #000000;
}
.cid-uVtfGBZ7Hm .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uVtfGBZ7Hm .mbr-text,
.cid-uVtfGBZ7Hm .item .mbr-section-btn {
  color: #000000;
}
.cid-uVtfGBZ7Hm .mbr-section-subtitle,
.cid-uVtfGBZ7Hm .subtitle-wrap,
.cid-uVtfGBZ7Hm .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uVtfGBZGnI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVtfGBZGnI .item-img {
  position: relative;
}
.cid-uVtfGBZGnI .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-uVtfGBZGnI .card-text {
    padding-left: 4rem;
  }
}
.cid-uVtfGBZGnI h5 {
  line-height: 1.2;
}
.cid-uVtfGBZGnI .card {
  margin-bottom: 2rem;
}
.cid-uVtfGBZGnI .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uVtfGBZGnI .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uVtfGBZGnI .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #d6ccc2;
}
@media (max-width: 992px) {
  .cid-uVtfGBZGnI .image-wrapper {
    min-height: 200px;
  }
}
.cid-uVtfGBZGnI .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uVtfGBZGnI .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uVtfGBZGnI .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #000000;
}
.cid-uVtfGBZGnI .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uVtfGBZGnI .link-icon-wrapper .icon-wrap {
  background: #d5bdaf;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uVtfGBZGnI .link-icon-wrapper .icon-wrap span {
  color: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uVtfGBZGnI .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uVtfGBZGnI .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uVtfGBZGnI .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uVtfGBZGnI .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uVtfGBZGnI .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uVtfGBZGnI .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uVtfGBZGnI img,
.cid-uVtfGBZGnI .item-img {
  width: 100%;
}
.cid-uVtfGBZGnI .item:focus,
.cid-uVtfGBZGnI span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uVtfGBZGnI .item {
    margin-bottom: 1rem;
  }
}
.cid-uVtfGBZGnI .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uVtfGBZGnI .item-title {
  text-align: left;
  color: #000000;
}
.cid-uVtfGBZGnI .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uVtfGBZGnI .mbr-section-subtitle,
.cid-uVtfGBZGnI .subtitle-wrap,
.cid-uVtfGBZGnI .mbr-section-btn {
  text-align: left;
}
.cid-uVtfGBZGnI .mbr-text,
.cid-uVtfGBZGnI .item .mbr-section-btn {
  color: #ffffff;
}
.cid-uVtfGBZGnI .mbr-text {
  color: #000000;
}
.cid-uVtfGBZGnI .mbr-title2 {
  color: #000000;
}
.cid-uVtfGC0EnP {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uVtfGC0EnP .item-img {
  position: relative;
}
.cid-uVtfGC0EnP .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-uVtfGC0EnP .cardbg {
  background: #f9e6d4;
  height: 100%;
  min-height: 160px;
}
.cid-uVtfGC0EnP .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uVtfGC0EnP .image-wrapper {
  overflow: hidden;
}
.cid-uVtfGC0EnP .item1 {
  margin-bottom: 2rem !important;
}
.cid-uVtfGC0EnP .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uVtfGC0EnP .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uVtfGC0EnP .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #000000;
}
.cid-uVtfGC0EnP .item1,
.cid-uVtfGC0EnP .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uVtfGC0EnP .item1 .item:hover,
.cid-uVtfGC0EnP .item .item:hover {
  cursor: pointer;
}
.cid-uVtfGC0EnP .item1:hover .link-icon-wrapper span,
.cid-uVtfGC0EnP .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-uVtfGC0EnP .card2 {
    margin-top: 1rem;
  }
}
.cid-uVtfGC0EnP .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uVtfGC0EnP .link-icon-wrapper .icon-wrap {
  background: #d5bdaf;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uVtfGC0EnP .link-icon-wrapper .icon-wrap span {
  color: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uVtfGC0EnP .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uVtfGC0EnP .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uVtfGC0EnP .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uVtfGC0EnP .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uVtfGC0EnP .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uVtfGC0EnP .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uVtfGC0EnP img,
.cid-uVtfGC0EnP .item-img {
  width: 100%;
}
.cid-uVtfGC0EnP .item:focus,
.cid-uVtfGC0EnP span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uVtfGC0EnP .item {
    margin-bottom: 1rem;
  }
}
.cid-uVtfGC0EnP .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uVtfGC0EnP .item-title {
  text-align: left;
  color: #000000;
}
.cid-uVtfGC0EnP .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uVtfGC0EnP .mbr-section-subtitle,
.cid-uVtfGC0EnP .subtitle-wrap,
.cid-uVtfGC0EnP .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uVtfGC0EnP .mbr-text,
.cid-uVtfGC0EnP .item .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uVtfGC0QTM {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uVtfGC0QTM .item-img {
  position: relative;
}
.cid-uVtfGC0QTM .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-uVtfGC0QTM .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uVtfGC0QTM .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uVtfGC0QTM .item1 {
  padding-bottom: 2rem;
}
.cid-uVtfGC0QTM .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
}
.cid-uVtfGC0QTM .item-wrapper::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
  background-color: #4b2a00;
  z-index: 1;
  pointer-events: none !important;
}
.cid-uVtfGC0QTM .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uVtfGC0QTM .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uVtfGC0QTM .item1,
.cid-uVtfGC0QTM .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uVtfGC0QTM .item1 .item:hover,
.cid-uVtfGC0QTM .item .item:hover {
  cursor: pointer;
}
.cid-uVtfGC0QTM .item1:hover .link-icon-wrapper span,
.cid-uVtfGC0QTM .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uVtfGC0QTM .item1:hover img,
.cid-uVtfGC0QTM .item:hover img {
  transform: scale(1.05);
}
.cid-uVtfGC0QTM .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uVtfGC0QTM .link-icon-wrapper .icon-wrap {
  background: #d5bdaf;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uVtfGC0QTM .link-icon-wrapper .icon-wrap span {
  color: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uVtfGC0QTM .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uVtfGC0QTM .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uVtfGC0QTM .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uVtfGC0QTM .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uVtfGC0QTM .item-content {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uVtfGC0QTM .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uVtfGC0QTM img,
.cid-uVtfGC0QTM .item-img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.cid-uVtfGC0QTM .item:focus,
.cid-uVtfGC0QTM span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uVtfGC0QTM .item {
    margin-bottom: 1rem;
  }
}
.cid-uVtfGC0QTM .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uVtfGC0QTM .item-title {
  text-align: left;
  color: #FFFFFF;
}
.cid-uVtfGC0QTM .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uVtfGC0QTM .mbr-section-subtitle,
.cid-uVtfGC0QTM .subtitle-wrap,
.cid-uVtfGC0QTM .mbr-section-btn {
  text-align: left;
}
.cid-uVtfGC0QTM .mbr-text,
.cid-uVtfGC0QTM .item .mbr-section-btn {
  color: #ffffff;
}
.cid-uVtfGC1FxV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uVtfGC1FxV .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #4b2a00 !important;
  transition: all 0.3s;
  transform: rotate(45deg);
  font-weight: bold;
}
.cid-uVtfGC1FxV .panel-group {
  border: none;
}
.cid-uVtfGC1FxV .card-header {
  padding: 0.5rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-uVtfGC1FxV .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uVtfGC1FxV .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uVtfGC1FxV .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uVtfGC1FxV .img-col {
  padding: 0;
}
.cid-uVtfGC1FxV .img-item {
  height: 100%;
}
.cid-uVtfGC1FxV img {
  height: 100%;
  object-fit: cover;
}
.cid-uVtfGC1FxV .collapsed span {
  transform: rotate(0deg);
}
.cid-uVtfGC1FxV .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uVtfGC1FxV p {
  margin-bottom: 0.3rem;
}
.cid-uVtfGC1FxV .panel-title-edit {
  color: #000000;
}
.cid-uVtfGC1FxV .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uVtfGC1FxV .card {
  background: #f9e6d4;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uVtfGC1FxV .card {
    padding: 1.5rem;
  }
}
.cid-uVtfGC1FxV .panel-text {
  color: #000000;
}
.cid-uVtfGC1FxV .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uVtfGC1FxV .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uVtfGC1FxV .panel-title-edit,
.cid-uVtfGC1FxV .mbr-iconfont {
  color: #000000;
}
.cid-uVtfGC2Hh4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uVtfGC2Hh4 .item:focus,
.cid-uVtfGC2Hh4 span:focus {
  outline: none;
}
.cid-uVtfGC2Hh4 .item {
  cursor: pointer;
}
.cid-uVtfGC2Hh4 .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uVtfGC2Hh4 .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uVtfGC2Hh4 .grid-container-1,
.cid-uVtfGC2Hh4 .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uVtfGC2Hh4 .grid-container-1,
  .cid-uVtfGC2Hh4 .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-uVtfGC2Hh4 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uVtfGC2Hh4 .content-head {
  max-width: 800px;
}
.cid-uVtfGC2Hh4 .container,
.cid-uVtfGC2Hh4 .container-fluid {
  overflow: hidden;
}
.cid-uVtfGC2Hh4 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uVtfGC2Hh4 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uVtfGC2Hh4 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uVtfGC2Hh4 .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uVtfGC2Hh4 .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uVtfGC2Hh4 .grid-container-1,
.cid-uVtfGC2Hh4 .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uVtfGC2Hh4 .grid-container-1 {
  align-items: flex-end;
}
.cid-uVtfGC2Hh4 .grid-container-2 {
  align-items: flex-start;
}
.cid-uVtfGC2OpR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uVtfGC2OpR .col-title {
    margin-bottom: 20px;
  }
}
.cid-uVtfGC2OpR .mbr-section-title {
  color: #000000;
}
.cid-uVtfGC2OpR .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-uVtfGC2OpR .mbr-text {
  color: #000000;
}
.cid-uVtfGC2t1v {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uVtfGC2t1v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVtfGC2t1v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVtfGC2t1v .row {
  flex-direction: row-reverse;
}
.cid-uVtfGC3qk7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVtfGC3qk7 .mbr-section-title {
  color: #000000;
}
.cid-uVtfGC3qk7 .mbr-section-subtitle {
  color: #000000;
}
.cid-uVtfGC3qk7 .mbr-text {
  color: #000000;
  padding: 2rem;
}
@media (max-width: 992px) {
  .cid-uVtfGC3qk7 .mbr-text {
    padding: 0;
    margin-top: 2rem;
  }
}
.cid-uVtfGC3qk7 .line {
  height: 2px;
  background: currentColor;
  margin-bottom: 1.5rem;
}
.cid-uVtfGC3qk7 .mbr-section-title,
.cid-uVtfGC3qk7 .line {
  color: #000000;
}
.cid-uVtfGC3GjK {
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-uVtfGC3GjK {
    align-items: center;
  }
  .cid-uVtfGC3GjK .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uVtfGC3GjK .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uVtfGC3GjK {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uVtfGC3GjK .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uVtfGC3GjK .content-wrap {
    width: 100%;
  }
}
.cid-uVtfGC3GjK .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uVtfGC3GjK .mbr-text,
.cid-uVtfGC3GjK .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uVtfGC32Xn {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uVtfGC32Xn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVtfGC32Xn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVtfGC32Xn img {
  object-fit: cover;
}
.cid-uVtfGC32Xn .row {
  margin: 0;
}
.cid-uVtfGC32Xn .item-wrapper {
  width: 100%;
}
.cid-uVtfGC32Xn .icon-wrap {
  display: inline-flex;
  margin-top: 2rem;
}
.cid-uVtfGC32Xn .card-box {
  padding: 0rem 2rem;
  width: 100%;
  max-width: 600px;
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uVtfGC32Xn .card-box {
    padding: 0rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uVtfGC32Xn .card-wrapper {
  display: flex;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uVtfGC32Xn .card-wrapper {
    padding: 1rem 0rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uVtfGC32Xn .card-wrapper {
    padding: 3rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVtfGC32Xn .card-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-uVtfGC32Xn .wrap {
  background: #fce4d7;
}
.cid-uVtfGC32Xn .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uVtfGC32Xn .mbr-text,
.cid-uVtfGC32Xn .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-uVtfGC32Xn .mbr-link,
.cid-uVtfGC32Xn .link-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uVtfGC32Xn .mbr-text {
  text-align: left;
  color: #4F2609;
}
.cid-uVtfGC32Xn .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uVtfGC32Xn .mbr-section-title,
.cid-uVtfGC32Xn .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uVtfGC489v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVtfGC489v .item-img {
  position: relative;
}
.cid-uVtfGC489v .item-img img {
  transition: all 0.2s;
}
.cid-uVtfGC489v .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uVtfGC489v .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-uVtfGC489v .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uVtfGC489v .item:hover img {
  transform: scale(1.05);
}
.cid-uVtfGC489v .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uVtfGC489v .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uVtfGC489v .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
}
.cid-uVtfGC489v .item-wrapper::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
  background-color: #4b2a00;
  z-index: 1;
  pointer-events: none !important;
}
.cid-uVtfGC489v .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uVtfGC489v .item-link {
  z-index: 1;
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #FFFFFF;
}
.cid-uVtfGC489v .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uVtfGC489v .link-icon-wrapper .icon-wrap {
  background: #d5bdaf;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uVtfGC489v .link-icon-wrapper .icon-wrap span {
  color: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uVtfGC489v .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uVtfGC489v .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uVtfGC489v .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uVtfGC489v .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uVtfGC489v .item-content {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uVtfGC489v .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uVtfGC489v img,
.cid-uVtfGC489v .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uVtfGC489v .item:focus,
.cid-uVtfGC489v span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uVtfGC489v .item {
    margin-bottom: 1rem;
  }
}
.cid-uVtfGC489v .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uVtfGC489v .item-title {
  text-align: left;
  color: #FFFFFF;
}
.cid-uVtfGC489v .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uVtfGC489v .mbr-section-subtitle,
.cid-uVtfGC489v .subtitle-wrap,
.cid-uVtfGC489v .mbr-section-btn {
  text-align: center;
}
.cid-uVtfGC489v .mbr-text,
.cid-uVtfGC489v .item .mbr-section-btn {
  color: #ffffff;
}
.cid-uVtfGC489v a {
  animation: none;
}
.cid-uVtfGC5SkO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uVtfGC5SkO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVtfGC5SkO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVtfGC5SkO .mbr-figure iframe {
  height: 750px;
}
@media (max-width: 992px) {
  .cid-uVtfGC5SkO .mbr-figure iframe {
    height: 350px;
  }
}
.cid-uVtfGC5SkO .mbr-figure .app-video-wrapper img {
  object-fit: cover;
  height: 750px;
}
@media (max-width: 992px) {
  .cid-uVtfGC5SkO .mbr-figure .app-video-wrapper img {
    height: 350px;
  }
}
.cid-uVtfGC5SkO .content-head {
  max-width: 800px;
}
.cid-uVtfGC5SkO .mbr-section-title {
  color: #000000;
}
.cid-uVtfGC597a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uVtfGC597a .col-title {
    margin-bottom: 20px;
  }
}
.cid-uVtfGC597a .mbr-section-title {
  color: #4D2802;
}
.cid-uVtfGC597a .mbr-text {
  color: #000000;
}
.cid-uVtfGC597a .line {
  width: 100%;
  height: 2px;
  background: #e3d5ca;
  margin-top: 2rem;
}
.cid-uVtfGC597a .mbr-section-subtitle {
  border-radius: 1rem;
  border: 1px solid currentColor;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uVtfGC597a .row {
  justify-content: space-between;
}
.cid-uVtfGC597a .mbr-text1 {
  color: #0046c7;
}
.cid-uVtfGC597a img {
  object-fit: cover;
}
.cid-uVtfGC597a h3 {
  transition: all 0.3s;
  position: relative;
  animation: none;
}
.cid-uVtfGC597a h3:hover {
  transform: translateX(25px);
  cursor: pointer;
}
.cid-uVtfGC597a h3:hover:before {
  opacity: 1;
}
.cid-uVtfGC597a h3:before {
  content: '';
  background: currentColor;
  width: 12px;
  transition: all 0.3s;
  height: 12px;
  opacity: 0;
  border-radius: 50%;
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
}
.cid-uVtfGC597a .mbr-section-subtitle,
.cid-uVtfGC597a .subtitle-wrap,
.cid-uVtfGC597a .mbr-section-btn {
  color: #000000;
}
.cid-uVtfGC6UoD {
  background-image: url("../../../assets/images/photo-1726608865598-24f1eb502043.jpeg");
}
.cid-uVtfGC6UoD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVtfGC6UoD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVtfGC6UoD .row {
  flex-direction: row-reverse;
}
.cid-uVtfGC6hZu {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uVtfGC6hZu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVtfGC6hZu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVtfGC6hZu input:hover {
  border-color: white !important;
}
.cid-uVtfGC6hZu .col-auto {
  width: 100%;
  text-align: right !important;
}
@media (max-width: 992px) {
  .cid-uVtfGC6hZu .mb {
    margin-bottom: 2rem;
  }
}
.cid-uVtfGC6hZu img {
  object-fit: cover;
}
.cid-uVtfGC6hZu .item-wrapper {
  width: 100%;
}
.cid-uVtfGC6hZu .icon-wrap {
  display: inline-flex;
  margin-top: 2rem;
}
.cid-uVtfGC6hZu .card-box {
  padding: 3rem 2rem;
  width: 100%;
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uVtfGC6hZu .card-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uVtfGC6hZu .card-box {
    padding: 1rem;
  }
}
.cid-uVtfGC6hZu .mobi-mbri {
  color: black;
  font-size: 1.2rem !important;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding-top: 1px;
  margin-left: 1rem;
}
.cid-uVtfGC6hZu .card-wrapper {
  display: flex;
}
.cid-uVtfGC6hZu .wrap {
  background: #fce4d7;
}
.cid-uVtfGC6hZu .form-control {
  background-color: #ffffff;
}
.cid-uVtfGC6hZu .form-control::placeholder {
  color: #000000;
  opacity: 0.7;
}
.cid-uVtfGC6hZu .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uVtfGC6hZu .mbr-text,
.cid-uVtfGC6hZu .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-uVtfGC6hZu .mbr-link,
.cid-uVtfGC6hZu .link-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uVtfGC6hZu .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uVtfGC6hZu .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uVtfGC61EJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uVtfGC61EJ .col-title {
    margin-bottom: 20px;
  }
}
.cid-uVtfGC61EJ .mbr-section-title {
  color: #000000;
}
.cid-uVtfGC61EJ .mbr-section-subtitle {
  color: #000000;
  margin-top: 24px;
}
.cid-uVtfGC61EJ .mbr-text {
  color: #000000;
}
.cid-uVtfGC61EJ .line {
  width: 100%;
  height: 2px;
  background: #000000;
  margin-bottom: 2rem;
}
.cid-uVtfGC61EJ p {
  line-height: 1.2;
}
.cid-uVtfGC61EJ .mbr-text1 {
  color: #000000;
}
.cid-uVtfGC61EJ .mbr-text2 {
  color: #000000;
}
.cid-uVtfGC61EJ .mbr-text3 {
  color: #000000;
}
.cid-uVtfGC7R6j {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uVtfGC7R6j .media-container-row .mbr-text {
  color: #FFFFFF;
}
.cid-uVtfGC7R6j .item-wrapper {
  background: #4b2a00;
  border-radius: 2rem;
  padding: 1.5rem;
}
