.btn {
  border-width: 2px;
}
body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'Inter', sans-serif;
  font-size: 4.2rem;
  line-height: 0.8;
}
.display-1 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.4rem;
  line-height: 0.7;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  line-height: 0.7;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Poppins', 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: 768px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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-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))));
  }
}
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.36rem;
    line-height: 0.8;
  }
}
@media (max-width: 767px) {
  .display-1 {
    font-size: 1.26rem;
    line-height: 0.8;
  }
  .display-2 {
    font-size: 1.32rem;
    line-height: 0.8;
  }
  .display-5 {
    line-height: 0.8;
  }
}
/* Buttons */
.btn {
  padding: 1.2rem 1.8rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.8rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #06ab2c !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #33c82d !important;
}
.btn-primary {
  border: 0px !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #06ab2c !important;
  border-color: #06ab2c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #035716 !important;
  border-color: #035716 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #035716 !important;
  border-color: #035716 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background: #06ab2c !important;
  color: #ffffff !important;
}
.btn-secondary {
  border: 0px !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background: #06ab2c !important;
  color: #ffffff !important;
}
.btn-info {
  border: 0px !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #4d4d4d !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #4d4d4d !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-info:hover,
.btn-info:focus {
  background: #06ab2c !important;
  color: #ffffff !important;
}
.btn-success {
  border: 0px !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-success:hover,
.btn-success:focus {
  background: #06ab2c !important;
  color: #ffffff !important;
}
.btn-warning {
  border: 0px !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background: #06ab2c !important;
  color: #ffffff !important;
}
.btn-danger {
  border: 0px !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #33c82d !important;
  border-color: #33c82d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #21811d !important;
  border-color: #21811d !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #21811d !important;
  border-color: #21811d !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background: #06ab2c !important;
  color: #ffffff !important;
}
.btn-white {
  border: 0px !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #484848 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #484848 !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-white:hover,
.btn-white:focus {
  background: #06ab2c !important;
  color: #ffffff !important;
}
.btn-black {
  border: 0px !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: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover,
.btn-black:focus {
  background: #06ab2c !important;
  color: #ffffff !important;
}
.btn-primary-outline {
  position: relative;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #06ab2c;
  color: #06ab2c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #035716 !important;
  background-color: transparent !important;
  border-color: #035716 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #06ab2c !important;
  border-color: #06ab2c !important;
}
.btn-primary-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-primary-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-secondary-outline {
  position: relative;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-secondary-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-secondary-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-info-outline {
  position: relative;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-info-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-success-outline {
  position: relative;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent !important;
  border-color: #2a747e !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-success-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-success-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-warning-outline {
  position: relative;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent !important;
  border-color: #ffd10a !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-warning-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-warning-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-danger-outline {
  position: relative;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #33c82d;
  color: #33c82d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #21811d !important;
  background-color: transparent !important;
  border-color: #21811d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #33c82d !important;
  border-color: #33c82d !important;
}
.btn-danger-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-danger-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-black-outline {
  position: relative;
}
.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-black-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-black-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-white-outline {
  position: relative;
}
.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;
}
.btn-white-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-white-outline:hover:before {
  width: calc(100% - 56px);
}
.text-primary {
  color: #06ab2c !important;
}
.text-secondary {
  color: #232323 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #33c82d !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #06ab2c !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #1e751a !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: #06ab2c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #33c82d;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 15px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #06ab2c;
  border-color: #06ab2c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #06ab2c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #38f865;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #92e68f;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #06ab2c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #06ab2c;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #06ab2c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #06ab2c;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #06ab2c;
  border-bottom-color: #06ab2c;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #06ab2c !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: #232323 !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='%2306ab2c' %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-uLFstZG6Mv {
  background-image: url("../../../assets/images/whatsapp-image-2025-04-17-at-12.46.53-2.jpeg");
}
.cid-uLFstZG6Mv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLFstZG6Mv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLFstZG6Mv .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-uLFstZG6Mv .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 30px;
}
.cid-uLFstZG6Mv .mbr-text {
  color: #878e99;
  margin-top: 0;
}
.cid-uLFstZG6Mv .mbr-section-btn {
  margin-top: 30px;
}
.cid-uLFstZG6Mv .mbr-section-btn .btn {
  box-shadow: none !important;
}
.cid-uLFstZG6Mv .mbr-text,
.cid-uLFstZG6Mv .mbr-section-btn {
  color: #ffffff;
}
.cid-uJJ5NYIDfO {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uJJ5NYIDfO .mbr-section-title {
  text-align: center;
}
.cid-uJJ5NYIDfO .mbr-text,
.cid-uJJ5NYIDfO .mbr-section-btn {
  text-align: center;
  color: #696969;
}
.cid-uJJ5NYIDfO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJJ5NYIDfO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLiHO7eYqm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f6f6f6;
  overflow: hidden;
}
.cid-uLiHO7eYqm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLiHO7eYqm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLiHO7eYqm .container-fluid {
  max-width: 100% !important;
}
.cid-uLiHO7eYqm .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-uLiHO7eYqm .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLiHO7eYqm .text-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 55px 62px 70px 62px;
}
@media (max-width: 1439px) {
  .cid-uLiHO7eYqm .text-wrap {
    padding: 40px 45px 50px 45px;
  }
}
@media (max-width: 991px) {
  .cid-uLiHO7eYqm .text-wrap {
    padding: 25px 30px 30px 30px;
  }
}
@media (max-width: 767px) {
  .cid-uLiHO7eYqm .text-wrap {
    padding: 40px 25px 45px 25px;
  }
}
.cid-uLiHO7eYqm .mbr-section-title {
  color: #303030;
  text-align: center;
}
.cid-uLiHO7eYqm .text-bottom {
  margin-top: auto;
  padding-top: 25px;
}
@media (max-width: 767px) {
  .cid-uLiHO7eYqm .text-bottom {
    padding-top: 70px;
  }
}
@media (max-width: 575px) {
  .cid-uLiHO7eYqm .text-bottom {
    padding-top: 50px;
  }
}
.cid-uLiHO7eYqm .mbr-text {
  color: #303030;
}
.cid-uLiHO7eYqm .mbr-section-btn {
  margin-top: 16px;
}
.cid-uL5E3zZDaC {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f4f3ec;
}
.cid-uL5E3zZDaC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL5E3zZDaC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL5E3zZDaC .row {
  justify-content: center;
}
.cid-uL5E3zZDaC .title-wrapper {
  padding: 71px;
  background-color: #4d2c17;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-uL5E3zZDaC .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-uL5E3zZDaC .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uL5E3zZDaC .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uL5E3zZDaC .list-wrapper .list .item-wrap {
  margin-bottom: 28px;
}
.cid-uL5E3zZDaC .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uL5E3zZDaC .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uL5E3zZDaC .list {
  color: #747474;
}
.cid-uL5E3zZDaC .list,
.cid-uL5E3zZDaC .item-wrap {
  text-align: center;
}
.cid-uL5E3zZDaC .display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.4rem;
  line-height: 1 !important;
}
.cid-uLin5Q1edi {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uLin5Q1edi .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uLin5Q1edi .icon-box {
  background: #4d2c17;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uLin5Q1edi .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uLin5Q1edi .card {
    margin-bottom: 2rem;
  }
  .cid-uLin5Q1edi .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uLin5Q1edi .card-title,
.cid-uLin5Q1edi .card-box {
  color: #000000;
}
.cid-uLin5Q1edi .icon-text {
  color: #353535;
}
.cid-uLin5Q1edi .mbr-text,
.cid-uLin5Q1edi .mbr-section-btn {
  color: #404349;
}
.cid-uLiHSSxbRp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f6f6;
  overflow: hidden;
}
.cid-uLiHSSxbRp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLiHSSxbRp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLiHSSxbRp .row {
  row-gap: 50px;
}
.cid-uLiHSSxbRp .text-wrap {
  width: 100%;
  padding-right: 30px;
}
@media (max-width: 1439px) {
  .cid-uLiHSSxbRp .text-wrap {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .cid-uLiHSSxbRp .text-wrap {
    padding: 0;
  }
}
.cid-uLiHSSxbRp .mbr-section-title {
  color: #303030;
}
.cid-uLiHSSxbRp .mbr-text {
  color: #303030;
  margin-top: 16px;
}
.cid-uLiHSSxbRp .line-items-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
  width: 100%;
}
.cid-uLiHSSxbRp .line-item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uLiHSSxbRp .line-text-wrap {
  display: flex;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 7px;
}
.cid-uLiHSSxbRp .line-text {
  color: #303030;
  margin-right: auto;
  max-width: 50%;
}
.cid-uLiHSSxbRp .line-number {
  color: #303030;
  margin-left: auto;
  max-width: 40%;
}
.cid-uLiHSSxbRp .line {
  position: relative;
  width: 100%;
  height: 4px;
  background-color: #EAEAEA;
}
.cid-uLiHSSxbRp .line-active {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #303030;
}
.cid-uLiHSSxbRp .line-item-1 .line-number:before {
  content: "95";
}
.cid-uLiHSSxbRp .line-item-1 .line-active {
  width: 95%;
}
.cid-uLiHSSxbRp .line-item-2 .line-number:before {
  content: "83";
}
.cid-uLiHSSxbRp .line-item-2 .line-active {
  width: 83%;
}
.cid-uLiHSSxbRp .line-item-3 .line-number:before {
  content: "92";
}
.cid-uLiHSSxbRp .line-item-3 .line-active {
  width: 92%;
}
.cid-uLiIjObp7l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLiIjObp7l .item-wrapper {
  position: relative;
}
.cid-uLiIjObp7l .left-side {
  text-align: left;
}
.cid-uLiIjObp7l .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-uLiIjObp7l .mbr-section-btn {
    margin-bottom: 25px;
  }
  .cid-uLiIjObp7l .mbr-section-title {
    margin-top: 25px;
  }
  .cid-uLiIjObp7l .item-wrapper {
    padding-top: 15px;
  }
  .cid-uLiIjObp7l .right-side {
    padding: 15px;
  }
}
.cid-uLiIjObp7l .mbr-section-subtitle {
  color: #626262;
  padding-top: 10px;
  margin-top: 0;
  font-style: italic;
}
.cid-uLiIjObp7l .mbr-section-title {
  color: #232323;
  padding-bottom: 0px;
  text-align: left;
}
.cid-uLiIjObp7l .item-title {
  text-transform: uppercase;
  margin: 0 20px;
}
.cid-uLiIjObp7l .price {
  margin: 0 20px 36px;
}
.cid-uLiIjObp7l .item-content {
  color: #000000;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  text-align: center;
}
.cid-uLiIjObp7l img,
.cid-uLiIjObp7l .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uLiIjObp7l .mbr-text {
  padding-top: 10px;
}
.cid-uLiIjObp7l .right-side {
  padding-right: 5rem;
}
.cid-uLiIjObp7l .mbr-text,
.cid-uLiIjObp7l .button-align {
  text-align: left;
}
.cid-uLn7jks7FN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLn7jks7FN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLn7jks7FN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLn7jks7FN .container {
    padding: 0 30px;
  }
}
.cid-uLn7jks7FN .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uLn7jks7FN .content-wrapper {
    display: block;
  }
}
.cid-uLn7jks7FN .content-wrapper .card {
  justify-content: center;
}
.cid-uLn7jks7FN .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
  background-color: #4d2c17;
  border-radius: 0 0 2rem 0 !important;
  border-radius: 2rem 0 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uLn7jks7FN .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 20px;
    border-radius: 0 0 2rem 0 !important;
  }
}
.cid-uLn7jks7FN .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-uLn7jks7FN .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}
.cid-uLn7jks7FN .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uLn7jks7FN .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uLn7jks7FN .content-wrapper .image-wrapper img {
  min-height: 630px;
  object-fit: cover;
  border-radius: 2rem 0 0 0 !important;
  border-radius: 0 0 2rem 0 !important;
}
@media (max-width: 992px) {
  .cid-uLn7jks7FN .content-wrapper .image-wrapper img {
    min-height: auto;
    height: 430px;
    border-radius: 2rem 0 0 0 !important;
  }
}
.cid-uLn7jks7FN .mbr-section-title {
  color: #144031;
}
.cid-uLn7jks7FN .mbr-text {
  color: #ffffff;
}
.cid-uLn7jks7FN .mbr-section-title,
.cid-uLn7jks7FN .mbr-section-btn {
  color: #ffffff;
}
.cid-uLn8R6SWOb {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f4f3ec;
}
.cid-uLn8R6SWOb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLn8R6SWOb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLn8R6SWOb .content-wrap {
  margin: 0;
}
.cid-uLn8R6SWOb .content-wrap .card {
  padding: 0;
  justify-content: center;
}
.cid-uLn8R6SWOb .content-wrapper {
  padding-right: 112px;
}
@media (max-width: 1440px) {
  .cid-uLn8R6SWOb .content-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-uLn8R6SWOb .content-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uLn8R6SWOb .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uLn8R6SWOb .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLn8R6SWOb .video-wrapper {
  padding-left: 112px;
  border-left: 3px dashed #151515;
}
@media (max-width: 1440px) {
  .cid-uLn8R6SWOb .video-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-uLn8R6SWOb .video-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uLn8R6SWOb .video-wrapper {
    padding-left: 0;
    border-left: none;
    border-top: 3px dashed #151515;
    padding-top: 22px;
  }
}
.cid-uLn8R6SWOb .mbr-section-title {
  color: #c10b02;
  text-align: center;
}
.cid-uLn8R6SWOb .mbr-text,
.cid-uLn8R6SWOb .text-wrapper {
  color: #4b4949;
  text-align: center;
}
.cid-uLn8R6SWOb .mbr-section-title,
.cid-uLn8R6SWOb .mbr-section-btn {
  color: #353535;
  text-align: center;
}
.cid-uLn8R6SWOb .display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.4rem;
  line-height: 1 !important;
}
.cid-uLiJnpkpCn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uLiJnpkpCn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLiJnpkpCn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLiJnpkpCn .container {
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uLiJnpkpCn .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uLiJnpkpCn .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uLiJnpkpCn .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uLiJnpkpCn .mbr-section-head {
    margin-top: 30px;
  }
}
.cid-uLiJnpkpCn .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 575px) {
  .cid-uLiJnpkpCn .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uLiJnpkpCn .mbr-section-subtitle {
  color: #4d2c17;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uLiJnpkpCn .mbr-section-subtitle {
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  .cid-uLiJnpkpCn .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uLiJnpkpCn .mbr-text {
  color: #232323;
  margin-top: 20px;
}
.cid-uLiJnpkpCn .card-row {
  align-items: stretch;
}
.cid-uLiJnpkpCn .card {
  padding: 10px;
}
.cid-uLiJnpkpCn .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 40px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #232323, #232323);
}
@media (max-width: 991px) {
  .cid-uLiJnpkpCn .card-wrapper {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .cid-uLiJnpkpCn .card-wrapper {
    padding: 30px;
  }
}
.cid-uLiJnpkpCn .card-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
}
.cid-uLiJnpkpCn .card-title {
  color: #f42121;
  margin-bottom: 0;
  text-align: center;
}
.cid-uLiJnpkpCn .card-subtitle {
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 10px;
  text-align: center;
}
.cid-uLiJnpkpCn .card-text {
  color: #ffb18a;
  margin-bottom: 0;
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uLiJnpkpCn .card-text {
    margin-top: 20px;
  }
}
.cid-uLiJnpkpCn .list-container {
  margin-top: 23px;
  margin-bottom: 30px;
}
.cid-uLiJnpkpCn .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
}
.cid-uLiJnpkpCn .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
}
.cid-uLiJnpkpCn .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #c4cfde;
}
.cid-uLiJnpkpCn .list-item-text {
  color: #ffffff;
  width: fit-content;
  text-align: left;
}
.cid-uLiJnpkpCn .mbr-section-btn {
  display: flex;
  margin-top: auto;
}
.cid-uLiJnpkpCn .mbr-section-btn .btn {
  flex-basis: 100%;
}
.cid-uLiJnpkpCn .display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.4rem;
  line-height: 1 !important;
}
.cid-uJJ9zuYQm8 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #4d2c17;
}
.cid-uJJ9zuYQm8 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJJ9zuYQm8 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uJJ9zuYQm8 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 354px;
  max-width: 354px;
}
@media (max-width: 992px) {
  .cid-uJJ9zuYQm8 .embla__slide {
    min-width: 620px;
    max-width: 620px;
  }
}
@media (max-width: 767px) {
  .cid-uJJ9zuYQm8 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uJJ9zuYQm8 .embla__slide .slide-content {
  width: 100%;
}
.cid-uJJ9zuYQm8 .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uJJ9zuYQm8 .embla__slide .slide-content .item-wrapper {
    height: 350px;
  }
}
.cid-uJJ9zuYQm8 .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, #24262b, transparent);
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-uJJ9zuYQm8 .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uJJ9zuYQm8 .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJJ9zuYQm8 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uJJ9zuYQm8 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uJJ9zuYQm8 .embla__slide .slide-content .item-wrapper .item-content {
    padding: 20px 16px;
  }
}
.cid-uJJ9zuYQm8 .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uJJ9zuYQm8 .embla__slide .slide-content .item-wrapper .item-content .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #f6eddb;
  margin: 0;
}
.cid-uJJ9zuYQm8 .embla__button--next,
.cid-uJJ9zuYQm8 .embla__button--prev {
  display: flex;
}
.cid-uJJ9zuYQm8 .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #272b2e !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uJJ9zuYQm8 .embla__button:hover {
  opacity: .7 !important;
}
.cid-uJJ9zuYQm8 .embla__button.embla__button--prev {
  right: 48px;
}
.cid-uJJ9zuYQm8 .embla__button.embla__button--next {
  right: 0;
}
.cid-uJJ9zuYQm8 .embla {
  position: relative;
  width: 100%;
}
.cid-uJJ9zuYQm8 .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uJJ9zuYQm8 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uJJ9zuYQm8 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uJJ9zuYQm8 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uJJ9zuYQm8 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uJJ9zuYQm8 .mbr-section-title {
  color: #272b2e;
}
.cid-uJJ9zuYQm8 .item-tag {
  color: #ffffff;
}
.cid-uJJ9zuYQm8 .item-name {
  color: #ffffff;
}
.cid-uLnpLIsNE6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #4d2c17;
  overflow: hidden;
}
.cid-uLnpLIsNE6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLnpLIsNE6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uLnpLIsNE6 .container {
    padding: 0 16px;
  }
}
.cid-uLnpLIsNE6 .row {
  justify-content: center;
}
.cid-uLnpLIsNE6 .content-wrapper {
  position: relative;
}
.cid-uLnpLIsNE6 .content-wrapper .icon-wrapper {
  margin-bottom: 40px;
}
.cid-uLnpLIsNE6 .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #f1634f;
  display: inline-flex;
}
.cid-uLnpLIsNE6 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uLnpLIsNE6 .content-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLnpLIsNE6 .content-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-uLnpLIsNE6 .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLnpLIsNE6 .content-wrapper .list .item-wrap:hover,
.cid-uLnpLIsNE6 .content-wrapper .list .item-wrap:focus {
  color: #f1634f;
}
.cid-uLnpLIsNE6 .content-wrapper .decor-wrapper {
  position: absolute;
  top: -10%;
  left: -12rem;
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #dcd9d9 -10%, transparent 70%);
}
.cid-uLnpLIsNE6 .mbr-section-title {
  color: #000000;
}
.cid-uLnpLIsNE6 .list {
  color: #000000;
  text-align: center;
}
.cid-uLnpLIsNE6 .mbr-section-title,
.cid-uLnpLIsNE6 .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uLnpLIsNE6 .list,
.cid-uLnpLIsNE6 .item-wrap {
  color: #ffffff;
}
.cid-uJTvi6RwwT {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fef8f5;
}
.cid-uJTvi6RwwT .text-wrapper {
  padding: 2rem 0;
}
.cid-uJTvi6RwwT .text-wrapper:hover .mbr-section-title a {
  color: #232323 !important;
}
.cid-uJTvi6RwwT .image-wrapper,
.cid-uJTvi6RwwT img {
  width: 100%;
  object-fit: cover;
}
.cid-uJTvi6RwwT .mbr-section-subtitle {
  margin-bottom: 12px;
  color: #000000;
}
.cid-uJTvi6RwwT .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uJTvi6RwwT .mbr-section-btn .btn-secondary-outline:hover,
.cid-uJTvi6RwwT .mbr-section-btn .btn-secondary-outline .active,
.cid-uJTvi6RwwT .mbr-section-btn .btn-secondary-outline:focus {
  color: #06ab2c !important;
}
@media (max-width: 991px) {
  .cid-uJTvi6RwwT {
    flex-direction: column;
  }
  .cid-uJTvi6RwwT .text-wrapper {
    width: 100%;
    padding: 50px 2rem 2rem;
    padding: 0;
    margin: 2rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uJTvi6RwwT .text-wrapper {
    padding: 30px 1rem;
    padding: 0;
  }
}
.cid-uJTvi6RwwT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJTvi6RwwT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLiqhhgXWq {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #4d2c17;
}
.cid-uLiqhhgXWq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLiqhhgXWq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLiqhhgXWq .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uLiqhhgXWq .mbr-section-title,
.cid-uLiqhhgXWq .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uLiqhhgXWq .display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.4rem;
  line-height: 1 !important;
}
.cid-uLmUlAE4Hr {
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-3.jpeg");
}
.cid-uLmUlAE4Hr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLmUlAE4Hr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLmUlAE4Hr .container {
    padding: 0 24px;
  }
}
.cid-uLmUlAE4Hr .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 42px 48px 48px;
  width: 40%;
}
@media (max-width: 1440px) {
  .cid-uLmUlAE4Hr .card-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 1200px) {
  .cid-uLmUlAE4Hr .card-wrapper .card-wrap {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uLmUlAE4Hr .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-uLmUlAE4Hr .card-wrapper .card-wrap .mbr-desc {
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uLmUlAE4Hr .card-wrapper .card-wrap .mbr-desc {
    margin-bottom: 28px;
  }
}
.cid-uLmUlAE4Hr .card-wrapper .card-wrap .mbr-section-title {
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uLmUlAE4Hr .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uLmUlAE4Hr .card-wrapper .card-wrap .mbr-text {
  width: 100%;
  margin-bottom: 0;
}
.cid-uLmUlAE4Hr .mbr-desc {
  color: #202020;
}
.cid-uLmUlAE4Hr .mbr-section-title {
  color: #202020;
}
.cid-uLmUlAE4Hr .mbr-text {
  color: #202020;
}
.cid-uLmUlAE4Hr .mbr-section-title,
.cid-uLmUlAE4Hr .card-wrapper {
  color: #000000;
}
.cid-uKwAENUTuN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f3ec;
}
.cid-uKwAENUTuN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKwAENUTuN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKwAENUTuN .content-wrap {
  padding: 60px;
  background-color: #f4f3ec;
}
@media (max-width: 992px) {
  .cid-uKwAENUTuN .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uKwAENUTuN .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uKwAENUTuN .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uKwAENUTuN .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKwAENUTuN .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uKwAENUTuN .content-wrap .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #c8c8c8;
}
@media (max-width: 992px) {
  .cid-uKwAENUTuN .content-wrap .panel-group .card {
    padding: 20px;
  }
}
.cid-uKwAENUTuN .content-wrap .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uKwAENUTuN .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uKwAENUTuN .content-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uKwAENUTuN .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uKwAENUTuN .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #f4f3ec;
}
@media (max-width: 992px) {
  .cid-uKwAENUTuN .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uKwAENUTuN .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #151515;
}
.cid-uKwAENUTuN .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uKwAENUTuN .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-uKwAENUTuN .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKwAENUTuN .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uKwAENUTuN .mbr-section-title {
  color: #404349;
}
.cid-uKwAENUTuN .panel-title-edit {
  color: #404349;
}
.cid-uKwAENUTuN .panel-text {
  color: #404349;
}
.cid-uKwAENUTuN .mbr-section-title,
.cid-uKwAENUTuN .title-wrapper,
.cid-uKwAENUTuN .tabs-wrapper {
  color: #000000;
}
.cid-uJTntq9paw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #fbe1d1;
}
.cid-uJTntq9paw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJTntq9paw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJTntq9paw .google-map {
  height: 30rem;
  position: relative;
}
.cid-uJTntq9paw .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uJTntq9paw .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-uJTntq9paw .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uJTntq9paw .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tz8x41WSIV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #4d2c17;
}
.cid-tz8x41WSIV p {
  text-align: center;
}
.cid-tz8x41WSIV .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tz8x41WSIV .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tz8x41WSIV a {
  font-weight: normal;
}
.cid-tz8x41WSIV .copyright li {
  list-style: disc;
  margin: 0 1rem;
}
.cid-tz8x41WSIV .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tz8x41WSIV .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-tz8x41WSIV .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-tz8x41WSIV li a {
  position: relative;
}
.cid-tz8x41WSIV li a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: all 0.3s;
}
.cid-tz8x41WSIV li a:hover:before {
  width: 100%;
}
.cid-tz8x41WSIV .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #fbefdf;
  text-align: right;
}
.cid-tz8x41WSIV .logo-footer {
  line-height: normal;
}
@media (max-width: 767px) {
  .cid-tz8x41WSIV .d-flex {
    flex-direction: column;
  }
  .cid-tz8x41WSIV .d-flex li {
    width: fit-content;
    margin: auto;
  }
}
.cid-tz8x41WSIV .icon-transition span {
  display: block;
}
.cid-tz8x41WSIV .list-inline-item a {
  display: block;
}
.cid-tz8x41WSIV .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tz8x41WSIV .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tz8x41WSIV .icon-transition span {
  color: #fbefdf;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-tz8x41WSIV .social-media {
  display: flex;
  justify-content: flex-start;
}
.cid-tz8x41WSIV .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tz8x41WSIV .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-tz8x41WSIV .logo-footer {
    text-align: center;
  }
  .cid-tz8x41WSIV .social-media {
    justify-content: center;
  }
}
.cid-tz8x41WSIV .list-inline-item,
.cid-tz8x41WSIV .mbr-list,
.cid-tz8x41WSIV .first-column {
  color: #ffffff;
  text-align: center;
}
.cid-uLo2zqsGmZ {
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-4.jpeg");
}
.cid-uLo2zqsGmZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLo2zqsGmZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLo2zqsGmZ .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLo2zqsGmZ .content-wrapper {
    height: auto;
    margin-bottom: 35px;
  }
}
.cid-uLo2zqsGmZ .content-wrapper .title-wrapper {
  margin-bottom: 300px;
}
.cid-uLo2zqsGmZ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uLo2zqsGmZ .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin: 10px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uLo2zqsGmZ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uLo2zqsGmZ .mbr-section-title {
  color: #000000;
}
.cid-uLo2zqsGmZ .mbr-text {
  color: #000000;
}
.cid-tz8Bbgigor {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tz8Bbgigor .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz8Bbgigor .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tz8Bbgigor a {
  font-weight: bold;
}
.cid-tz8Bbgigor .mbr-section-title {
  color: #151515;
  text-align: center;
}
.cid-tz8Bbgigor .mbr-text,
.cid-tz8Bbgigor .mbr-section-btn {
  color: #151515;
  text-align: center;
}
.cid-tz8B9KgM7S {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #7b7b7b;
}
.cid-tz8B9KgM7S img {
  transform: translateY(20px);
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-tz8B9KgM7S img {
    transform: translateY(0px);
  }
}
.cid-tz8B9KgM7S img,
.cid-tz8B9KgM7S .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tz8B9KgM7S img,
  .cid-tz8B9KgM7S .item-img {
    border-radius: 1.5rem;
  }
}
.cid-tz8B9KgM7S .item-img {
  position: relative;
}
.cid-tz8B9KgM7S .item-img .mbr-section-btn {
  width: 100%;
  text-align: center;
  position: absolute;
  transition: all 0.3s;
  bottom: -10rem;
}
@media (max-width: 767px) {
  .cid-tz8B9KgM7S .item-img .mbr-section-btn {
    bottom: 1rem;
  }
}
.cid-tz8B9KgM7S .item:focus,
.cid-tz8B9KgM7S span:focus {
  outline: none;
}
.cid-tz8B9KgM7S .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tz8B9KgM7S .item-content {
  padding: 2rem;
  padding-bottom: 0;
}
.cid-tz8B9KgM7S .item-wrapper {
  position: relative;
  justify-content: space-between;
  border-radius: 3rem;
  background: #f4f3ec;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tz8B9KgM7S .item-wrapper:hover img {
  transform: translateY(0px);
}
@media (max-width: 992px) {
  .cid-tz8B9KgM7S .item-wrapper {
    border-radius: 1.5rem;
  }
}
.cid-tz8B9KgM7S .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tz8B9KgM7S .mbr-section-title {
  color: #232323;
}
.cid-tz8B9KgM7S .mbr-text,
.cid-tz8B9KgM7S .mbr-section-btn {
  color: #ffffff;
}
.cid-tz8B9KgM7S .item-title {
  color: #000000;
}
.cid-tz8B9KgM7S .item-subtitle {
  color: #ffffff;
}
.cid-uLo2wA6to3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #4d2c17;
}
.cid-uLo2wA6to3 p {
  text-align: center;
}
.cid-uLo2wA6to3 .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-uLo2wA6to3 .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-uLo2wA6to3 a {
  font-weight: normal;
}
.cid-uLo2wA6to3 .copyright li {
  list-style: disc;
  margin: 0 1rem;
}
.cid-uLo2wA6to3 .copyright .list-inline {
  margin-bottom: 0;
}
.cid-uLo2wA6to3 .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-uLo2wA6to3 .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-uLo2wA6to3 li a {
  position: relative;
}
.cid-uLo2wA6to3 li a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: all 0.3s;
}
.cid-uLo2wA6to3 li a:hover:before {
  width: 100%;
}
.cid-uLo2wA6to3 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #fbefdf;
  text-align: right;
}
.cid-uLo2wA6to3 .logo-footer {
  line-height: normal;
}
@media (max-width: 767px) {
  .cid-uLo2wA6to3 .d-flex {
    flex-direction: column;
  }
  .cid-uLo2wA6to3 .d-flex li {
    width: fit-content;
    margin: auto;
  }
}
.cid-uLo2wA6to3 .icon-transition span {
  display: block;
}
.cid-uLo2wA6to3 .list-inline-item a {
  display: block;
}
.cid-uLo2wA6to3 .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLo2wA6to3 .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-uLo2wA6to3 .icon-transition span {
  color: #fbefdf;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-uLo2wA6to3 .social-media {
  display: flex;
  justify-content: flex-start;
}
.cid-uLo2wA6to3 .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uLo2wA6to3 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-uLo2wA6to3 .logo-footer {
    text-align: center;
  }
  .cid-uLo2wA6to3 .social-media {
    justify-content: center;
  }
}
.cid-uLo2wA6to3 .list-inline-item,
.cid-uLo2wA6to3 .mbr-list,
.cid-uLo2wA6to3 .first-column {
  color: #ffffff;
  text-align: center;
}
.cid-uJios1Aw7G {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uJios1Aw7G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJios1Aw7G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJios1Aw7G ul {
  padding-left: 1.5rem;
}
.cid-uJios1Aw7G ul li {
  padding-bottom: 0.5rem;
}
.cid-uJios1Aw7G .mbr-text3 {
  line-height: 1.2;
}
.cid-uJios1Aw7G p {
  line-height: 1.2;
}
.cid-uJios1Aw7G .round {
  position: absolute;
  top: -900px;
  left: -20%;
  width: 140%;
  height: 1700px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background: #232323;
}
@media (max-width: 992px) {
  .cid-uJios1Aw7G .round {
    top: -700px;
    height: 1500px;
  }
}
@media (max-width: 767px) {
  .cid-uJios1Aw7G .round {
    height: 600px;
    top: -100px;
  }
}
.cid-uJios1Aw7G .line {
  width: 100%;
  height: 2px;
  opacity: 0.4;
  background: currentColor;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-uJios1Aw7G .col-lg-3 {
  border-top: 2px solid lightgray;
  padding-top: 1rem;
}
.cid-uJios1Aw7G .mbr-text {
  line-height: 1.2;
  color: #000000;
}
.cid-uJios1Aw7G .card-wrapper {
  overflow: hidden;
  background: #fff5e9;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-uJios1Aw7G .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uJios1Aw7G .image-wrapper {
  padding: 0 1rem;
}
.cid-uJios1Aw7G .mbr-section-title {
  color: #000000;
}
.cid-uJios1Aw7G .mbr-text,
.cid-uJios1Aw7G .mbr-section-btn {
  color: #f0466a;
}
.cid-uJios1Aw7G .mbr-card-title {
  color: #f0466a;
}
.cid-uJios1Aw7G .mbr-card-title,
.cid-uJios1Aw7G .line {
  color: #000000;
}
.cid-uJios1Aw7G .mbr-section-text {
  color: #4d2c17;
  text-align: left;
}
.cid-uJiowu3ZaQ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #4d2c17;
}
.cid-uJiowu3ZaQ .item:focus,
.cid-uJiowu3ZaQ span:focus {
  outline: none;
}
.cid-uJiowu3ZaQ .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uJiowu3ZaQ .item {
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uJiowu3ZaQ .item {
    min-height: 45px;
  }
}
.cid-uJioBqLhAP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/whatsapp-image-2025-04-17-at-12.46.50-3.jpeg");
}
.cid-uJioBqLhAP .mbr-overlay {
  background: #353535;
  opacity: 0.7;
}
.cid-uJioBqLhAP .item:focus,
.cid-uJioBqLhAP span:focus {
  outline: none;
}
.cid-uJioBqLhAP .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uJioBqLhAP .item {
    margin-bottom: 1rem;
  }
}
.cid-uJioBqLhAP .mbr-card-title {
  background: #fed9e1;
  width: fit-content;
  border-radius: 1rem;
  padding: 6px 10px;
}
.cid-uJioBqLhAP .item-content {
  margin-top: 2rem;
  padding: 0 2rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uJioBqLhAP .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uJioBqLhAP .item-content {
    padding: 1rem 1rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uJioBqLhAP .item-wrapper {
  position: relative;
  background: #f3f6f9;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uJioBqLhAP .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uJioBqLhAP .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uJioBqLhAP .mbr-text,
.cid-uJioBqLhAP .item .mbr-section-btn {
  text-align: center;
}
.cid-uJioBqLhAP .content-head {
  max-width: 800px;
}
.cid-uJioBqLhAP .mbr-number {
  color: #e43f3f;
}
.cid-uJioBqLhAP .mbr-section-subtitle,
.cid-uJioBqLhAP .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uJioBqLhAP .mbr-text {
  text-align: left;
}
.cid-uJioBqLhAP .mbr-text,
.cid-uJioBqLhAP .mbr-card-btn {
  text-align: left;
}
.cid-uJioBqLhAP .mbr-text,
.cid-uJioBqLhAP .mbr-section-btn {
  text-align: left;
}
.cid-uJioBqLhAP .mbr-text,
.cid-uJioBqLhAP .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-uJioBqLhAP .card-text,
.cid-uJioBqLhAP .item .mbr-section-btn {
  text-align: left;
}
.cid-uJioBqLhAP .card-title {
  text-align: left;
}
.cid-tz8x41WSIV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #4d2c17;
}
.cid-tz8x41WSIV p {
  text-align: center;
}
.cid-tz8x41WSIV .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tz8x41WSIV .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tz8x41WSIV a {
  font-weight: normal;
}
.cid-tz8x41WSIV .copyright li {
  list-style: disc;
  margin: 0 1rem;
}
.cid-tz8x41WSIV .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tz8x41WSIV .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-tz8x41WSIV .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-tz8x41WSIV li a {
  position: relative;
}
.cid-tz8x41WSIV li a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: all 0.3s;
}
.cid-tz8x41WSIV li a:hover:before {
  width: 100%;
}
.cid-tz8x41WSIV .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #fbefdf;
  text-align: right;
}
.cid-tz8x41WSIV .logo-footer {
  line-height: normal;
}
@media (max-width: 767px) {
  .cid-tz8x41WSIV .d-flex {
    flex-direction: column;
  }
  .cid-tz8x41WSIV .d-flex li {
    width: fit-content;
    margin: auto;
  }
}
.cid-tz8x41WSIV .icon-transition span {
  display: block;
}
.cid-tz8x41WSIV .list-inline-item a {
  display: block;
}
.cid-tz8x41WSIV .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tz8x41WSIV .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tz8x41WSIV .icon-transition span {
  color: #fbefdf;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-tz8x41WSIV .social-media {
  display: flex;
  justify-content: flex-start;
}
.cid-tz8x41WSIV .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tz8x41WSIV .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-tz8x41WSIV .logo-footer {
    text-align: center;
  }
  .cid-tz8x41WSIV .social-media {
    justify-content: center;
  }
}
.cid-tz8x41WSIV .list-inline-item,
.cid-tz8x41WSIV .mbr-list,
.cid-tz8x41WSIV .first-column {
  color: #ffffff;
  text-align: center;
}
.cid-uJjU2M0OjV {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background: #fff5e9;
}
.cid-uJjU2M0OjV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJjU2M0OjV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJjU2M0OjV .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uJjU2M0OjV .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uJjU2M0OjV .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-uJjU2M0OjV .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uJjU2M0OjV .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uJjU2M0OjV .content-head {
  max-width: 800px;
}
.cid-uJjU2M0OjV .mbr-section-title {
  color: #000000;
}
.cid-tz8x41WSIV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #4d2c17;
}
.cid-tz8x41WSIV p {
  text-align: center;
}
.cid-tz8x41WSIV .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tz8x41WSIV .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tz8x41WSIV a {
  font-weight: normal;
}
.cid-tz8x41WSIV .copyright li {
  list-style: disc;
  margin: 0 1rem;
}
.cid-tz8x41WSIV .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tz8x41WSIV .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-tz8x41WSIV .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-tz8x41WSIV li a {
  position: relative;
}
.cid-tz8x41WSIV li a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: all 0.3s;
}
.cid-tz8x41WSIV li a:hover:before {
  width: 100%;
}
.cid-tz8x41WSIV .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #fbefdf;
  text-align: right;
}
.cid-tz8x41WSIV .logo-footer {
  line-height: normal;
}
@media (max-width: 767px) {
  .cid-tz8x41WSIV .d-flex {
    flex-direction: column;
  }
  .cid-tz8x41WSIV .d-flex li {
    width: fit-content;
    margin: auto;
  }
}
.cid-tz8x41WSIV .icon-transition span {
  display: block;
}
.cid-tz8x41WSIV .list-inline-item a {
  display: block;
}
.cid-tz8x41WSIV .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tz8x41WSIV .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tz8x41WSIV .icon-transition span {
  color: #fbefdf;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-tz8x41WSIV .social-media {
  display: flex;
  justify-content: flex-start;
}
.cid-tz8x41WSIV .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tz8x41WSIV .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-tz8x41WSIV .logo-footer {
    text-align: center;
  }
  .cid-tz8x41WSIV .social-media {
    justify-content: center;
  }
}
.cid-tz8x41WSIV .list-inline-item,
.cid-tz8x41WSIV .mbr-list,
.cid-tz8x41WSIV .first-column {
  color: #ffffff;
  text-align: center;
}
