.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: #f2e6e8;
}
body {
  font-family: Source Serif 4;
}
.display-1 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Source Serif 4', 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: #f7b538 !important;
}
.bg-success {
  background-color: #27d584 !important;
}
.bg-info {
  background-color: #0dc9ef !important;
}
.bg-warning {
  background-color: #fcbd00 !important;
}
.bg-danger {
  background-color: #d72536 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f7b538 !important;
  border-color: #f7b538 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #f9c769 !important;
  border-color: #f9c769 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f9c769 !important;
  border-color: #f9c769 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #c32f27 !important;
  border-color: #c32f27 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #da4b43 !important;
  border-color: #da4b43 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #da4b43 !important;
  border-color: #da4b43 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0dc9ef !important;
  border-color: #0dc9ef !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #3bd5f4 !important;
  border-color: #3bd5f4 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3bd5f4 !important;
  border-color: #3bd5f4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #27d584 !important;
  border-color: #27d584 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #50df9c !important;
  border-color: #50df9c !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #50df9c !important;
  border-color: #50df9c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fcbd00 !important;
  border-color: #fcbd00 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffcb30 !important;
  border-color: #ffcb30 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffcb30 !important;
  border-color: #ffcb30 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d72536 !important;
  border-color: #d72536 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #e14e5c !important;
  border-color: #e14e5c !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e14e5c !important;
  border-color: #e14e5c !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: #f7b538;
  color: #f7b538;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d08b08 !important;
  background-color: transparent !important;
  border-color: #d08b08 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f7b538 !important;
  border-color: #f7b538 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #c32f27;
  color: #c32f27;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #7b1e19 !important;
  background-color: transparent !important;
  border-color: #7b1e19 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #c32f27 !important;
  border-color: #c32f27 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0dc9ef;
  color: #0dc9ef;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #09849d !important;
  background-color: transparent !important;
  border-color: #09849d !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0dc9ef !important;
  border-color: #0dc9ef !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #27d584;
  color: #27d584;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1a8c57 !important;
  background-color: transparent !important;
  border-color: #1a8c57 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #27d584 !important;
  border-color: #27d584 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #fcbd00;
  color: #fcbd00;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a57c00 !important;
  background-color: transparent !important;
  border-color: #a57c00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #fcbd00 !important;
  border-color: #fcbd00 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #d72536;
  color: #d72536;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #8d1823 !important;
  background-color: transparent !important;
  border-color: #8d1823 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d72536 !important;
  border-color: #d72536 !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: #f7b538 !important;
}
.text-secondary {
  color: #c32f27 !important;
}
.text-success {
  color: #27d584 !important;
}
.text-info {
  color: #0dc9ef !important;
}
.text-warning {
  color: #fcbd00 !important;
}
.text-danger {
  color: #d72536 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #c18108 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #6e1b16 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #177f4f !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #08788e !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #967100 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #801620 !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: #f7b538;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0dc9ef;
}
.alert-warning {
  background-color: #fcbd00;
}
.alert-danger {
  background-color: #d72536;
}
.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: #f7b538;
  border-color: #f7b538;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f7b538;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fffefc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d1f7e5;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ccf4fc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff2c9;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f7d1d5;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Source Serif 4', 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: #f7b538 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Source Serif 4', 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: #f7b538;
}
/* 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: #f7b538;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f7b538;
}
.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: #f7b538;
  border-bottom-color: #f7b538;
}
.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: #f7b538 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #c32f27 !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='%23f7b538' %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-uNO4vfPcVn {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uNO4vfPcVn .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-uNO4vfPcVn .btn {
  padding: 0.6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uNO4vfPcVn .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uNO4vfPcVn .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-uNO4vfPcVn .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uNO4vfPcVn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNO4vfPcVn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNO4vfPcVn .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uNO4vfPcVn .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uNO4vfPcVn .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uNO4vfPcVn .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uNO4vfPcVn .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uNO4vfPcVn .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uNO4vfPcVn .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uNO4vfPcVn .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uNO4vfPcVn .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uNO4vfPcVn .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uNO4vfPcVn .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uNO4vfPcVn .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uNO4vfPcVn .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uNO4vfPcVn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uNO4vfPcVn .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-uNO4vfPcVn .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uNO4vfPcVn .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uNO4vfPcVn .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uNO4vfPcVn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uNO4vfPcVn .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-uNO4vfPcVn .nav-item:focus,
.cid-uNO4vfPcVn .nav-link:focus {
  outline: none;
}
.cid-uNO4vfPcVn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNO4vfPcVn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNO4vfPcVn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNO4vfPcVn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNO4vfPcVn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNO4vfPcVn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNO4vfPcVn .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-uNO4vfPcVn .navbar.opened {
  transition: all 0.3s;
}
.cid-uNO4vfPcVn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNO4vfPcVn .navbar .navbar-logo img {
  width: auto;
}
.cid-uNO4vfPcVn .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uNO4vfPcVn .navbar.collapsed {
  justify-content: center;
}
.cid-uNO4vfPcVn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNO4vfPcVn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNO4vfPcVn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.6rem);
  }
}
.cid-uNO4vfPcVn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNO4vfPcVn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNO4vfPcVn .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-uNO4vfPcVn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNO4vfPcVn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNO4vfPcVn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uNO4vfPcVn .navbar {
    min-height: 72px;
  }
  .cid-uNO4vfPcVn .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uNO4vfPcVn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNO4vfPcVn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNO4vfPcVn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNO4vfPcVn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNO4vfPcVn .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-uNO4vfPcVn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNO4vfPcVn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uNO4vfPcVn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNO4vfPcVn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNO4vfPcVn .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uNO4vfPcVn .dropdown-item.active,
.cid-uNO4vfPcVn .dropdown-item:active {
  background-color: transparent;
}
.cid-uNO4vfPcVn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNO4vfPcVn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNO4vfPcVn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNO4vfPcVn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNO4vfPcVn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uNO4vfPcVn .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uNO4vfPcVn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNO4vfPcVn .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uNO4vfPcVn .navbar-buttons {
    text-align: left;
  }
}
.cid-uNO4vfPcVn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uNO4vfPcVn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uNO4vfPcVn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNO4vfPcVn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNO4vfPcVn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNO4vfPcVn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNO4vfPcVn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNO4vfPcVn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNO4vfPcVn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNO4vfPcVn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNO4vfPcVn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uNO4vfPcVn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNO4vfPcVn .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-uNO4vfPcVn .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNO4vfPcVn .navbar {
    height: 70px;
  }
  .cid-uNO4vfPcVn .navbar.opened {
    height: auto;
  }
  .cid-uNO4vfPcVn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNO4vfPcVn .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uNO4vfPcVn .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uNO4vfPcVn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uNO4vfPcVn .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-uNO4vfPcVn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uNO4vfPcVn .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uNO4vfPcVn .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uNO4vfPcVn .navbar-brand {
    margin-right: auto;
  }
  .cid-uNO4vfPcVn .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-uNO4vfPcVn .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uNO4vfPcVn .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uNO4vfPcVn .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-uNO4vfPcVn .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uNO4vfPcVn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uNO4vfPcVn .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-uNO4vfPcVn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uNO4vfPcVn .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-uNO4vfPcVn .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uNO4vfPcVn .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uNO4vfPcVn .nav-link,
.cid-uNO4vfPcVn .dropdown-item {
  color: #000000;
}
.cid-uNO4vfQKLv {
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uNO4vfQKLv .item-img {
  position: relative;
}
.cid-uNO4vfQKLv .image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  min-height: 800px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uNO4vfQKLv .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uNO4vfQKLv .image-wrapper {
    min-height: 500px;
  }
}
.cid-uNO4vfQKLv .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uNO4vfQKLv .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uNO4vfQKLv .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-uNO4vfQKLv .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-uNO4vfQKLv .link-icon-wrapper {
    padding: 1rem;
  }
}
.cid-uNO4vfQKLv .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-uNO4vfQKLv .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-uNO4vfQKLv .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-uNO4vfQKLv .link-icon-wrapper .icon-wrap span {
  color: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uNO4vfQKLv .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-uNO4vfQKLv .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uNO4vfQKLv .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-uNO4vfQKLv .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uNO4vfQKLv img,
.cid-uNO4vfQKLv .item-img {
  width: 100%;
}
.cid-uNO4vfQKLv .item-title {
  text-align: left;
  color: #000000;
}
.cid-uNO4vfRa8H {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uNO4vfRa8H .item-img {
  position: relative;
}
.cid-uNO4vfRa8H .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-uNO4vfRa8H .cardbg {
  background: #e8cbc9;
  height: 100%;
  min-height: 160px;
}
.cid-uNO4vfRa8H .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uNO4vfRa8H .image-wrapper {
  overflow: hidden;
}
.cid-uNO4vfRa8H .item1 {
  margin-bottom: 2rem !important;
}
.cid-uNO4vfRa8H .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uNO4vfRa8H .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uNO4vfRa8H .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #000000;
}
.cid-uNO4vfRa8H .item1,
.cid-uNO4vfRa8H .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uNO4vfRa8H .item1 .item:hover,
.cid-uNO4vfRa8H .item .item:hover {
  cursor: pointer;
}
.cid-uNO4vfRa8H .item1:hover .link-icon-wrapper span,
.cid-uNO4vfRa8H .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-uNO4vfRa8H .card2 {
    margin-top: 1rem;
  }
}
.cid-uNO4vfRa8H .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-uNO4vfRa8H .link-icon-wrapper .icon-wrap {
  background: #f7b538;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uNO4vfRa8H .link-icon-wrapper .icon-wrap span {
  color: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uNO4vfRa8H .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uNO4vfRa8H .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uNO4vfRa8H .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uNO4vfRa8H .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uNO4vfRa8H .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-uNO4vfRa8H .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uNO4vfRa8H img,
.cid-uNO4vfRa8H .item-img {
  width: 100%;
}
.cid-uNO4vfRa8H .item:focus,
.cid-uNO4vfRa8H span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uNO4vfRa8H .item {
    margin-bottom: 1rem;
  }
}
.cid-uNO4vfRa8H .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uNO4vfRa8H .item-title {
  text-align: left;
  color: #000000;
}
.cid-uNO4vfRa8H .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uNO4vfRa8H .mbr-section-subtitle,
.cid-uNO4vfRa8H .subtitle-wrap,
.cid-uNO4vfRa8H .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uNO4vfRa8H .mbr-text,
.cid-uNO4vfRa8H .item .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uNO4vfRJdi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNO4vfRJdi .item-img {
  position: relative;
}
.cid-uNO4vfRJdi .item-img img {
  transition: all 0.2s;
}
.cid-uNO4vfRJdi .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uNO4vfRJdi .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-uNO4vfRJdi .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uNO4vfRJdi .item:hover img {
  transform: scale(1.05);
}
.cid-uNO4vfRJdi .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uNO4vfRJdi .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uNO4vfRJdi .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
}
.cid-uNO4vfRJdi .item-wrapper::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
  background-color: #552521;
  z-index: 1;
  pointer-events: none !important;
}
.cid-uNO4vfRJdi .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uNO4vfRJdi .item-link {
  position: absolute;
  z-index: 1;
  bottom: 8px;
  right: 90px;
  color: #FFFFFF;
}
.cid-uNO4vfRJdi .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-uNO4vfRJdi .link-icon-wrapper .icon-wrap {
  background: #f7b538;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uNO4vfRJdi .link-icon-wrapper .icon-wrap span {
  color: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uNO4vfRJdi .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uNO4vfRJdi .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uNO4vfRJdi .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uNO4vfRJdi .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uNO4vfRJdi .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-uNO4vfRJdi .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uNO4vfRJdi img,
.cid-uNO4vfRJdi .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uNO4vfRJdi .item:focus,
.cid-uNO4vfRJdi span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uNO4vfRJdi .item {
    margin-bottom: 1rem;
  }
}
.cid-uNO4vfRJdi .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uNO4vfRJdi .item-title {
  text-align: left;
  color: #FFFFFF;
}
.cid-uNO4vfRJdi .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uNO4vfRJdi .mbr-section-subtitle,
.cid-uNO4vfRJdi .subtitle-wrap,
.cid-uNO4vfRJdi .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uNO4vfRJdi .mbr-text,
.cid-uNO4vfRJdi .item .mbr-section-btn {
  color: #ffffff;
}
.cid-uNO4vfRJdi a {
  animation: none;
}
.cid-uNO4vfRreo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNO4vfRreo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../images/LuCCuhB8paj5.jpg");
}
.cid-uNO4vfRreo .row {
  flex-direction: row-reverse;
}
.cid-uNO4vfRNAD {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uNO4vfRNAD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNO4vfRNAD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNO4vfRNAD img {
  object-fit: cover;
}
.cid-uNO4vfRNAD .row {
  margin: 0;
}
.cid-uNO4vfRNAD .item-wrapper {
  width: 100%;
}
.cid-uNO4vfRNAD .icon-wrap {
  display: inline-flex;
  margin-top: 2rem;
}
.cid-uNO4vfRNAD .card-box {
  padding: 0rem 2rem;
  width: 100%;
  max-width: 600px;
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uNO4vfRNAD .card-box {
    padding: 0rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uNO4vfRNAD .card-wrapper {
  display: flex;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uNO4vfRNAD .card-wrapper {
    padding: 1rem 0rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uNO4vfRNAD .card-wrapper {
    padding: 3rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uNO4vfRNAD .card-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-uNO4vfRNAD .wrap {
  background: #e6dfc8;
}
.cid-uNO4vfRNAD .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uNO4vfRNAD .mbr-text,
.cid-uNO4vfRNAD .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-uNO4vfRNAD .mbr-link,
.cid-uNO4vfRNAD .link-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uNO4vfRNAD .mbr-text {
  text-align: left;
  color: #522612;
}
.cid-uNO4vfRNAD .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uNO4vfRNAD .mbr-section-title,
.cid-uNO4vfRNAD .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uNO4vfSznM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNO4vfSznM .item-img {
  position: relative;
}
.cid-uNO4vfSznM .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-uNO4vfSznM .card-text {
    padding-left: 4rem;
  }
}
.cid-uNO4vfSznM h5 {
  line-height: 1.2;
}
.cid-uNO4vfSznM .card {
  margin-bottom: 2rem;
}
.cid-uNO4vfSznM .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uNO4vfSznM .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uNO4vfSznM .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #780116;
}
@media (max-width: 992px) {
  .cid-uNO4vfSznM .image-wrapper {
    min-height: 200px;
  }
}
.cid-uNO4vfSznM .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uNO4vfSznM .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uNO4vfSznM .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #FFFFFF;
}
.cid-uNO4vfSznM .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-uNO4vfSznM .link-icon-wrapper .icon-wrap {
  background: #f7b538;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uNO4vfSznM .link-icon-wrapper .icon-wrap span {
  color: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uNO4vfSznM .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uNO4vfSznM .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uNO4vfSznM .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uNO4vfSznM .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uNO4vfSznM .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-uNO4vfSznM .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uNO4vfSznM img,
.cid-uNO4vfSznM .item-img {
  width: 100%;
}
.cid-uNO4vfSznM .item:focus,
.cid-uNO4vfSznM span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uNO4vfSznM .item {
    margin-bottom: 1rem;
  }
}
.cid-uNO4vfSznM .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uNO4vfSznM .item-title {
  text-align: left;
  color: #FFFFFF;
}
.cid-uNO4vfSznM .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uNO4vfSznM .mbr-section-subtitle,
.cid-uNO4vfSznM .subtitle-wrap,
.cid-uNO4vfSznM .mbr-section-btn {
  text-align: left;
}
.cid-uNO4vfSznM .mbr-text,
.cid-uNO4vfSznM .item .mbr-section-btn {
  color: #ffffff;
}
.cid-uNO4vfSznM .mbr-text {
  color: #000000;
}
.cid-uNO4vfSznM .mbr-title2 {
  color: #000000;
}
.cid-uNO4vfSJ7G {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uNO4vfSJ7G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNO4vfSJ7G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNO4vfSJ7G .item-wrapper {
  width: 100%;
}
.cid-uNO4vfSJ7G .icon-wrap {
  display: inline-flex;
  margin-top: 2rem;
}
.cid-uNO4vfSJ7G .mbr-link {
  background: #f7b538;
  padding: 0.4rem 1rem;
  margin-right: 0.5rem;
  border-radius: 1rem;
}
.cid-uNO4vfSJ7G .card-box {
  padding: 0rem;
  width: 100%;
  display: inline-flex;
  flex-direction: column;
}
.cid-uNO4vfSJ7G .icon {
  color: black;
  background: #f7b538;
  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-uNO4vfSJ7G p {
  background: #f7b538;
  width: fit-content;
  border-radius: 0.8rem;
  padding: 0.2rem 1rem;
  line-height: 1.2;
  display: inline-block;
  transform: scale(1.05);
}
.cid-uNO4vfSJ7G .card-wrapper {
  min-height: 700px;
  display: flex;
  padding: 1rem;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uNO4vfSJ7G .card-wrapper {
    padding: 1.5rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uNO4vfSJ7G .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uNO4vfSJ7G .card-wrapper {
    padding: 4rem;
  }
}
.cid-uNO4vfSJ7G .wrap {
  background: url("../../../assets/images/photo1476595461800421569e956f6.jpeg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uNO4vfSJ7G .wrap .inner-wrap {
  padding: 40px;
}
.cid-uNO4vfSJ7G .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uNO4vfSJ7G .mbr-text,
.cid-uNO4vfSJ7G .card-box {
  text-align: center;
  color: #000000;
}
.cid-uNO4vfSJ7G .mbr-link,
.cid-uNO4vfSJ7G .link-wrapper {
  color: #000000;
}
.cid-uNO4vfSSwi {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uNO4vfSSwi .item-img {
  position: relative;
}
.cid-uNO4vfSSwi .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-uNO4vfSSwi .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uNO4vfSSwi .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uNO4vfSSwi .item1 {
  padding-bottom: 2rem;
}
.cid-uNO4vfSSwi .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
}
.cid-uNO4vfSSwi .item-wrapper::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
  background-color: #552521;
  z-index: 1;
  pointer-events: none !important;
}
.cid-uNO4vfSSwi .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uNO4vfSSwi .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uNO4vfSSwi .item1,
.cid-uNO4vfSSwi .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uNO4vfSSwi .item1 .item:hover,
.cid-uNO4vfSSwi .item .item:hover {
  cursor: pointer;
}
.cid-uNO4vfSSwi .item1:hover .link-icon-wrapper span,
.cid-uNO4vfSSwi .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uNO4vfSSwi .item1:hover img,
.cid-uNO4vfSSwi .item:hover img {
  transform: scale(1.05);
}
.cid-uNO4vfSSwi .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-uNO4vfSSwi .link-icon-wrapper .icon-wrap {
  background: #f7b538;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uNO4vfSSwi .link-icon-wrapper .icon-wrap span {
  color: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uNO4vfSSwi .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uNO4vfSSwi .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uNO4vfSSwi .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uNO4vfSSwi .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uNO4vfSSwi .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-uNO4vfSSwi .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uNO4vfSSwi img,
.cid-uNO4vfSSwi .item-img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.cid-uNO4vfSSwi .item:focus,
.cid-uNO4vfSSwi span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uNO4vfSSwi .item {
    margin-bottom: 1rem;
  }
}
.cid-uNO4vfSSwi .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uNO4vfSSwi .item-title {
  text-align: left;
  color: #FFFFFF;
}
.cid-uNO4vfSSwi .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uNO4vfSSwi .mbr-section-subtitle,
.cid-uNO4vfSSwi .subtitle-wrap,
.cid-uNO4vfSSwi .mbr-section-btn {
  text-align: left;
}
.cid-uNO4vfSSwi .mbr-text,
.cid-uNO4vfSSwi .item .mbr-section-btn {
  color: #ffffff;
}
.cid-uNO4vfSfIx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uNO4vfSfIx .col-title {
    margin-bottom: 20px;
  }
}
.cid-uNO4vfSfIx .mbr-section-title {
  color: #000000;
}
.cid-uNO4vfSfIx .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-uNO4vfSfIx .mbr-text {
  color: #000000;
}
.cid-uNO4vfSgVT {
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uNO4vfSgVT .item-img {
  position: relative;
}
.cid-uNO4vfSgVT .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  height: 100%;
  max-height: 100vh;
}
@media (max-width: 992px) {
  .cid-uNO4vfSgVT .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uNO4vfSgVT .image-wrapper {
    min-height: 400px;
  }
}
.cid-uNO4vfSgVT .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uNO4vfSgVT .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uNO4vfSgVT .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-uNO4vfSgVT .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-uNO4vfSgVT .link-icon-wrapper {
    padding: 1rem;
  }
}
.cid-uNO4vfSgVT .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-uNO4vfSgVT .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-uNO4vfSgVT .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-uNO4vfSgVT .link-icon-wrapper .icon-wrap span {
  color: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uNO4vfSgVT .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-uNO4vfSgVT .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uNO4vfSgVT .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-uNO4vfSgVT .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uNO4vfSgVT img,
.cid-uNO4vfSgVT .item-img {
  width: 100%;
}
.cid-uNO4vfSgVT .item-title {
  color: #000000;
}
.cid-uNO4vfTguI {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uNO4vfTguI .item-img {
  position: relative;
}
.cid-uNO4vfTguI .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-uNO4vfTguI .cardbg {
  background: #e6dfc8;
  height: 100%;
  min-height: 300px;
}
.cid-uNO4vfTguI .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uNO4vfTguI .image-wrapper {
  overflow: hidden;
}
.cid-uNO4vfTguI .item1 {
  margin-bottom: 2rem !important;
}
.cid-uNO4vfTguI .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uNO4vfTguI .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uNO4vfTguI .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #000000;
}
.cid-uNO4vfTguI .item1,
.cid-uNO4vfTguI .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uNO4vfTguI .item1 .item:hover,
.cid-uNO4vfTguI .item .item:hover {
  cursor: pointer;
}
.cid-uNO4vfTguI .item1:hover .link-icon-wrapper span,
.cid-uNO4vfTguI .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-uNO4vfTguI .card2 {
    margin-top: 1rem;
  }
}
.cid-uNO4vfTguI .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-uNO4vfTguI .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-uNO4vfTguI .link-icon-wrapper .icon-wrap span {
  color: #f2e6e8;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uNO4vfTguI .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uNO4vfTguI .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uNO4vfTguI .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uNO4vfTguI .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uNO4vfTguI .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-uNO4vfTguI .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uNO4vfTguI img,
.cid-uNO4vfTguI .item-img {
  width: 100%;
}
.cid-uNO4vfTguI .item:focus,
.cid-uNO4vfTguI span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uNO4vfTguI .item {
    margin-bottom: 1rem;
  }
}
.cid-uNO4vfTguI .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uNO4vfTguI .item-title {
  text-align: left;
  color: #000000;
}
.cid-uNO4vfTguI .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uNO4vfTguI .mbr-section-subtitle,
.cid-uNO4vfTguI .subtitle-wrap,
.cid-uNO4vfTguI .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uNO4vfTguI .mbr-text,
.cid-uNO4vfTguI .item .mbr-section-btn {
  color: #000000;
}
.cid-uNO4vfTC4E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNO4vfTC4E .mbr-section-title {
  color: #000000;
}
.cid-uNO4vfTC4E .mbr-section-subtitle {
  color: #000000;
}
.cid-uNO4vfTC4E .mbr-text {
  color: #000000;
  padding: 2rem;
}
@media (max-width: 992px) {
  .cid-uNO4vfTC4E .mbr-text {
    padding: 0;
    margin-top: 2rem;
  }
}
.cid-uNO4vfTC4E .line {
  height: 2px;
  background: currentColor;
  margin-bottom: 1.5rem;
}
.cid-uNO4vfTC4E .mbr-section-title,
.cid-uNO4vfTC4E .line {
  color: #000000;
}
.cid-uNO4vfTci8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNO4vfTci8 .item-img {
  position: relative;
}
.cid-uNO4vfTci8 .item-img img {
  transition: all 0.2s;
}
.cid-uNO4vfTci8 h5 {
  line-height: 1.2;
}
.cid-uNO4vfTci8 .item {
  transition: transform 0.3s;
}
.cid-uNO4vfTci8 .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-uNO4vfTci8 .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uNO4vfTci8 .item:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uNO4vfTci8 .item {
    margin-bottom: 2rem;
  }
}
.cid-uNO4vfTci8 .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #f2e6e8;
}
@media (max-width: 992px) {
  .cid-uNO4vfTci8 .subtitle-wrap,
  .cid-uNO4vfTci8 .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uNO4vfTci8 .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uNO4vfTci8 .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uNO4vfTci8 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uNO4vfTci8 .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uNO4vfTci8 .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-uNO4vfTci8 .link-icon-wrapper .icon-wrap {
  background: #f7b538;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uNO4vfTci8 .link-icon-wrapper .icon-wrap span {
  color: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uNO4vfTci8 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uNO4vfTci8 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uNO4vfTci8 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uNO4vfTci8 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uNO4vfTci8 .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uNO4vfTci8 .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-uNO4vfTci8 img,
.cid-uNO4vfTci8 .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uNO4vfTci8 .item:focus,
.cid-uNO4vfTci8 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uNO4vfTci8 .item {
    margin-bottom: 1rem;
  }
}
.cid-uNO4vfTci8 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uNO4vfTci8 .item-title {
  text-align: left;
  color: #000000;
}
.cid-uNO4vfTci8 .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uNO4vfTci8 .mbr-text,
.cid-uNO4vfTci8 .item .mbr-section-btn {
  color: #000000;
}
.cid-uNO4vfTci8 .mbr-section-subtitle,
.cid-uNO4vfTci8 .subtitle-wrap,
.cid-uNO4vfTci8 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uNO4vfTEDj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uNO4vfTEDj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNO4vfTEDj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNO4vfTEDj .mbr-section-subtitle {
  border-radius: 1rem;
  border: 1px solid currentColor;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  color: #000000;
}
.cid-uNO4vfTEDj .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNO4vfTEDj .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uNO4vfTEDj .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  border: 1px solid #000000;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uNO4vfTEDj .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uNO4vfTEDj .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-uNO4vfTEDj .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uNO4vfTEDj .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uNO4vfTEDj .card-box .item-footer {
  margin-top: auto;
}
.cid-uNO4vfTEDj .content-head {
  max-width: 800px;
}
.cid-uNO4vfTEDj .mbr-section-subtitle,
.cid-uNO4vfTEDj .subtitle-wrap,
.cid-uNO4vfTEDj .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uNO4vfTEDj .card-price {
  color: #000000;
}
.cid-uNO4vfTEDj .card-title,
.cid-uNO4vfTEDj .iconfont-wrapper {
  color: #000000;
}
.cid-uNO4vfTEDj .card-text {
  color: #000000;
}
.cid-uNO4vfTLxx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uNO4vfTLxx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNO4vfTLxx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNO4vfTLxx .row {
  flex-direction: row-reverse;
}
.cid-uNO4vfTaZw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNO4vfTaZw .item-img {
  position: relative;
}
.cid-uNO4vfTaZw .item-img img {
  transition: all 0.2s;
}
.cid-uNO4vfTaZw h5 {
  line-height: 1.2;
}
.cid-uNO4vfTaZw .item {
  transition: transform 0.3s;
}
.cid-uNO4vfTaZw .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-uNO4vfTaZw .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uNO4vfTaZw .item:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uNO4vfTaZw .item {
    margin-bottom: 2rem;
  }
}
.cid-uNO4vfTaZw .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #f2e6e8;
}
@media (max-width: 992px) {
  .cid-uNO4vfTaZw .subtitle-wrap,
  .cid-uNO4vfTaZw .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uNO4vfTaZw .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uNO4vfTaZw .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uNO4vfTaZw .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uNO4vfTaZw .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uNO4vfTaZw .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-uNO4vfTaZw .link-icon-wrapper .icon-wrap {
  background: #e6dfc8;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uNO4vfTaZw .link-icon-wrapper .icon-wrap span {
  color: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uNO4vfTaZw .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uNO4vfTaZw .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uNO4vfTaZw .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uNO4vfTaZw .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uNO4vfTaZw .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uNO4vfTaZw .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-uNO4vfTaZw img,
.cid-uNO4vfTaZw .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uNO4vfTaZw .item:focus,
.cid-uNO4vfTaZw span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uNO4vfTaZw .item {
    margin-bottom: 1rem;
  }
}
.cid-uNO4vfTaZw .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uNO4vfTaZw .item-title {
  text-align: left;
  color: #000000;
}
.cid-uNO4vfTaZw .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uNO4vfTaZw .mbr-text,
.cid-uNO4vfTaZw .item .mbr-section-btn {
  color: #000000;
}
.cid-uNO4vfTaZw .mbr-section-subtitle,
.cid-uNO4vfTaZw .subtitle-wrap,
.cid-uNO4vfTaZw .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uNO4vfUvp4 {
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-uNO4vfUvp4 {
    align-items: center;
  }
  .cid-uNO4vfUvp4 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uNO4vfUvp4 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uNO4vfUvp4 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uNO4vfUvp4 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uNO4vfUvp4 .content-wrap {
    width: 100%;
  }
}
.cid-uNO4vfUvp4 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uNO4vfUvp4 .mbr-text,
.cid-uNO4vfUvp4 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uNO4vfUMPN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uNO4vfUMPN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNO4vfUMPN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNO4vfUMPN .google-map {
  height: 40rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uNO4vfUMPN .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uNO4vfUMPN .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uNO4vfUMPN .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uNO4vfUMPN .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uNO4vfUMPN .content-head {
  max-width: 800px;
}
.cid-uNO4vfUMPN .mbr-section-title {
  color: #000000;
}
.cid-uNO4vfUz9C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNO4vfUz9C .item-img {
  position: relative;
}
.cid-uNO4vfUz9C .item-img img {
  transition: all 0.2s;
}
.cid-uNO4vfUz9C h5 {
  line-height: 1.2;
}
.cid-uNO4vfUz9C .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uNO4vfUz9C .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-uNO4vfUz9C .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uNO4vfUz9C .item:hover img {
  transform: scale(1.05);
}
.cid-uNO4vfUz9C .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-uNO4vfUz9C .subtitle-wrap,
  .cid-uNO4vfUz9C .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uNO4vfUz9C .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uNO4vfUz9C .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uNO4vfUz9C .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uNO4vfUz9C .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uNO4vfUz9C .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-uNO4vfUz9C .link-icon-wrapper .icon-wrap {
  background: #f7b538;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uNO4vfUz9C .link-icon-wrapper .icon-wrap span {
  color: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uNO4vfUz9C .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uNO4vfUz9C .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uNO4vfUz9C .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uNO4vfUz9C .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uNO4vfUz9C .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uNO4vfUz9C .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-uNO4vfUz9C img,
.cid-uNO4vfUz9C .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uNO4vfUz9C .item:focus,
.cid-uNO4vfUz9C span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uNO4vfUz9C .item {
    margin-bottom: 1rem;
  }
}
.cid-uNO4vfUz9C .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uNO4vfUz9C .item-title {
  text-align: left;
  color: #000000;
}
.cid-uNO4vfUz9C .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uNO4vfUz9C .mbr-text,
.cid-uNO4vfUz9C .item .mbr-section-btn {
  color: #000000;
}
.cid-uNO4vfUz9C .mbr-section-subtitle,
.cid-uNO4vfUz9C .subtitle-wrap,
.cid-uNO4vfUz9C .mbr-section-btn {
  color: #000000;
}
.cid-uNO4vfUGzf {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uNO4vfUGzf .margin-sm-top {
    margin-top: 4rem;
  }
}
.cid-uNO4vfUGzf .item-img {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uNO4vfUGzf .col-lg-9 {
    margin-bottom: 2rem;
  }
}
.cid-uNO4vfUGzf .item-round {
  background: #c32f27;
  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-uNO4vfUGzf .item-round h5 {
    font-size: 2rem !important;
  }
  .cid-uNO4vfUGzf .item-round p {
    font-size: 1.5rem !important;
  }
}
.cid-uNO4vfUGzf p {
  line-height: 1.2;
}
.cid-uNO4vfUGzf .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-uNO4vfUGzf .item-content2 {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uNO4vfUGzf .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-uNO4vfUGzf .link-icon-wrapper2 .icon-wrap2 {
  background: #780116;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uNO4vfUGzf .link-icon-wrapper2 .icon-wrap2 span {
  color: #f2e6e8;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uNO4vfUGzf .link-icon-wrapper2 .svg3 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uNO4vfUGzf .link-icon-wrapper2 .svg3 path {
  fill: #ffffff;
}
.cid-uNO4vfUGzf .link-icon-wrapper2 .svg4 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uNO4vfUGzf .link-icon-wrapper2 .svg4 path {
  fill: #ffffff;
}
.cid-uNO4vfUGzf .image-wrapper {
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uNO4vfUGzf .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uNO4vfUGzf .image-wrapper {
    min-height: 400px;
  }
}
.cid-uNO4vfUGzf .image-wrapper img {
  height: 100%;
  object-fit: cover;
  animation: none;
}
.cid-uNO4vfUGzf .image_1,
.cid-uNO4vfUGzf .image_2 {
  position: relative;
}
.cid-uNO4vfUGzf .image_1::before,
.cid-uNO4vfUGzf .image_2::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
  background-color: #552521;
  z-index: 1;
}
.cid-uNO4vfUGzf .item-wrapper {
  overflow: hidden;
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uNO4vfUGzf .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-uNO4vfUGzf .link-icon-wrapper {
    padding: 1rem;
  }
}
.cid-uNO4vfUGzf .link-icon-wrapper .icon-wrap {
  background: #f7b538;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uNO4vfUGzf .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-uNO4vfUGzf .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-uNO4vfUGzf .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uNO4vfUGzf .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-uNO4vfUGzf .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uNO4vfUGzf .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-uNO4vfUGzf .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uNO4vfUGzf img,
.cid-uNO4vfUGzf .item-img {
  width: 100%;
  height: 100%;
}
.cid-uNO4vfUGzf .item-title2 {
  color: #FFFFFF;
}
.cid-uNO4vfUGzf .mbr-text,
.cid-uNO4vfUGzf .item .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uNO4vfUGzf .item2 {
  max-height: 300px;
  transition: transform 0.3s;
}
.cid-uNO4vfUGzf .item2 img {
  height: 300px;
}
.cid-uNO4vfUGzf .item2:hover {
  cursor: pointer;
}
.cid-uNO4vfUGzf .item2:hover .link-icon-wrapper2 span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uNO4vfUGzf .item {
  margin-bottom: 2rem;
}
.cid-uNO4vfUGzf .item:last-child {
  margin-bottom: 0;
}
.cid-uNO4vfUGzf .item-title {
  color: #000000;
}
.cid-uNO4vfUoOq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uNO4vfUoOq .col-title {
    margin-bottom: 20px;
  }
}
.cid-uNO4vfUoOq .mbr-section-title {
  color: #000000;
}
.cid-uNO4vfUoOq .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-uNO4vfUoOq .mbr-text {
  color: #000000;
}
.cid-uNO4vfVZ5i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uNO4vfVZ5i .col-title {
    margin-bottom: 20px;
  }
}
.cid-uNO4vfVZ5i .mbr-section-title {
  color: #5D2C25;
}
.cid-uNO4vfVZ5i .mbr-text {
  color: #000000;
}
.cid-uNO4vfVZ5i .line {
  width: 100%;
  height: 2px;
  background: #c32f27;
  margin-top: 2rem;
}
.cid-uNO4vfVZ5i .mbr-section-subtitle {
  border-radius: 1rem;
  border: 1px solid currentColor;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uNO4vfVZ5i .row {
  justify-content: space-between;
}
.cid-uNO4vfVZ5i .mbr-text1 {
  color: #0046c7;
}
.cid-uNO4vfVZ5i img {
  object-fit: cover;
}
.cid-uNO4vfVZ5i h3 {
  transition: all 0.3s;
  position: relative;
  animation: none;
}
.cid-uNO4vfVZ5i h3:hover {
  transform: translateX(25px);
  cursor: pointer;
}
.cid-uNO4vfVZ5i h3:hover:before {
  opacity: 1;
}
.cid-uNO4vfVZ5i 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-uNO4vfVZ5i .mbr-section-subtitle,
.cid-uNO4vfVZ5i .subtitle-wrap,
.cid-uNO4vfVZ5i .mbr-section-btn {
  color: #000000;
}
.cid-uNO4vfVD7c {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uNO4vfVD7c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNO4vfVD7c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNO4vfVD7c .mbr-figure iframe {
  height: 750px;
}
@media (max-width: 992px) {
  .cid-uNO4vfVD7c .mbr-figure iframe {
    height: 350px;
  }
}
.cid-uNO4vfVD7c .mbr-figure .app-video-wrapper img {
  object-fit: cover;
  height: 750px;
}
@media (max-width: 992px) {
  .cid-uNO4vfVD7c .mbr-figure .app-video-wrapper img {
    height: 350px;
  }
}
.cid-uNO4vfVD7c .content-head {
  max-width: 800px;
}
.cid-uNO4vfVD7c .mbr-section-title {
  color: #000000;
}
.cid-uNO4vfVbEp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNO4vfVbEp .item-img {
  position: relative;
}
.cid-uNO4vfVbEp .item-img img {
  transition: all 0.2s;
}
.cid-uNO4vfVbEp .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uNO4vfVbEp .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-uNO4vfVbEp .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uNO4vfVbEp .item:hover img {
  transform: scale(1.05);
}
.cid-uNO4vfVbEp .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uNO4vfVbEp .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uNO4vfVbEp .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
}
.cid-uNO4vfVbEp .item-wrapper::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
  background-color: #552521;
  z-index: 1;
  pointer-events: none !important;
}
.cid-uNO4vfVbEp .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uNO4vfVbEp .item-link {
  z-index: 1;
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #FFFFFF;
}
.cid-uNO4vfVbEp .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-uNO4vfVbEp .link-icon-wrapper .icon-wrap {
  background: #f7b538;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uNO4vfVbEp .link-icon-wrapper .icon-wrap span {
  color: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uNO4vfVbEp .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uNO4vfVbEp .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uNO4vfVbEp .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uNO4vfVbEp .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uNO4vfVbEp .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-uNO4vfVbEp .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uNO4vfVbEp img,
.cid-uNO4vfVbEp .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uNO4vfVbEp .item:focus,
.cid-uNO4vfVbEp span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uNO4vfVbEp .item {
    margin-bottom: 1rem;
  }
}
.cid-uNO4vfVbEp .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uNO4vfVbEp .item-title {
  text-align: left;
  color: #FFFFFF;
}
.cid-uNO4vfVbEp .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uNO4vfVbEp .mbr-section-subtitle,
.cid-uNO4vfVbEp .subtitle-wrap,
.cid-uNO4vfVbEp .mbr-section-btn {
  text-align: center;
}
.cid-uNO4vfVbEp .mbr-text,
.cid-uNO4vfVbEp .item .mbr-section-btn {
  color: #ffffff;
}
.cid-uNO4vfVbEp a {
  animation: none;
}
.cid-uNO4vfVc0O {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uNO4vfVc0O .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #552521 !important;
  transition: all 0.3s;
  transform: rotate(45deg);
  font-weight: bold;
}
.cid-uNO4vfVc0O .panel-group {
  border: none;
}
.cid-uNO4vfVc0O .card-header {
  padding: 0.5rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-uNO4vfVc0O .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uNO4vfVc0O .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uNO4vfVc0O .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uNO4vfVc0O .img-col {
  padding: 0;
}
.cid-uNO4vfVc0O .img-item {
  height: 100%;
}
.cid-uNO4vfVc0O img {
  height: 100%;
  object-fit: cover;
}
.cid-uNO4vfVc0O .collapsed span {
  transform: rotate(0deg);
}
.cid-uNO4vfVc0O .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uNO4vfVc0O p {
  margin-bottom: 0.3rem;
}
.cid-uNO4vfVc0O .panel-title-edit {
  color: #000000;
}
.cid-uNO4vfVc0O .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uNO4vfVc0O .card {
  background: #e8cbc9;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uNO4vfVc0O .card {
    padding: 1.5rem;
  }
}
.cid-uNO4vfVc0O .panel-text {
  color: #000000;
}
.cid-uNO4vfVc0O .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uNO4vfVc0O .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uNO4vfVc0O .panel-title-edit,
.cid-uNO4vfVc0O .mbr-iconfont {
  color: #000000;
}
.cid-uNO4vfWlQi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7b538;
}
.cid-uNO4vfWlQi .item:focus,
.cid-uNO4vfWlQi span:focus {
  outline: none;
}
.cid-uNO4vfWlQi .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uNO4vfWlQi .item {
  color: #000000;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uNO4vfWlQi .item {
    min-height: 45px;
  }
}
.cid-uNO4vfWvKA {
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uNO4vfWvKA .item-img {
  position: relative;
}
.cid-uNO4vfWvKA .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-uNO4vfWvKA .btn-wrap {
    margin-top: 0rem;
    margin-right: 0rem;
    width: 100%;
    padding: 1rem 1rem;
  }
}
.cid-uNO4vfWvKA .title {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cid-uNO4vfWvKA .title {
    top: 25%;
  }
}
.cid-uNO4vfWvKA .image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  height: 100%;
  max-height: 100vh;
}
@media (max-width: 992px) {
  .cid-uNO4vfWvKA .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uNO4vfWvKA .image-wrapper {
    min-height: 400px;
  }
}
.cid-uNO4vfWvKA .image-wrapper img {
  height: 100%;
  object-fit: cover;
  animation: none;
}
.cid-uNO4vfWvKA .image-wrapper::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
  background-color: #552521;
}
.cid-uNO4vfWvKA .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uNO4vfWvKA .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-uNO4vfWvKA .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-uNO4vfWvKA .link-icon-wrapper {
    padding: 1rem;
    flex-direction: column;
  }
}
.cid-uNO4vfWvKA .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-uNO4vfWvKA .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-uNO4vfWvKA .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-uNO4vfWvKA .link-icon-wrapper .icon-wrap span {
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uNO4vfWvKA .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-uNO4vfWvKA .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uNO4vfWvKA .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-uNO4vfWvKA .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uNO4vfWvKA .icon1 {
  color: currentColor;
  border-color: currentColor;
}
.cid-uNO4vfWvKA .icon2 {
  color: currentColor;
  border-color: currentColor;
}
.cid-uNO4vfWvKA img,
.cid-uNO4vfWvKA .item-img {
  width: 100%;
}
.cid-uNO4vfWvKA .mbr-section-btn .btn {
  padding: 32px 24px;
  margin-right: 8px;
  margin-left: 8px;
  margin-bottom: 0;
}
.cid-uNO4vfWvKA .item-title2,
.cid-uNO4vfWvKA .icon2 {
  color: #2a2c2d;
}
.cid-uNO4vfWvKA .item-title1,
.cid-uNO4vfWvKA .icon1 {
  color: #ffffff;
}
.cid-uNO4vfWvKA .main-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uNO4vfWvKA .main-title DIV {
  text-align: center;
}
.cid-uNO4vfWKNM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uNO4vfWKNM .item:focus,
.cid-uNO4vfWKNM span:focus {
  outline: none;
}
.cid-uNO4vfWKNM .item {
  cursor: pointer;
}
.cid-uNO4vfWKNM .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uNO4vfWKNM .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uNO4vfWKNM .grid-container-1,
.cid-uNO4vfWKNM .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uNO4vfWKNM .grid-container-1,
  .cid-uNO4vfWKNM .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-uNO4vfWKNM .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uNO4vfWKNM .content-head {
  max-width: 800px;
}
.cid-uNO4vfWKNM .container,
.cid-uNO4vfWKNM .container-fluid {
  overflow: hidden;
}
.cid-uNO4vfWKNM .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uNO4vfWKNM .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uNO4vfWKNM .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uNO4vfWKNM .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uNO4vfWKNM .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uNO4vfWKNM .grid-container-1,
.cid-uNO4vfWKNM .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uNO4vfWKNM .grid-container-1 {
  align-items: flex-end;
}
.cid-uNO4vfWKNM .grid-container-2 {
  align-items: flex-start;
}
.cid-uNO4vfWNtc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNO4vfWNtc .item-img {
  position: relative;
}
.cid-uNO4vfWNtc .item-img img {
  transition: all 0.2s;
  animation: none;
}
.cid-uNO4vfWNtc h5 {
  line-height: 1.2;
}
.cid-uNO4vfWNtc .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uNO4vfWNtc .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-uNO4vfWNtc .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uNO4vfWNtc .item:hover img {
  transform: scale(1.05);
}
.cid-uNO4vfWNtc .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #f7b538;
}
@media (max-width: 992px) {
  .cid-uNO4vfWNtc .subtitle-wrap,
  .cid-uNO4vfWNtc .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uNO4vfWNtc .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uNO4vfWNtc .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uNO4vfWNtc .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uNO4vfWNtc .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uNO4vfWNtc .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-uNO4vfWNtc .link-icon-wrapper .icon-wrap {
  background: #f7b538;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uNO4vfWNtc .link-icon-wrapper .icon-wrap span {
  color: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uNO4vfWNtc .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uNO4vfWNtc .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uNO4vfWNtc .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uNO4vfWNtc .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uNO4vfWNtc .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uNO4vfWNtc .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-uNO4vfWNtc img,
.cid-uNO4vfWNtc .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uNO4vfWNtc .item:focus,
.cid-uNO4vfWNtc span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uNO4vfWNtc .item {
    margin-bottom: 1rem;
  }
}
.cid-uNO4vfWNtc .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uNO4vfWNtc .item-title {
  text-align: left;
  color: #000000;
}
.cid-uNO4vfWNtc .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uNO4vfWNtc .mbr-text,
.cid-uNO4vfWNtc .item .mbr-section-btn {
  color: #000000;
}
.cid-uNO4vfWNtc .mbr-section-subtitle,
.cid-uNO4vfWNtc .subtitle-wrap,
.cid-uNO4vfWNtc .mbr-section-btn {
  text-align: left;
}
.cid-uNO4vfWf11 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uNO4vfWf11 .col-title {
    margin-bottom: 20px;
  }
}
.cid-uNO4vfWf11 .mbr-section-title {
  color: #000000;
}
.cid-uNO4vfWf11 .mbr-section-subtitle {
  color: #000000;
  margin-top: 24px;
}
.cid-uNO4vfWf11 .mbr-text {
  color: #000000;
}
.cid-uNO4vfWf11 .line {
  width: 100%;
  height: 2px;
  background: #c32f27;
  margin-bottom: 2rem;
}
.cid-uNO4vfWf11 p {
  line-height: 1.2;
}
.cid-uNO4vfWf11 .mbr-text1 {
  color: #363700;
}
.cid-uNO4vfWf11 .mbr-text2 {
  color: #4B233F;
}
.cid-uNO4vfWf11 .mbr-text3 {
  color: #000000;
}
.cid-uNO4vfXkFn {
  background-image: url("../images/ZPv7S4qMkfMU.jpeg");
}
.cid-uNO4vfXkFn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNO4vfXkFn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNO4vfXkFn .row {
  flex-direction: row-reverse;
}
.cid-uNO4vfXspX {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uNO4vfXspX img {
  width: 180px;
  margin: auto;
}
.cid-uNO4vfXspX .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.cid-uNO4vfXspX .mbr-section-title {
  color: #000000;
}
.cid-uNO4vfXspX .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #f2e6e8;
}
.cid-uNO4vfXspX .mbr-section-subtitle,
.cid-uNO4vfXspX .subtitle-wrap,
.cid-uNO4vfXspX .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uNO4vfX8g2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uNO4vfX8g2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNO4vfX8g2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNO4vfX8g2 input:hover {
  border-color: white !important;
}
.cid-uNO4vfX8g2 .col-auto {
  width: 100%;
  text-align: right !important;
}
@media (max-width: 992px) {
  .cid-uNO4vfX8g2 .mb {
    margin-bottom: 2rem;
  }
}
.cid-uNO4vfX8g2 img {
  object-fit: cover;
}
.cid-uNO4vfX8g2 .item-wrapper {
  width: 100%;
}
.cid-uNO4vfX8g2 .icon-wrap {
  display: inline-flex;
  margin-top: 2rem;
}
.cid-uNO4vfX8g2 .card-box {
  padding: 3rem 2rem;
  width: 100%;
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uNO4vfX8g2 .card-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uNO4vfX8g2 .card-box {
    padding: 1rem;
  }
}
.cid-uNO4vfX8g2 .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-uNO4vfX8g2 .card-wrapper {
  display: flex;
}
.cid-uNO4vfX8g2 .wrap {
  background: #e6dfc8;
}
.cid-uNO4vfX8g2 .form-control {
  background-color: #ffffff;
}
.cid-uNO4vfX8g2 .form-control::placeholder {
  color: #000000;
  opacity: 0.7;
}
.cid-uNO4vfX8g2 .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uNO4vfX8g2 .mbr-text,
.cid-uNO4vfX8g2 .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-uNO4vfX8g2 .mbr-link,
.cid-uNO4vfX8g2 .link-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uNO4vfX8g2 .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uNO4vfX8g2 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uNO4vfYEyc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uNO4vfYEyc .col-title {
    margin-bottom: 20px;
  }
}
.cid-uNO4vfYEyc .mbr-section-title {
  color: #000000;
}
.cid-uNO4vfYEyc .mbr-section-subtitle {
  color: #000000;
  margin-top: 24px;
}
.cid-uNO4vfYEyc .mbr-text {
  color: #000000;
}
.cid-uNO4vfYEyc .line {
  width: 100%;
  height: 2px;
  background: #000000;
  margin-bottom: 2rem;
}
.cid-uNO4vfYEyc p {
  line-height: 1.2;
}
.cid-uNO4vfYEyc .mbr-text1 {
  color: #000000;
}
.cid-uNO4vfYEyc .mbr-text2 {
  color: #000000;
}
.cid-uNO4vfYEyc .mbr-text3 {
  color: #000000;
}
.cid-uNO4vfYoKE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uNO4vfYoKE .media-container-row .mbr-text {
  color: #FFFFFF;
}
.cid-uNO4vfYoKE .item-wrapper {
  background: #552521;
  border-radius: 2rem;
  padding: 1.5rem;
}
