.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Funnel Display;
}
.display-1 {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 4.6rem;
  line-height: 1.16;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 3.6rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 4.5rem;
}
.display-4 {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 1.3rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 2.2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 1.6rem;
  line-height: 1.44;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.91rem + (3.6 - 1.91) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  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: #8bdfdd !important;
}
.bg-success {
  background-color: #8ed993 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #fbd12e !important;
}
.bg-danger {
  background-color: #f2430d !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #8bdfdd !important;
  border-color: #8bdfdd !important;
  color: #175452 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #b3eae9 !important;
  border-color: #b3eae9 !important;
  box-shadow: inset 0 -100px #175452;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #175452 !important;
  background-color: #b3eae9 !important;
  border-color: #b3eae9 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #2c2625 !important;
  border-color: #2c2625 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #483e3c !important;
  border-color: #483e3c !important;
  box-shadow: inset 0 -100px #000000;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #483e3c !important;
  border-color: #483e3c !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: inset 0 -100px #808080;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #8ed993 !important;
  border-color: #8ed993 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #b4e6b7 !important;
  border-color: #b4e6b7 !important;
  box-shadow: inset 0 -100px #1a4e1e;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #b4e6b7 !important;
  border-color: #b4e6b7 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fbd12e !important;
  border-color: #fbd12e !important;
  color: #292101 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #fcdc60 !important;
  border-color: #fcdc60 !important;
  box-shadow: inset 0 -100px #292101;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #292101 !important;
  background-color: #fcdc60 !important;
  border-color: #fcdc60 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f2430d !important;
  border-color: #f2430d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #f5693d !important;
  border-color: #f5693d !important;
  box-shadow: inset 0 -100px #000000;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f5693d !important;
  border-color: #f5693d !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: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: inset 0 -100px #757b62;
}
.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: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: inset 0 -100px #000000;
}
.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: #8bdfdd;
  color: #8bdfdd;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #47ccc9 !important;
  background-color: transparent !important;
  border-color: #47ccc9 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #175452 !important;
  background-color: #8bdfdd !important;
  border-color: #8bdfdd !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #2c2625;
  color: #2c2625;
}
.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: #2c2625 !important;
  border-color: #2c2625 !important;
}
.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-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #8ed993;
  color: #8ed993;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #4dc355 !important;
  background-color: transparent !important;
  border-color: #4dc355 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #8ed993 !important;
  border-color: #8ed993 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #fbd12e;
  color: #fbd12e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #cea504 !important;
  background-color: transparent !important;
  border-color: #cea504 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #292101 !important;
  background-color: #fbd12e !important;
  border-color: #fbd12e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f2430d;
  color: #f2430d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a02c09 !important;
  background-color: transparent !important;
  border-color: #a02c09 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f2430d !important;
  border-color: #f2430d !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: #8bdfdd !important;
}
.text-secondary {
  color: #2c2625 !important;
}
.text-success {
  color: #8ed993 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #fbd12e !important;
}
.text-danger {
  color: #f2430d !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #3bc9c6 !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: #42bf4a !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: #bf9904 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #912808 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #8bdfdd;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #fbd12e;
}
.alert-danger {
  background-color: #f2430d;
}
.mbr-gallery-filter li.active .btn {
  background-color: #8bdfdd;
  border-color: #8bdfdd;
  color: #1d6866;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #8bdfdd;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fffdf6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fcd9cf;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 1.6rem;
  line-height: 1.44;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
.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: #8bdfdd !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 1.6rem;
  line-height: 1.44;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #8bdfdd;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #8bdfdd;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #8bdfdd;
}
.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: #8bdfdd;
  border-bottom-color: #8bdfdd;
}
.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: #8bdfdd !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: #2c2625 !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='%238bdfdd' %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;
}
.mbr-section-btn .btn,
.mbr-section-btn-item .btn {
  font-weight: 700;
  padding: 16px 44px;
  border-radius: 0 !important;
}
.icon-wrapper,
.item-tag,
.form-control {
  border-radius: 0 !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.cid-uDr1Gha6lH .navbar-dropdown {
  position: relative !important;
}
.cid-uDr1Gha6lH .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uDr1Gha6lH .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uDr1Gha6lH .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uDr1Gha6lH .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-uDr1Gha6lH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDr1Gha6lH .dropdown-item {
  border: 2px solid #ffffff;
  background: #a0472a !important;
  color: #8bdfdd !important;
}
.cid-uDr1Gha6lH .dropdown-item:hover,
.cid-uDr1Gha6lH .dropdown-item:focus {
  background: #a0472a !important;
  color: #8bdfdd !important;
}
.cid-uDr1Gha6lH .dropdown-item:hover span {
  color: white;
}
.cid-uDr1Gha6lH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDr1Gha6lH .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDr1Gha6lH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDr1Gha6lH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDr1Gha6lH .nav-link {
  position: relative;
}
.cid-uDr1Gha6lH .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uDr1Gha6lH .container {
    flex-wrap: nowrap;
  }
}
.cid-uDr1Gha6lH .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uDr1Gha6lH .iconfont-wrapper:hover {
  color: #ffd876 !important;
}
.cid-uDr1Gha6lH .dropdown-menu,
.cid-uDr1Gha6lH .navbar.opened {
  background: #a0472a !important;
}
.cid-uDr1Gha6lH .nav-item:focus,
.cid-uDr1Gha6lH .nav-link:focus {
  outline: none;
}
.cid-uDr1Gha6lH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDr1Gha6lH .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uDr1Gha6lH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDr1Gha6lH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDr1Gha6lH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDr1Gha6lH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDr1Gha6lH .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #a0472a;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uDr1Gha6lH .navbar.opened {
  transition: all 0.3s;
}
.cid-uDr1Gha6lH .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0;
}
.cid-uDr1Gha6lH .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uDr1Gha6lH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDr1Gha6lH .navbar.collapsed {
  justify-content: center;
}
.cid-uDr1Gha6lH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDr1Gha6lH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDr1Gha6lH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uDr1Gha6lH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDr1Gha6lH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDr1Gha6lH .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-uDr1Gha6lH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDr1Gha6lH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDr1Gha6lH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDr1Gha6lH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDr1Gha6lH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDr1Gha6lH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDr1Gha6lH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDr1Gha6lH .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-uDr1Gha6lH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDr1Gha6lH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDr1Gha6lH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDr1Gha6lH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uDr1Gha6lH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDr1Gha6lH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDr1Gha6lH .navbar.navbar-short {
  min-height: 96px;
}
.cid-uDr1Gha6lH .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uDr1Gha6lH .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uDr1Gha6lH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uDr1Gha6lH .navbar-brand .navbar-caption:hover,
.cid-uDr1Gha6lH .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uDr1Gha6lH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDr1Gha6lH .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uDr1Gha6lH .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uDr1Gha6lH .dropdown-item.active,
.cid-uDr1Gha6lH .dropdown-item:active {
  background-color: transparent;
}
.cid-uDr1Gha6lH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDr1Gha6lH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDr1Gha6lH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDr1Gha6lH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a0472a;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-uDr1Gha6lH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uDr1Gha6lH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uDr1Gha6lH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDr1Gha6lH ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uDr1Gha6lH ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid #ffffff;
  }
}
.cid-uDr1Gha6lH .navbar-buttons {
  text-align: center;
}
.cid-uDr1Gha6lH .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 22px 32px;
  min-height: auto;
}
.cid-uDr1Gha6lH .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uDr1Gha6lH .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uDr1Gha6lH button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #a0472a !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uDr1Gha6lH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDr1Gha6lH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uDr1Gha6lH button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uDr1Gha6lH button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uDr1Gha6lH button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uDr1Gha6lH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDr1Gha6lH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDr1Gha6lH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDr1Gha6lH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDr1Gha6lH .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uDr1Gha6lH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDr1Gha6lH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDr1Gha6lH .navbar {
    height: 70px;
  }
  .cid-uDr1Gha6lH .navbar.opened {
    height: auto;
  }
  .cid-uDr1Gha6lH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDr1Gha6lH .navbar-nav {
  margin: 0 auto;
}
.cid-uDr1Gha6lH .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uDr1Gha6lH .nav-item .nav-link {
  padding: 24px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uDr1Gha6lH .nav-item .nav-link::after {
  color: #ffd876 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uDr1Gha6lH .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffd876 !important;
}
.cid-uDr1Gha6lH .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uDr1Gha6lH .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uDr1Gha6lH .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uDr1Gha6lH .nav-item .dropdown-menu .dropdown-item {
  color: #8bdfdd !important;
}
.cid-uDr1Gha6lH .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffd876 !important;
}
@media (max-width: 991px) {
  .cid-uDr1Gha6lH .navbar {
    justify-content: flex-start !important;
  }
  .cid-uDr1Gha6lH .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uDr1Gha6lH .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uDr1Gha6lH .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uDr1Gha6lH .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uDr1Gha6lH .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uDr1Gha6lH .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uDr1Gha6lH .content-wrap {
  min-height: 130px;
}
.cid-uFrFBjpn7O {
  position: relative;
  background-color: #eeeef7;
}
.cid-uFrFBjpn7O .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-uFrFBjpn7O .image-wrap img {
    padding: 12px 0;
  }
}
.cid-uFrFBjpn7O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFrFBjpn7O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFrFBjpn7O .content-wrap {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.cid-uFrFBjpn7O .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 96px;
  border: 3px solid #ffffff;
  overflow: hidden;
  margin-right: 36px;
}
@media (max-width: 1440px) {
  .cid-uFrFBjpn7O .content-wrapper {
    padding: 48px;
    margin-right: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uFrFBjpn7O .content-wrapper {
    padding: 26px 22px;
    margin: 0;
  }
}
.cid-uFrFBjpn7O .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b7735e;
  opacity: 0.8;
  pointer-events: none;
}
.cid-uFrFBjpn7O .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 2;
  margin-bottom: 32px;
}
.cid-uFrFBjpn7O .content-wrapper .mbr-text {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uFrFBjpn7O .content-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFrFBjpn7O .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 2;
}
.cid-uFrFBjpn7O .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uFrFBjpn7O .content-wrapper .social-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-uFrFBjpn7O .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uFrFBjpn7O .content-wrapper .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border: 1px solid #eeeef7;
  border-radius: 100%;
  margin: 12px 0 0 12px;
}
.cid-uFrFBjpn7O .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFrFBjpn7O .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #baace7;
  color: #eeeef7;
}
.cid-uFrFBjpn7O .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #191c25;
  background-color: #cfef54;
  font-size: 22px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uFrFBjpn7O .mbr-section-title {
  color: #191c25;
}
.cid-uFrFBjpn7O .mbr-text,
.cid-uFrFBjpn7O .text-wrapper {
  color: #191c25;
  text-align: right;
}
.cid-uFrFBjpn7O .mbr-section-title,
.cid-uFrFBjpn7O .mbr-section-btn,
.cid-uFrFBjpn7O .social-wrapper {
  text-align: right;
  color: #000000;
}
.cid-uFrFBjpn7O .mbr-text {
  color: #000000;
}
.cid-uFqQvn8myJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFqQvn8myJ .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uFqQvn8myJ .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uFqQvn8myJ .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #94513c;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uFqQvn8myJ .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uFqQvn8myJ .mbr-text {
  color: #000000;
}
.cid-uFrH33cgsm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b7735e;
}
.cid-uFrH33cgsm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFrH33cgsm .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-uFrH33cgsm .container {
    padding: 0 16px;
  }
}
.cid-uFrH33cgsm .card {
  position: relative;
  justify-content: center;
}
.cid-uFrH33cgsm .card .text-wrapper {
  padding: 100px 100px 100px 200px;
  background-color: #94513c;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-uFrH33cgsm .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
.cid-uFrH33cgsm .card .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uFrH33cgsm .card .text-wrapper .text-wrap {
  display: flex;
}
.cid-uFrH33cgsm .card .text-wrapper .text-wrap .icon-wrapper {
  margin-right: 20px;
}
.cid-uFrH33cgsm .card .text-wrapper .text-wrap .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #d4fe00;
}
.cid-uFrH33cgsm .card .text-wrapper .text-wrap .text-content {
  width: 100%;
}
.cid-uFrH33cgsm .card .text-wrapper .text-wrap .text-content .mbr-name {
  margin-bottom: 10px;
}
.cid-uFrH33cgsm .card .text-wrapper .text-wrap .text-content .mbr-desc {
  margin-bottom: 0;
}
.cid-uFrH33cgsm .card .image_1 {
  position: absolute;
  left: -90px;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uFrH33cgsm .card .image_1 {
    position: static;
    margin: 0 auto -50px;
  }
}
.cid-uFrH33cgsm .mbr-text {
  color: #ffffff;
}
.cid-uFrH33cgsm .mbr-name {
  color: #ffffff;
}
.cid-uFrH33cgsm .mbr-desc {
  color: #dce2e3;
}
.cid-uDr1HsdLoL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #ffffff;
}
.cid-uDr1HsdLoL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDr1HsdLoL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDr1HsdLoL .card {
  justify-content: center;
}
.cid-uDr1HsdLoL .content-wrapper {
  padding: 0 75px 0 108px;
}
@media (max-width: 1440px) {
  .cid-uDr1HsdLoL .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uDr1HsdLoL .content-wrapper {
    padding: 0;
  }
}
.cid-uDr1HsdLoL .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uDr1HsdLoL .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uDr1HsdLoL .button-wrap {
  padding: 0 108px 0 75px;
  margin-bottom: 64px;
}
@media (max-width: 1440px) {
  .cid-uDr1HsdLoL .button-wrap {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uDr1HsdLoL .button-wrap {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uDr1HsdLoL .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 64px 108px;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uDr1HsdLoL .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uDr1HsdLoL .items-wrapper {
    padding: 0;
    display: block;
  }
}
.cid-uDr1HsdLoL .items-wrapper .item {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uDr1HsdLoL .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-uDr1HsdLoL .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-uDr1HsdLoL .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uDr1HsdLoL .items-wrapper .item .item-wrapper {
  transition: all .3s ease;
  height: 100%;
}
.cid-uDr1HsdLoL .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 64px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uDr1HsdLoL .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 52px;
  }
}
.cid-uDr1HsdLoL .items-wrapper .item .item-wrapper .item-img .image-wrapper {
  overflow: hidden;
  border: 2px solid #ffffff;
}
.cid-uDr1HsdLoL .items-wrapper .item .item-wrapper .item-img .image-wrapper img {
  height: 315px;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-uDr1HsdLoL .items-wrapper .item .item-wrapper .item-img .icon-wrapper {
  position: absolute;
  bottom: -1.5rem;
  left: -3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 94px;
  height: 94px;
  border: 2px solid #ffffff;
  box-shadow: -10px 10px 0 0 #ffffff;
  background-color: #2c2625;
}
@media (max-width: 1440px) {
  .cid-uDr1HsdLoL .items-wrapper .item .item-wrapper .item-img .icon-wrapper {
    left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uDr1HsdLoL .items-wrapper .item .item-wrapper .item-img .icon-wrapper {
    box-shadow: -5px 5px 0 0 #ffffff;
  }
}
.cid-uDr1HsdLoL .items-wrapper .item .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 45px;
}
.cid-uDr1HsdLoL .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uDr1HsdLoL .items-wrapper .item .item-wrapper .card-box .tag-wrapper {
  margin-bottom: 20px;
}
.cid-uDr1HsdLoL .items-wrapper .item .item-wrapper .card-box .tag-wrapper .item-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #ffffff;
}
.cid-uDr1HsdLoL .items-wrapper .item .item-wrapper .card-box .mbr-section-btn-item .btn {
  margin-left: 0;
}
.cid-uDr1HsdLoL .mbr-section-btn {
  text-align: right;
}
.cid-uDr1HsdLoL .mbr-section-title {
  color: #ffffff;
}
.cid-uDr1HsdLoL .item-title {
  color: #ffffff;
}
.cid-uDr1HsdLoL .item-tag {
  color: #ffffff;
}
.cid-uDr1HsdLoL .item-text {
  color: #ffffff;
}
.cid-uDr1HsdLoL .item-tag,
.cid-uDr1HsdLoL .tag-wrapper {
  text-align: center;
}
.cid-uDr1HsdLoL .item-title,
.cid-uDr1HsdLoL .mbr-section-btn-item {
  text-align: center;
  color: #000000;
}
.cid-uFrGvsaq4a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a0472a;
  overflow: hidden;
}
.cid-uFrGvsaq4a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFrGvsaq4a .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-uFrGvsaq4a .container {
    padding: 0 22px;
  }
}
.cid-uFrGvsaq4a .card {
  justify-content: center;
}
.cid-uFrGvsaq4a .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uFrGvsaq4a .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uFrGvsaq4a .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uFrGvsaq4a .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFrGvsaq4a .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uFrGvsaq4a .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #ffffff;
}
@media (max-width: 1440px) {
  .cid-uFrGvsaq4a .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uFrGvsaq4a .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uFrGvsaq4a .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uFrGvsaq4a .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-uFrGvsaq4a .mbr-section-title {
  color: #ffffff;
}
.cid-uFrGvsaq4a .mbr-text {
  color: #ffffff;
}
.cid-uFrGJ5jS9f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFrGJ5jS9f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFrGJ5jS9f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFrGJ5jS9f .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uFrGJ5jS9f .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFrGJ5jS9f .container {
    padding: 0 16px;
  }
}
.cid-uFrGJ5jS9f .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uFrGJ5jS9f .row {
    margin: 0 10px;
  }
}
.cid-uFrGJ5jS9f .row .card {
  position: relative;
  padding: 0;
}
.cid-uFrGJ5jS9f .row .card .decor-wrapper {
  position: absolute;
  top: -23rem;
  left: -11rem;
  width: 2000px;
  height: 500px;
  border-left: 40px solid #a0472a;
  border-radius: 0;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-uFrGJ5jS9f .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uFrGJ5jS9f .row .card .decor-wrapper {
    display: none;
  }
}
.cid-uFrGJ5jS9f .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #192227;
  color: #fdfcfc;
  border-radius: 100%;
  border: 5px solid #a0472a;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-uFrGJ5jS9f .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-uFrGJ5jS9f .row .card .icon-decor {
    display: none;
  }
}
.cid-uFrGJ5jS9f .title-wrapper {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uFrGJ5jS9f .title-wrapper {
    width: 100%;
  }
}
.cid-uFrGJ5jS9f .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFrGJ5jS9f .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uFrGJ5jS9f .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFrGJ5jS9f .mbr-section-title {
  color: #000000;
}
.cid-uFrGJ5jS9f .mbr-text {
  color: #000000;
}
.cid-uDr1UcH2XQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #a0472a;
}
.cid-uDr1UcH2XQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDr1UcH2XQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDr1UcH2XQ .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uDr1UcH2XQ .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uDr1UcH2XQ .content-wrapper {
    padding: 0;
    display: block;
  }
}
.cid-uDr1UcH2XQ .content-wrapper .card-wrapper {
  display: flex;
  border: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uDr1UcH2XQ .content-wrapper .card-wrapper {
    display: block;
  }
}
.cid-uDr1UcH2XQ .content-wrapper .card-wrapper .title-wrapper {
  padding: 108px;
  width: 55%;
}
@media (max-width: 1440px) {
  .cid-uDr1UcH2XQ .content-wrapper .card-wrapper .title-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uDr1UcH2XQ .content-wrapper .card-wrapper .title-wrapper {
    padding: 20px;
    width: 100%;
  }
}
.cid-uDr1UcH2XQ .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uDr1UcH2XQ .content-wrapper .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uDr1UcH2XQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  border-left: 2px solid #ffffff;
  border-left: none;
  border-right: 2px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-uDr1UcH2XQ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uDr1UcH2XQ .embla__slide {
    border-left: none;
    border-top: 2px solid #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-uDr1UcH2XQ .embla__slide {
    border-right: none;
    border-top: 2px solid #ffffff;
  }
}
.cid-uDr1UcH2XQ .embla__slide .slide-content {
  width: 100%;
}
.cid-uDr1UcH2XQ .embla__slide .slide-content .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 32px;
  height: 100%;
  background-color: #94513c;
}
@media (max-width: 992px) {
  .cid-uDr1UcH2XQ .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-uDr1UcH2XQ .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.cid-uDr1UcH2XQ .embla__slide .slide-content .item-wrapper .item-img img {
  height: 416px;
  width: 50%;
  display: inline-block;
  object-fit: cover;
  border: 2px solid #2c2625;
  box-shadow: -10px 10px 0 #2c2625;
}
@media (max-width: 992px) {
  .cid-uDr1UcH2XQ .embla__slide .slide-content .item-wrapper .item-img img {
    width: 100%;
    height: 350px;
    box-shadow: -5px 5px 0 #2c2625;
  }
}
.cid-uDr1UcH2XQ .embla__slide .slide-content .item-wrapper .item-content {
  display: inline-flex;
  flex-direction: column;
  width: 65%;
  position: relative;
  z-index: 1;
  padding: 42px;
  border: 2px solid #2c2625;
  box-shadow: -10px 10px 0 #2c2625;
  background-color: #ffffff;
  margin-top: -8rem;
}
@media (max-width: 992px) {
  .cid-uDr1UcH2XQ .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
    padding: 20px;
    box-shadow: -5px 5px 0 #2c2625;
    margin-top: 32px;
  }
}
.cid-uDr1UcH2XQ .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uDr1UcH2XQ .embla__slide .slide-content .item-wrapper .item-content .item-date {
  margin-bottom: 0;
}
.cid-uDr1UcH2XQ .embla__button--next,
.cid-uDr1UcH2XQ .embla__button--prev {
  display: flex;
}
.cid-uDr1UcH2XQ .embla__button {
  bottom: 2rem;
  width: 56px;
  height: 56px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #ffffff !important;
  color: #2c2625 !important;
  border: 2px solid #2c2625 !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  box-shadow: -6px 6px 0 #2c2625;
  display: none;
}
@media (max-width: 767px) {
  .cid-uDr1UcH2XQ .embla__button {
    bottom: 1rem;
  }
}
.cid-uDr1UcH2XQ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uDr1UcH2XQ .embla__button:hover {
  background-color: #2c2625 !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.cid-uDr1UcH2XQ .embla__button.embla__button--prev {
  left: 108px;
}
@media (max-width: 1440px) {
  .cid-uDr1UcH2XQ .embla__button.embla__button--prev {
    left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uDr1UcH2XQ .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uDr1UcH2XQ .embla__button.embla__button--next {
  right: 108px;
}
@media (max-width: 1440px) {
  .cid-uDr1UcH2XQ .embla__button.embla__button--next {
    right: 64px;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  .cid-uDr1UcH2XQ .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uDr1UcH2XQ .embla {
  position: relative;
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uDr1UcH2XQ .embla {
    width: 100%;
  }
}
.cid-uDr1UcH2XQ .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uDr1UcH2XQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uDr1UcH2XQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uDr1UcH2XQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uDr1UcH2XQ .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uDr1UcH2XQ .mbr-section-title {
  color: #ffffff;
}
.cid-uDr1UcH2XQ .mbr-text {
  color: #ffffff;
}
.cid-uDr1UcH2XQ .item-text {
  color: #2C2625;
}
.cid-uDr1UcH2XQ .item-date {
  color: #2C2625;
}
.cid-uFrGDTGXNv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uFrGDTGXNv .container {
    padding: 0 24px;
  }
}
.cid-uFrGDTGXNv .card {
  justify-content: center;
}
.cid-uFrGDTGXNv .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uFrGDTGXNv .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uFrGDTGXNv .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFrGDTGXNv .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uFrGDTGXNv .text-wrapper {
  border-top: 1px solid #72716b;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uFrGDTGXNv .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uFrGDTGXNv .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uFrGDTGXNv .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uFrGDTGXNv .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uFrGDTGXNv .mbr-section-title {
  color: #F9F6E0;
}
.cid-uFrGDTGXNv .mbr-desc {
  color: #F9F6E0;
}
.cid-uFrGDTGXNv .mbr-text {
  color: #000000;
}
.cid-uFrGDTGXNv .mbr-section-btn {
  text-align: right;
}
.cid-uFrGDTGXNv .mbr-section-title,
.cid-uFrGDTGXNv .mbr-section-btn {
  color: #000000;
}
.cid-uFrEc3YAwN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #a0472a;
}
.cid-uFrEc3YAwN .decor-wrap_1 {
  position: absolute;
  top: 15%;
  left: -6rem;
  width: 423px;
  height: 423px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #ffffff 0, #b7735e 43%, #a0472a 100%);
}
.cid-uFrEc3YAwN .decor-wrap_2 {
  position: absolute;
  top: 25%;
  right: 1%;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #ffffff 0, #b7735e 43%, #a0472a 100%);
}
.cid-uFrEc3YAwN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFrEc3YAwN .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-uFrEc3YAwN .container {
    padding: 0 30px;
  }
}
.cid-uFrEc3YAwN .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uFrEc3YAwN .desc-wrapper .mbr-desc {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uFrEc3YAwN .desc-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uFrEc3YAwN .text-wrapper .mbr-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uFrEc3YAwN .text-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uFrEc3YAwN .items-wrapper .item {
  margin-bottom: 40px;
}
.cid-uFrEc3YAwN .items-wrapper .item:nth-child(2n) {
  padding-top: 50px;
}
@media (max-width: 992px) {
  .cid-uFrEc3YAwN .items-wrapper .item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-uFrEc3YAwN .items-wrapper .item:nth-child(3n) {
  padding-top: 100px;
}
@media (max-width: 992px) {
  .cid-uFrEc3YAwN .items-wrapper .item:nth-child(3n) {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFrEc3YAwN .items-wrapper .item {
    margin-bottom: 40px;
  }
}
.cid-uFrEc3YAwN .items-wrapper .item .item-wrapper {
  background-color: #ffffff;
  border-radius: 0 !important;
}
.cid-uFrEc3YAwN .items-wrapper .item .item-wrapper .item-img {
  padding: 50px 40px 0 0;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uFrEc3YAwN .items-wrapper .item .item-wrapper .item-img {
    padding: 40px 30px 0 0;
  }
}
.cid-uFrEc3YAwN .items-wrapper .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
}
.cid-uFrEc3YAwN .items-wrapper .item .item-wrapper .item-content {
  padding: 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-uFrEc3YAwN .items-wrapper .item .item-wrapper .item-content {
    padding: 0 30px 50px;
  }
}
.cid-uFrEc3YAwN .items-wrapper .item .item-wrapper .item-content .item-number {
  margin-bottom: 10px;
}
.cid-uFrEc3YAwN .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 30px;
}
.cid-uFrEc3YAwN .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 35px;
}
.cid-uFrEc3YAwN .mbr-desc {
  color: #c7fcb5;
}
.cid-uFrEc3YAwN .mbr-text {
  color: #c7fcb5;
}
.cid-uFrEc3YAwN .item-number {
  color: #144031;
}
.cid-uFrEc3YAwN .item-title {
  color: #144031;
}
.cid-uFrEc3YAwN .item-text {
  color: #144031;
}
.cid-uFrEc3YAwN .item-title,
.cid-uFrEc3YAwN .mbr-section-btn {
  color: #000000;
}
.cid-uFqLrullug {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uFqLrullug .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFqLrullug .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uFqLrullug .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFqLrullug h1 {
  max-width: 800px;
}
.cid-uFqLrullug p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uFqLrullug .btn:hover {
  transform: scale(1.1);
  background: #2c2625 !important;
  border-color: #2c2625 !important;
  color: #8bdfdd !important;
}
.cid-uFqLrullug .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uFqLrullug .btn div {
  overflow: hidden;
}
.cid-uFqLrullug .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uFqLrullug {
    align-items: center;
  }
  .cid-uFqLrullug .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uFqLrullug .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uFqLrullug {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uFqLrullug .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uFqLrullug .content-wrap {
    width: 100%;
  }
}
.cid-uFqLrullug .mbr-section-subtitle,
.cid-uFqLrullug .line {
  color: #000000;
}
.cid-uFqLrullug .mbr-text,
.cid-uFqLrullug .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uFqLrullug .mbr-section-title {
  color: #291f1e;
}
.cid-uDrg9YbiLE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #a0472a;
}
.cid-uDrg9YbiLE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDrg9YbiLE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDrg9YbiLE .content-wrapper {
  padding: 0 75px 0 108px;
}
@media (max-width: 1440px) {
  .cid-uDrg9YbiLE .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uDrg9YbiLE .content-wrapper {
    padding: 0;
  }
}
.cid-uDrg9YbiLE .content-wrapper .mbr-label {
  margin-bottom: 110px;
}
@media (max-width: 992px) {
  .cid-uDrg9YbiLE .content-wrapper .mbr-label {
    margin-bottom: 32px;
  }
}
.cid-uDrg9YbiLE .content-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
}
@media (max-width: 992px) {
  .cid-uDrg9YbiLE .content-wrapper .nav.nav-tabs {
    margin-bottom: 32px;
  }
}
.cid-uDrg9YbiLE .content-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-top: 0;
}
.cid-uDrg9YbiLE .content-wrapper .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-uDrg9YbiLE .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #ffffff;
  padding: 20px 0;
  border: none;
  border-bottom: 2px solid #ffffff;
  box-shadow: none;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uDrg9YbiLE .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  padding-left: 20px;
}
.cid-uDrg9YbiLE .tab-content {
  padding: 0 108px 0 75px;
}
@media (max-width: 1440px) {
  .cid-uDrg9YbiLE .tab-content {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uDrg9YbiLE .tab-content {
    padding: 0;
  }
}
.cid-uDrg9YbiLE .tab-content .tab-pane .content-wrap .image-wrap img {
  height: 780px;
  object-fit: cover;
  border: 2px solid #2c2625;
  box-shadow: -10px 10px 0 0 #2c2625;
}
@media (max-width: 992px) {
  .cid-uDrg9YbiLE .tab-content .tab-pane .content-wrap .image-wrap img {
    box-shadow: -5px 5px 0 0 #2c2625;
    height: 350px;
  }
}
.cid-uDrg9YbiLE .button-wrap {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uDrg9YbiLE .button-wrap {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uDrg9YbiLE .button-wrap {
    padding: 0;
  }
}
.cid-uDrg9YbiLE .button-wrap .mbr-section-btn {
  margin-top: 110px;
}
@media (max-width: 992px) {
  .cid-uDrg9YbiLE .button-wrap .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uDrg9YbiLE .mbr-section-title {
  color: #2C2625;
}
.cid-uDrg9YbiLE .mbr-section-btn {
  text-align: center;
}
.cid-uDrg9YbiLE .mbr-label,
.cid-uDrg9YbiLE .mbr-section-btn {
  color: #ffffff;
}
.cid-uFrJiHgC3y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFrJiHgC3y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFrJiHgC3y .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-uFrJiHgC3y .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uFrJiHgC3y .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFrJiHgC3y .image-wrapper img {
  height: 460px;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uFrJiHgC3y .image-wrapper img {
    height: 300px;
  }
}
.cid-uFrJiHgC3y .card-wrapper {
  margin-top: 15%;
  padding-top: 120px;
  background-color: #a0472a;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-uFrJiHgC3y .card-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .cid-uFrJiHgC3y .card-wrapper {
    margin-top: 0;
    padding-top: 20px;
  }
}
.cid-uFrJiHgC3y .card-wrapper .mbr-section-title {
  padding: 0 100px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uFrJiHgC3y .card-wrapper .mbr-section-title {
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
.cid-uFrJiHgC3y .card-wrapper .mbr-text {
  padding: 0 100px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uFrJiHgC3y .card-wrapper .mbr-text {
    padding: 0 20px;
  }
}
.cid-uFrJiHgC3y .card-wrapper .icon-wrapper {
  padding: 0 20px 20px;
}
.cid-uFrJiHgC3y .card-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  background-color: #ffffff;
  color: #08323c;
  font-size: 20px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-uFrJiHgC3y .card-wrapper .icon-wrapper {
    display: none;
  }
}
.cid-uFrJiHgC3y .mbr-section-title {
  color: #ffffff;
}
.cid-uFrJiHgC3y .mbr-text {
  color: #ffffff;
}
.cid-uFrJiHgC3y .icon-wrapper {
  text-align: right;
}
.cid-uFrGLjNDuT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #94513c;
}
.cid-uFrGLjNDuT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFrGLjNDuT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFrGLjNDuT .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uFrGLjNDuT .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFrGLjNDuT .container {
    padding: 0 16px;
  }
}
.cid-uFrGLjNDuT .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uFrGLjNDuT .row {
    margin: 0 10px;
  }
}
.cid-uFrGLjNDuT .row .card {
  padding: 0;
}
.cid-uFrGLjNDuT .row .card:first-child {
  padding-right: 10px;
}
@media (max-width: 992px) {
  .cid-uFrGLjNDuT .row .card:first-child {
    padding: 0;
  }
}
.cid-uFrGLjNDuT .title-wrapper {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #a0472a;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uFrGLjNDuT .title-wrapper {
    padding: 20px;
    height: auto;
    margin-bottom: 10px;
  }
}
.cid-uFrGLjNDuT .title-wrapper .icon-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFrGLjNDuT .title-wrapper .icon-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uFrGLjNDuT .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background-color: #b7735e;
  color: #f9a600;
  border-radius: 50%;
}
.cid-uFrGLjNDuT .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFrGLjNDuT .title-wrapper .title-wrap .mbr-desc {
  margin: 10px 0 0;
}
.cid-uFrGLjNDuT .content-wrapper {
  border: 1px solid #fdfcfc;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFrGLjNDuT .content-wrapper {
    padding: 20px;
  }
}
.cid-uFrGLjNDuT .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uFrGLjNDuT .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uFrGLjNDuT .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uFrGLjNDuT .mbr-section-title {
  color: #192227;
}
.cid-uFrGLjNDuT .mbr-desc {
  color: #192227;
}
.cid-uFrGLjNDuT .mbr-text {
  color: #fdfcfc;
}
.cid-uFrGLjNDuT .mbr-section-title,
.cid-uFrGLjNDuT .icon-wrapper {
  color: #ffffff;
}
.cid-uDr1WFXPtj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #ffffff;
}
.cid-uDr1WFXPtj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDr1WFXPtj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDr1WFXPtj .content-wrapper {
  position: relative;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uDr1WFXPtj .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uDr1WFXPtj .content-wrapper {
    padding: 0;
  }
}
.cid-uDr1WFXPtj .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uDr1WFXPtj .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uDr1WFXPtj .content-wrapper .google-map iframe {
  height: 700px;
  border: 2px solid #ffffff !important;
  box-shadow: -10px 10px 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uDr1WFXPtj .content-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uDr1WFXPtj .content-wrapper .google-map iframe {
    box-shadow: -5px 5px 0 #ffffff;
  }
}
.cid-uDr1WFXPtj .mbr-section-title {
  color: #ffffff;
}
.cid-uDr1WFXPtj .mbr-section-title,
.cid-uDr1WFXPtj .mbr-section-btn {
  color: #000000;
}
.cid-uFqNs3JmuL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/choose-the-right-chiropractor-2000x1126.jpg");
}
.cid-uFqNs3JmuL .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #f2430d;
}
.cid-uFqNs3JmuL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFqNs3JmuL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFqNs3JmuL .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uFqNs3JmuL .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uFqNs3JmuL .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #f2430d;
}
@media (max-width: 992px) {
  .cid-uFqNs3JmuL .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #f2430d;
  }
}
@media (max-width: 1640px) {
  .cid-uFqNs3JmuL .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFqNs3JmuL .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uFqNs3JmuL .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uFqNs3JmuL .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uFqNs3JmuL .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFqNs3JmuL .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uFqNs3JmuL .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .cid-uFqNs3JmuL .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFqNs3JmuL .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uFqNs3JmuL .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uFqNs3JmuL .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uFqNs3JmuL .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uFqNs3JmuL .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uFqNs3JmuL .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFqNs3JmuL .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uFqNs3JmuL .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uFqNs3JmuL .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uFqNs3JmuL .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFqNs3JmuL .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uFqNs3JmuL .mbr-section-title {
  color: #150764;
}
.cid-uFqNs3JmuL .mbr-desc {
  color: #150764;
}
.cid-uFqNs3JmuL .list {
  color: #150764;
}
.cid-uFqZ2AZqZI .navbar-dropdown {
  position: relative !important;
}
.cid-uFqZ2AZqZI .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uFqZ2AZqZI .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFqZ2AZqZI .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uFqZ2AZqZI .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-uFqZ2AZqZI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFqZ2AZqZI .dropdown-item {
  border: 2px solid #ffffff;
  background: #a0472a !important;
  color: #8bdfdd !important;
}
.cid-uFqZ2AZqZI .dropdown-item:hover,
.cid-uFqZ2AZqZI .dropdown-item:focus {
  background: #a0472a !important;
  color: #8bdfdd !important;
}
.cid-uFqZ2AZqZI .dropdown-item:hover span {
  color: white;
}
.cid-uFqZ2AZqZI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFqZ2AZqZI .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFqZ2AZqZI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFqZ2AZqZI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFqZ2AZqZI .nav-link {
  position: relative;
}
.cid-uFqZ2AZqZI .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uFqZ2AZqZI .container {
    flex-wrap: nowrap;
  }
}
.cid-uFqZ2AZqZI .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uFqZ2AZqZI .iconfont-wrapper:hover {
  color: #ffd876 !important;
}
.cid-uFqZ2AZqZI .dropdown-menu,
.cid-uFqZ2AZqZI .navbar.opened {
  background: #a0472a !important;
}
.cid-uFqZ2AZqZI .nav-item:focus,
.cid-uFqZ2AZqZI .nav-link:focus {
  outline: none;
}
.cid-uFqZ2AZqZI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFqZ2AZqZI .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uFqZ2AZqZI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFqZ2AZqZI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFqZ2AZqZI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFqZ2AZqZI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFqZ2AZqZI .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #a0472a;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFqZ2AZqZI .navbar.opened {
  transition: all 0.3s;
}
.cid-uFqZ2AZqZI .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0;
}
.cid-uFqZ2AZqZI .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uFqZ2AZqZI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFqZ2AZqZI .navbar.collapsed {
  justify-content: center;
}
.cid-uFqZ2AZqZI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFqZ2AZqZI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFqZ2AZqZI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uFqZ2AZqZI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFqZ2AZqZI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFqZ2AZqZI .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-uFqZ2AZqZI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFqZ2AZqZI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFqZ2AZqZI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFqZ2AZqZI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFqZ2AZqZI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFqZ2AZqZI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFqZ2AZqZI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFqZ2AZqZI .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-uFqZ2AZqZI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFqZ2AZqZI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFqZ2AZqZI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFqZ2AZqZI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uFqZ2AZqZI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFqZ2AZqZI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFqZ2AZqZI .navbar.navbar-short {
  min-height: 96px;
}
.cid-uFqZ2AZqZI .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uFqZ2AZqZI .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uFqZ2AZqZI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uFqZ2AZqZI .navbar-brand .navbar-caption:hover,
.cid-uFqZ2AZqZI .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uFqZ2AZqZI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFqZ2AZqZI .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uFqZ2AZqZI .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uFqZ2AZqZI .dropdown-item.active,
.cid-uFqZ2AZqZI .dropdown-item:active {
  background-color: transparent;
}
.cid-uFqZ2AZqZI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFqZ2AZqZI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFqZ2AZqZI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFqZ2AZqZI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a0472a;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-uFqZ2AZqZI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uFqZ2AZqZI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uFqZ2AZqZI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFqZ2AZqZI ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uFqZ2AZqZI ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid #ffffff;
  }
}
.cid-uFqZ2AZqZI .navbar-buttons {
  text-align: center;
}
.cid-uFqZ2AZqZI .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 22px 32px;
  min-height: auto;
}
.cid-uFqZ2AZqZI .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uFqZ2AZqZI .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uFqZ2AZqZI button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #a0472a !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFqZ2AZqZI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFqZ2AZqZI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uFqZ2AZqZI button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFqZ2AZqZI button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFqZ2AZqZI button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uFqZ2AZqZI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFqZ2AZqZI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFqZ2AZqZI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFqZ2AZqZI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFqZ2AZqZI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFqZ2AZqZI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFqZ2AZqZI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFqZ2AZqZI .navbar {
    height: 70px;
  }
  .cid-uFqZ2AZqZI .navbar.opened {
    height: auto;
  }
  .cid-uFqZ2AZqZI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFqZ2AZqZI .navbar-nav {
  margin: 0 auto;
}
.cid-uFqZ2AZqZI .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uFqZ2AZqZI .nav-item .nav-link {
  padding: 24px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uFqZ2AZqZI .nav-item .nav-link::after {
  color: #ffd876 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uFqZ2AZqZI .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffd876 !important;
}
.cid-uFqZ2AZqZI .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uFqZ2AZqZI .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uFqZ2AZqZI .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uFqZ2AZqZI .nav-item .dropdown-menu .dropdown-item {
  color: #8bdfdd !important;
}
.cid-uFqZ2AZqZI .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffd876 !important;
}
@media (max-width: 991px) {
  .cid-uFqZ2AZqZI .navbar {
    justify-content: flex-start !important;
  }
  .cid-uFqZ2AZqZI .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uFqZ2AZqZI .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uFqZ2AZqZI .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uFqZ2AZqZI .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uFqZ2AZqZI .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uFqZ2AZqZI .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uFqZ2AZqZI .content-wrap {
  min-height: 130px;
}
.cid-uFtOaO7wRk {
  position: relative;
  background-color: #eeeef7;
}
.cid-uFtOaO7wRk .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-uFtOaO7wRk .image-wrap img {
    padding: 12px 0;
  }
}
.cid-uFtOaO7wRk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFtOaO7wRk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFtOaO7wRk .content-wrap {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.cid-uFtOaO7wRk .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 96px;
  border: 3px solid #ffffff;
  overflow: hidden;
  margin-right: 36px;
}
@media (max-width: 1440px) {
  .cid-uFtOaO7wRk .content-wrapper {
    padding: 48px;
    margin-right: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uFtOaO7wRk .content-wrapper {
    padding: 26px 22px;
    margin: 0;
  }
}
.cid-uFtOaO7wRk .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b7735e;
  opacity: 0.8;
  pointer-events: none;
}
.cid-uFtOaO7wRk .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 2;
  margin-bottom: 32px;
}
.cid-uFtOaO7wRk .content-wrapper .mbr-text {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uFtOaO7wRk .content-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFtOaO7wRk .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 2;
}
.cid-uFtOaO7wRk .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uFtOaO7wRk .content-wrapper .social-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-uFtOaO7wRk .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uFtOaO7wRk .content-wrapper .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border: 1px solid #eeeef7;
  border-radius: 100%;
  margin: 12px 0 0 12px;
}
.cid-uFtOaO7wRk .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFtOaO7wRk .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #baace7;
  color: #eeeef7;
}
.cid-uFtOaO7wRk .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #191c25;
  background-color: #cfef54;
  font-size: 22px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uFtOaO7wRk .mbr-section-title {
  color: #191c25;
}
.cid-uFtOaO7wRk .mbr-text,
.cid-uFtOaO7wRk .text-wrapper {
  color: #191c25;
  text-align: right;
}
.cid-uFtOaO7wRk .mbr-section-title,
.cid-uFtOaO7wRk .mbr-section-btn,
.cid-uFtOaO7wRk .social-wrapper {
  text-align: right;
  color: #000000;
}
.cid-uFtOaO7wRk .mbr-text {
  color: #000000;
}
.cid-uFqZ2DP2lF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFqZ2DP2lF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFqZ2DP2lF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFqZ2DP2lF .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uFqZ2DP2lF .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFqZ2DP2lF .container {
    padding: 0 24px;
  }
}
.cid-uFqZ2DP2lF .row {
  justify-content: center;
}
.cid-uFqZ2DP2lF .content-wrapper {
  border-radius: 40px;
  background-color: #ffffff;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uFqZ2DP2lF .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uFqZ2DP2lF .content-wrapper {
    padding: 32px;
  }
}
.cid-uFqZ2DP2lF .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFqZ2DP2lF .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-uFqZ2DP2lF .mbr-section-title {
  color: #FF3399;
}
.cid-uFqZ2DP2lF .mbr-text {
  color: #000000;
}
.cid-uFqZ2EDvBY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #2c2625;
}
.cid-uFqZ2EDvBY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFqZ2EDvBY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFqZ2EDvBY .content-wrapper {
  position: relative;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFqZ2EDvBY .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFqZ2EDvBY .content-wrapper {
    padding: 0;
  }
}
.cid-uFqZ2EDvBY .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFqZ2EDvBY .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFqZ2EDvBY .content-wrapper .google-map iframe {
  height: 700px;
  border: 2px solid #ffffff !important;
  box-shadow: -10px 10px 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uFqZ2EDvBY .content-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uFqZ2EDvBY .content-wrapper .google-map iframe {
    box-shadow: -5px 5px 0 #ffffff;
  }
}
.cid-uFqZ2EDvBY .mbr-section-title {
  color: #ffffff;
}
.cid-uFqZ2Fy98V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/choose-the-right-chiropractor-2000x1126.jpg");
}
.cid-uFqZ2Fy98V .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #f2430d;
}
.cid-uFqZ2Fy98V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFqZ2Fy98V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFqZ2Fy98V .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uFqZ2Fy98V .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uFqZ2Fy98V .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #f2430d;
}
@media (max-width: 992px) {
  .cid-uFqZ2Fy98V .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #f2430d;
  }
}
@media (max-width: 1640px) {
  .cid-uFqZ2Fy98V .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFqZ2Fy98V .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uFqZ2Fy98V .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uFqZ2Fy98V .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uFqZ2Fy98V .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFqZ2Fy98V .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uFqZ2Fy98V .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .cid-uFqZ2Fy98V .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFqZ2Fy98V .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uFqZ2Fy98V .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uFqZ2Fy98V .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uFqZ2Fy98V .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uFqZ2Fy98V .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uFqZ2Fy98V .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFqZ2Fy98V .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uFqZ2Fy98V .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uFqZ2Fy98V .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uFqZ2Fy98V .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFqZ2Fy98V .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uFqZ2Fy98V .mbr-section-title {
  color: #150764;
}
.cid-uFqZ2Fy98V .mbr-desc {
  color: #150764;
}
.cid-uFqZ2Fy98V .list {
  color: #150764;
}
.cid-uFqY5Xupb5 .navbar-dropdown {
  position: relative !important;
}
.cid-uFqY5Xupb5 .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uFqY5Xupb5 .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFqY5Xupb5 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uFqY5Xupb5 .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-uFqY5Xupb5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFqY5Xupb5 .dropdown-item {
  border: 2px solid #ffffff;
  background: #a0472a !important;
  color: #8bdfdd !important;
}
.cid-uFqY5Xupb5 .dropdown-item:hover,
.cid-uFqY5Xupb5 .dropdown-item:focus {
  background: #a0472a !important;
  color: #8bdfdd !important;
}
.cid-uFqY5Xupb5 .dropdown-item:hover span {
  color: white;
}
.cid-uFqY5Xupb5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFqY5Xupb5 .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFqY5Xupb5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFqY5Xupb5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFqY5Xupb5 .nav-link {
  position: relative;
}
.cid-uFqY5Xupb5 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uFqY5Xupb5 .container {
    flex-wrap: nowrap;
  }
}
.cid-uFqY5Xupb5 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uFqY5Xupb5 .iconfont-wrapper:hover {
  color: #ffd876 !important;
}
.cid-uFqY5Xupb5 .dropdown-menu,
.cid-uFqY5Xupb5 .navbar.opened {
  background: #a0472a !important;
}
.cid-uFqY5Xupb5 .nav-item:focus,
.cid-uFqY5Xupb5 .nav-link:focus {
  outline: none;
}
.cid-uFqY5Xupb5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFqY5Xupb5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uFqY5Xupb5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFqY5Xupb5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFqY5Xupb5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFqY5Xupb5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFqY5Xupb5 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #a0472a;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFqY5Xupb5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uFqY5Xupb5 .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0;
}
.cid-uFqY5Xupb5 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uFqY5Xupb5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFqY5Xupb5 .navbar.collapsed {
  justify-content: center;
}
.cid-uFqY5Xupb5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFqY5Xupb5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFqY5Xupb5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uFqY5Xupb5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFqY5Xupb5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFqY5Xupb5 .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-uFqY5Xupb5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFqY5Xupb5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFqY5Xupb5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFqY5Xupb5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFqY5Xupb5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFqY5Xupb5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFqY5Xupb5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFqY5Xupb5 .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-uFqY5Xupb5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFqY5Xupb5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFqY5Xupb5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFqY5Xupb5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uFqY5Xupb5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFqY5Xupb5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFqY5Xupb5 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uFqY5Xupb5 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uFqY5Xupb5 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uFqY5Xupb5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uFqY5Xupb5 .navbar-brand .navbar-caption:hover,
.cid-uFqY5Xupb5 .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uFqY5Xupb5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFqY5Xupb5 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uFqY5Xupb5 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uFqY5Xupb5 .dropdown-item.active,
.cid-uFqY5Xupb5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uFqY5Xupb5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFqY5Xupb5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFqY5Xupb5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFqY5Xupb5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a0472a;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-uFqY5Xupb5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uFqY5Xupb5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uFqY5Xupb5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFqY5Xupb5 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uFqY5Xupb5 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid #ffffff;
  }
}
.cid-uFqY5Xupb5 .navbar-buttons {
  text-align: center;
}
.cid-uFqY5Xupb5 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 22px 32px;
  min-height: auto;
}
.cid-uFqY5Xupb5 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uFqY5Xupb5 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uFqY5Xupb5 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #a0472a !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFqY5Xupb5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFqY5Xupb5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uFqY5Xupb5 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFqY5Xupb5 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFqY5Xupb5 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uFqY5Xupb5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFqY5Xupb5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFqY5Xupb5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFqY5Xupb5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFqY5Xupb5 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFqY5Xupb5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFqY5Xupb5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFqY5Xupb5 .navbar {
    height: 70px;
  }
  .cid-uFqY5Xupb5 .navbar.opened {
    height: auto;
  }
  .cid-uFqY5Xupb5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFqY5Xupb5 .navbar-nav {
  margin: 0 auto;
}
.cid-uFqY5Xupb5 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uFqY5Xupb5 .nav-item .nav-link {
  padding: 24px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uFqY5Xupb5 .nav-item .nav-link::after {
  color: #ffd876 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uFqY5Xupb5 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffd876 !important;
}
.cid-uFqY5Xupb5 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uFqY5Xupb5 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uFqY5Xupb5 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uFqY5Xupb5 .nav-item .dropdown-menu .dropdown-item {
  color: #8bdfdd !important;
}
.cid-uFqY5Xupb5 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffd876 !important;
}
@media (max-width: 991px) {
  .cid-uFqY5Xupb5 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uFqY5Xupb5 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uFqY5Xupb5 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uFqY5Xupb5 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uFqY5Xupb5 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uFqY5Xupb5 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uFqY5Xupb5 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uFqY5Xupb5 .content-wrap {
  min-height: 130px;
}
.cid-uFtNOXHoNu {
  position: relative;
  background-color: #eeeef7;
}
.cid-uFtNOXHoNu .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-uFtNOXHoNu .image-wrap img {
    padding: 12px 0;
  }
}
.cid-uFtNOXHoNu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFtNOXHoNu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFtNOXHoNu .content-wrap {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.cid-uFtNOXHoNu .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 96px;
  border: 3px solid #ffffff;
  overflow: hidden;
  margin-right: 36px;
}
@media (max-width: 1440px) {
  .cid-uFtNOXHoNu .content-wrapper {
    padding: 48px;
    margin-right: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uFtNOXHoNu .content-wrapper {
    padding: 26px 22px;
    margin: 0;
  }
}
.cid-uFtNOXHoNu .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b7735e;
  opacity: 0.8;
  pointer-events: none;
}
.cid-uFtNOXHoNu .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 2;
  margin-bottom: 32px;
}
.cid-uFtNOXHoNu .content-wrapper .mbr-text {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uFtNOXHoNu .content-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFtNOXHoNu .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 2;
}
.cid-uFtNOXHoNu .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uFtNOXHoNu .content-wrapper .social-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-uFtNOXHoNu .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uFtNOXHoNu .content-wrapper .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border: 1px solid #eeeef7;
  border-radius: 100%;
  margin: 12px 0 0 12px;
}
.cid-uFtNOXHoNu .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFtNOXHoNu .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #baace7;
  color: #eeeef7;
}
.cid-uFtNOXHoNu .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #191c25;
  background-color: #cfef54;
  font-size: 22px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uFtNOXHoNu .mbr-section-title {
  color: #191c25;
}
.cid-uFtNOXHoNu .mbr-text,
.cid-uFtNOXHoNu .text-wrapper {
  color: #191c25;
  text-align: right;
}
.cid-uFtNOXHoNu .mbr-section-title,
.cid-uFtNOXHoNu .mbr-section-btn,
.cid-uFtNOXHoNu .social-wrapper {
  text-align: right;
  color: #000000;
}
.cid-uFtNOXHoNu .mbr-text {
  color: #000000;
}
.cid-uFqY62cJFC {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFqY62cJFC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFqY62cJFC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFqY62cJFC .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uFqY62cJFC .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFqY62cJFC .container {
    padding: 0 24px;
  }
}
.cid-uFqY62cJFC .row {
  justify-content: center;
}
.cid-uFqY62cJFC .content-wrapper {
  border-radius: 40px;
  background-color: #ffffff;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uFqY62cJFC .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uFqY62cJFC .content-wrapper {
    padding: 32px;
  }
}
.cid-uFqY62cJFC .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFqY62cJFC .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-uFqY62cJFC .mbr-section-title {
  color: #FF3399;
}
.cid-uFqY62cJFC .mbr-text {
  color: #000000;
}
.cid-uFqY6jfwtA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #ffffff;
}
.cid-uFqY6jfwtA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFqY6jfwtA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFqY6jfwtA .content-wrapper {
  position: relative;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFqY6jfwtA .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFqY6jfwtA .content-wrapper {
    padding: 0;
  }
}
.cid-uFqY6jfwtA .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFqY6jfwtA .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFqY6jfwtA .content-wrapper .google-map iframe {
  height: 700px;
  border: 2px solid #ffffff !important;
  box-shadow: -10px 10px 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uFqY6jfwtA .content-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uFqY6jfwtA .content-wrapper .google-map iframe {
    box-shadow: -5px 5px 0 #ffffff;
  }
}
.cid-uFqY6jfwtA .mbr-section-title {
  color: #ffffff;
}
.cid-uFqY6jfwtA .mbr-section-title,
.cid-uFqY6jfwtA .mbr-section-btn {
  color: #000000;
}
.cid-uFqY6kk5uq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/choose-the-right-chiropractor-2000x1126.jpg");
}
.cid-uFqY6kk5uq .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #f2430d;
}
.cid-uFqY6kk5uq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFqY6kk5uq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFqY6kk5uq .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uFqY6kk5uq .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uFqY6kk5uq .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #f2430d;
}
@media (max-width: 992px) {
  .cid-uFqY6kk5uq .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #f2430d;
  }
}
@media (max-width: 1640px) {
  .cid-uFqY6kk5uq .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFqY6kk5uq .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uFqY6kk5uq .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uFqY6kk5uq .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uFqY6kk5uq .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFqY6kk5uq .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uFqY6kk5uq .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .cid-uFqY6kk5uq .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFqY6kk5uq .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uFqY6kk5uq .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uFqY6kk5uq .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uFqY6kk5uq .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uFqY6kk5uq .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uFqY6kk5uq .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFqY6kk5uq .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uFqY6kk5uq .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uFqY6kk5uq .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uFqY6kk5uq .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFqY6kk5uq .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uFqY6kk5uq .mbr-section-title {
  color: #150764;
}
.cid-uFqY6kk5uq .mbr-desc {
  color: #150764;
}
.cid-uFqY6kk5uq .list {
  color: #150764;
}
.cid-uFtNCPq486 .navbar-dropdown {
  position: relative !important;
}
.cid-uFtNCPq486 .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uFtNCPq486 .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFtNCPq486 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uFtNCPq486 .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-uFtNCPq486 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFtNCPq486 .dropdown-item {
  border: 2px solid #ffffff;
  background: #a0472a !important;
  color: #8bdfdd !important;
}
.cid-uFtNCPq486 .dropdown-item:hover,
.cid-uFtNCPq486 .dropdown-item:focus {
  background: #a0472a !important;
  color: #8bdfdd !important;
}
.cid-uFtNCPq486 .dropdown-item:hover span {
  color: white;
}
.cid-uFtNCPq486 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFtNCPq486 .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFtNCPq486 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFtNCPq486 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFtNCPq486 .nav-link {
  position: relative;
}
.cid-uFtNCPq486 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uFtNCPq486 .container {
    flex-wrap: nowrap;
  }
}
.cid-uFtNCPq486 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uFtNCPq486 .iconfont-wrapper:hover {
  color: #ffd876 !important;
}
.cid-uFtNCPq486 .dropdown-menu,
.cid-uFtNCPq486 .navbar.opened {
  background: #a0472a !important;
}
.cid-uFtNCPq486 .nav-item:focus,
.cid-uFtNCPq486 .nav-link:focus {
  outline: none;
}
.cid-uFtNCPq486 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFtNCPq486 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uFtNCPq486 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFtNCPq486 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFtNCPq486 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFtNCPq486 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFtNCPq486 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #a0472a;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFtNCPq486 .navbar.opened {
  transition: all 0.3s;
}
.cid-uFtNCPq486 .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0;
}
.cid-uFtNCPq486 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uFtNCPq486 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFtNCPq486 .navbar.collapsed {
  justify-content: center;
}
.cid-uFtNCPq486 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFtNCPq486 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFtNCPq486 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uFtNCPq486 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFtNCPq486 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFtNCPq486 .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-uFtNCPq486 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFtNCPq486 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFtNCPq486 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFtNCPq486 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFtNCPq486 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFtNCPq486 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFtNCPq486 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFtNCPq486 .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-uFtNCPq486 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFtNCPq486 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFtNCPq486 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFtNCPq486 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uFtNCPq486 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFtNCPq486 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFtNCPq486 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uFtNCPq486 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uFtNCPq486 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uFtNCPq486 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uFtNCPq486 .navbar-brand .navbar-caption:hover,
.cid-uFtNCPq486 .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uFtNCPq486 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFtNCPq486 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uFtNCPq486 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uFtNCPq486 .dropdown-item.active,
.cid-uFtNCPq486 .dropdown-item:active {
  background-color: transparent;
}
.cid-uFtNCPq486 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFtNCPq486 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFtNCPq486 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFtNCPq486 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a0472a;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-uFtNCPq486 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uFtNCPq486 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uFtNCPq486 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFtNCPq486 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uFtNCPq486 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid #ffffff;
  }
}
.cid-uFtNCPq486 .navbar-buttons {
  text-align: center;
}
.cid-uFtNCPq486 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 22px 32px;
  min-height: auto;
}
.cid-uFtNCPq486 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uFtNCPq486 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uFtNCPq486 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #a0472a !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFtNCPq486 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFtNCPq486 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uFtNCPq486 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFtNCPq486 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFtNCPq486 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uFtNCPq486 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFtNCPq486 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFtNCPq486 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFtNCPq486 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFtNCPq486 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFtNCPq486 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFtNCPq486 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFtNCPq486 .navbar {
    height: 70px;
  }
  .cid-uFtNCPq486 .navbar.opened {
    height: auto;
  }
  .cid-uFtNCPq486 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFtNCPq486 .navbar-nav {
  margin: 0 auto;
}
.cid-uFtNCPq486 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uFtNCPq486 .nav-item .nav-link {
  padding: 24px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uFtNCPq486 .nav-item .nav-link::after {
  color: #ffd876 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uFtNCPq486 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffd876 !important;
}
.cid-uFtNCPq486 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uFtNCPq486 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uFtNCPq486 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uFtNCPq486 .nav-item .dropdown-menu .dropdown-item {
  color: #8bdfdd !important;
}
.cid-uFtNCPq486 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffd876 !important;
}
@media (max-width: 991px) {
  .cid-uFtNCPq486 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uFtNCPq486 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uFtNCPq486 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uFtNCPq486 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uFtNCPq486 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uFtNCPq486 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uFtNCPq486 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uFtNCPq486 .content-wrap {
  min-height: 130px;
}
.cid-uFtNCRCvsw {
  position: relative;
  background-color: #eeeef7;
}
.cid-uFtNCRCvsw .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-uFtNCRCvsw .image-wrap img {
    padding: 12px 0;
  }
}
.cid-uFtNCRCvsw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFtNCRCvsw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFtNCRCvsw .content-wrap {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.cid-uFtNCRCvsw .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 96px;
  border: 3px solid #ffffff;
  overflow: hidden;
  margin-right: 36px;
}
@media (max-width: 1440px) {
  .cid-uFtNCRCvsw .content-wrapper {
    padding: 48px;
    margin-right: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uFtNCRCvsw .content-wrapper {
    padding: 26px 22px;
    margin: 0;
  }
}
.cid-uFtNCRCvsw .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b7735e;
  opacity: 0.8;
  pointer-events: none;
}
.cid-uFtNCRCvsw .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 2;
  margin-bottom: 32px;
}
.cid-uFtNCRCvsw .content-wrapper .mbr-text {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uFtNCRCvsw .content-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFtNCRCvsw .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 2;
}
.cid-uFtNCRCvsw .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uFtNCRCvsw .content-wrapper .social-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-uFtNCRCvsw .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uFtNCRCvsw .content-wrapper .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border: 1px solid #eeeef7;
  border-radius: 100%;
  margin: 12px 0 0 12px;
}
.cid-uFtNCRCvsw .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFtNCRCvsw .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #baace7;
  color: #eeeef7;
}
.cid-uFtNCRCvsw .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #191c25;
  background-color: #cfef54;
  font-size: 22px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uFtNCRCvsw .mbr-section-title {
  color: #191c25;
}
.cid-uFtNCRCvsw .mbr-text,
.cid-uFtNCRCvsw .text-wrapper {
  color: #191c25;
  text-align: right;
}
.cid-uFtNCRCvsw .mbr-section-title,
.cid-uFtNCRCvsw .mbr-section-btn,
.cid-uFtNCRCvsw .social-wrapper {
  text-align: right;
  color: #000000;
}
.cid-uFtNCRCvsw .mbr-text {
  color: #000000;
}
.cid-uFtNCTnpoa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFtNCTnpoa .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uFtNCTnpoa .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uFtNCTnpoa .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #94513c;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uFtNCTnpoa .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uFtNCTnpoa .mbr-text {
  color: #000000;
}
.cid-uFtNCUquJC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b7735e;
}
.cid-uFtNCUquJC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFtNCUquJC .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-uFtNCUquJC .container {
    padding: 0 16px;
  }
}
.cid-uFtNCUquJC .card {
  position: relative;
  justify-content: center;
}
.cid-uFtNCUquJC .card .text-wrapper {
  padding: 100px 100px 100px 200px;
  background-color: #94513c;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-uFtNCUquJC .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
.cid-uFtNCUquJC .card .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uFtNCUquJC .card .text-wrapper .text-wrap {
  display: flex;
}
.cid-uFtNCUquJC .card .text-wrapper .text-wrap .icon-wrapper {
  margin-right: 20px;
}
.cid-uFtNCUquJC .card .text-wrapper .text-wrap .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #d4fe00;
}
.cid-uFtNCUquJC .card .text-wrapper .text-wrap .text-content {
  width: 100%;
}
.cid-uFtNCUquJC .card .text-wrapper .text-wrap .text-content .mbr-name {
  margin-bottom: 10px;
}
.cid-uFtNCUquJC .card .text-wrapper .text-wrap .text-content .mbr-desc {
  margin-bottom: 0;
}
.cid-uFtNCUquJC .card .image_1 {
  position: absolute;
  left: -90px;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uFtNCUquJC .card .image_1 {
    position: static;
    margin: 0 auto -50px;
  }
}
.cid-uFtNCUquJC .mbr-text {
  color: #ffffff;
}
.cid-uFtNCUquJC .mbr-name {
  color: #ffffff;
}
.cid-uFtNCUquJC .mbr-desc {
  color: #dce2e3;
}
.cid-uFtNCVF1Z3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #ffffff;
}
.cid-uFtNCVF1Z3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFtNCVF1Z3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFtNCVF1Z3 .card {
  justify-content: center;
}
.cid-uFtNCVF1Z3 .content-wrapper {
  padding: 0 75px 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFtNCVF1Z3 .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFtNCVF1Z3 .content-wrapper {
    padding: 0;
  }
}
.cid-uFtNCVF1Z3 .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFtNCVF1Z3 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFtNCVF1Z3 .button-wrap {
  padding: 0 108px 0 75px;
  margin-bottom: 64px;
}
@media (max-width: 1440px) {
  .cid-uFtNCVF1Z3 .button-wrap {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFtNCVF1Z3 .button-wrap {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uFtNCVF1Z3 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 64px 108px;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFtNCVF1Z3 .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFtNCVF1Z3 .items-wrapper {
    padding: 0;
    display: block;
  }
}
.cid-uFtNCVF1Z3 .items-wrapper .item {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uFtNCVF1Z3 .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-uFtNCVF1Z3 .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-uFtNCVF1Z3 .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uFtNCVF1Z3 .items-wrapper .item .item-wrapper {
  transition: all .3s ease;
  height: 100%;
}
.cid-uFtNCVF1Z3 .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 64px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uFtNCVF1Z3 .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 52px;
  }
}
.cid-uFtNCVF1Z3 .items-wrapper .item .item-wrapper .item-img .image-wrapper {
  overflow: hidden;
  border: 2px solid #ffffff;
}
.cid-uFtNCVF1Z3 .items-wrapper .item .item-wrapper .item-img .image-wrapper img {
  height: 315px;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-uFtNCVF1Z3 .items-wrapper .item .item-wrapper .item-img .icon-wrapper {
  position: absolute;
  bottom: -1.5rem;
  left: -3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 94px;
  height: 94px;
  border: 2px solid #ffffff;
  box-shadow: -10px 10px 0 0 #ffffff;
  background-color: #2c2625;
}
@media (max-width: 1440px) {
  .cid-uFtNCVF1Z3 .items-wrapper .item .item-wrapper .item-img .icon-wrapper {
    left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFtNCVF1Z3 .items-wrapper .item .item-wrapper .item-img .icon-wrapper {
    box-shadow: -5px 5px 0 0 #ffffff;
  }
}
.cid-uFtNCVF1Z3 .items-wrapper .item .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 45px;
}
.cid-uFtNCVF1Z3 .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uFtNCVF1Z3 .items-wrapper .item .item-wrapper .card-box .tag-wrapper {
  margin-bottom: 20px;
}
.cid-uFtNCVF1Z3 .items-wrapper .item .item-wrapper .card-box .tag-wrapper .item-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #ffffff;
}
.cid-uFtNCVF1Z3 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn-item .btn {
  margin-left: 0;
}
.cid-uFtNCVF1Z3 .mbr-section-btn {
  text-align: right;
}
.cid-uFtNCVF1Z3 .mbr-section-title {
  color: #ffffff;
}
.cid-uFtNCVF1Z3 .item-title {
  color: #ffffff;
}
.cid-uFtNCVF1Z3 .item-tag {
  color: #ffffff;
}
.cid-uFtNCVF1Z3 .item-text {
  color: #ffffff;
}
.cid-uFtNCVF1Z3 .item-tag,
.cid-uFtNCVF1Z3 .tag-wrapper {
  text-align: center;
}
.cid-uFtNCVF1Z3 .item-title,
.cid-uFtNCVF1Z3 .mbr-section-btn-item {
  text-align: center;
  color: #000000;
}
.cid-uFtNCXvjuJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a0472a;
  overflow: hidden;
}
.cid-uFtNCXvjuJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFtNCXvjuJ .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-uFtNCXvjuJ .container {
    padding: 0 22px;
  }
}
.cid-uFtNCXvjuJ .card {
  justify-content: center;
}
.cid-uFtNCXvjuJ .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uFtNCXvjuJ .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uFtNCXvjuJ .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uFtNCXvjuJ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFtNCXvjuJ .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uFtNCXvjuJ .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #ffffff;
}
@media (max-width: 1440px) {
  .cid-uFtNCXvjuJ .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uFtNCXvjuJ .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uFtNCXvjuJ .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uFtNCXvjuJ .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-uFtNCXvjuJ .mbr-section-title {
  color: #ffffff;
}
.cid-uFtNCXvjuJ .mbr-text {
  color: #ffffff;
}
.cid-uFtNCYLkxT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFtNCYLkxT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFtNCYLkxT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFtNCYLkxT .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uFtNCYLkxT .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFtNCYLkxT .container {
    padding: 0 16px;
  }
}
.cid-uFtNCYLkxT .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uFtNCYLkxT .row {
    margin: 0 10px;
  }
}
.cid-uFtNCYLkxT .row .card {
  position: relative;
  padding: 0;
}
.cid-uFtNCYLkxT .row .card .decor-wrapper {
  position: absolute;
  top: -23rem;
  left: -11rem;
  width: 2000px;
  height: 500px;
  border-left: 40px solid #a0472a;
  border-radius: 0;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-uFtNCYLkxT .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uFtNCYLkxT .row .card .decor-wrapper {
    display: none;
  }
}
.cid-uFtNCYLkxT .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #192227;
  color: #fdfcfc;
  border-radius: 100%;
  border: 5px solid #a0472a;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-uFtNCYLkxT .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-uFtNCYLkxT .row .card .icon-decor {
    display: none;
  }
}
.cid-uFtNCYLkxT .title-wrapper {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uFtNCYLkxT .title-wrapper {
    width: 100%;
  }
}
.cid-uFtNCYLkxT .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFtNCYLkxT .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uFtNCYLkxT .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFtNCYLkxT .mbr-section-title {
  color: #000000;
}
.cid-uFtNCYLkxT .mbr-text {
  color: #000000;
}
.cid-uFtNCZZVS5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #a0472a;
}
.cid-uFtNCZZVS5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFtNCZZVS5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFtNCZZVS5 .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFtNCZZVS5 .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFtNCZZVS5 .content-wrapper {
    padding: 0;
    display: block;
  }
}
.cid-uFtNCZZVS5 .content-wrapper .card-wrapper {
  display: flex;
  border: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uFtNCZZVS5 .content-wrapper .card-wrapper {
    display: block;
  }
}
.cid-uFtNCZZVS5 .content-wrapper .card-wrapper .title-wrapper {
  padding: 108px;
  width: 55%;
}
@media (max-width: 1440px) {
  .cid-uFtNCZZVS5 .content-wrapper .card-wrapper .title-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFtNCZZVS5 .content-wrapper .card-wrapper .title-wrapper {
    padding: 20px;
    width: 100%;
  }
}
.cid-uFtNCZZVS5 .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFtNCZZVS5 .content-wrapper .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uFtNCZZVS5 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  border-left: 2px solid #ffffff;
  border-left: none;
  border-right: 2px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-uFtNCZZVS5 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uFtNCZZVS5 .embla__slide {
    border-left: none;
    border-top: 2px solid #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-uFtNCZZVS5 .embla__slide {
    border-right: none;
    border-top: 2px solid #ffffff;
  }
}
.cid-uFtNCZZVS5 .embla__slide .slide-content {
  width: 100%;
}
.cid-uFtNCZZVS5 .embla__slide .slide-content .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 32px;
  height: 100%;
  background-color: #94513c;
}
@media (max-width: 992px) {
  .cid-uFtNCZZVS5 .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-uFtNCZZVS5 .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.cid-uFtNCZZVS5 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 416px;
  width: 50%;
  display: inline-block;
  object-fit: cover;
  border: 2px solid #2c2625;
  box-shadow: -10px 10px 0 #2c2625;
}
@media (max-width: 992px) {
  .cid-uFtNCZZVS5 .embla__slide .slide-content .item-wrapper .item-img img {
    width: 100%;
    height: 350px;
    box-shadow: -5px 5px 0 #2c2625;
  }
}
.cid-uFtNCZZVS5 .embla__slide .slide-content .item-wrapper .item-content {
  display: inline-flex;
  flex-direction: column;
  width: 65%;
  position: relative;
  z-index: 1;
  padding: 42px;
  border: 2px solid #2c2625;
  box-shadow: -10px 10px 0 #2c2625;
  background-color: #ffffff;
  margin-top: -8rem;
}
@media (max-width: 992px) {
  .cid-uFtNCZZVS5 .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
    padding: 20px;
    box-shadow: -5px 5px 0 #2c2625;
    margin-top: 32px;
  }
}
.cid-uFtNCZZVS5 .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uFtNCZZVS5 .embla__slide .slide-content .item-wrapper .item-content .item-date {
  margin-bottom: 0;
}
.cid-uFtNCZZVS5 .embla__button--next,
.cid-uFtNCZZVS5 .embla__button--prev {
  display: flex;
}
.cid-uFtNCZZVS5 .embla__button {
  bottom: 2rem;
  width: 56px;
  height: 56px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #ffffff !important;
  color: #2c2625 !important;
  border: 2px solid #2c2625 !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  box-shadow: -6px 6px 0 #2c2625;
  display: none;
}
@media (max-width: 767px) {
  .cid-uFtNCZZVS5 .embla__button {
    bottom: 1rem;
  }
}
.cid-uFtNCZZVS5 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uFtNCZZVS5 .embla__button:hover {
  background-color: #2c2625 !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.cid-uFtNCZZVS5 .embla__button.embla__button--prev {
  left: 108px;
}
@media (max-width: 1440px) {
  .cid-uFtNCZZVS5 .embla__button.embla__button--prev {
    left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFtNCZZVS5 .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uFtNCZZVS5 .embla__button.embla__button--next {
  right: 108px;
}
@media (max-width: 1440px) {
  .cid-uFtNCZZVS5 .embla__button.embla__button--next {
    right: 64px;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  .cid-uFtNCZZVS5 .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uFtNCZZVS5 .embla {
  position: relative;
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uFtNCZZVS5 .embla {
    width: 100%;
  }
}
.cid-uFtNCZZVS5 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uFtNCZZVS5 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uFtNCZZVS5 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uFtNCZZVS5 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uFtNCZZVS5 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uFtNCZZVS5 .mbr-section-title {
  color: #ffffff;
}
.cid-uFtNCZZVS5 .mbr-text {
  color: #ffffff;
}
.cid-uFtNCZZVS5 .item-text {
  color: #2C2625;
}
.cid-uFtNCZZVS5 .item-date {
  color: #2C2625;
}
.cid-uFtND1MfqA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uFtND1MfqA .container {
    padding: 0 24px;
  }
}
.cid-uFtND1MfqA .card {
  justify-content: center;
}
.cid-uFtND1MfqA .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uFtND1MfqA .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uFtND1MfqA .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFtND1MfqA .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uFtND1MfqA .text-wrapper {
  border-top: 1px solid #72716b;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uFtND1MfqA .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uFtND1MfqA .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uFtND1MfqA .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uFtND1MfqA .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uFtND1MfqA .mbr-section-title {
  color: #F9F6E0;
}
.cid-uFtND1MfqA .mbr-desc {
  color: #F9F6E0;
}
.cid-uFtND1MfqA .mbr-text {
  color: #000000;
}
.cid-uFtND1MfqA .mbr-section-btn {
  text-align: right;
}
.cid-uFtND1MfqA .mbr-section-title,
.cid-uFtND1MfqA .mbr-section-btn {
  color: #000000;
}
.cid-uFtND3bOEa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #a0472a;
}
.cid-uFtND3bOEa .decor-wrap_1 {
  position: absolute;
  top: 15%;
  left: -6rem;
  width: 423px;
  height: 423px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #ffffff 0, #b7735e 43%, #a0472a 100%);
}
.cid-uFtND3bOEa .decor-wrap_2 {
  position: absolute;
  top: 25%;
  right: 1%;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #ffffff 0, #b7735e 43%, #a0472a 100%);
}
.cid-uFtND3bOEa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFtND3bOEa .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-uFtND3bOEa .container {
    padding: 0 30px;
  }
}
.cid-uFtND3bOEa .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uFtND3bOEa .desc-wrapper .mbr-desc {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uFtND3bOEa .desc-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uFtND3bOEa .text-wrapper .mbr-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uFtND3bOEa .text-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uFtND3bOEa .items-wrapper .item {
  margin-bottom: 40px;
}
.cid-uFtND3bOEa .items-wrapper .item:nth-child(2n) {
  padding-top: 50px;
}
@media (max-width: 992px) {
  .cid-uFtND3bOEa .items-wrapper .item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-uFtND3bOEa .items-wrapper .item:nth-child(3n) {
  padding-top: 100px;
}
@media (max-width: 992px) {
  .cid-uFtND3bOEa .items-wrapper .item:nth-child(3n) {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFtND3bOEa .items-wrapper .item {
    margin-bottom: 40px;
  }
}
.cid-uFtND3bOEa .items-wrapper .item .item-wrapper {
  background-color: #ffffff;
  border-radius: 0 !important;
}
.cid-uFtND3bOEa .items-wrapper .item .item-wrapper .item-img {
  padding: 50px 40px 0 0;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uFtND3bOEa .items-wrapper .item .item-wrapper .item-img {
    padding: 40px 30px 0 0;
  }
}
.cid-uFtND3bOEa .items-wrapper .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
}
.cid-uFtND3bOEa .items-wrapper .item .item-wrapper .item-content {
  padding: 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-uFtND3bOEa .items-wrapper .item .item-wrapper .item-content {
    padding: 0 30px 50px;
  }
}
.cid-uFtND3bOEa .items-wrapper .item .item-wrapper .item-content .item-number {
  margin-bottom: 10px;
}
.cid-uFtND3bOEa .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 30px;
}
.cid-uFtND3bOEa .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 35px;
}
.cid-uFtND3bOEa .mbr-desc {
  color: #c7fcb5;
}
.cid-uFtND3bOEa .mbr-text {
  color: #c7fcb5;
}
.cid-uFtND3bOEa .item-number {
  color: #144031;
}
.cid-uFtND3bOEa .item-title {
  color: #144031;
}
.cid-uFtND3bOEa .item-text {
  color: #144031;
}
.cid-uFtND3bOEa .item-title,
.cid-uFtND3bOEa .mbr-section-btn {
  color: #000000;
}
.cid-uFtND4VRlH {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uFtND4VRlH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFtND4VRlH .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uFtND4VRlH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFtND4VRlH h1 {
  max-width: 800px;
}
.cid-uFtND4VRlH p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uFtND4VRlH .btn:hover {
  transform: scale(1.1);
  background: #2c2625 !important;
  border-color: #2c2625 !important;
  color: #8bdfdd !important;
}
.cid-uFtND4VRlH .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uFtND4VRlH .btn div {
  overflow: hidden;
}
.cid-uFtND4VRlH .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uFtND4VRlH {
    align-items: center;
  }
  .cid-uFtND4VRlH .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uFtND4VRlH .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uFtND4VRlH {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uFtND4VRlH .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uFtND4VRlH .content-wrap {
    width: 100%;
  }
}
.cid-uFtND4VRlH .mbr-section-subtitle,
.cid-uFtND4VRlH .line {
  color: #000000;
}
.cid-uFtND4VRlH .mbr-text,
.cid-uFtND4VRlH .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uFtND4VRlH .mbr-section-title {
  color: #291f1e;
}
.cid-uFtND6cyl6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #a0472a;
}
.cid-uFtND6cyl6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFtND6cyl6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFtND6cyl6 .content-wrapper {
  padding: 0 75px 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFtND6cyl6 .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFtND6cyl6 .content-wrapper {
    padding: 0;
  }
}
.cid-uFtND6cyl6 .content-wrapper .mbr-label {
  margin-bottom: 110px;
}
@media (max-width: 992px) {
  .cid-uFtND6cyl6 .content-wrapper .mbr-label {
    margin-bottom: 32px;
  }
}
.cid-uFtND6cyl6 .content-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
}
@media (max-width: 992px) {
  .cid-uFtND6cyl6 .content-wrapper .nav.nav-tabs {
    margin-bottom: 32px;
  }
}
.cid-uFtND6cyl6 .content-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-top: 0;
}
.cid-uFtND6cyl6 .content-wrapper .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-uFtND6cyl6 .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #ffffff;
  padding: 20px 0;
  border: none;
  border-bottom: 2px solid #ffffff;
  box-shadow: none;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uFtND6cyl6 .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  padding-left: 20px;
}
.cid-uFtND6cyl6 .tab-content {
  padding: 0 108px 0 75px;
}
@media (max-width: 1440px) {
  .cid-uFtND6cyl6 .tab-content {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFtND6cyl6 .tab-content {
    padding: 0;
  }
}
.cid-uFtND6cyl6 .tab-content .tab-pane .content-wrap .image-wrap img {
  height: 780px;
  object-fit: cover;
  border: 2px solid #2c2625;
  box-shadow: -10px 10px 0 0 #2c2625;
}
@media (max-width: 992px) {
  .cid-uFtND6cyl6 .tab-content .tab-pane .content-wrap .image-wrap img {
    box-shadow: -5px 5px 0 0 #2c2625;
    height: 350px;
  }
}
.cid-uFtND6cyl6 .button-wrap {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFtND6cyl6 .button-wrap {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFtND6cyl6 .button-wrap {
    padding: 0;
  }
}
.cid-uFtND6cyl6 .button-wrap .mbr-section-btn {
  margin-top: 110px;
}
@media (max-width: 992px) {
  .cid-uFtND6cyl6 .button-wrap .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uFtND6cyl6 .mbr-section-title {
  color: #2C2625;
}
.cid-uFtND6cyl6 .mbr-section-btn {
  text-align: center;
}
.cid-uFtND6cyl6 .mbr-label,
.cid-uFtND6cyl6 .mbr-section-btn {
  color: #ffffff;
}
.cid-uFtND7N8ey {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFtND7N8ey .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFtND7N8ey .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-uFtND7N8ey .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uFtND7N8ey .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFtND7N8ey .image-wrapper img {
  height: 460px;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uFtND7N8ey .image-wrapper img {
    height: 300px;
  }
}
.cid-uFtND7N8ey .card-wrapper {
  margin-top: 15%;
  padding-top: 120px;
  background-color: #a0472a;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-uFtND7N8ey .card-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .cid-uFtND7N8ey .card-wrapper {
    margin-top: 0;
    padding-top: 20px;
  }
}
.cid-uFtND7N8ey .card-wrapper .mbr-section-title {
  padding: 0 100px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uFtND7N8ey .card-wrapper .mbr-section-title {
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
.cid-uFtND7N8ey .card-wrapper .mbr-text {
  padding: 0 100px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uFtND7N8ey .card-wrapper .mbr-text {
    padding: 0 20px;
  }
}
.cid-uFtND7N8ey .card-wrapper .icon-wrapper {
  padding: 0 20px 20px;
}
.cid-uFtND7N8ey .card-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  background-color: #ffffff;
  color: #08323c;
  font-size: 20px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-uFtND7N8ey .card-wrapper .icon-wrapper {
    display: none;
  }
}
.cid-uFtND7N8ey .mbr-section-title {
  color: #ffffff;
}
.cid-uFtND7N8ey .mbr-text {
  color: #ffffff;
}
.cid-uFtND7N8ey .icon-wrapper {
  text-align: right;
}
.cid-uFtND9aBRy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #94513c;
}
.cid-uFtND9aBRy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFtND9aBRy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFtND9aBRy .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uFtND9aBRy .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFtND9aBRy .container {
    padding: 0 16px;
  }
}
.cid-uFtND9aBRy .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uFtND9aBRy .row {
    margin: 0 10px;
  }
}
.cid-uFtND9aBRy .row .card {
  padding: 0;
}
.cid-uFtND9aBRy .row .card:first-child {
  padding-right: 10px;
}
@media (max-width: 992px) {
  .cid-uFtND9aBRy .row .card:first-child {
    padding: 0;
  }
}
.cid-uFtND9aBRy .title-wrapper {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #a0472a;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uFtND9aBRy .title-wrapper {
    padding: 20px;
    height: auto;
    margin-bottom: 10px;
  }
}
.cid-uFtND9aBRy .title-wrapper .icon-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFtND9aBRy .title-wrapper .icon-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uFtND9aBRy .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background-color: #b7735e;
  color: #f9a600;
  border-radius: 50%;
}
.cid-uFtND9aBRy .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFtND9aBRy .title-wrapper .title-wrap .mbr-desc {
  margin: 10px 0 0;
}
.cid-uFtND9aBRy .content-wrapper {
  border: 1px solid #fdfcfc;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFtND9aBRy .content-wrapper {
    padding: 20px;
  }
}
.cid-uFtND9aBRy .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uFtND9aBRy .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uFtND9aBRy .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uFtND9aBRy .mbr-section-title {
  color: #192227;
}
.cid-uFtND9aBRy .mbr-desc {
  color: #192227;
}
.cid-uFtND9aBRy .mbr-text {
  color: #fdfcfc;
}
.cid-uFtND9aBRy .mbr-section-title,
.cid-uFtND9aBRy .icon-wrapper {
  color: #ffffff;
}
.cid-uFtRfCTR2q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFtRfCTR2q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFtRfCTR2q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFtRfCTR2q .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uFtRfCTR2q .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uFtRfCTR2q .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uFtRfCTR2q .container {
    padding: 0 16px;
  }
}
.cid-uFtRfCTR2q .row {
  justify-content: space-between;
}
.cid-uFtRfCTR2q .title-wrapper {
  position: sticky;
}
.cid-uFtRfCTR2q .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uFtRfCTR2q .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uFtRfCTR2q .panel-group .card {
  border-bottom: none;
  background-image: linear-gradient(135deg, #ffd8cc, #a0472a 34%, #ffffff 67%, #e26a69) !important;
  border-radius: 2em !important;
  padding: 5px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uFtRfCTR2q .panel-group .card {
    margin-bottom: 24px;
  }
}
.cid-uFtRfCTR2q .panel-group .card .card-wrap {
  border-radius: 1.9em !important;
  background-color: #b7735e;
  padding: 36px;
}
@media (max-width: 992px) {
  .cid-uFtRfCTR2q .panel-group .card .card-wrap {
    padding: 16px;
  }
}
.cid-uFtRfCTR2q .panel-group .card .card-wrap .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uFtRfCTR2q .panel-group .card .card-wrap .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFtRfCTR2q .panel-group .card .card-wrap .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uFtRfCTR2q .panel-group .card .card-wrap .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFtRfCTR2q .panel-group .card .card-wrap .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  min-width: 54px;
  font-size: 26px;
  color: #080808;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-image: linear-gradient(135deg, #ffd8cc, #a0472a 34%, #ffffff 67%, #e26a69);
  border-radius: 50%;
}
.cid-uFtRfCTR2q .panel-group .card .card-wrap .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-uFtRfCTR2q .panel-group .card .card-wrap .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFtRfCTR2q .mbr-section-title {
  color: #080808;
}
.cid-uFtRfCTR2q .panel-title-edit {
  color: #ffffff;
}
.cid-uFtRfCTR2q .panel-text {
  color: #ffffff;
}
.cid-uFtNDaDbto {
  padding-top: 0rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #ffffff;
}
.cid-uFtNDaDbto .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFtNDaDbto .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFtNDaDbto .content-wrapper {
  position: relative;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFtNDaDbto .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFtNDaDbto .content-wrapper {
    padding: 0;
  }
}
.cid-uFtNDaDbto .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFtNDaDbto .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFtNDaDbto .content-wrapper .google-map iframe {
  height: 700px;
  border: 2px solid #ffffff !important;
  box-shadow: -10px 10px 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uFtNDaDbto .content-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uFtNDaDbto .content-wrapper .google-map iframe {
    box-shadow: -5px 5px 0 #ffffff;
  }
}
.cid-uFtNDaDbto .mbr-section-title {
  color: #ffffff;
}
.cid-uFtNDaDbto .mbr-section-title,
.cid-uFtNDaDbto .mbr-section-btn {
  color: #000000;
}
.cid-uFtNDc135q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/choose-the-right-chiropractor-2000x1126.jpg");
}
.cid-uFtNDc135q .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #f2430d;
}
.cid-uFtNDc135q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFtNDc135q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFtNDc135q .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uFtNDc135q .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uFtNDc135q .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #f2430d;
}
@media (max-width: 992px) {
  .cid-uFtNDc135q .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #f2430d;
  }
}
@media (max-width: 1640px) {
  .cid-uFtNDc135q .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFtNDc135q .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uFtNDc135q .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uFtNDc135q .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uFtNDc135q .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFtNDc135q .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uFtNDc135q .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .cid-uFtNDc135q .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFtNDc135q .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uFtNDc135q .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uFtNDc135q .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uFtNDc135q .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uFtNDc135q .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uFtNDc135q .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFtNDc135q .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uFtNDc135q .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uFtNDc135q .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uFtNDc135q .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFtNDc135q .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uFtNDc135q .mbr-section-title {
  color: #150764;
}
.cid-uFtNDc135q .mbr-desc {
  color: #150764;
}
.cid-uFtNDc135q .list {
  color: #150764;
}
.cid-uFtRK9VSVD .navbar-dropdown {
  position: relative !important;
}
.cid-uFtRK9VSVD .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uFtRK9VSVD .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFtRK9VSVD .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uFtRK9VSVD .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-uFtRK9VSVD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFtRK9VSVD .dropdown-item {
  border: 2px solid #ffffff;
  background: #a0472a !important;
  color: #8bdfdd !important;
}
.cid-uFtRK9VSVD .dropdown-item:hover,
.cid-uFtRK9VSVD .dropdown-item:focus {
  background: #a0472a !important;
  color: #8bdfdd !important;
}
.cid-uFtRK9VSVD .dropdown-item:hover span {
  color: white;
}
.cid-uFtRK9VSVD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFtRK9VSVD .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFtRK9VSVD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFtRK9VSVD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFtRK9VSVD .nav-link {
  position: relative;
}
.cid-uFtRK9VSVD .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uFtRK9VSVD .container {
    flex-wrap: nowrap;
  }
}
.cid-uFtRK9VSVD .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uFtRK9VSVD .iconfont-wrapper:hover {
  color: #ffd876 !important;
}
.cid-uFtRK9VSVD .dropdown-menu,
.cid-uFtRK9VSVD .navbar.opened {
  background: #a0472a !important;
}
.cid-uFtRK9VSVD .nav-item:focus,
.cid-uFtRK9VSVD .nav-link:focus {
  outline: none;
}
.cid-uFtRK9VSVD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFtRK9VSVD .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uFtRK9VSVD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFtRK9VSVD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFtRK9VSVD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFtRK9VSVD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFtRK9VSVD .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #a0472a;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFtRK9VSVD .navbar.opened {
  transition: all 0.3s;
}
.cid-uFtRK9VSVD .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0;
}
.cid-uFtRK9VSVD .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uFtRK9VSVD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFtRK9VSVD .navbar.collapsed {
  justify-content: center;
}
.cid-uFtRK9VSVD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFtRK9VSVD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFtRK9VSVD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uFtRK9VSVD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFtRK9VSVD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFtRK9VSVD .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-uFtRK9VSVD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFtRK9VSVD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFtRK9VSVD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFtRK9VSVD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFtRK9VSVD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFtRK9VSVD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFtRK9VSVD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFtRK9VSVD .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-uFtRK9VSVD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFtRK9VSVD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFtRK9VSVD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFtRK9VSVD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uFtRK9VSVD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFtRK9VSVD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFtRK9VSVD .navbar.navbar-short {
  min-height: 96px;
}
.cid-uFtRK9VSVD .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uFtRK9VSVD .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uFtRK9VSVD .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uFtRK9VSVD .navbar-brand .navbar-caption:hover,
.cid-uFtRK9VSVD .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uFtRK9VSVD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFtRK9VSVD .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uFtRK9VSVD .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uFtRK9VSVD .dropdown-item.active,
.cid-uFtRK9VSVD .dropdown-item:active {
  background-color: transparent;
}
.cid-uFtRK9VSVD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFtRK9VSVD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFtRK9VSVD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFtRK9VSVD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a0472a;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-uFtRK9VSVD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uFtRK9VSVD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uFtRK9VSVD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFtRK9VSVD ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uFtRK9VSVD ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid #ffffff;
  }
}
.cid-uFtRK9VSVD .navbar-buttons {
  text-align: center;
}
.cid-uFtRK9VSVD .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 22px 32px;
  min-height: auto;
}
.cid-uFtRK9VSVD .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uFtRK9VSVD .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uFtRK9VSVD button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #a0472a !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFtRK9VSVD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFtRK9VSVD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uFtRK9VSVD button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFtRK9VSVD button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFtRK9VSVD button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uFtRK9VSVD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFtRK9VSVD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFtRK9VSVD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFtRK9VSVD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFtRK9VSVD .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFtRK9VSVD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFtRK9VSVD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFtRK9VSVD .navbar {
    height: 70px;
  }
  .cid-uFtRK9VSVD .navbar.opened {
    height: auto;
  }
  .cid-uFtRK9VSVD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFtRK9VSVD .navbar-nav {
  margin: 0 auto;
}
.cid-uFtRK9VSVD .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uFtRK9VSVD .nav-item .nav-link {
  padding: 24px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uFtRK9VSVD .nav-item .nav-link::after {
  color: #ffd876 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uFtRK9VSVD .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffd876 !important;
}
.cid-uFtRK9VSVD .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uFtRK9VSVD .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uFtRK9VSVD .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uFtRK9VSVD .nav-item .dropdown-menu .dropdown-item {
  color: #8bdfdd !important;
}
.cid-uFtRK9VSVD .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffd876 !important;
}
@media (max-width: 991px) {
  .cid-uFtRK9VSVD .navbar {
    justify-content: flex-start !important;
  }
  .cid-uFtRK9VSVD .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uFtRK9VSVD .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uFtRK9VSVD .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uFtRK9VSVD .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uFtRK9VSVD .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uFtRK9VSVD .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uFtRK9VSVD .content-wrap {
  min-height: 130px;
}
.cid-uFtRKbW0zw {
  position: relative;
  background-color: #eeeef7;
}
.cid-uFtRKbW0zw .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-uFtRKbW0zw .image-wrap img {
    padding: 12px 0;
  }
}
.cid-uFtRKbW0zw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFtRKbW0zw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFtRKbW0zw .content-wrap {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.cid-uFtRKbW0zw .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 96px;
  border: 3px solid #ffffff;
  overflow: hidden;
  margin-right: 36px;
}
@media (max-width: 1440px) {
  .cid-uFtRKbW0zw .content-wrapper {
    padding: 48px;
    margin-right: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uFtRKbW0zw .content-wrapper {
    padding: 26px 22px;
    margin: 0;
  }
}
.cid-uFtRKbW0zw .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b7735e;
  opacity: 0.8;
  pointer-events: none;
}
.cid-uFtRKbW0zw .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 2;
  margin-bottom: 32px;
}
.cid-uFtRKbW0zw .content-wrapper .mbr-text {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uFtRKbW0zw .content-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFtRKbW0zw .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 2;
}
.cid-uFtRKbW0zw .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uFtRKbW0zw .content-wrapper .social-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-uFtRKbW0zw .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uFtRKbW0zw .content-wrapper .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border: 1px solid #eeeef7;
  border-radius: 100%;
  margin: 12px 0 0 12px;
}
.cid-uFtRKbW0zw .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFtRKbW0zw .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #baace7;
  color: #eeeef7;
}
.cid-uFtRKbW0zw .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #191c25;
  background-color: #cfef54;
  font-size: 22px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uFtRKbW0zw .mbr-section-title {
  color: #191c25;
}
.cid-uFtRKbW0zw .mbr-text,
.cid-uFtRKbW0zw .text-wrapper {
  color: #191c25;
  text-align: right;
}
.cid-uFtRKbW0zw .mbr-section-title,
.cid-uFtRKbW0zw .mbr-section-btn,
.cid-uFtRKbW0zw .social-wrapper {
  text-align: right;
  color: #000000;
}
.cid-uFtRKbW0zw .mbr-text {
  color: #000000;
}
.cid-uFtRKdGiUZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFtRKdGiUZ .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uFtRKdGiUZ .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uFtRKdGiUZ .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #94513c;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uFtRKdGiUZ .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uFtRKdGiUZ .mbr-text {
  color: #000000;
}
.cid-uFtRKeHYWG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b7735e;
}
.cid-uFtRKeHYWG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFtRKeHYWG .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-uFtRKeHYWG .container {
    padding: 0 16px;
  }
}
.cid-uFtRKeHYWG .card {
  position: relative;
  justify-content: center;
}
.cid-uFtRKeHYWG .card .text-wrapper {
  padding: 100px 100px 100px 200px;
  background-color: #94513c;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-uFtRKeHYWG .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
.cid-uFtRKeHYWG .card .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uFtRKeHYWG .card .text-wrapper .text-wrap {
  display: flex;
}
.cid-uFtRKeHYWG .card .text-wrapper .text-wrap .icon-wrapper {
  margin-right: 20px;
}
.cid-uFtRKeHYWG .card .text-wrapper .text-wrap .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #d4fe00;
}
.cid-uFtRKeHYWG .card .text-wrapper .text-wrap .text-content {
  width: 100%;
}
.cid-uFtRKeHYWG .card .text-wrapper .text-wrap .text-content .mbr-name {
  margin-bottom: 10px;
}
.cid-uFtRKeHYWG .card .text-wrapper .text-wrap .text-content .mbr-desc {
  margin-bottom: 0;
}
.cid-uFtRKeHYWG .card .image_1 {
  position: absolute;
  left: -90px;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uFtRKeHYWG .card .image_1 {
    position: static;
    margin: 0 auto -50px;
  }
}
.cid-uFtRKeHYWG .mbr-text {
  color: #ffffff;
}
.cid-uFtRKeHYWG .mbr-name {
  color: #ffffff;
}
.cid-uFtRKeHYWG .mbr-desc {
  color: #dce2e3;
}
.cid-uFtRKfOfng {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #ffffff;
}
.cid-uFtRKfOfng .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFtRKfOfng .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFtRKfOfng .card {
  justify-content: center;
}
.cid-uFtRKfOfng .content-wrapper {
  padding: 0 75px 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFtRKfOfng .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFtRKfOfng .content-wrapper {
    padding: 0;
  }
}
.cid-uFtRKfOfng .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFtRKfOfng .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFtRKfOfng .button-wrap {
  padding: 0 108px 0 75px;
  margin-bottom: 64px;
}
@media (max-width: 1440px) {
  .cid-uFtRKfOfng .button-wrap {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFtRKfOfng .button-wrap {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uFtRKfOfng .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 64px 108px;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFtRKfOfng .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFtRKfOfng .items-wrapper {
    padding: 0;
    display: block;
  }
}
.cid-uFtRKfOfng .items-wrapper .item {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uFtRKfOfng .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-uFtRKfOfng .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-uFtRKfOfng .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uFtRKfOfng .items-wrapper .item .item-wrapper {
  transition: all .3s ease;
  height: 100%;
}
.cid-uFtRKfOfng .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 64px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uFtRKfOfng .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 52px;
  }
}
.cid-uFtRKfOfng .items-wrapper .item .item-wrapper .item-img .image-wrapper {
  overflow: hidden;
  border: 2px solid #ffffff;
}
.cid-uFtRKfOfng .items-wrapper .item .item-wrapper .item-img .image-wrapper img {
  height: 315px;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-uFtRKfOfng .items-wrapper .item .item-wrapper .item-img .icon-wrapper {
  position: absolute;
  bottom: -1.5rem;
  left: -3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 94px;
  height: 94px;
  border: 2px solid #ffffff;
  box-shadow: -10px 10px 0 0 #ffffff;
  background-color: #2c2625;
}
@media (max-width: 1440px) {
  .cid-uFtRKfOfng .items-wrapper .item .item-wrapper .item-img .icon-wrapper {
    left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFtRKfOfng .items-wrapper .item .item-wrapper .item-img .icon-wrapper {
    box-shadow: -5px 5px 0 0 #ffffff;
  }
}
.cid-uFtRKfOfng .items-wrapper .item .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 45px;
}
.cid-uFtRKfOfng .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uFtRKfOfng .items-wrapper .item .item-wrapper .card-box .tag-wrapper {
  margin-bottom: 20px;
}
.cid-uFtRKfOfng .items-wrapper .item .item-wrapper .card-box .tag-wrapper .item-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #ffffff;
}
.cid-uFtRKfOfng .items-wrapper .item .item-wrapper .card-box .mbr-section-btn-item .btn {
  margin-left: 0;
}
.cid-uFtRKfOfng .mbr-section-btn {
  text-align: right;
}
.cid-uFtRKfOfng .mbr-section-title {
  color: #ffffff;
}
.cid-uFtRKfOfng .item-title {
  color: #ffffff;
}
.cid-uFtRKfOfng .item-tag {
  color: #ffffff;
}
.cid-uFtRKfOfng .item-text {
  color: #ffffff;
}
.cid-uFtRKfOfng .item-tag,
.cid-uFtRKfOfng .tag-wrapper {
  text-align: center;
}
.cid-uFtRKfOfng .item-title,
.cid-uFtRKfOfng .mbr-section-btn-item {
  text-align: center;
  color: #000000;
}
.cid-uFtRKhrhv4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a0472a;
  overflow: hidden;
}
.cid-uFtRKhrhv4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFtRKhrhv4 .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-uFtRKhrhv4 .container {
    padding: 0 22px;
  }
}
.cid-uFtRKhrhv4 .card {
  justify-content: center;
}
.cid-uFtRKhrhv4 .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uFtRKhrhv4 .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uFtRKhrhv4 .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uFtRKhrhv4 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFtRKhrhv4 .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uFtRKhrhv4 .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #ffffff;
}
@media (max-width: 1440px) {
  .cid-uFtRKhrhv4 .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uFtRKhrhv4 .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uFtRKhrhv4 .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uFtRKhrhv4 .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-uFtRKhrhv4 .mbr-section-title {
  color: #ffffff;
}
.cid-uFtRKhrhv4 .mbr-text {
  color: #ffffff;
}
.cid-uFtRKiwHvD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFtRKiwHvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFtRKiwHvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFtRKiwHvD .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uFtRKiwHvD .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFtRKiwHvD .container {
    padding: 0 16px;
  }
}
.cid-uFtRKiwHvD .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uFtRKiwHvD .row {
    margin: 0 10px;
  }
}
.cid-uFtRKiwHvD .row .card {
  position: relative;
  padding: 0;
}
.cid-uFtRKiwHvD .row .card .decor-wrapper {
  position: absolute;
  top: -23rem;
  left: -11rem;
  width: 2000px;
  height: 500px;
  border-left: 40px solid #a0472a;
  border-radius: 0;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-uFtRKiwHvD .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uFtRKiwHvD .row .card .decor-wrapper {
    display: none;
  }
}
.cid-uFtRKiwHvD .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #192227;
  color: #fdfcfc;
  border-radius: 100%;
  border: 5px solid #a0472a;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-uFtRKiwHvD .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-uFtRKiwHvD .row .card .icon-decor {
    display: none;
  }
}
.cid-uFtRKiwHvD .title-wrapper {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uFtRKiwHvD .title-wrapper {
    width: 100%;
  }
}
.cid-uFtRKiwHvD .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFtRKiwHvD .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uFtRKiwHvD .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFtRKiwHvD .mbr-section-title {
  color: #000000;
}
.cid-uFtRKiwHvD .mbr-text {
  color: #000000;
}
.cid-uFtRKjE1jr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #a0472a;
}
.cid-uFtRKjE1jr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFtRKjE1jr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFtRKjE1jr .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFtRKjE1jr .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFtRKjE1jr .content-wrapper {
    padding: 0;
    display: block;
  }
}
.cid-uFtRKjE1jr .content-wrapper .card-wrapper {
  display: flex;
  border: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uFtRKjE1jr .content-wrapper .card-wrapper {
    display: block;
  }
}
.cid-uFtRKjE1jr .content-wrapper .card-wrapper .title-wrapper {
  padding: 108px;
  width: 55%;
}
@media (max-width: 1440px) {
  .cid-uFtRKjE1jr .content-wrapper .card-wrapper .title-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFtRKjE1jr .content-wrapper .card-wrapper .title-wrapper {
    padding: 20px;
    width: 100%;
  }
}
.cid-uFtRKjE1jr .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFtRKjE1jr .content-wrapper .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uFtRKjE1jr .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  border-left: 2px solid #ffffff;
  border-left: none;
  border-right: 2px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-uFtRKjE1jr .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uFtRKjE1jr .embla__slide {
    border-left: none;
    border-top: 2px solid #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-uFtRKjE1jr .embla__slide {
    border-right: none;
    border-top: 2px solid #ffffff;
  }
}
.cid-uFtRKjE1jr .embla__slide .slide-content {
  width: 100%;
}
.cid-uFtRKjE1jr .embla__slide .slide-content .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 32px;
  height: 100%;
  background-color: #94513c;
}
@media (max-width: 992px) {
  .cid-uFtRKjE1jr .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-uFtRKjE1jr .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.cid-uFtRKjE1jr .embla__slide .slide-content .item-wrapper .item-img img {
  height: 416px;
  width: 50%;
  display: inline-block;
  object-fit: cover;
  border: 2px solid #2c2625;
  box-shadow: -10px 10px 0 #2c2625;
}
@media (max-width: 992px) {
  .cid-uFtRKjE1jr .embla__slide .slide-content .item-wrapper .item-img img {
    width: 100%;
    height: 350px;
    box-shadow: -5px 5px 0 #2c2625;
  }
}
.cid-uFtRKjE1jr .embla__slide .slide-content .item-wrapper .item-content {
  display: inline-flex;
  flex-direction: column;
  width: 65%;
  position: relative;
  z-index: 1;
  padding: 42px;
  border: 2px solid #2c2625;
  box-shadow: -10px 10px 0 #2c2625;
  background-color: #ffffff;
  margin-top: -8rem;
}
@media (max-width: 992px) {
  .cid-uFtRKjE1jr .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
    padding: 20px;
    box-shadow: -5px 5px 0 #2c2625;
    margin-top: 32px;
  }
}
.cid-uFtRKjE1jr .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uFtRKjE1jr .embla__slide .slide-content .item-wrapper .item-content .item-date {
  margin-bottom: 0;
}
.cid-uFtRKjE1jr .embla__button--next,
.cid-uFtRKjE1jr .embla__button--prev {
  display: flex;
}
.cid-uFtRKjE1jr .embla__button {
  bottom: 2rem;
  width: 56px;
  height: 56px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #ffffff !important;
  color: #2c2625 !important;
  border: 2px solid #2c2625 !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  box-shadow: -6px 6px 0 #2c2625;
  display: none;
}
@media (max-width: 767px) {
  .cid-uFtRKjE1jr .embla__button {
    bottom: 1rem;
  }
}
.cid-uFtRKjE1jr .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uFtRKjE1jr .embla__button:hover {
  background-color: #2c2625 !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.cid-uFtRKjE1jr .embla__button.embla__button--prev {
  left: 108px;
}
@media (max-width: 1440px) {
  .cid-uFtRKjE1jr .embla__button.embla__button--prev {
    left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFtRKjE1jr .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uFtRKjE1jr .embla__button.embla__button--next {
  right: 108px;
}
@media (max-width: 1440px) {
  .cid-uFtRKjE1jr .embla__button.embla__button--next {
    right: 64px;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  .cid-uFtRKjE1jr .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uFtRKjE1jr .embla {
  position: relative;
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uFtRKjE1jr .embla {
    width: 100%;
  }
}
.cid-uFtRKjE1jr .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uFtRKjE1jr .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uFtRKjE1jr .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uFtRKjE1jr .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uFtRKjE1jr .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uFtRKjE1jr .mbr-section-title {
  color: #ffffff;
}
.cid-uFtRKjE1jr .mbr-text {
  color: #ffffff;
}
.cid-uFtRKjE1jr .item-text {
  color: #2C2625;
}
.cid-uFtRKjE1jr .item-date {
  color: #2C2625;
}
.cid-uFtRKlrG2M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uFtRKlrG2M .container {
    padding: 0 24px;
  }
}
.cid-uFtRKlrG2M .card {
  justify-content: center;
}
.cid-uFtRKlrG2M .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uFtRKlrG2M .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uFtRKlrG2M .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFtRKlrG2M .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uFtRKlrG2M .text-wrapper {
  border-top: 1px solid #72716b;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uFtRKlrG2M .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uFtRKlrG2M .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uFtRKlrG2M .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uFtRKlrG2M .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uFtRKlrG2M .mbr-section-title {
  color: #F9F6E0;
}
.cid-uFtRKlrG2M .mbr-desc {
  color: #F9F6E0;
}
.cid-uFtRKlrG2M .mbr-text {
  color: #000000;
}
.cid-uFtRKlrG2M .mbr-section-btn {
  text-align: right;
}
.cid-uFtRKlrG2M .mbr-section-title,
.cid-uFtRKlrG2M .mbr-section-btn {
  color: #000000;
}
.cid-uFtRKmMk0z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #a0472a;
}
.cid-uFtRKmMk0z .decor-wrap_1 {
  position: absolute;
  top: 15%;
  left: -6rem;
  width: 423px;
  height: 423px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #ffffff 0, #b7735e 43%, #a0472a 100%);
}
.cid-uFtRKmMk0z .decor-wrap_2 {
  position: absolute;
  top: 25%;
  right: 1%;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #ffffff 0, #b7735e 43%, #a0472a 100%);
}
.cid-uFtRKmMk0z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFtRKmMk0z .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-uFtRKmMk0z .container {
    padding: 0 30px;
  }
}
.cid-uFtRKmMk0z .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uFtRKmMk0z .desc-wrapper .mbr-desc {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uFtRKmMk0z .desc-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uFtRKmMk0z .text-wrapper .mbr-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uFtRKmMk0z .text-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uFtRKmMk0z .items-wrapper .item {
  margin-bottom: 40px;
}
.cid-uFtRKmMk0z .items-wrapper .item:nth-child(2n) {
  padding-top: 50px;
}
@media (max-width: 992px) {
  .cid-uFtRKmMk0z .items-wrapper .item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-uFtRKmMk0z .items-wrapper .item:nth-child(3n) {
  padding-top: 100px;
}
@media (max-width: 992px) {
  .cid-uFtRKmMk0z .items-wrapper .item:nth-child(3n) {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFtRKmMk0z .items-wrapper .item {
    margin-bottom: 40px;
  }
}
.cid-uFtRKmMk0z .items-wrapper .item .item-wrapper {
  background-color: #ffffff;
  border-radius: 0 !important;
}
.cid-uFtRKmMk0z .items-wrapper .item .item-wrapper .item-img {
  padding: 50px 40px 0 0;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uFtRKmMk0z .items-wrapper .item .item-wrapper .item-img {
    padding: 40px 30px 0 0;
  }
}
.cid-uFtRKmMk0z .items-wrapper .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
}
.cid-uFtRKmMk0z .items-wrapper .item .item-wrapper .item-content {
  padding: 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-uFtRKmMk0z .items-wrapper .item .item-wrapper .item-content {
    padding: 0 30px 50px;
  }
}
.cid-uFtRKmMk0z .items-wrapper .item .item-wrapper .item-content .item-number {
  margin-bottom: 10px;
}
.cid-uFtRKmMk0z .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 30px;
}
.cid-uFtRKmMk0z .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 35px;
}
.cid-uFtRKmMk0z .mbr-desc {
  color: #c7fcb5;
}
.cid-uFtRKmMk0z .mbr-text {
  color: #c7fcb5;
}
.cid-uFtRKmMk0z .item-number {
  color: #144031;
}
.cid-uFtRKmMk0z .item-title {
  color: #144031;
}
.cid-uFtRKmMk0z .item-text {
  color: #144031;
}
.cid-uFtRKmMk0z .item-title,
.cid-uFtRKmMk0z .mbr-section-btn {
  color: #000000;
}
.cid-uFtRKouPST {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uFtRKouPST .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFtRKouPST .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uFtRKouPST .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFtRKouPST h1 {
  max-width: 800px;
}
.cid-uFtRKouPST p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uFtRKouPST .btn:hover {
  transform: scale(1.1);
  background: #2c2625 !important;
  border-color: #2c2625 !important;
  color: #8bdfdd !important;
}
.cid-uFtRKouPST .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uFtRKouPST .btn div {
  overflow: hidden;
}
.cid-uFtRKouPST .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uFtRKouPST {
    align-items: center;
  }
  .cid-uFtRKouPST .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uFtRKouPST .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uFtRKouPST {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uFtRKouPST .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uFtRKouPST .content-wrap {
    width: 100%;
  }
}
.cid-uFtRKouPST .mbr-section-subtitle,
.cid-uFtRKouPST .line {
  color: #000000;
}
.cid-uFtRKouPST .mbr-text,
.cid-uFtRKouPST .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uFtRKouPST .mbr-section-title {
  color: #291f1e;
}
.cid-uFtRKpHjPg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #a0472a;
}
.cid-uFtRKpHjPg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFtRKpHjPg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFtRKpHjPg .content-wrapper {
  padding: 0 75px 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFtRKpHjPg .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFtRKpHjPg .content-wrapper {
    padding: 0;
  }
}
.cid-uFtRKpHjPg .content-wrapper .mbr-label {
  margin-bottom: 110px;
}
@media (max-width: 992px) {
  .cid-uFtRKpHjPg .content-wrapper .mbr-label {
    margin-bottom: 32px;
  }
}
.cid-uFtRKpHjPg .content-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
}
@media (max-width: 992px) {
  .cid-uFtRKpHjPg .content-wrapper .nav.nav-tabs {
    margin-bottom: 32px;
  }
}
.cid-uFtRKpHjPg .content-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-top: 0;
}
.cid-uFtRKpHjPg .content-wrapper .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-uFtRKpHjPg .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #ffffff;
  padding: 20px 0;
  border: none;
  border-bottom: 2px solid #ffffff;
  box-shadow: none;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uFtRKpHjPg .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  padding-left: 20px;
}
.cid-uFtRKpHjPg .tab-content {
  padding: 0 108px 0 75px;
}
@media (max-width: 1440px) {
  .cid-uFtRKpHjPg .tab-content {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFtRKpHjPg .tab-content {
    padding: 0;
  }
}
.cid-uFtRKpHjPg .tab-content .tab-pane .content-wrap .image-wrap img {
  height: 780px;
  object-fit: cover;
  border: 2px solid #2c2625;
  box-shadow: -10px 10px 0 0 #2c2625;
}
@media (max-width: 992px) {
  .cid-uFtRKpHjPg .tab-content .tab-pane .content-wrap .image-wrap img {
    box-shadow: -5px 5px 0 0 #2c2625;
    height: 350px;
  }
}
.cid-uFtRKpHjPg .button-wrap {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFtRKpHjPg .button-wrap {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFtRKpHjPg .button-wrap {
    padding: 0;
  }
}
.cid-uFtRKpHjPg .button-wrap .mbr-section-btn {
  margin-top: 110px;
}
@media (max-width: 992px) {
  .cid-uFtRKpHjPg .button-wrap .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uFtRKpHjPg .mbr-section-title {
  color: #2C2625;
}
.cid-uFtRKpHjPg .mbr-section-btn {
  text-align: center;
}
.cid-uFtRKpHjPg .mbr-label,
.cid-uFtRKpHjPg .mbr-section-btn {
  color: #ffffff;
}
.cid-uFtRKrtUy5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFtRKrtUy5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFtRKrtUy5 .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-uFtRKrtUy5 .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uFtRKrtUy5 .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFtRKrtUy5 .image-wrapper img {
  height: 460px;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uFtRKrtUy5 .image-wrapper img {
    height: 300px;
  }
}
.cid-uFtRKrtUy5 .card-wrapper {
  margin-top: 15%;
  padding-top: 120px;
  background-color: #a0472a;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-uFtRKrtUy5 .card-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .cid-uFtRKrtUy5 .card-wrapper {
    margin-top: 0;
    padding-top: 20px;
  }
}
.cid-uFtRKrtUy5 .card-wrapper .mbr-section-title {
  padding: 0 100px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uFtRKrtUy5 .card-wrapper .mbr-section-title {
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
.cid-uFtRKrtUy5 .card-wrapper .mbr-text {
  padding: 0 100px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uFtRKrtUy5 .card-wrapper .mbr-text {
    padding: 0 20px;
  }
}
.cid-uFtRKrtUy5 .card-wrapper .icon-wrapper {
  padding: 0 20px 20px;
}
.cid-uFtRKrtUy5 .card-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  background-color: #ffffff;
  color: #08323c;
  font-size: 20px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-uFtRKrtUy5 .card-wrapper .icon-wrapper {
    display: none;
  }
}
.cid-uFtRKrtUy5 .mbr-section-title {
  color: #ffffff;
}
.cid-uFtRKrtUy5 .mbr-text {
  color: #ffffff;
}
.cid-uFtRKrtUy5 .icon-wrapper {
  text-align: right;
}
.cid-uFuZQmsSOo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFuZQmsSOo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFuZQmsSOo .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-uFuZQmsSOo .container {
    padding: 0 20px;
  }
}
.cid-uFuZQmsSOo .row {
  margin: 0;
}
.cid-uFuZQmsSOo .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uFuZQmsSOo .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFuZQmsSOo .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uFuZQmsSOo .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uFuZQmsSOo .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uFuZQmsSOo .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uFuZQmsSOo .mbr-section-title {
  color: #000000;
}
.cid-uFtRKtdNDL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #94513c;
}
.cid-uFtRKtdNDL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFtRKtdNDL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFtRKtdNDL .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uFtRKtdNDL .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFtRKtdNDL .container {
    padding: 0 16px;
  }
}
.cid-uFtRKtdNDL .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uFtRKtdNDL .row {
    margin: 0 10px;
  }
}
.cid-uFtRKtdNDL .row .card {
  padding: 0;
}
.cid-uFtRKtdNDL .row .card:first-child {
  padding-right: 10px;
}
@media (max-width: 992px) {
  .cid-uFtRKtdNDL .row .card:first-child {
    padding: 0;
  }
}
.cid-uFtRKtdNDL .title-wrapper {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #a0472a;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uFtRKtdNDL .title-wrapper {
    padding: 20px;
    height: auto;
    margin-bottom: 10px;
  }
}
.cid-uFtRKtdNDL .title-wrapper .icon-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFtRKtdNDL .title-wrapper .icon-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uFtRKtdNDL .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background-color: #b7735e;
  color: #f9a600;
  border-radius: 50%;
}
.cid-uFtRKtdNDL .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFtRKtdNDL .title-wrapper .title-wrap .mbr-desc {
  margin: 10px 0 0;
}
.cid-uFtRKtdNDL .content-wrapper {
  border: 1px solid #fdfcfc;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFtRKtdNDL .content-wrapper {
    padding: 20px;
  }
}
.cid-uFtRKtdNDL .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uFtRKtdNDL .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uFtRKtdNDL .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uFtRKtdNDL .mbr-section-title {
  color: #192227;
}
.cid-uFtRKtdNDL .mbr-desc {
  color: #192227;
}
.cid-uFtRKtdNDL .mbr-text {
  color: #fdfcfc;
}
.cid-uFtRKtdNDL .mbr-section-title,
.cid-uFtRKtdNDL .icon-wrapper {
  color: #ffffff;
}
.cid-uFtRKuJ6Vh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFtRKuJ6Vh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFtRKuJ6Vh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFtRKuJ6Vh .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uFtRKuJ6Vh .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uFtRKuJ6Vh .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uFtRKuJ6Vh .container {
    padding: 0 16px;
  }
}
.cid-uFtRKuJ6Vh .row {
  justify-content: space-between;
}
.cid-uFtRKuJ6Vh .title-wrapper {
  position: sticky;
}
.cid-uFtRKuJ6Vh .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uFtRKuJ6Vh .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uFtRKuJ6Vh .panel-group .card {
  border-bottom: none;
  background-image: linear-gradient(135deg, #ffd8cc, #a0472a 34%, #ffffff 67%, #e26a69) !important;
  border-radius: 2em !important;
  padding: 5px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uFtRKuJ6Vh .panel-group .card {
    margin-bottom: 24px;
  }
}
.cid-uFtRKuJ6Vh .panel-group .card .card-wrap {
  border-radius: 1.9em !important;
  background-color: #a0472a;
  padding: 36px;
}
@media (max-width: 992px) {
  .cid-uFtRKuJ6Vh .panel-group .card .card-wrap {
    padding: 16px;
  }
}
.cid-uFtRKuJ6Vh .panel-group .card .card-wrap .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uFtRKuJ6Vh .panel-group .card .card-wrap .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFtRKuJ6Vh .panel-group .card .card-wrap .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uFtRKuJ6Vh .panel-group .card .card-wrap .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFtRKuJ6Vh .panel-group .card .card-wrap .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  min-width: 54px;
  font-size: 26px;
  color: #080808;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-image: linear-gradient(135deg, #ffd8cc, #a0472a 34%, #ffffff 67%, #e26a69);
  border-radius: 50%;
}
.cid-uFtRKuJ6Vh .panel-group .card .card-wrap .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-uFtRKuJ6Vh .panel-group .card .card-wrap .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFtRKuJ6Vh .mbr-section-title {
  color: #080808;
}
.cid-uFtRKuJ6Vh .panel-title-edit {
  color: #ffffff;
}
.cid-uFtRKuJ6Vh .panel-text {
  color: #ffffff;
}
.cid-uFtRKwoyww {
  padding-top: 0rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #ffffff;
}
.cid-uFtRKwoyww .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFtRKwoyww .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFtRKwoyww .content-wrapper {
  position: relative;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFtRKwoyww .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFtRKwoyww .content-wrapper {
    padding: 0;
  }
}
.cid-uFtRKwoyww .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFtRKwoyww .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFtRKwoyww .content-wrapper .google-map iframe {
  height: 700px;
  border: 2px solid #ffffff !important;
  box-shadow: -10px 10px 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uFtRKwoyww .content-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uFtRKwoyww .content-wrapper .google-map iframe {
    box-shadow: -5px 5px 0 #ffffff;
  }
}
.cid-uFtRKwoyww .mbr-section-title {
  color: #ffffff;
}
.cid-uFtRKwoyww .mbr-section-title,
.cid-uFtRKwoyww .mbr-section-btn {
  color: #000000;
}
.cid-uFtRKxTX7i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/choose-the-right-chiropractor-2000x1126.jpg");
}
.cid-uFtRKxTX7i .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #f2430d;
}
.cid-uFtRKxTX7i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFtRKxTX7i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFtRKxTX7i .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uFtRKxTX7i .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uFtRKxTX7i .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #f2430d;
}
@media (max-width: 992px) {
  .cid-uFtRKxTX7i .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #f2430d;
  }
}
@media (max-width: 1640px) {
  .cid-uFtRKxTX7i .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFtRKxTX7i .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uFtRKxTX7i .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uFtRKxTX7i .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uFtRKxTX7i .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFtRKxTX7i .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uFtRKxTX7i .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .cid-uFtRKxTX7i .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFtRKxTX7i .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uFtRKxTX7i .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uFtRKxTX7i .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uFtRKxTX7i .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uFtRKxTX7i .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uFtRKxTX7i .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFtRKxTX7i .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uFtRKxTX7i .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uFtRKxTX7i .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uFtRKxTX7i .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFtRKxTX7i .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uFtRKxTX7i .mbr-section-title {
  color: #150764;
}
.cid-uFtRKxTX7i .mbr-desc {
  color: #150764;
}
.cid-uFtRKxTX7i .list {
  color: #150764;
}
.cid-uFuObpfRso .navbar-dropdown {
  position: relative !important;
}
.cid-uFuObpfRso .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uFuObpfRso .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFuObpfRso .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uFuObpfRso .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-uFuObpfRso .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFuObpfRso .dropdown-item {
  border: 2px solid #ffffff;
  background: #a0472a !important;
  color: #8bdfdd !important;
}
.cid-uFuObpfRso .dropdown-item:hover,
.cid-uFuObpfRso .dropdown-item:focus {
  background: #a0472a !important;
  color: #8bdfdd !important;
}
.cid-uFuObpfRso .dropdown-item:hover span {
  color: white;
}
.cid-uFuObpfRso .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFuObpfRso .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFuObpfRso .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFuObpfRso .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFuObpfRso .nav-link {
  position: relative;
}
.cid-uFuObpfRso .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uFuObpfRso .container {
    flex-wrap: nowrap;
  }
}
.cid-uFuObpfRso .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uFuObpfRso .iconfont-wrapper:hover {
  color: #ffd876 !important;
}
.cid-uFuObpfRso .dropdown-menu,
.cid-uFuObpfRso .navbar.opened {
  background: #a0472a !important;
}
.cid-uFuObpfRso .nav-item:focus,
.cid-uFuObpfRso .nav-link:focus {
  outline: none;
}
.cid-uFuObpfRso .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFuObpfRso .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uFuObpfRso .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFuObpfRso .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFuObpfRso .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFuObpfRso .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFuObpfRso .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #a0472a;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFuObpfRso .navbar.opened {
  transition: all 0.3s;
}
.cid-uFuObpfRso .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0;
}
.cid-uFuObpfRso .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uFuObpfRso .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFuObpfRso .navbar.collapsed {
  justify-content: center;
}
.cid-uFuObpfRso .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFuObpfRso .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFuObpfRso .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uFuObpfRso .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFuObpfRso .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFuObpfRso .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-uFuObpfRso .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFuObpfRso .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFuObpfRso .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFuObpfRso .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFuObpfRso .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFuObpfRso .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFuObpfRso .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFuObpfRso .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-uFuObpfRso .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFuObpfRso .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFuObpfRso .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFuObpfRso .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uFuObpfRso .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFuObpfRso .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFuObpfRso .navbar.navbar-short {
  min-height: 96px;
}
.cid-uFuObpfRso .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uFuObpfRso .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uFuObpfRso .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uFuObpfRso .navbar-brand .navbar-caption:hover,
.cid-uFuObpfRso .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uFuObpfRso .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFuObpfRso .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uFuObpfRso .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uFuObpfRso .dropdown-item.active,
.cid-uFuObpfRso .dropdown-item:active {
  background-color: transparent;
}
.cid-uFuObpfRso .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFuObpfRso .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFuObpfRso .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFuObpfRso .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a0472a;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-uFuObpfRso .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uFuObpfRso .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uFuObpfRso .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFuObpfRso ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uFuObpfRso ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid #ffffff;
  }
}
.cid-uFuObpfRso .navbar-buttons {
  text-align: center;
}
.cid-uFuObpfRso .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 22px 32px;
  min-height: auto;
}
.cid-uFuObpfRso .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uFuObpfRso .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uFuObpfRso button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #a0472a !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFuObpfRso button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFuObpfRso button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uFuObpfRso button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFuObpfRso button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFuObpfRso button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uFuObpfRso nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFuObpfRso nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFuObpfRso nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFuObpfRso nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFuObpfRso .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFuObpfRso a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFuObpfRso .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFuObpfRso .navbar {
    height: 70px;
  }
  .cid-uFuObpfRso .navbar.opened {
    height: auto;
  }
  .cid-uFuObpfRso .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFuObpfRso .navbar-nav {
  margin: 0 auto;
}
.cid-uFuObpfRso .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uFuObpfRso .nav-item .nav-link {
  padding: 24px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uFuObpfRso .nav-item .nav-link::after {
  color: #ffd876 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uFuObpfRso .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffd876 !important;
}
.cid-uFuObpfRso .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uFuObpfRso .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uFuObpfRso .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uFuObpfRso .nav-item .dropdown-menu .dropdown-item {
  color: #8bdfdd !important;
}
.cid-uFuObpfRso .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffd876 !important;
}
@media (max-width: 991px) {
  .cid-uFuObpfRso .navbar {
    justify-content: flex-start !important;
  }
  .cid-uFuObpfRso .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uFuObpfRso .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uFuObpfRso .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uFuObpfRso .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uFuObpfRso .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uFuObpfRso .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uFuObpfRso .content-wrap {
  min-height: 130px;
}
.cid-uFuObqcSoM {
  position: relative;
  background-color: #eeeef7;
}
.cid-uFuObqcSoM .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-uFuObqcSoM .image-wrap img {
    padding: 12px 0;
  }
}
.cid-uFuObqcSoM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFuObqcSoM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFuObqcSoM .content-wrap {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.cid-uFuObqcSoM .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 96px;
  border: 3px solid #ffffff;
  overflow: hidden;
  margin-right: 36px;
}
@media (max-width: 1440px) {
  .cid-uFuObqcSoM .content-wrapper {
    padding: 48px;
    margin-right: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uFuObqcSoM .content-wrapper {
    padding: 26px 22px;
    margin: 0;
  }
}
.cid-uFuObqcSoM .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b7735e;
  opacity: 0.8;
  pointer-events: none;
}
.cid-uFuObqcSoM .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 2;
  margin-bottom: 32px;
}
.cid-uFuObqcSoM .content-wrapper .mbr-text {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uFuObqcSoM .content-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFuObqcSoM .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 2;
}
.cid-uFuObqcSoM .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uFuObqcSoM .content-wrapper .social-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-uFuObqcSoM .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uFuObqcSoM .content-wrapper .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border: 1px solid #eeeef7;
  border-radius: 100%;
  margin: 12px 0 0 12px;
}
.cid-uFuObqcSoM .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFuObqcSoM .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #baace7;
  color: #eeeef7;
}
.cid-uFuObqcSoM .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #191c25;
  background-color: #cfef54;
  font-size: 22px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uFuObqcSoM .mbr-section-title {
  color: #191c25;
}
.cid-uFuObqcSoM .mbr-text,
.cid-uFuObqcSoM .text-wrapper {
  color: #191c25;
  text-align: right;
}
.cid-uFuObqcSoM .mbr-section-title,
.cid-uFuObqcSoM .mbr-section-btn,
.cid-uFuObqcSoM .social-wrapper {
  text-align: right;
  color: #000000;
}
.cid-uFuObqcSoM .mbr-text {
  color: #000000;
}
.cid-uFuObrcQXb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFuObrcQXb .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uFuObrcQXb .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uFuObrcQXb .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #94513c;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uFuObrcQXb .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uFuObrcQXb .mbr-text {
  color: #000000;
}
.cid-uFuObrVC6s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b7735e;
}
.cid-uFuObrVC6s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFuObrVC6s .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-uFuObrVC6s .container {
    padding: 0 16px;
  }
}
.cid-uFuObrVC6s .card {
  position: relative;
  justify-content: center;
}
.cid-uFuObrVC6s .card .text-wrapper {
  padding: 100px 100px 100px 200px;
  background-color: #94513c;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-uFuObrVC6s .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
.cid-uFuObrVC6s .card .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uFuObrVC6s .card .text-wrapper .text-wrap {
  display: flex;
}
.cid-uFuObrVC6s .card .text-wrapper .text-wrap .icon-wrapper {
  margin-right: 20px;
}
.cid-uFuObrVC6s .card .text-wrapper .text-wrap .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #d4fe00;
}
.cid-uFuObrVC6s .card .text-wrapper .text-wrap .text-content {
  width: 100%;
}
.cid-uFuObrVC6s .card .text-wrapper .text-wrap .text-content .mbr-name {
  margin-bottom: 10px;
}
.cid-uFuObrVC6s .card .text-wrapper .text-wrap .text-content .mbr-desc {
  margin-bottom: 0;
}
.cid-uFuObrVC6s .card .image_1 {
  position: absolute;
  left: -90px;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uFuObrVC6s .card .image_1 {
    position: static;
    margin: 0 auto -50px;
  }
}
.cid-uFuObrVC6s .mbr-text {
  color: #ffffff;
}
.cid-uFuObrVC6s .mbr-name {
  color: #ffffff;
}
.cid-uFuObrVC6s .mbr-desc {
  color: #dce2e3;
}
.cid-uFuObsNMr6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #ffffff;
}
.cid-uFuObsNMr6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFuObsNMr6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFuObsNMr6 .card {
  justify-content: center;
}
.cid-uFuObsNMr6 .content-wrapper {
  padding: 0 75px 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFuObsNMr6 .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFuObsNMr6 .content-wrapper {
    padding: 0;
  }
}
.cid-uFuObsNMr6 .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFuObsNMr6 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFuObsNMr6 .button-wrap {
  padding: 0 108px 0 75px;
  margin-bottom: 64px;
}
@media (max-width: 1440px) {
  .cid-uFuObsNMr6 .button-wrap {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFuObsNMr6 .button-wrap {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uFuObsNMr6 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 64px 108px;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFuObsNMr6 .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFuObsNMr6 .items-wrapper {
    padding: 0;
    display: block;
  }
}
.cid-uFuObsNMr6 .items-wrapper .item {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uFuObsNMr6 .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-uFuObsNMr6 .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-uFuObsNMr6 .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uFuObsNMr6 .items-wrapper .item .item-wrapper {
  transition: all .3s ease;
  height: 100%;
}
.cid-uFuObsNMr6 .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 64px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uFuObsNMr6 .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 52px;
  }
}
.cid-uFuObsNMr6 .items-wrapper .item .item-wrapper .item-img .image-wrapper {
  overflow: hidden;
  border: 2px solid #ffffff;
}
.cid-uFuObsNMr6 .items-wrapper .item .item-wrapper .item-img .image-wrapper img {
  height: 315px;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-uFuObsNMr6 .items-wrapper .item .item-wrapper .item-img .icon-wrapper {
  position: absolute;
  bottom: -1.5rem;
  left: -3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 94px;
  height: 94px;
  border: 2px solid #ffffff;
  box-shadow: -10px 10px 0 0 #ffffff;
  background-color: #2c2625;
}
@media (max-width: 1440px) {
  .cid-uFuObsNMr6 .items-wrapper .item .item-wrapper .item-img .icon-wrapper {
    left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFuObsNMr6 .items-wrapper .item .item-wrapper .item-img .icon-wrapper {
    box-shadow: -5px 5px 0 0 #ffffff;
  }
}
.cid-uFuObsNMr6 .items-wrapper .item .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 45px;
}
.cid-uFuObsNMr6 .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uFuObsNMr6 .items-wrapper .item .item-wrapper .card-box .tag-wrapper {
  margin-bottom: 20px;
}
.cid-uFuObsNMr6 .items-wrapper .item .item-wrapper .card-box .tag-wrapper .item-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #ffffff;
}
.cid-uFuObsNMr6 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn-item .btn {
  margin-left: 0;
}
.cid-uFuObsNMr6 .mbr-section-btn {
  text-align: right;
}
.cid-uFuObsNMr6 .mbr-section-title {
  color: #ffffff;
}
.cid-uFuObsNMr6 .item-title {
  color: #ffffff;
}
.cid-uFuObsNMr6 .item-tag {
  color: #ffffff;
}
.cid-uFuObsNMr6 .item-text {
  color: #ffffff;
}
.cid-uFuObsNMr6 .item-tag,
.cid-uFuObsNMr6 .tag-wrapper {
  text-align: center;
}
.cid-uFuObsNMr6 .item-title,
.cid-uFuObsNMr6 .mbr-section-btn-item {
  text-align: center;
  color: #000000;
}
.cid-uFuObu3GZD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a0472a;
  overflow: hidden;
}
.cid-uFuObu3GZD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFuObu3GZD .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-uFuObu3GZD .container {
    padding: 0 22px;
  }
}
.cid-uFuObu3GZD .card {
  justify-content: center;
}
.cid-uFuObu3GZD .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uFuObu3GZD .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uFuObu3GZD .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uFuObu3GZD .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFuObu3GZD .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uFuObu3GZD .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #ffffff;
}
@media (max-width: 1440px) {
  .cid-uFuObu3GZD .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uFuObu3GZD .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uFuObu3GZD .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uFuObu3GZD .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-uFuObu3GZD .mbr-section-title {
  color: #ffffff;
}
.cid-uFuObu3GZD .mbr-text {
  color: #ffffff;
}
.cid-uFuObv0srD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFuObv0srD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFuObv0srD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFuObv0srD .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uFuObv0srD .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFuObv0srD .container {
    padding: 0 16px;
  }
}
.cid-uFuObv0srD .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uFuObv0srD .row {
    margin: 0 10px;
  }
}
.cid-uFuObv0srD .row .card {
  position: relative;
  padding: 0;
}
.cid-uFuObv0srD .row .card .decor-wrapper {
  position: absolute;
  top: -23rem;
  left: -11rem;
  width: 2000px;
  height: 500px;
  border-left: 40px solid #a0472a;
  border-radius: 0;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-uFuObv0srD .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uFuObv0srD .row .card .decor-wrapper {
    display: none;
  }
}
.cid-uFuObv0srD .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #192227;
  color: #fdfcfc;
  border-radius: 100%;
  border: 5px solid #a0472a;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-uFuObv0srD .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-uFuObv0srD .row .card .icon-decor {
    display: none;
  }
}
.cid-uFuObv0srD .title-wrapper {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uFuObv0srD .title-wrapper {
    width: 100%;
  }
}
.cid-uFuObv0srD .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFuObv0srD .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uFuObv0srD .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFuObv0srD .mbr-section-title {
  color: #000000;
}
.cid-uFuObv0srD .mbr-text {
  color: #000000;
}
.cid-uFuObw6SFq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #a0472a;
}
.cid-uFuObw6SFq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFuObw6SFq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFuObw6SFq .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFuObw6SFq .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFuObw6SFq .content-wrapper {
    padding: 0;
    display: block;
  }
}
.cid-uFuObw6SFq .content-wrapper .card-wrapper {
  display: flex;
  border: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uFuObw6SFq .content-wrapper .card-wrapper {
    display: block;
  }
}
.cid-uFuObw6SFq .content-wrapper .card-wrapper .title-wrapper {
  padding: 108px;
  width: 55%;
}
@media (max-width: 1440px) {
  .cid-uFuObw6SFq .content-wrapper .card-wrapper .title-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFuObw6SFq .content-wrapper .card-wrapper .title-wrapper {
    padding: 20px;
    width: 100%;
  }
}
.cid-uFuObw6SFq .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFuObw6SFq .content-wrapper .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uFuObw6SFq .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  border-left: 2px solid #ffffff;
  border-left: none;
  border-right: 2px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-uFuObw6SFq .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uFuObw6SFq .embla__slide {
    border-left: none;
    border-top: 2px solid #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-uFuObw6SFq .embla__slide {
    border-right: none;
    border-top: 2px solid #ffffff;
  }
}
.cid-uFuObw6SFq .embla__slide .slide-content {
  width: 100%;
}
.cid-uFuObw6SFq .embla__slide .slide-content .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 32px;
  height: 100%;
  background-color: #94513c;
}
@media (max-width: 992px) {
  .cid-uFuObw6SFq .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-uFuObw6SFq .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.cid-uFuObw6SFq .embla__slide .slide-content .item-wrapper .item-img img {
  height: 416px;
  width: 50%;
  display: inline-block;
  object-fit: cover;
  border: 2px solid #2c2625;
  box-shadow: -10px 10px 0 #2c2625;
}
@media (max-width: 992px) {
  .cid-uFuObw6SFq .embla__slide .slide-content .item-wrapper .item-img img {
    width: 100%;
    height: 350px;
    box-shadow: -5px 5px 0 #2c2625;
  }
}
.cid-uFuObw6SFq .embla__slide .slide-content .item-wrapper .item-content {
  display: inline-flex;
  flex-direction: column;
  width: 65%;
  position: relative;
  z-index: 1;
  padding: 42px;
  border: 2px solid #2c2625;
  box-shadow: -10px 10px 0 #2c2625;
  background-color: #ffffff;
  margin-top: -8rem;
}
@media (max-width: 992px) {
  .cid-uFuObw6SFq .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
    padding: 20px;
    box-shadow: -5px 5px 0 #2c2625;
    margin-top: 32px;
  }
}
.cid-uFuObw6SFq .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uFuObw6SFq .embla__slide .slide-content .item-wrapper .item-content .item-date {
  margin-bottom: 0;
}
.cid-uFuObw6SFq .embla__button--next,
.cid-uFuObw6SFq .embla__button--prev {
  display: flex;
}
.cid-uFuObw6SFq .embla__button {
  bottom: 2rem;
  width: 56px;
  height: 56px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #ffffff !important;
  color: #2c2625 !important;
  border: 2px solid #2c2625 !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  box-shadow: -6px 6px 0 #2c2625;
  display: none;
}
@media (max-width: 767px) {
  .cid-uFuObw6SFq .embla__button {
    bottom: 1rem;
  }
}
.cid-uFuObw6SFq .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uFuObw6SFq .embla__button:hover {
  background-color: #2c2625 !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.cid-uFuObw6SFq .embla__button.embla__button--prev {
  left: 108px;
}
@media (max-width: 1440px) {
  .cid-uFuObw6SFq .embla__button.embla__button--prev {
    left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFuObw6SFq .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uFuObw6SFq .embla__button.embla__button--next {
  right: 108px;
}
@media (max-width: 1440px) {
  .cid-uFuObw6SFq .embla__button.embla__button--next {
    right: 64px;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  .cid-uFuObw6SFq .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uFuObw6SFq .embla {
  position: relative;
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uFuObw6SFq .embla {
    width: 100%;
  }
}
.cid-uFuObw6SFq .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uFuObw6SFq .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uFuObw6SFq .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uFuObw6SFq .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uFuObw6SFq .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uFuObw6SFq .mbr-section-title {
  color: #ffffff;
}
.cid-uFuObw6SFq .mbr-text {
  color: #ffffff;
}
.cid-uFuObw6SFq .item-text {
  color: #2C2625;
}
.cid-uFuObw6SFq .item-date {
  color: #2C2625;
}
.cid-uFuObxtt5J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uFuObxtt5J .container {
    padding: 0 24px;
  }
}
.cid-uFuObxtt5J .card {
  justify-content: center;
}
.cid-uFuObxtt5J .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uFuObxtt5J .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uFuObxtt5J .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFuObxtt5J .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uFuObxtt5J .text-wrapper {
  border-top: 1px solid #72716b;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uFuObxtt5J .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uFuObxtt5J .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uFuObxtt5J .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uFuObxtt5J .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uFuObxtt5J .mbr-section-title {
  color: #F9F6E0;
}
.cid-uFuObxtt5J .mbr-desc {
  color: #F9F6E0;
}
.cid-uFuObxtt5J .mbr-text {
  color: #000000;
}
.cid-uFuObxtt5J .mbr-section-btn {
  text-align: right;
}
.cid-uFuObxtt5J .mbr-section-title,
.cid-uFuObxtt5J .mbr-section-btn {
  color: #000000;
}
.cid-uFuObyIRwS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #a0472a;
}
.cid-uFuObyIRwS .decor-wrap_1 {
  position: absolute;
  top: 15%;
  left: -6rem;
  width: 423px;
  height: 423px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #ffffff 0, #b7735e 43%, #a0472a 100%);
}
.cid-uFuObyIRwS .decor-wrap_2 {
  position: absolute;
  top: 25%;
  right: 1%;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #ffffff 0, #b7735e 43%, #a0472a 100%);
}
.cid-uFuObyIRwS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFuObyIRwS .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-uFuObyIRwS .container {
    padding: 0 30px;
  }
}
.cid-uFuObyIRwS .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uFuObyIRwS .desc-wrapper .mbr-desc {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uFuObyIRwS .desc-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uFuObyIRwS .text-wrapper .mbr-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uFuObyIRwS .text-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uFuObyIRwS .items-wrapper .item {
  margin-bottom: 40px;
}
.cid-uFuObyIRwS .items-wrapper .item:nth-child(2n) {
  padding-top: 50px;
}
@media (max-width: 992px) {
  .cid-uFuObyIRwS .items-wrapper .item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-uFuObyIRwS .items-wrapper .item:nth-child(3n) {
  padding-top: 100px;
}
@media (max-width: 992px) {
  .cid-uFuObyIRwS .items-wrapper .item:nth-child(3n) {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFuObyIRwS .items-wrapper .item {
    margin-bottom: 40px;
  }
}
.cid-uFuObyIRwS .items-wrapper .item .item-wrapper {
  background-color: #ffffff;
  border-radius: 0 !important;
}
.cid-uFuObyIRwS .items-wrapper .item .item-wrapper .item-img {
  padding: 50px 40px 0 0;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uFuObyIRwS .items-wrapper .item .item-wrapper .item-img {
    padding: 40px 30px 0 0;
  }
}
.cid-uFuObyIRwS .items-wrapper .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
}
.cid-uFuObyIRwS .items-wrapper .item .item-wrapper .item-content {
  padding: 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-uFuObyIRwS .items-wrapper .item .item-wrapper .item-content {
    padding: 0 30px 50px;
  }
}
.cid-uFuObyIRwS .items-wrapper .item .item-wrapper .item-content .item-number {
  margin-bottom: 10px;
}
.cid-uFuObyIRwS .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 30px;
}
.cid-uFuObyIRwS .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 35px;
}
.cid-uFuObyIRwS .mbr-desc {
  color: #c7fcb5;
}
.cid-uFuObyIRwS .mbr-text {
  color: #c7fcb5;
}
.cid-uFuObyIRwS .item-number {
  color: #144031;
}
.cid-uFuObyIRwS .item-title {
  color: #144031;
}
.cid-uFuObyIRwS .item-text {
  color: #144031;
}
.cid-uFuObyIRwS .item-title,
.cid-uFuObyIRwS .mbr-section-btn {
  color: #000000;
}
.cid-uFuObA4b6T {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uFuObA4b6T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFuObA4b6T .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uFuObA4b6T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFuObA4b6T h1 {
  max-width: 800px;
}
.cid-uFuObA4b6T p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uFuObA4b6T .btn:hover {
  transform: scale(1.1);
  background: #2c2625 !important;
  border-color: #2c2625 !important;
  color: #8bdfdd !important;
}
.cid-uFuObA4b6T .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uFuObA4b6T .btn div {
  overflow: hidden;
}
.cid-uFuObA4b6T .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uFuObA4b6T {
    align-items: center;
  }
  .cid-uFuObA4b6T .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uFuObA4b6T .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uFuObA4b6T {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uFuObA4b6T .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uFuObA4b6T .content-wrap {
    width: 100%;
  }
}
.cid-uFuObA4b6T .mbr-section-subtitle,
.cid-uFuObA4b6T .line {
  color: #000000;
}
.cid-uFuObA4b6T .mbr-text,
.cid-uFuObA4b6T .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uFuObA4b6T .mbr-section-title {
  color: #291f1e;
}
.cid-uFuObBdN3I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #a0472a;
}
.cid-uFuObBdN3I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFuObBdN3I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFuObBdN3I .content-wrapper {
  padding: 0 75px 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFuObBdN3I .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFuObBdN3I .content-wrapper {
    padding: 0;
  }
}
.cid-uFuObBdN3I .content-wrapper .mbr-label {
  margin-bottom: 110px;
}
@media (max-width: 992px) {
  .cid-uFuObBdN3I .content-wrapper .mbr-label {
    margin-bottom: 32px;
  }
}
.cid-uFuObBdN3I .content-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
}
@media (max-width: 992px) {
  .cid-uFuObBdN3I .content-wrapper .nav.nav-tabs {
    margin-bottom: 32px;
  }
}
.cid-uFuObBdN3I .content-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-top: 0;
}
.cid-uFuObBdN3I .content-wrapper .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-uFuObBdN3I .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #ffffff;
  padding: 20px 0;
  border: none;
  border-bottom: 2px solid #ffffff;
  box-shadow: none;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uFuObBdN3I .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  padding-left: 20px;
}
.cid-uFuObBdN3I .tab-content {
  padding: 0 108px 0 75px;
}
@media (max-width: 1440px) {
  .cid-uFuObBdN3I .tab-content {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFuObBdN3I .tab-content {
    padding: 0;
  }
}
.cid-uFuObBdN3I .tab-content .tab-pane .content-wrap .image-wrap img {
  height: 780px;
  object-fit: cover;
  border: 2px solid #2c2625;
  box-shadow: -10px 10px 0 0 #2c2625;
}
@media (max-width: 992px) {
  .cid-uFuObBdN3I .tab-content .tab-pane .content-wrap .image-wrap img {
    box-shadow: -5px 5px 0 0 #2c2625;
    height: 350px;
  }
}
.cid-uFuObBdN3I .button-wrap {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFuObBdN3I .button-wrap {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFuObBdN3I .button-wrap {
    padding: 0;
  }
}
.cid-uFuObBdN3I .button-wrap .mbr-section-btn {
  margin-top: 110px;
}
@media (max-width: 992px) {
  .cid-uFuObBdN3I .button-wrap .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uFuObBdN3I .mbr-section-title {
  color: #2C2625;
}
.cid-uFuObBdN3I .mbr-section-btn {
  text-align: center;
}
.cid-uFuObBdN3I .mbr-label,
.cid-uFuObBdN3I .mbr-section-btn {
  color: #ffffff;
}
.cid-uFuObCDDVj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFuObCDDVj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFuObCDDVj .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-uFuObCDDVj .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uFuObCDDVj .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFuObCDDVj .image-wrapper img {
  height: 460px;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uFuObCDDVj .image-wrapper img {
    height: 300px;
  }
}
.cid-uFuObCDDVj .card-wrapper {
  margin-top: 15%;
  padding-top: 120px;
  background-color: #a0472a;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-uFuObCDDVj .card-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .cid-uFuObCDDVj .card-wrapper {
    margin-top: 0;
    padding-top: 20px;
  }
}
.cid-uFuObCDDVj .card-wrapper .mbr-section-title {
  padding: 0 100px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uFuObCDDVj .card-wrapper .mbr-section-title {
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
.cid-uFuObCDDVj .card-wrapper .mbr-text {
  padding: 0 100px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uFuObCDDVj .card-wrapper .mbr-text {
    padding: 0 20px;
  }
}
.cid-uFuObCDDVj .card-wrapper .icon-wrapper {
  padding: 0 20px 20px;
}
.cid-uFuObCDDVj .card-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  background-color: #ffffff;
  color: #08323c;
  font-size: 20px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-uFuObCDDVj .card-wrapper .icon-wrapper {
    display: none;
  }
}
.cid-uFuObCDDVj .mbr-section-title {
  color: #ffffff;
}
.cid-uFuObCDDVj .mbr-text {
  color: #ffffff;
}
.cid-uFuObCDDVj .icon-wrapper {
  text-align: right;
}
.cid-uFuObDW4dR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #94513c;
}
.cid-uFuObDW4dR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFuObDW4dR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFuObDW4dR .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uFuObDW4dR .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFuObDW4dR .container {
    padding: 0 16px;
  }
}
.cid-uFuObDW4dR .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uFuObDW4dR .row {
    margin: 0 10px;
  }
}
.cid-uFuObDW4dR .row .card {
  padding: 0;
}
.cid-uFuObDW4dR .row .card:first-child {
  padding-right: 10px;
}
@media (max-width: 992px) {
  .cid-uFuObDW4dR .row .card:first-child {
    padding: 0;
  }
}
.cid-uFuObDW4dR .title-wrapper {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #a0472a;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uFuObDW4dR .title-wrapper {
    padding: 20px;
    height: auto;
    margin-bottom: 10px;
  }
}
.cid-uFuObDW4dR .title-wrapper .icon-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFuObDW4dR .title-wrapper .icon-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uFuObDW4dR .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background-color: #b7735e;
  color: #f9a600;
  border-radius: 50%;
}
.cid-uFuObDW4dR .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFuObDW4dR .title-wrapper .title-wrap .mbr-desc {
  margin: 10px 0 0;
}
.cid-uFuObDW4dR .content-wrapper {
  border: 1px solid #fdfcfc;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFuObDW4dR .content-wrapper {
    padding: 20px;
  }
}
.cid-uFuObDW4dR .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uFuObDW4dR .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uFuObDW4dR .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uFuObDW4dR .mbr-section-title {
  color: #192227;
}
.cid-uFuObDW4dR .mbr-desc {
  color: #192227;
}
.cid-uFuObDW4dR .mbr-text {
  color: #fdfcfc;
}
.cid-uFuObDW4dR .mbr-section-title,
.cid-uFuObDW4dR .icon-wrapper {
  color: #ffffff;
}
.cid-uFuObF0qZn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFuObF0qZn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFuObF0qZn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFuObF0qZn .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uFuObF0qZn .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uFuObF0qZn .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uFuObF0qZn .container {
    padding: 0 16px;
  }
}
.cid-uFuObF0qZn .row {
  justify-content: space-between;
}
.cid-uFuObF0qZn .title-wrapper {
  position: sticky;
}
.cid-uFuObF0qZn .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uFuObF0qZn .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uFuObF0qZn .panel-group .card {
  border-bottom: none;
  background-image: linear-gradient(135deg, #ffd8cc, #a0472a 34%, #ffffff 67%, #e26a69) !important;
  border-radius: 2em !important;
  padding: 5px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uFuObF0qZn .panel-group .card {
    margin-bottom: 24px;
  }
}
.cid-uFuObF0qZn .panel-group .card .card-wrap {
  border-radius: 1.9em !important;
  background-color: #a0472a;
  padding: 36px;
}
@media (max-width: 992px) {
  .cid-uFuObF0qZn .panel-group .card .card-wrap {
    padding: 16px;
  }
}
.cid-uFuObF0qZn .panel-group .card .card-wrap .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uFuObF0qZn .panel-group .card .card-wrap .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFuObF0qZn .panel-group .card .card-wrap .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uFuObF0qZn .panel-group .card .card-wrap .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFuObF0qZn .panel-group .card .card-wrap .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  min-width: 54px;
  font-size: 26px;
  color: #080808;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-image: linear-gradient(135deg, #ffd8cc, #a0472a 34%, #ffffff 67%, #e26a69);
  border-radius: 50%;
}
.cid-uFuObF0qZn .panel-group .card .card-wrap .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-uFuObF0qZn .panel-group .card .card-wrap .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFuObF0qZn .mbr-section-title {
  color: #080808;
}
.cid-uFuObF0qZn .panel-title-edit {
  color: #ffffff;
}
.cid-uFuObF0qZn .panel-text {
  color: #ffffff;
}
.cid-uFuObGgQ0P {
  padding-top: 0rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #ffffff;
}
.cid-uFuObGgQ0P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFuObGgQ0P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFuObGgQ0P .content-wrapper {
  position: relative;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFuObGgQ0P .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFuObGgQ0P .content-wrapper {
    padding: 0;
  }
}
.cid-uFuObGgQ0P .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFuObGgQ0P .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFuObGgQ0P .content-wrapper .google-map iframe {
  height: 700px;
  border: 2px solid #ffffff !important;
  box-shadow: -10px 10px 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uFuObGgQ0P .content-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uFuObGgQ0P .content-wrapper .google-map iframe {
    box-shadow: -5px 5px 0 #ffffff;
  }
}
.cid-uFuObGgQ0P .mbr-section-title {
  color: #ffffff;
}
.cid-uFuObGgQ0P .mbr-section-title,
.cid-uFuObGgQ0P .mbr-section-btn {
  color: #000000;
}
.cid-uFuObHwZvw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/choose-the-right-chiropractor-2000x1126.jpg");
}
.cid-uFuObHwZvw .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #f2430d;
}
.cid-uFuObHwZvw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFuObHwZvw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFuObHwZvw .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uFuObHwZvw .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uFuObHwZvw .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #f2430d;
}
@media (max-width: 992px) {
  .cid-uFuObHwZvw .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #f2430d;
  }
}
@media (max-width: 1640px) {
  .cid-uFuObHwZvw .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFuObHwZvw .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uFuObHwZvw .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uFuObHwZvw .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uFuObHwZvw .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFuObHwZvw .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uFuObHwZvw .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .cid-uFuObHwZvw .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFuObHwZvw .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uFuObHwZvw .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uFuObHwZvw .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uFuObHwZvw .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uFuObHwZvw .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uFuObHwZvw .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFuObHwZvw .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uFuObHwZvw .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uFuObHwZvw .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uFuObHwZvw .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFuObHwZvw .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uFuObHwZvw .mbr-section-title {
  color: #150764;
}
.cid-uFuObHwZvw .mbr-desc {
  color: #150764;
}
.cid-uFuObHwZvw .list {
  color: #150764;
}
