.btn {
  border-width: 3px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Funnel Display;
}
.display-1 {
  font-family: 'Funnel Display', display;
  font-size: 3.8rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-2 {
  font-family: 'Funnel Display', display;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Funnel Display', display;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Funnel Display', display;
  font-size: 3rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-7 {
  font-family: 'Funnel Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1.35;
}
.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.04rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((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: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((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: #c7bea9 !important;
}
.bg-success {
  background-color: #fff4e7 !important;
}
.bg-info {
  background-color: #faebc5 !important;
}
.bg-warning {
  background-color: #f47451 !important;
}
.bg-danger {
  background-color: #c79290 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #c7bea9 !important;
  border-color: #c7bea9 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #dbd5c8 !important;
  border-color: #dbd5c8 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #dbd5c8 !important;
  border-color: #dbd5c8 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffdd00 !important;
  border-color: #ffdd00 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffe433 !important;
  border-color: #ffe433 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #000000 !important;
  background-color: #ffe433 !important;
  border-color: #ffe433 !important;
}
.btn-info,
.btn-info:active {
  background-color: #faebc5 !important;
  border-color: #faebc5 !important;
  color: #b1830f !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #fefbf4 !important;
  border-color: #fefbf4 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #b1830f !important;
  background-color: #fefbf4 !important;
  border-color: #fefbf4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #fff4e7 !important;
  border-color: #fff4e7 !important;
  color: #e77d00 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #e77d00 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f47451 !important;
  border-color: #f47451 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #f79a81 !important;
  border-color: #f79a81 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f79a81 !important;
  border-color: #f79a81 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #c79290 !important;
  border-color: #c79290 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #d8b3b2 !important;
  border-color: #d8b3b2 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #d8b3b2 !important;
  border-color: #d8b3b2 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #c7bea9;
  color: #c7bea9;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #c7bea9 !important;
  border-color: #c7bea9 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #c7bea9 !important;
  border-color: #c7bea9 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffdd00;
  color: #ffdd00;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: #ffdd00 !important;
  border-color: #ffdd00 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #000000 !important;
  background-color: #ffdd00 !important;
  border-color: #ffdd00 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #faebc5;
  color: #faebc5;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #b1830f !important;
  background-color: #faebc5 !important;
  border-color: #faebc5 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #b1830f !important;
  background-color: #faebc5 !important;
  border-color: #faebc5 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #fff4e7;
  color: #fff4e7;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #e77d00 !important;
  background-color: #fff4e7 !important;
  border-color: #fff4e7 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #e77d00 !important;
  background-color: #fff4e7 !important;
  border-color: #fff4e7 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f47451;
  color: #f47451;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #f47451 !important;
  border-color: #f47451 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f47451 !important;
  border-color: #f47451 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #c79290;
  color: #c79290;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #c79290 !important;
  border-color: #c79290 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c79290 !important;
  border-color: #c79290 !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: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !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: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !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: #c7bea9 !important;
}
.text-secondary {
  color: #ffdd00 !important;
}
.text-success {
  color: #fff4e7 !important;
}
.text-info {
  color: #faebc5 !important;
}
.text-warning {
  color: #f47451 !important;
}
.text-danger {
  color: #c79290 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #9f8f6b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #998500 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ffc581 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #f2cb67 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #d2370d !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a05451 !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: #c7bea9;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #faebc5;
}
.alert-warning {
  background-color: #f47451;
}
.alert-danger {
  background-color: #c79290;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #c7bea9;
  border-color: #c7bea9;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #c7bea9;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f9f8f6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f2e5e5;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Funnel Display', display;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #c7bea9 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Funnel Display', display;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #c7bea9;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #c7bea9;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #c7bea9;
}
.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: #c7bea9;
  border-bottom-color: #c7bea9;
}
.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: #c7bea9 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffdd00 !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='%23c7bea9' %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 {
  padding: 24px 42px;
  font-weight: 400;
  padding: 12px 24px;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn {
    padding: 12px 16px;
  }
}
@media (max-width: 992px) {
  .mbr-section-btn .btn {
    padding: 12px 16px;
  }
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont {
  transform: translateX(4px);
}
.mbr-section-btn .btn .mbr-iconfont {
  margin-left: 14px;
  transition: all .3s ease;
}
.form-control {
  border-radius: 100px !important;
}
.card-wrap,
.card-wrapper,
.video-wrapper,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.form-wrapper,
.decor-wrapper {
  border-radius: 0 !important;
}
.address-wrap,
.price-wrap,
.subtitle-wrap,
.logo {
  border-radius: 1.2rem;
  border-radius: 0 !important;
}
.panel-group .card {
  border: 100px !important;
  border-radius: 0 !important;
}
.item-without-radius {
  border-radius: 0 !important;
}
.item-large-radius {
  border-radius: 13rem !important;
  border-radius: 0 !important;
}
@media (max-width: 1200px) {
  .item-large-radius {
    border-radius: 8rem !important;
  }
}
@media (max-width: 992px) {
  .item-large-radius {
    border-radius: 3rem !important;
  }
}
.cid-uNbBGHb4bm {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uNbBGHb4bm nav.navbar {
  position: fixed;
}
.cid-uNbBGHb4bm .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-uNbBGHb4bm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uNbBGHb4bm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uNbBGHb4bm .dropdown-item:hover,
.cid-uNbBGHb4bm .dropdown-item:focus {
  background: #c7bea9 !important;
  color: white !important;
}
.cid-uNbBGHb4bm .dropdown-item:hover span {
  color: white;
}
.cid-uNbBGHb4bm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uNbBGHb4bm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uNbBGHb4bm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNbBGHb4bm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNbBGHb4bm .nav-link {
  position: relative;
}
.cid-uNbBGHb4bm .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uNbBGHb4bm .container {
    flex-wrap: wrap;
  }
}
.cid-uNbBGHb4bm .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uNbBGHb4bm .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uNbBGHb4bm .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uNbBGHb4bm .dropdown-menu,
.cid-uNbBGHb4bm .navbar.opened {
  background: #ffffff !important;
}
.cid-uNbBGHb4bm .nav-item:focus,
.cid-uNbBGHb4bm .nav-link:focus {
  outline: none;
}
.cid-uNbBGHb4bm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNbBGHb4bm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNbBGHb4bm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNbBGHb4bm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNbBGHb4bm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNbBGHb4bm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNbBGHb4bm .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uNbBGHb4bm .navbar.opened {
  transition: all 0.3s;
}
.cid-uNbBGHb4bm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNbBGHb4bm .navbar .navbar-logo img {
  width: auto;
}
.cid-uNbBGHb4bm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNbBGHb4bm .navbar.collapsed {
  justify-content: center;
}
.cid-uNbBGHb4bm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNbBGHb4bm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNbBGHb4bm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uNbBGHb4bm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNbBGHb4bm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNbBGHb4bm .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-uNbBGHb4bm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNbBGHb4bm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNbBGHb4bm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNbBGHb4bm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNbBGHb4bm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNbBGHb4bm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNbBGHb4bm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNbBGHb4bm .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-uNbBGHb4bm .navbar .navbar-logo img {
    height: 7rem !important;
  }
  .cid-uNbBGHb4bm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNbBGHb4bm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNbBGHb4bm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uNbBGHb4bm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNbBGHb4bm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uNbBGHb4bm .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uNbBGHb4bm .navbar.navbar-short {
  min-height: 60px;
}
.cid-uNbBGHb4bm .navbar.navbar-short .navbar-logo img {
  height: 6rem !important;
}
.cid-uNbBGHb4bm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uNbBGHb4bm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNbBGHb4bm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNbBGHb4bm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNbBGHb4bm .dropdown-item.active,
.cid-uNbBGHb4bm .dropdown-item:active {
  background-color: transparent;
}
.cid-uNbBGHb4bm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNbBGHb4bm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNbBGHb4bm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNbBGHb4bm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNbBGHb4bm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNbBGHb4bm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNbBGHb4bm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNbBGHb4bm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNbBGHb4bm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uNbBGHb4bm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uNbBGHb4bm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNbBGHb4bm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNbBGHb4bm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNbBGHb4bm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNbBGHb4bm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNbBGHb4bm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNbBGHb4bm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNbBGHb4bm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNbBGHb4bm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uNbBGHb4bm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNbBGHb4bm .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-uNbBGHb4bm .navbar {
    height: 70px;
  }
  .cid-uNbBGHb4bm .navbar.opened {
    height: auto;
  }
  .cid-uNbBGHb4bm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJKvA1j86o {
  background-image: url("../../../assets/images/background-carol-ferraz-decor201-1200x800.webp");
}
.cid-uJKvA1j86o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJKvA1j86o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJKvA1j86o .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJKvA1j86o .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .cid-uJKvA1j86o .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uJKvA1j86o .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJKvA1j86o .content-wrapper .address-wrapper {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uJKvA1j86o .content-wrapper .address-wrapper {
    margin-top: 32px;
  }
}
.cid-uJKvA1j86o .content-wrapper .address-wrapper .address-wrap {
  display: inline-grid;
  grid-template-columns: 6px 1fr;
  gap: 24px;
  padding: 16px 40px 16px 10px;
  background-color: #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uJKvA1j86o .content-wrapper .address-wrapper .address-wrap {
    padding: 10px 20px 10px 10px;
    gap: 16px;
  }
}
.cid-uJKvA1j86o .content-wrapper .address-wrapper .address-wrap .line-wrap {
  width: 6px;
  height: 100%;
  border-radius: 10px;
  background-color: #f47451;
}
@media (max-width: 992px) {
  .cid-uJKvA1j86o .content-wrapper .address-wrapper .address-wrap .line-wrap {
    width: 4px;
  }
}
.cid-uJKvA1j86o .content-wrapper .address-wrapper .address-wrap .text-wrap {
  padding: 10px 0;
}
.cid-uJKvA1j86o .content-wrapper .address-wrapper .address-wrap .text-wrap .mbr-address {
  margin-bottom: 4px;
}
.cid-uJKvA1j86o .content-wrapper .address-wrapper .address-wrap .text-wrap .mbr-hours {
  margin-bottom: 0;
}
.cid-uJKvA1j86o .mbr-section-title {
  color: #000c3f;
}
.cid-uJKvA1j86o .mbr-text,
.cid-uJKvA1j86o .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uJKvA1j86o .mbr-section-title,
.cid-uJKvA1j86o .mbr-section-btn,
.cid-uJKvA1j86o .address-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uJKvA1j86o .mbr-address {
  color: #000c3f;
  text-align: left;
}
.cid-uJKvA1j86o .mbr-hours {
  color: #000c3f;
  text-align: left;
}
.cid-uNbJGi6WNq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff1e2;
}
.cid-uNbJGi6WNq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNbJGi6WNq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNbJGi6WNq .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uNbJGi6WNq .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uNbJGi6WNq .embla__slide .slide-content {
  width: 100%;
}
.cid-uNbJGi6WNq .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-uNbJGi6WNq .embla__slide .slide-content .item-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uNbJGi6WNq .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: 44%;
  padding: 70px 0 70px 50px;
}
@media (max-width: 992px) {
  .cid-uNbJGi6WNq .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
    padding: 0;
  }
}
.cid-uNbJGi6WNq .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uNbJGi6WNq .embla__slide .slide-content .item-wrapper .item-content .item-title span {
  color: #c79290;
}
.cid-uNbJGi6WNq .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uNbJGi6WNq .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uNbJGi6WNq .embla__slide .slide-content .item-wrapper .item-img {
  width: 46%;
}
@media (max-width: 992px) {
  .cid-uNbJGi6WNq .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
    margin-top: 20px;
  }
}
.cid-uNbJGi6WNq .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNbJGi6WNq .embla__slide .slide-content .item-wrapper .item-img img {
    min-height: 180px;
  }
}
.cid-uNbJGi6WNq .embla__button--next,
.cid-uNbJGi6WNq .embla__button--prev {
  display: flex;
}
.cid-uNbJGi6WNq .embla__button {
  bottom: 30px;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: #404349 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uNbJGi6WNq .embla__button {
    bottom: 0;
  }
}
.cid-uNbJGi6WNq .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uNbJGi6WNq .embla__button:hover {
  background-color: #ed463f !important;
}
.cid-uNbJGi6WNq .embla__button.embla__button--prev {
  right: 90px;
}
.cid-uNbJGi6WNq .embla__button.embla__button--next {
  right: 30px;
}
.cid-uNbJGi6WNq .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uNbJGi6WNq .embla {
    padding-bottom: 4rem;
  }
}
.cid-uNbJGi6WNq .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  background-color: #f8e7d2;
}
.cid-uNbJGi6WNq .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uNbJGi6WNq .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uNbJGi6WNq .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uNbJGi6WNq .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uNbJGi6WNq .mbr-section-title {
  color: #404349;
}
.cid-uNbJGi6WNq .mbr-text {
  color: #404349;
}
.cid-uNbJGi6WNq .mbr-desc {
  color: #404349;
}
.cid-uNbJGi6WNq .item-title {
  color: #232323;
}
.cid-uNbQayN8hp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNbQayN8hp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNbQayN8hp .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-uNbQayN8hp .container {
    padding: 0 30px;
  }
}
.cid-uNbQayN8hp .row .card {
  justify-content: center;
}
.cid-uNbQayN8hp .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uNbQayN8hp .title-wrapper .mbr-section-subtitle {
  opacity: .4;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uNbQayN8hp .image-wrapper {
    margin-top: 30px;
  }
}
.cid-uNbQayN8hp .image-wrapper img {
  width: 500px;
  height: 500px;
  border-radius: 100% !important;
  margin: 0 0 0 auto;
  object-fit: cover;
}
@media (max-width: 1400px) {
  .cid-uNbQayN8hp .image-wrapper img {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1199px) {
  .cid-uNbQayN8hp .image-wrapper img {
    width: 360px;
    height: 360px;
  }
}
@media (max-width: 992px) {
  .cid-uNbQayN8hp .image-wrapper img {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .cid-uNbQayN8hp .image-wrapper img {
    width: 245px;
    height: 245px;
  }
}
.cid-uNbQayN8hp .mbr-section-title {
  color: #ffffff;
}
.cid-uNbQayN8hp .mbr-section-subtitle {
  color: #232323;
}
.cid-uNbQayN8hp .mbr-section-title,
.cid-uNbQayN8hp .mbr-section-btn {
  color: #c79290;
}
.cid-uNbIgEFaNl {
  padding-top: 5rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #c79290;
}
.cid-uNbIgEFaNl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNbIgEFaNl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNbIgEFaNl .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uNbIgEFaNl .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uNbIgEFaNl .item {
  margin-bottom: 20px;
  transform: translateY(64px) rotate(-5deg);
}
@media (max-width: 992px) {
  .cid-uNbIgEFaNl .item {
    margin-bottom: 16px;
    transform: none;
  }
}
.cid-uNbIgEFaNl .item:nth-child(2n) {
  transform: none;
}
.cid-uNbIgEFaNl .item:nth-child(3n) {
  transform: translateY(64px) rotate(5deg);
}
@media (max-width: 992px) {
  .cid-uNbIgEFaNl .item:nth-child(3n) {
    transform: none;
  }
}
.cid-uNbIgEFaNl .item .item-wrapper {
  height: 100%;
  border: 20px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uNbIgEFaNl .item .item-wrapper {
    border: 10px solid #ffffff;
  }
}
.cid-uNbIgEFaNl .item .item-wrapper .item-img img {
  height: 660px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uNbIgEFaNl .item .item-wrapper .item-img img {
    height: 460px;
  }
}
@media (max-width: 992px) {
  .cid-uNbIgEFaNl .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uNbIgEFaNl .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uO0E9yu2AW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #c7bea9;
}
.cid-uO0E9yu2AW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uO0E9yu2AW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uO0E9yu2AW .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uO0E9yu2AW .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uO0E9yu2AW .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uO0E9yu2AW .item {
    margin-bottom: 16px;
  }
}
.cid-uO0E9yu2AW .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 120px;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uO0E9yu2AW .item .item-wrapper {
    padding: 120px 80px;
  }
}
@media (max-width: 1200px) {
  .cid-uO0E9yu2AW .item .item-wrapper {
    padding: 120px 50px;
  }
}
@media (max-width: 992px) {
  .cid-uO0E9yu2AW .item .item-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uO0E9yu2AW .item .item-wrapper .item-content {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uO0E9yu2AW .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-uO0E9yu2AW .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uO0E9yu2AW .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uO0E9yu2AW .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uO0E9yu2AW .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uO0E9yu2AW .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-uO0E9yu2AW .item .item-wrapper .item-content .list-wrapper .list-title {
  margin-bottom: 20px;
}
.cid-uO0E9yu2AW .item .item-wrapper .item-content .list-wrapper .list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-uO0E9yu2AW .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 42px;
  margin-bottom: 16px;
}
.cid-uO0E9yu2AW .item .item-wrapper .item-content .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 3px;
  left: 0;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f47451;
  color: #ffffff;
  border-radius: 100%;
}
.cid-uO0E9yu2AW .item .item-wrapper .item-content .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uO0E9yu2AW .item .item-wrapper .item-content .price-wrapper {
  display: flex;
  align-items: flex-end;
  margin-top: 40px;
}
@media (max-width: 1440px) {
  .cid-uO0E9yu2AW .item .item-wrapper .item-content .price-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
@media (max-width: 992px) {
  .cid-uO0E9yu2AW .item .item-wrapper .item-content .price-wrapper {
    margin-top: 20px;
  }
}
.cid-uO0E9yu2AW .item .item-wrapper .item-content .price-wrapper .mbr-section-btn {
  margin-right: 50px;
}
@media (max-width: 1640px) {
  .cid-uO0E9yu2AW .item .item-wrapper .item-content .price-wrapper .mbr-section-btn {
    margin-right: 20px;
  }
}
@media (max-width: 1440px) {
  .cid-uO0E9yu2AW .item .item-wrapper .item-content .price-wrapper .mbr-section-btn {
    margin-right: 0;
  }
}
.cid-uO0E9yu2AW .item .item-wrapper .item-content .price-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uO0E9yu2AW .item .item-wrapper .item-content .price-wrapper .price-wrap {
  display: inline-grid;
  grid-template-columns: 6px 1fr;
  gap: 24px;
  padding: 16px 40px 16px 10px;
  background-color: #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 1440px) {
  .cid-uO0E9yu2AW .item .item-wrapper .item-content .price-wrapper .price-wrap {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uO0E9yu2AW .item .item-wrapper .item-content .price-wrapper .price-wrap {
    padding: 10px 20px 10px 10px;
    gap: 16px;
  }
}
.cid-uO0E9yu2AW .item .item-wrapper .item-content .price-wrapper .price-wrap .line-wrap {
  width: 6px;
  height: 100%;
  border-radius: 10px;
  background-color: #f47451;
}
@media (max-width: 992px) {
  .cid-uO0E9yu2AW .item .item-wrapper .item-content .price-wrapper .price-wrap .line-wrap {
    width: 4px;
  }
}
.cid-uO0E9yu2AW .item .item-wrapper .item-content .price-wrapper .price-wrap .item-price {
  padding: 11px 0;
  margin-bottom: 0;
}
.cid-uO0E9yu2AW .item .item-wrapper .item-img {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uO0E9yu2AW .item .item-wrapper .item-img {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-uO0E9yu2AW .item .item-wrapper .item-img img {
  height: 550px;
  object-fit: cover;
  border: 20px solid #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uO0E9yu2AW .item .item-wrapper .item-img img {
    height: 300px;
    border: 10px solid #ffffff;
  }
}
.cid-uO0E9yu2AW .item .card_1 {
  background-color: #ffffff;
}
.cid-uO0E9yu2AW .item .card_1 .item-img img {
  transform: rotate(-5deg);
}
@media (max-width: 992px) {
  .cid-uO0E9yu2AW .item .card_1 .item-img img {
    transform: none;
  }
}
.cid-uO0E9yu2AW .item .card_2 {
  background-color: #fafaf9;
}
.cid-uO0E9yu2AW .item .card_2 .item-img img {
  transform: rotate(5deg);
}
@media (max-width: 992px) {
  .cid-uO0E9yu2AW .item .card_2 .item-img img {
    transform: none;
  }
}
.cid-uO0E9yu2AW .item .card_3 {
  background-color: #ffc4c9;
}
.cid-uO0E9yu2AW .item .card_3 .item-img img {
  transform: rotate(-5deg);
}
@media (max-width: 992px) {
  .cid-uO0E9yu2AW .item .card_3 .item-img img {
    transform: none;
  }
}
@media (max-width: 992px) {
  .cid-uO0E9yu2AW .main-btn {
    margin-top: 16px;
  }
}
.cid-uO0E9yu2AW .mbr-section-title {
  color: #000c3f;
}
.cid-uO0E9yu2AW .mbr-section-title,
.cid-uO0E9yu2AW .main-btn {
  text-align: center;
  color: #fafaf9;
}
.cid-uO0E9yu2AW .item-title {
  color: #000c3f;
}
.cid-uO0E9yu2AW .item-text {
  color: #000c3f;
}
.cid-uO0E9yu2AW .list {
  color: #000c3f;
}
.cid-uO0E9yu2AW .list-title {
  color: #000c3f;
}
.cid-uO0E9yu2AW .item-price {
  color: #000c3f;
}
.cid-uJKweh80mV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #c79290;
}
.cid-uJKweh80mV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJKweh80mV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJKweh80mV .row {
  justify-content: space-between;
}
.cid-uJKweh80mV .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJKweh80mV .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uJKweh80mV .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJKweh80mV .item {
    margin-bottom: 50px;
  }
}
.cid-uJKweh80mV .item .item-wrapper .item-content {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uJKweh80mV .item .item-wrapper .item-content {
    display: block;
    text-align: center;
  }
}
.cid-uJKweh80mV .item .item-wrapper .item-content .icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 50px;
  margin-left: 18px;
}
@media (max-width: 1440px) {
  .cid-uJKweh80mV .item .item-wrapper .item-content .icon-wrapper {
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uJKweh80mV .item .item-wrapper .item-content .icon-wrapper {
    margin: 0 18px 32px;
  }
}
.cid-uJKweh80mV .item .item-wrapper .item-content .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 3px solid #ffffff;
  transform: scale(1.4);
  pointer-events: none;
  transition: all .3s ease;
}
.cid-uJKweh80mV .item .item-wrapper .item-content .icon-wrapper:hover::before,
.cid-uJKweh80mV .item .item-wrapper .item-content .icon-wrapper:focus::before {
  transform: scale(1.5);
}
.cid-uJKweh80mV .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border-radius: 100%;
  background-color: #ffffff;
  font-size: 40px;
  color: #c79290;
}
@media (max-width: 1440px) {
  .cid-uJKweh80mV .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    width: 64px;
    height: 64px;
    font-size: 32px;
  }
}
.cid-uJKweh80mV .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-uJKweh80mV .item .item-wrapper .item-content .item-title:hover,
.cid-uJKweh80mV .item .item-wrapper .item-content .item-title:focus {
  color: #dddddd;
}
.cid-uJKweh80mV .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uJKweh80mV .item-title {
  color: #000c3f;
}
.cid-uJKweh80mV .item-title,
.cid-uJKweh80mV .item-wrapper {
  color: #ffffff;
}
.cid-uJKwlrXWJx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #c7bea9;
}
.cid-uJKwlrXWJx .decor-wrapper {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #f47451;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .cid-uJKwlrXWJx .decor-wrapper {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .cid-uJKwlrXWJx .decor-wrapper {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .cid-uJKwlrXWJx .decor-wrapper {
    display: none;
  }
}
.cid-uJKwlrXWJx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJKwlrXWJx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJKwlrXWJx .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJKwlrXWJx .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uJKwlrXWJx .title-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uJKwlrXWJx .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uJKwlrXWJx .nav-wrapper {
    margin-top: 32px;
  }
}
.cid-uJKwlrXWJx .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uJKwlrXWJx .nav-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 40px;
}
.cid-uJKwlrXWJx .nav-wrapper .list .item-wrap:hover,
.cid-uJKwlrXWJx .nav-wrapper .list .item-wrap:focus {
  color: #f47451;
}
@media (max-width: 992px) {
  .cid-uJKwlrXWJx .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}
.cid-uJKwlrXWJx .social-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uJKwlrXWJx .social-wrapper {
    margin-top: 32px;
  }
}
.cid-uJKwlrXWJx .social-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uJKwlrXWJx .social-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 20px;
}
.cid-uJKwlrXWJx .social-wrapper .list .item-wrap:hover,
.cid-uJKwlrXWJx .social-wrapper .list .item-wrap:focus {
  color: #f47451;
}
.cid-uJKwlrXWJx .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uJKwlrXWJx .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uJKwlrXWJx .list {
  color: #ffffff;
}
.cid-uNbBGHb4bm {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uNbBGHb4bm nav.navbar {
  position: fixed;
}
.cid-uNbBGHb4bm .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-uNbBGHb4bm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uNbBGHb4bm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uNbBGHb4bm .dropdown-item:hover,
.cid-uNbBGHb4bm .dropdown-item:focus {
  background: #c7bea9 !important;
  color: white !important;
}
.cid-uNbBGHb4bm .dropdown-item:hover span {
  color: white;
}
.cid-uNbBGHb4bm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uNbBGHb4bm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uNbBGHb4bm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNbBGHb4bm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNbBGHb4bm .nav-link {
  position: relative;
}
.cid-uNbBGHb4bm .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uNbBGHb4bm .container {
    flex-wrap: wrap;
  }
}
.cid-uNbBGHb4bm .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uNbBGHb4bm .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uNbBGHb4bm .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uNbBGHb4bm .dropdown-menu,
.cid-uNbBGHb4bm .navbar.opened {
  background: #ffffff !important;
}
.cid-uNbBGHb4bm .nav-item:focus,
.cid-uNbBGHb4bm .nav-link:focus {
  outline: none;
}
.cid-uNbBGHb4bm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNbBGHb4bm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNbBGHb4bm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNbBGHb4bm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNbBGHb4bm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNbBGHb4bm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNbBGHb4bm .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uNbBGHb4bm .navbar.opened {
  transition: all 0.3s;
}
.cid-uNbBGHb4bm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNbBGHb4bm .navbar .navbar-logo img {
  width: auto;
}
.cid-uNbBGHb4bm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNbBGHb4bm .navbar.collapsed {
  justify-content: center;
}
.cid-uNbBGHb4bm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNbBGHb4bm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNbBGHb4bm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uNbBGHb4bm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNbBGHb4bm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNbBGHb4bm .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-uNbBGHb4bm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNbBGHb4bm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNbBGHb4bm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNbBGHb4bm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNbBGHb4bm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNbBGHb4bm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNbBGHb4bm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNbBGHb4bm .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-uNbBGHb4bm .navbar .navbar-logo img {
    height: 7rem !important;
  }
  .cid-uNbBGHb4bm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNbBGHb4bm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNbBGHb4bm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uNbBGHb4bm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNbBGHb4bm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uNbBGHb4bm .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uNbBGHb4bm .navbar.navbar-short {
  min-height: 60px;
}
.cid-uNbBGHb4bm .navbar.navbar-short .navbar-logo img {
  height: 6rem !important;
}
.cid-uNbBGHb4bm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uNbBGHb4bm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNbBGHb4bm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNbBGHb4bm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNbBGHb4bm .dropdown-item.active,
.cid-uNbBGHb4bm .dropdown-item:active {
  background-color: transparent;
}
.cid-uNbBGHb4bm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNbBGHb4bm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNbBGHb4bm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNbBGHb4bm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNbBGHb4bm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNbBGHb4bm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNbBGHb4bm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNbBGHb4bm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNbBGHb4bm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uNbBGHb4bm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uNbBGHb4bm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNbBGHb4bm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNbBGHb4bm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNbBGHb4bm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNbBGHb4bm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNbBGHb4bm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNbBGHb4bm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNbBGHb4bm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNbBGHb4bm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uNbBGHb4bm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNbBGHb4bm .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-uNbBGHb4bm .navbar {
    height: 70px;
  }
  .cid-uNbBGHb4bm .navbar.opened {
    height: auto;
  }
  .cid-uNbBGHb4bm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-m {
  /* Type valid CSS here */
}
#custom-html-m div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-m p {
  font-size: 60px;
  color: #777;
}
.cid-uJKwlrXWJx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #c7bea9;
}
.cid-uJKwlrXWJx .decor-wrapper {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #f47451;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .cid-uJKwlrXWJx .decor-wrapper {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .cid-uJKwlrXWJx .decor-wrapper {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .cid-uJKwlrXWJx .decor-wrapper {
    display: none;
  }
}
.cid-uJKwlrXWJx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJKwlrXWJx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJKwlrXWJx .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJKwlrXWJx .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uJKwlrXWJx .title-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uJKwlrXWJx .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uJKwlrXWJx .nav-wrapper {
    margin-top: 32px;
  }
}
.cid-uJKwlrXWJx .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uJKwlrXWJx .nav-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 40px;
}
.cid-uJKwlrXWJx .nav-wrapper .list .item-wrap:hover,
.cid-uJKwlrXWJx .nav-wrapper .list .item-wrap:focus {
  color: #f47451;
}
@media (max-width: 992px) {
  .cid-uJKwlrXWJx .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}
.cid-uJKwlrXWJx .social-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uJKwlrXWJx .social-wrapper {
    margin-top: 32px;
  }
}
.cid-uJKwlrXWJx .social-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uJKwlrXWJx .social-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 20px;
}
.cid-uJKwlrXWJx .social-wrapper .list .item-wrap:hover,
.cid-uJKwlrXWJx .social-wrapper .list .item-wrap:focus {
  color: #f47451;
}
.cid-uJKwlrXWJx .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uJKwlrXWJx .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uJKwlrXWJx .list {
  color: #ffffff;
}
.cid-uNbBGHb4bm {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uNbBGHb4bm nav.navbar {
  position: fixed;
}
.cid-uNbBGHb4bm .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-uNbBGHb4bm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uNbBGHb4bm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uNbBGHb4bm .dropdown-item:hover,
.cid-uNbBGHb4bm .dropdown-item:focus {
  background: #c7bea9 !important;
  color: white !important;
}
.cid-uNbBGHb4bm .dropdown-item:hover span {
  color: white;
}
.cid-uNbBGHb4bm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uNbBGHb4bm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uNbBGHb4bm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNbBGHb4bm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNbBGHb4bm .nav-link {
  position: relative;
}
.cid-uNbBGHb4bm .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uNbBGHb4bm .container {
    flex-wrap: wrap;
  }
}
.cid-uNbBGHb4bm .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uNbBGHb4bm .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uNbBGHb4bm .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uNbBGHb4bm .dropdown-menu,
.cid-uNbBGHb4bm .navbar.opened {
  background: #ffffff !important;
}
.cid-uNbBGHb4bm .nav-item:focus,
.cid-uNbBGHb4bm .nav-link:focus {
  outline: none;
}
.cid-uNbBGHb4bm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNbBGHb4bm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNbBGHb4bm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNbBGHb4bm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNbBGHb4bm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNbBGHb4bm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNbBGHb4bm .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uNbBGHb4bm .navbar.opened {
  transition: all 0.3s;
}
.cid-uNbBGHb4bm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNbBGHb4bm .navbar .navbar-logo img {
  width: auto;
}
.cid-uNbBGHb4bm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNbBGHb4bm .navbar.collapsed {
  justify-content: center;
}
.cid-uNbBGHb4bm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNbBGHb4bm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNbBGHb4bm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uNbBGHb4bm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNbBGHb4bm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNbBGHb4bm .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-uNbBGHb4bm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNbBGHb4bm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNbBGHb4bm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNbBGHb4bm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNbBGHb4bm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNbBGHb4bm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNbBGHb4bm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNbBGHb4bm .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-uNbBGHb4bm .navbar .navbar-logo img {
    height: 7rem !important;
  }
  .cid-uNbBGHb4bm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNbBGHb4bm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNbBGHb4bm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uNbBGHb4bm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNbBGHb4bm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uNbBGHb4bm .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uNbBGHb4bm .navbar.navbar-short {
  min-height: 60px;
}
.cid-uNbBGHb4bm .navbar.navbar-short .navbar-logo img {
  height: 6rem !important;
}
.cid-uNbBGHb4bm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uNbBGHb4bm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNbBGHb4bm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNbBGHb4bm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNbBGHb4bm .dropdown-item.active,
.cid-uNbBGHb4bm .dropdown-item:active {
  background-color: transparent;
}
.cid-uNbBGHb4bm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNbBGHb4bm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNbBGHb4bm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNbBGHb4bm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNbBGHb4bm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNbBGHb4bm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNbBGHb4bm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNbBGHb4bm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNbBGHb4bm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uNbBGHb4bm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uNbBGHb4bm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNbBGHb4bm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNbBGHb4bm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNbBGHb4bm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNbBGHb4bm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNbBGHb4bm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNbBGHb4bm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNbBGHb4bm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNbBGHb4bm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uNbBGHb4bm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNbBGHb4bm .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-uNbBGHb4bm .navbar {
    height: 70px;
  }
  .cid-uNbBGHb4bm .navbar.opened {
    height: auto;
  }
  .cid-uNbBGHb4bm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uP2LxNNNQe {
  background-color: #ffffff;
}
.cid-uP2LxNNNQe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP2LxNNNQe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP2LxNNNQe .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uP2LxNNNQe .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .cid-uP2LxNNNQe .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uP2LxNNNQe .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uP2LxNNNQe .content-wrapper .address-wrapper {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uP2LxNNNQe .content-wrapper .address-wrapper {
    margin-top: 32px;
  }
}
.cid-uP2LxNNNQe .content-wrapper .address-wrapper .address-wrap {
  display: inline-grid;
  grid-template-columns: 6px 1fr;
  gap: 24px;
  padding: 16px 40px 16px 10px;
  background-color: #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uP2LxNNNQe .content-wrapper .address-wrapper .address-wrap {
    padding: 10px 20px 10px 10px;
    gap: 16px;
  }
}
.cid-uP2LxNNNQe .content-wrapper .address-wrapper .address-wrap .line-wrap {
  width: 6px;
  height: 100%;
  border-radius: 10px;
  background-color: #f47451;
}
@media (max-width: 992px) {
  .cid-uP2LxNNNQe .content-wrapper .address-wrapper .address-wrap .line-wrap {
    width: 4px;
  }
}
.cid-uP2LxNNNQe .content-wrapper .address-wrapper .address-wrap .text-wrap {
  padding: 10px 0;
}
.cid-uP2LxNNNQe .content-wrapper .address-wrapper .address-wrap .text-wrap .mbr-address {
  margin-bottom: 4px;
}
.cid-uP2LxNNNQe .content-wrapper .address-wrapper .address-wrap .text-wrap .mbr-hours {
  margin-bottom: 0;
}
.cid-uP2LxNNNQe .mbr-section-title {
  color: #000c3f;
}
.cid-uP2LxNNNQe .mbr-text,
.cid-uP2LxNNNQe .text-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-uP2LxNNNQe .mbr-section-title,
.cid-uP2LxNNNQe .mbr-section-btn,
.cid-uP2LxNNNQe .address-wrapper {
  text-align: center;
  color: #c7bea9;
}
.cid-uP2LxNNNQe .mbr-address {
  color: #000c3f;
  text-align: left;
}
.cid-uP2LxNNNQe .mbr-hours {
  color: #000c3f;
  text-align: left;
}
.cid-uJKwlrXWJx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #c7bea9;
}
.cid-uJKwlrXWJx .decor-wrapper {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #f47451;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .cid-uJKwlrXWJx .decor-wrapper {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .cid-uJKwlrXWJx .decor-wrapper {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .cid-uJKwlrXWJx .decor-wrapper {
    display: none;
  }
}
.cid-uJKwlrXWJx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJKwlrXWJx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJKwlrXWJx .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJKwlrXWJx .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uJKwlrXWJx .title-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uJKwlrXWJx .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uJKwlrXWJx .nav-wrapper {
    margin-top: 32px;
  }
}
.cid-uJKwlrXWJx .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uJKwlrXWJx .nav-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 40px;
}
.cid-uJKwlrXWJx .nav-wrapper .list .item-wrap:hover,
.cid-uJKwlrXWJx .nav-wrapper .list .item-wrap:focus {
  color: #f47451;
}
@media (max-width: 992px) {
  .cid-uJKwlrXWJx .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}
.cid-uJKwlrXWJx .social-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uJKwlrXWJx .social-wrapper {
    margin-top: 32px;
  }
}
.cid-uJKwlrXWJx .social-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uJKwlrXWJx .social-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 20px;
}
.cid-uJKwlrXWJx .social-wrapper .list .item-wrap:hover,
.cid-uJKwlrXWJx .social-wrapper .list .item-wrap:focus {
  color: #f47451;
}
.cid-uJKwlrXWJx .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uJKwlrXWJx .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uJKwlrXWJx .list {
  color: #ffffff;
}
.cid-uP2NJFyzRX {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uP2NJFyzRX nav.navbar {
  position: fixed;
}
.cid-uP2NJFyzRX .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-uP2NJFyzRX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uP2NJFyzRX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uP2NJFyzRX .dropdown-item:hover,
.cid-uP2NJFyzRX .dropdown-item:focus {
  background: #c7bea9 !important;
  color: white !important;
}
.cid-uP2NJFyzRX .dropdown-item:hover span {
  color: white;
}
.cid-uP2NJFyzRX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uP2NJFyzRX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uP2NJFyzRX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uP2NJFyzRX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uP2NJFyzRX .nav-link {
  position: relative;
}
.cid-uP2NJFyzRX .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uP2NJFyzRX .container {
    flex-wrap: wrap;
  }
}
.cid-uP2NJFyzRX .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uP2NJFyzRX .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uP2NJFyzRX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uP2NJFyzRX .dropdown-menu,
.cid-uP2NJFyzRX .navbar.opened {
  background: #ffffff !important;
}
.cid-uP2NJFyzRX .nav-item:focus,
.cid-uP2NJFyzRX .nav-link:focus {
  outline: none;
}
.cid-uP2NJFyzRX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uP2NJFyzRX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uP2NJFyzRX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uP2NJFyzRX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uP2NJFyzRX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uP2NJFyzRX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uP2NJFyzRX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uP2NJFyzRX .navbar.opened {
  transition: all 0.3s;
}
.cid-uP2NJFyzRX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uP2NJFyzRX .navbar .navbar-logo img {
  width: auto;
}
.cid-uP2NJFyzRX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uP2NJFyzRX .navbar.collapsed {
  justify-content: center;
}
.cid-uP2NJFyzRX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uP2NJFyzRX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uP2NJFyzRX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uP2NJFyzRX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uP2NJFyzRX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uP2NJFyzRX .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-uP2NJFyzRX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uP2NJFyzRX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uP2NJFyzRX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uP2NJFyzRX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uP2NJFyzRX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uP2NJFyzRX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uP2NJFyzRX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uP2NJFyzRX .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-uP2NJFyzRX .navbar .navbar-logo img {
    height: 7rem !important;
  }
  .cid-uP2NJFyzRX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uP2NJFyzRX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uP2NJFyzRX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uP2NJFyzRX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uP2NJFyzRX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uP2NJFyzRX .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uP2NJFyzRX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uP2NJFyzRX .navbar.navbar-short .navbar-logo img {
  height: 6rem !important;
}
.cid-uP2NJFyzRX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uP2NJFyzRX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uP2NJFyzRX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uP2NJFyzRX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uP2NJFyzRX .dropdown-item.active,
.cid-uP2NJFyzRX .dropdown-item:active {
  background-color: transparent;
}
.cid-uP2NJFyzRX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uP2NJFyzRX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uP2NJFyzRX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uP2NJFyzRX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uP2NJFyzRX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uP2NJFyzRX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uP2NJFyzRX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uP2NJFyzRX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uP2NJFyzRX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uP2NJFyzRX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uP2NJFyzRX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uP2NJFyzRX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uP2NJFyzRX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uP2NJFyzRX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uP2NJFyzRX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uP2NJFyzRX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uP2NJFyzRX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uP2NJFyzRX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uP2NJFyzRX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uP2NJFyzRX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uP2NJFyzRX .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-uP2NJFyzRX .navbar {
    height: 70px;
  }
  .cid-uP2NJFyzRX .navbar.opened {
    height: auto;
  }
  .cid-uP2NJFyzRX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uP2NJG550F {
  background-image: url("../../../assets/images/background-carol-ferraz-decor201-1200x800.webp");
}
.cid-uP2NJG550F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP2NJG550F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP2NJG550F .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uP2NJG550F .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .cid-uP2NJG550F .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uP2NJG550F .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uP2NJG550F .content-wrapper .address-wrapper {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uP2NJG550F .content-wrapper .address-wrapper {
    margin-top: 32px;
  }
}
.cid-uP2NJG550F .content-wrapper .address-wrapper .address-wrap {
  display: inline-grid;
  grid-template-columns: 6px 1fr;
  gap: 24px;
  padding: 16px 40px 16px 10px;
  background-color: #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uP2NJG550F .content-wrapper .address-wrapper .address-wrap {
    padding: 10px 20px 10px 10px;
    gap: 16px;
  }
}
.cid-uP2NJG550F .content-wrapper .address-wrapper .address-wrap .line-wrap {
  width: 6px;
  height: 100%;
  border-radius: 10px;
  background-color: #f47451;
}
@media (max-width: 992px) {
  .cid-uP2NJG550F .content-wrapper .address-wrapper .address-wrap .line-wrap {
    width: 4px;
  }
}
.cid-uP2NJG550F .content-wrapper .address-wrapper .address-wrap .text-wrap {
  padding: 10px 0;
}
.cid-uP2NJG550F .content-wrapper .address-wrapper .address-wrap .text-wrap .mbr-address {
  margin-bottom: 4px;
}
.cid-uP2NJG550F .content-wrapper .address-wrapper .address-wrap .text-wrap .mbr-hours {
  margin-bottom: 0;
}
.cid-uP2NJG550F .mbr-section-title {
  color: #000c3f;
}
.cid-uP2NJG550F .mbr-text,
.cid-uP2NJG550F .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uP2NJG550F .mbr-section-title,
.cid-uP2NJG550F .mbr-section-btn,
.cid-uP2NJG550F .address-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uP2NJG550F .mbr-address {
  color: #000c3f;
  text-align: left;
}
.cid-uP2NJG550F .mbr-hours {
  color: #000c3f;
  text-align: left;
}
.cid-uP2NJGvrVU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff1e2;
}
.cid-uP2NJGvrVU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP2NJGvrVU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP2NJGvrVU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uP2NJGvrVU .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uP2NJGvrVU .embla__slide .slide-content {
  width: 100%;
}
.cid-uP2NJGvrVU .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-uP2NJGvrVU .embla__slide .slide-content .item-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uP2NJGvrVU .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: 44%;
  padding: 70px 0 70px 50px;
}
@media (max-width: 992px) {
  .cid-uP2NJGvrVU .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
    padding: 0;
  }
}
.cid-uP2NJGvrVU .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uP2NJGvrVU .embla__slide .slide-content .item-wrapper .item-content .item-title span {
  color: #c79290;
}
.cid-uP2NJGvrVU .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uP2NJGvrVU .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uP2NJGvrVU .embla__slide .slide-content .item-wrapper .item-img {
  width: 46%;
}
@media (max-width: 992px) {
  .cid-uP2NJGvrVU .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
    margin-top: 20px;
  }
}
.cid-uP2NJGvrVU .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uP2NJGvrVU .embla__slide .slide-content .item-wrapper .item-img img {
    min-height: 180px;
  }
}
.cid-uP2NJGvrVU .embla__button--next,
.cid-uP2NJGvrVU .embla__button--prev {
  display: flex;
}
.cid-uP2NJGvrVU .embla__button {
  bottom: 30px;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: #404349 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uP2NJGvrVU .embla__button {
    bottom: 0;
  }
}
.cid-uP2NJGvrVU .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uP2NJGvrVU .embla__button:hover {
  background-color: #ed463f !important;
}
.cid-uP2NJGvrVU .embla__button.embla__button--prev {
  right: 90px;
}
.cid-uP2NJGvrVU .embla__button.embla__button--next {
  right: 30px;
}
.cid-uP2NJGvrVU .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uP2NJGvrVU .embla {
    padding-bottom: 4rem;
  }
}
.cid-uP2NJGvrVU .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  background-color: #f8e7d2;
}
.cid-uP2NJGvrVU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uP2NJGvrVU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uP2NJGvrVU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uP2NJGvrVU .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uP2NJGvrVU .mbr-section-title {
  color: #404349;
}
.cid-uP2NJGvrVU .mbr-text {
  color: #404349;
}
.cid-uP2NJGvrVU .mbr-desc {
  color: #404349;
}
.cid-uP2NJGvrVU .item-title {
  color: #232323;
}
.cid-uP2NJH8bu1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uP2NJH8bu1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP2NJH8bu1 .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-uP2NJH8bu1 .container {
    padding: 0 30px;
  }
}
.cid-uP2NJH8bu1 .row .card {
  justify-content: center;
}
.cid-uP2NJH8bu1 .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uP2NJH8bu1 .title-wrapper .mbr-section-subtitle {
  opacity: .4;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uP2NJH8bu1 .image-wrapper {
    margin-top: 30px;
  }
}
.cid-uP2NJH8bu1 .image-wrapper img {
  width: 500px;
  height: 500px;
  border-radius: 100% !important;
  margin: 0 0 0 auto;
  object-fit: cover;
}
@media (max-width: 1400px) {
  .cid-uP2NJH8bu1 .image-wrapper img {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1199px) {
  .cid-uP2NJH8bu1 .image-wrapper img {
    width: 360px;
    height: 360px;
  }
}
@media (max-width: 992px) {
  .cid-uP2NJH8bu1 .image-wrapper img {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .cid-uP2NJH8bu1 .image-wrapper img {
    width: 245px;
    height: 245px;
  }
}
.cid-uP2NJH8bu1 .mbr-section-title {
  color: #ffffff;
}
.cid-uP2NJH8bu1 .mbr-section-subtitle {
  color: #232323;
}
.cid-uP2NJH8bu1 .mbr-section-title,
.cid-uP2NJH8bu1 .mbr-section-btn {
  color: #c79290;
}
.cid-uP2NJHv5t6 {
  padding-top: 5rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #c79290;
}
.cid-uP2NJHv5t6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP2NJHv5t6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP2NJHv5t6 .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uP2NJHv5t6 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uP2NJHv5t6 .item {
  margin-bottom: 20px;
  transform: translateY(64px) rotate(-5deg);
}
@media (max-width: 992px) {
  .cid-uP2NJHv5t6 .item {
    margin-bottom: 16px;
    transform: none;
  }
}
.cid-uP2NJHv5t6 .item:nth-child(2n) {
  transform: none;
}
.cid-uP2NJHv5t6 .item:nth-child(3n) {
  transform: translateY(64px) rotate(5deg);
}
@media (max-width: 992px) {
  .cid-uP2NJHv5t6 .item:nth-child(3n) {
    transform: none;
  }
}
.cid-uP2NJHv5t6 .item .item-wrapper {
  height: 100%;
  border: 20px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uP2NJHv5t6 .item .item-wrapper {
    border: 10px solid #ffffff;
  }
}
.cid-uP2NJHv5t6 .item .item-wrapper .item-img img {
  height: 660px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uP2NJHv5t6 .item .item-wrapper .item-img img {
    height: 460px;
  }
}
@media (max-width: 992px) {
  .cid-uP2NJHv5t6 .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uP2NJHv5t6 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uP2NJHSyJc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #c7bea9;
}
.cid-uP2NJHSyJc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP2NJHSyJc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP2NJHSyJc .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uP2NJHSyJc .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uP2NJHSyJc .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uP2NJHSyJc .item {
    margin-bottom: 16px;
  }
}
.cid-uP2NJHSyJc .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 120px;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uP2NJHSyJc .item .item-wrapper {
    padding: 120px 80px;
  }
}
@media (max-width: 1200px) {
  .cid-uP2NJHSyJc .item .item-wrapper {
    padding: 120px 50px;
  }
}
@media (max-width: 992px) {
  .cid-uP2NJHSyJc .item .item-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uP2NJHSyJc .item .item-wrapper .item-content {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uP2NJHSyJc .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-uP2NJHSyJc .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uP2NJHSyJc .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uP2NJHSyJc .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uP2NJHSyJc .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uP2NJHSyJc .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-uP2NJHSyJc .item .item-wrapper .item-content .list-wrapper .list-title {
  margin-bottom: 20px;
}
.cid-uP2NJHSyJc .item .item-wrapper .item-content .list-wrapper .list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-uP2NJHSyJc .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 42px;
  margin-bottom: 16px;
}
.cid-uP2NJHSyJc .item .item-wrapper .item-content .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 3px;
  left: 0;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f47451;
  color: #ffffff;
  border-radius: 100%;
}
.cid-uP2NJHSyJc .item .item-wrapper .item-content .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uP2NJHSyJc .item .item-wrapper .item-content .price-wrapper {
  display: flex;
  align-items: flex-end;
  margin-top: 40px;
}
@media (max-width: 1440px) {
  .cid-uP2NJHSyJc .item .item-wrapper .item-content .price-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
@media (max-width: 992px) {
  .cid-uP2NJHSyJc .item .item-wrapper .item-content .price-wrapper {
    margin-top: 20px;
  }
}
.cid-uP2NJHSyJc .item .item-wrapper .item-content .price-wrapper .mbr-section-btn {
  margin-right: 50px;
}
@media (max-width: 1640px) {
  .cid-uP2NJHSyJc .item .item-wrapper .item-content .price-wrapper .mbr-section-btn {
    margin-right: 20px;
  }
}
@media (max-width: 1440px) {
  .cid-uP2NJHSyJc .item .item-wrapper .item-content .price-wrapper .mbr-section-btn {
    margin-right: 0;
  }
}
.cid-uP2NJHSyJc .item .item-wrapper .item-content .price-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uP2NJHSyJc .item .item-wrapper .item-content .price-wrapper .price-wrap {
  display: inline-grid;
  grid-template-columns: 6px 1fr;
  gap: 24px;
  padding: 16px 40px 16px 10px;
  background-color: #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 1440px) {
  .cid-uP2NJHSyJc .item .item-wrapper .item-content .price-wrapper .price-wrap {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uP2NJHSyJc .item .item-wrapper .item-content .price-wrapper .price-wrap {
    padding: 10px 20px 10px 10px;
    gap: 16px;
  }
}
.cid-uP2NJHSyJc .item .item-wrapper .item-content .price-wrapper .price-wrap .line-wrap {
  width: 6px;
  height: 100%;
  border-radius: 10px;
  background-color: #f47451;
}
@media (max-width: 992px) {
  .cid-uP2NJHSyJc .item .item-wrapper .item-content .price-wrapper .price-wrap .line-wrap {
    width: 4px;
  }
}
.cid-uP2NJHSyJc .item .item-wrapper .item-content .price-wrapper .price-wrap .item-price {
  padding: 11px 0;
  margin-bottom: 0;
}
.cid-uP2NJHSyJc .item .item-wrapper .item-img {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uP2NJHSyJc .item .item-wrapper .item-img {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-uP2NJHSyJc .item .item-wrapper .item-img img {
  height: 550px;
  object-fit: cover;
  border: 20px solid #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uP2NJHSyJc .item .item-wrapper .item-img img {
    height: 300px;
    border: 10px solid #ffffff;
  }
}
.cid-uP2NJHSyJc .item .card_1 {
  background-color: #ffffff;
}
.cid-uP2NJHSyJc .item .card_1 .item-img img {
  transform: rotate(-5deg);
}
@media (max-width: 992px) {
  .cid-uP2NJHSyJc .item .card_1 .item-img img {
    transform: none;
  }
}
.cid-uP2NJHSyJc .item .card_2 {
  background-color: #fafaf9;
}
.cid-uP2NJHSyJc .item .card_2 .item-img img {
  transform: rotate(5deg);
}
@media (max-width: 992px) {
  .cid-uP2NJHSyJc .item .card_2 .item-img img {
    transform: none;
  }
}
.cid-uP2NJHSyJc .item .card_3 {
  background-color: #ffc4c9;
}
.cid-uP2NJHSyJc .item .card_3 .item-img img {
  transform: rotate(-5deg);
}
@media (max-width: 992px) {
  .cid-uP2NJHSyJc .item .card_3 .item-img img {
    transform: none;
  }
}
@media (max-width: 992px) {
  .cid-uP2NJHSyJc .main-btn {
    margin-top: 16px;
  }
}
.cid-uP2NJHSyJc .mbr-section-title {
  color: #000c3f;
}
.cid-uP2NJHSyJc .mbr-section-title,
.cid-uP2NJHSyJc .main-btn {
  text-align: center;
  color: #fafaf9;
}
.cid-uP2NJHSyJc .item-title {
  color: #000c3f;
}
.cid-uP2NJHSyJc .item-text {
  color: #000c3f;
}
.cid-uP2NJHSyJc .list {
  color: #000c3f;
}
.cid-uP2NJHSyJc .list-title {
  color: #000c3f;
}
.cid-uP2NJHSyJc .item-price {
  color: #000c3f;
}
.cid-uP2NJIy1Gz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #c79290;
}
.cid-uP2NJIy1Gz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP2NJIy1Gz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP2NJIy1Gz .row {
  justify-content: space-between;
}
.cid-uP2NJIy1Gz .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uP2NJIy1Gz .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uP2NJIy1Gz .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uP2NJIy1Gz .item {
    margin-bottom: 50px;
  }
}
.cid-uP2NJIy1Gz .item .item-wrapper .item-content {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uP2NJIy1Gz .item .item-wrapper .item-content {
    display: block;
    text-align: center;
  }
}
.cid-uP2NJIy1Gz .item .item-wrapper .item-content .icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 50px;
  margin-left: 18px;
}
@media (max-width: 1440px) {
  .cid-uP2NJIy1Gz .item .item-wrapper .item-content .icon-wrapper {
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uP2NJIy1Gz .item .item-wrapper .item-content .icon-wrapper {
    margin: 0 18px 32px;
  }
}
.cid-uP2NJIy1Gz .item .item-wrapper .item-content .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 3px solid #ffffff;
  transform: scale(1.4);
  pointer-events: none;
  transition: all .3s ease;
}
.cid-uP2NJIy1Gz .item .item-wrapper .item-content .icon-wrapper:hover::before,
.cid-uP2NJIy1Gz .item .item-wrapper .item-content .icon-wrapper:focus::before {
  transform: scale(1.5);
}
.cid-uP2NJIy1Gz .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border-radius: 100%;
  background-color: #ffffff;
  font-size: 40px;
  color: #c79290;
}
@media (max-width: 1440px) {
  .cid-uP2NJIy1Gz .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    width: 64px;
    height: 64px;
    font-size: 32px;
  }
}
.cid-uP2NJIy1Gz .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-uP2NJIy1Gz .item .item-wrapper .item-content .item-title:hover,
.cid-uP2NJIy1Gz .item .item-wrapper .item-content .item-title:focus {
  color: #dddddd;
}
.cid-uP2NJIy1Gz .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uP2NJIy1Gz .item-title {
  color: #000c3f;
}
.cid-uP2NJIy1Gz .item-title,
.cid-uP2NJIy1Gz .item-wrapper {
  color: #ffffff;
}
.cid-uP2NJJ4RW1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #c7bea9;
}
.cid-uP2NJJ4RW1 .decor-wrapper {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #f47451;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .cid-uP2NJJ4RW1 .decor-wrapper {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .cid-uP2NJJ4RW1 .decor-wrapper {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .cid-uP2NJJ4RW1 .decor-wrapper {
    display: none;
  }
}
.cid-uP2NJJ4RW1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP2NJJ4RW1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP2NJJ4RW1 .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uP2NJJ4RW1 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uP2NJJ4RW1 .title-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uP2NJJ4RW1 .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uP2NJJ4RW1 .nav-wrapper {
    margin-top: 32px;
  }
}
.cid-uP2NJJ4RW1 .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uP2NJJ4RW1 .nav-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 40px;
}
.cid-uP2NJJ4RW1 .nav-wrapper .list .item-wrap:hover,
.cid-uP2NJJ4RW1 .nav-wrapper .list .item-wrap:focus {
  color: #f47451;
}
@media (max-width: 992px) {
  .cid-uP2NJJ4RW1 .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}
.cid-uP2NJJ4RW1 .social-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uP2NJJ4RW1 .social-wrapper {
    margin-top: 32px;
  }
}
.cid-uP2NJJ4RW1 .social-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uP2NJJ4RW1 .social-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 20px;
}
.cid-uP2NJJ4RW1 .social-wrapper .list .item-wrap:hover,
.cid-uP2NJJ4RW1 .social-wrapper .list .item-wrap:focus {
  color: #f47451;
}
.cid-uP2NJJ4RW1 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uP2NJJ4RW1 .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uP2NJJ4RW1 .list {
  color: #ffffff;
}
.cid-uPHGWxs9Ca {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uPHGWxs9Ca nav.navbar {
  position: fixed;
}
.cid-uPHGWxs9Ca .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-uPHGWxs9Ca .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uPHGWxs9Ca .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uPHGWxs9Ca .dropdown-item:hover,
.cid-uPHGWxs9Ca .dropdown-item:focus {
  background: #c7bea9 !important;
  color: white !important;
}
.cid-uPHGWxs9Ca .dropdown-item:hover span {
  color: white;
}
.cid-uPHGWxs9Ca .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPHGWxs9Ca .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPHGWxs9Ca .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPHGWxs9Ca .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPHGWxs9Ca .nav-link {
  position: relative;
}
.cid-uPHGWxs9Ca .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPHGWxs9Ca .container {
    flex-wrap: wrap;
  }
}
.cid-uPHGWxs9Ca .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPHGWxs9Ca .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uPHGWxs9Ca .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPHGWxs9Ca .dropdown-menu,
.cid-uPHGWxs9Ca .navbar.opened {
  background: #ffffff !important;
}
.cid-uPHGWxs9Ca .nav-item:focus,
.cid-uPHGWxs9Ca .nav-link:focus {
  outline: none;
}
.cid-uPHGWxs9Ca .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPHGWxs9Ca .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPHGWxs9Ca .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPHGWxs9Ca .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPHGWxs9Ca .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPHGWxs9Ca .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPHGWxs9Ca .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uPHGWxs9Ca .navbar.opened {
  transition: all 0.3s;
}
.cid-uPHGWxs9Ca .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPHGWxs9Ca .navbar .navbar-logo img {
  width: auto;
}
.cid-uPHGWxs9Ca .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPHGWxs9Ca .navbar.collapsed {
  justify-content: center;
}
.cid-uPHGWxs9Ca .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPHGWxs9Ca .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPHGWxs9Ca .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uPHGWxs9Ca .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPHGWxs9Ca .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPHGWxs9Ca .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-uPHGWxs9Ca .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPHGWxs9Ca .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPHGWxs9Ca .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPHGWxs9Ca .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPHGWxs9Ca .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPHGWxs9Ca .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPHGWxs9Ca .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPHGWxs9Ca .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-uPHGWxs9Ca .navbar .navbar-logo img {
    height: 7rem !important;
  }
  .cid-uPHGWxs9Ca .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPHGWxs9Ca .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPHGWxs9Ca .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPHGWxs9Ca .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPHGWxs9Ca .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uPHGWxs9Ca .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uPHGWxs9Ca .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPHGWxs9Ca .navbar.navbar-short .navbar-logo img {
  height: 6rem !important;
}
.cid-uPHGWxs9Ca .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPHGWxs9Ca .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPHGWxs9Ca .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPHGWxs9Ca .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPHGWxs9Ca .dropdown-item.active,
.cid-uPHGWxs9Ca .dropdown-item:active {
  background-color: transparent;
}
.cid-uPHGWxs9Ca .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPHGWxs9Ca .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPHGWxs9Ca .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPHGWxs9Ca .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uPHGWxs9Ca .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPHGWxs9Ca .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPHGWxs9Ca ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPHGWxs9Ca .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPHGWxs9Ca button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPHGWxs9Ca button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPHGWxs9Ca button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPHGWxs9Ca button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPHGWxs9Ca button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPHGWxs9Ca button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPHGWxs9Ca nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPHGWxs9Ca nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPHGWxs9Ca nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPHGWxs9Ca nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPHGWxs9Ca .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uPHGWxs9Ca a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPHGWxs9Ca .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-uPHGWxs9Ca .navbar {
    height: 70px;
  }
  .cid-uPHGWxs9Ca .navbar.opened {
    height: auto;
  }
  .cid-uPHGWxs9Ca .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPHGWxKRpe {
  background-image: url("../../../assets/images/background-carol-ferraz-decor201-1200x800.webp");
}
.cid-uPHGWxKRpe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHGWxKRpe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHGWxKRpe .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPHGWxKRpe .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .cid-uPHGWxKRpe .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uPHGWxKRpe .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPHGWxKRpe .content-wrapper .address-wrapper {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uPHGWxKRpe .content-wrapper .address-wrapper {
    margin-top: 32px;
  }
}
.cid-uPHGWxKRpe .content-wrapper .address-wrapper .address-wrap {
  display: inline-grid;
  grid-template-columns: 6px 1fr;
  gap: 24px;
  padding: 16px 40px 16px 10px;
  background-color: #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uPHGWxKRpe .content-wrapper .address-wrapper .address-wrap {
    padding: 10px 20px 10px 10px;
    gap: 16px;
  }
}
.cid-uPHGWxKRpe .content-wrapper .address-wrapper .address-wrap .line-wrap {
  width: 6px;
  height: 100%;
  border-radius: 10px;
  background-color: #f47451;
}
@media (max-width: 992px) {
  .cid-uPHGWxKRpe .content-wrapper .address-wrapper .address-wrap .line-wrap {
    width: 4px;
  }
}
.cid-uPHGWxKRpe .content-wrapper .address-wrapper .address-wrap .text-wrap {
  padding: 10px 0;
}
.cid-uPHGWxKRpe .content-wrapper .address-wrapper .address-wrap .text-wrap .mbr-address {
  margin-bottom: 4px;
}
.cid-uPHGWxKRpe .content-wrapper .address-wrapper .address-wrap .text-wrap .mbr-hours {
  margin-bottom: 0;
}
.cid-uPHGWxKRpe .mbr-section-title {
  color: #000c3f;
}
.cid-uPHGWxKRpe .mbr-text,
.cid-uPHGWxKRpe .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPHGWxKRpe .mbr-section-title,
.cid-uPHGWxKRpe .mbr-section-btn,
.cid-uPHGWxKRpe .address-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uPHGWxKRpe .mbr-address {
  color: #000c3f;
  text-align: left;
}
.cid-uPHGWxKRpe .mbr-hours {
  color: #000c3f;
  text-align: left;
}
.cid-uPHGWxX9SJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff1e2;
}
.cid-uPHGWxX9SJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHGWxX9SJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHGWxX9SJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uPHGWxX9SJ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uPHGWxX9SJ .embla__slide .slide-content {
  width: 100%;
}
.cid-uPHGWxX9SJ .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-uPHGWxX9SJ .embla__slide .slide-content .item-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uPHGWxX9SJ .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: 44%;
  padding: 70px 0 70px 50px;
}
@media (max-width: 992px) {
  .cid-uPHGWxX9SJ .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
    padding: 0;
  }
}
.cid-uPHGWxX9SJ .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uPHGWxX9SJ .embla__slide .slide-content .item-wrapper .item-content .item-title span {
  color: #c79290;
}
.cid-uPHGWxX9SJ .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uPHGWxX9SJ .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPHGWxX9SJ .embla__slide .slide-content .item-wrapper .item-img {
  width: 46%;
}
@media (max-width: 992px) {
  .cid-uPHGWxX9SJ .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
    margin-top: 20px;
  }
}
.cid-uPHGWxX9SJ .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPHGWxX9SJ .embla__slide .slide-content .item-wrapper .item-img img {
    min-height: 180px;
  }
}
.cid-uPHGWxX9SJ .embla__button--next,
.cid-uPHGWxX9SJ .embla__button--prev {
  display: flex;
}
.cid-uPHGWxX9SJ .embla__button {
  bottom: 30px;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: #404349 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uPHGWxX9SJ .embla__button {
    bottom: 0;
  }
}
.cid-uPHGWxX9SJ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPHGWxX9SJ .embla__button:hover {
  background-color: #ed463f !important;
}
.cid-uPHGWxX9SJ .embla__button.embla__button--prev {
  right: 90px;
}
.cid-uPHGWxX9SJ .embla__button.embla__button--next {
  right: 30px;
}
.cid-uPHGWxX9SJ .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPHGWxX9SJ .embla {
    padding-bottom: 4rem;
  }
}
.cid-uPHGWxX9SJ .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  background-color: #f8e7d2;
}
.cid-uPHGWxX9SJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPHGWxX9SJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPHGWxX9SJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPHGWxX9SJ .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uPHGWxX9SJ .mbr-section-title {
  color: #404349;
}
.cid-uPHGWxX9SJ .mbr-text {
  color: #404349;
}
.cid-uPHGWxX9SJ .mbr-desc {
  color: #404349;
}
.cid-uPHGWxX9SJ .item-title {
  color: #232323;
}
.cid-uPHGWyh4uF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPHGWyh4uF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHGWyh4uF .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-uPHGWyh4uF .container {
    padding: 0 30px;
  }
}
.cid-uPHGWyh4uF .row .card {
  justify-content: center;
}
.cid-uPHGWyh4uF .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uPHGWyh4uF .title-wrapper .mbr-section-subtitle {
  opacity: .4;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uPHGWyh4uF .image-wrapper {
    margin-top: 30px;
  }
}
.cid-uPHGWyh4uF .image-wrapper img {
  width: 500px;
  height: 500px;
  border-radius: 100% !important;
  margin: 0 0 0 auto;
  object-fit: cover;
}
@media (max-width: 1400px) {
  .cid-uPHGWyh4uF .image-wrapper img {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1199px) {
  .cid-uPHGWyh4uF .image-wrapper img {
    width: 360px;
    height: 360px;
  }
}
@media (max-width: 992px) {
  .cid-uPHGWyh4uF .image-wrapper img {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .cid-uPHGWyh4uF .image-wrapper img {
    width: 245px;
    height: 245px;
  }
}
.cid-uPHGWyh4uF .mbr-section-title {
  color: #ffffff;
}
.cid-uPHGWyh4uF .mbr-section-subtitle {
  color: #232323;
}
.cid-uPHGWyh4uF .mbr-section-title,
.cid-uPHGWyh4uF .mbr-section-btn {
  color: #c79290;
}
.cid-uPHGWywKiJ {
  padding-top: 5rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #c79290;
}
.cid-uPHGWywKiJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHGWywKiJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHGWywKiJ .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPHGWywKiJ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPHGWywKiJ .item {
  margin-bottom: 20px;
  transform: translateY(64px) rotate(-5deg);
}
@media (max-width: 992px) {
  .cid-uPHGWywKiJ .item {
    margin-bottom: 16px;
    transform: none;
  }
}
.cid-uPHGWywKiJ .item:nth-child(2n) {
  transform: none;
}
.cid-uPHGWywKiJ .item:nth-child(3n) {
  transform: translateY(64px) rotate(5deg);
}
@media (max-width: 992px) {
  .cid-uPHGWywKiJ .item:nth-child(3n) {
    transform: none;
  }
}
.cid-uPHGWywKiJ .item .item-wrapper {
  height: 100%;
  border: 20px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uPHGWywKiJ .item .item-wrapper {
    border: 10px solid #ffffff;
  }
}
.cid-uPHGWywKiJ .item .item-wrapper .item-img img {
  height: 660px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uPHGWywKiJ .item .item-wrapper .item-img img {
    height: 460px;
  }
}
@media (max-width: 992px) {
  .cid-uPHGWywKiJ .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uPHGWywKiJ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPHGWyLQya {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #c7bea9;
}
.cid-uPHGWyLQya .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHGWyLQya .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHGWyLQya .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPHGWyLQya .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPHGWyLQya .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPHGWyLQya .item {
    margin-bottom: 16px;
  }
}
.cid-uPHGWyLQya .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 120px;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uPHGWyLQya .item .item-wrapper {
    padding: 120px 80px;
  }
}
@media (max-width: 1200px) {
  .cid-uPHGWyLQya .item .item-wrapper {
    padding: 120px 50px;
  }
}
@media (max-width: 992px) {
  .cid-uPHGWyLQya .item .item-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uPHGWyLQya .item .item-wrapper .item-content {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uPHGWyLQya .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-uPHGWyLQya .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uPHGWyLQya .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPHGWyLQya .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uPHGWyLQya .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uPHGWyLQya .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-uPHGWyLQya .item .item-wrapper .item-content .list-wrapper .list-title {
  margin-bottom: 20px;
}
.cid-uPHGWyLQya .item .item-wrapper .item-content .list-wrapper .list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-uPHGWyLQya .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 42px;
  margin-bottom: 16px;
}
.cid-uPHGWyLQya .item .item-wrapper .item-content .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 3px;
  left: 0;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f47451;
  color: #ffffff;
  border-radius: 100%;
}
.cid-uPHGWyLQya .item .item-wrapper .item-content .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPHGWyLQya .item .item-wrapper .item-content .price-wrapper {
  display: flex;
  align-items: flex-end;
  margin-top: 40px;
}
@media (max-width: 1440px) {
  .cid-uPHGWyLQya .item .item-wrapper .item-content .price-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
@media (max-width: 992px) {
  .cid-uPHGWyLQya .item .item-wrapper .item-content .price-wrapper {
    margin-top: 20px;
  }
}
.cid-uPHGWyLQya .item .item-wrapper .item-content .price-wrapper .mbr-section-btn {
  margin-right: 50px;
}
@media (max-width: 1640px) {
  .cid-uPHGWyLQya .item .item-wrapper .item-content .price-wrapper .mbr-section-btn {
    margin-right: 20px;
  }
}
@media (max-width: 1440px) {
  .cid-uPHGWyLQya .item .item-wrapper .item-content .price-wrapper .mbr-section-btn {
    margin-right: 0;
  }
}
.cid-uPHGWyLQya .item .item-wrapper .item-content .price-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPHGWyLQya .item .item-wrapper .item-content .price-wrapper .price-wrap {
  display: inline-grid;
  grid-template-columns: 6px 1fr;
  gap: 24px;
  padding: 16px 40px 16px 10px;
  background-color: #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 1440px) {
  .cid-uPHGWyLQya .item .item-wrapper .item-content .price-wrapper .price-wrap {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uPHGWyLQya .item .item-wrapper .item-content .price-wrapper .price-wrap {
    padding: 10px 20px 10px 10px;
    gap: 16px;
  }
}
.cid-uPHGWyLQya .item .item-wrapper .item-content .price-wrapper .price-wrap .line-wrap {
  width: 6px;
  height: 100%;
  border-radius: 10px;
  background-color: #f47451;
}
@media (max-width: 992px) {
  .cid-uPHGWyLQya .item .item-wrapper .item-content .price-wrapper .price-wrap .line-wrap {
    width: 4px;
  }
}
.cid-uPHGWyLQya .item .item-wrapper .item-content .price-wrapper .price-wrap .item-price {
  padding: 11px 0;
  margin-bottom: 0;
}
.cid-uPHGWyLQya .item .item-wrapper .item-img {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uPHGWyLQya .item .item-wrapper .item-img {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-uPHGWyLQya .item .item-wrapper .item-img img {
  height: 550px;
  object-fit: cover;
  border: 20px solid #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uPHGWyLQya .item .item-wrapper .item-img img {
    height: 300px;
    border: 10px solid #ffffff;
  }
}
.cid-uPHGWyLQya .item .card_1 {
  background-color: #ffffff;
}
.cid-uPHGWyLQya .item .card_1 .item-img img {
  transform: rotate(-5deg);
}
@media (max-width: 992px) {
  .cid-uPHGWyLQya .item .card_1 .item-img img {
    transform: none;
  }
}
.cid-uPHGWyLQya .item .card_2 {
  background-color: #fafaf9;
}
.cid-uPHGWyLQya .item .card_2 .item-img img {
  transform: rotate(5deg);
}
@media (max-width: 992px) {
  .cid-uPHGWyLQya .item .card_2 .item-img img {
    transform: none;
  }
}
.cid-uPHGWyLQya .item .card_3 {
  background-color: #ffc4c9;
}
.cid-uPHGWyLQya .item .card_3 .item-img img {
  transform: rotate(-5deg);
}
@media (max-width: 992px) {
  .cid-uPHGWyLQya .item .card_3 .item-img img {
    transform: none;
  }
}
@media (max-width: 992px) {
  .cid-uPHGWyLQya .main-btn {
    margin-top: 16px;
  }
}
.cid-uPHGWyLQya .mbr-section-title {
  color: #000c3f;
}
.cid-uPHGWyLQya .mbr-section-title,
.cid-uPHGWyLQya .main-btn {
  text-align: center;
  color: #fafaf9;
}
.cid-uPHGWyLQya .item-title {
  color: #000c3f;
}
.cid-uPHGWyLQya .item-text {
  color: #000c3f;
}
.cid-uPHGWyLQya .list {
  color: #000c3f;
}
.cid-uPHGWyLQya .list-title {
  color: #000c3f;
}
.cid-uPHGWyLQya .item-price {
  color: #000c3f;
}
.cid-uPHGWz94s3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #c79290;
}
.cid-uPHGWz94s3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHGWz94s3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHGWz94s3 .row {
  justify-content: space-between;
}
.cid-uPHGWz94s3 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPHGWz94s3 .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uPHGWz94s3 .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPHGWz94s3 .item {
    margin-bottom: 50px;
  }
}
.cid-uPHGWz94s3 .item .item-wrapper .item-content {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uPHGWz94s3 .item .item-wrapper .item-content {
    display: block;
    text-align: center;
  }
}
.cid-uPHGWz94s3 .item .item-wrapper .item-content .icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 50px;
  margin-left: 18px;
}
@media (max-width: 1440px) {
  .cid-uPHGWz94s3 .item .item-wrapper .item-content .icon-wrapper {
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPHGWz94s3 .item .item-wrapper .item-content .icon-wrapper {
    margin: 0 18px 32px;
  }
}
.cid-uPHGWz94s3 .item .item-wrapper .item-content .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 3px solid #ffffff;
  transform: scale(1.4);
  pointer-events: none;
  transition: all .3s ease;
}
.cid-uPHGWz94s3 .item .item-wrapper .item-content .icon-wrapper:hover::before,
.cid-uPHGWz94s3 .item .item-wrapper .item-content .icon-wrapper:focus::before {
  transform: scale(1.5);
}
.cid-uPHGWz94s3 .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border-radius: 100%;
  background-color: #ffffff;
  font-size: 40px;
  color: #c79290;
}
@media (max-width: 1440px) {
  .cid-uPHGWz94s3 .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    width: 64px;
    height: 64px;
    font-size: 32px;
  }
}
.cid-uPHGWz94s3 .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-uPHGWz94s3 .item .item-wrapper .item-content .item-title:hover,
.cid-uPHGWz94s3 .item .item-wrapper .item-content .item-title:focus {
  color: #dddddd;
}
.cid-uPHGWz94s3 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPHGWz94s3 .item-title {
  color: #000c3f;
}
.cid-uPHGWz94s3 .item-title,
.cid-uPHGWz94s3 .item-wrapper {
  color: #ffffff;
}
.cid-uPHGWzrGT5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #c7bea9;
}
.cid-uPHGWzrGT5 .decor-wrapper {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #f47451;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .cid-uPHGWzrGT5 .decor-wrapper {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .cid-uPHGWzrGT5 .decor-wrapper {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .cid-uPHGWzrGT5 .decor-wrapper {
    display: none;
  }
}
.cid-uPHGWzrGT5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHGWzrGT5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHGWzrGT5 .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uPHGWzrGT5 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uPHGWzrGT5 .title-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uPHGWzrGT5 .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uPHGWzrGT5 .nav-wrapper {
    margin-top: 32px;
  }
}
.cid-uPHGWzrGT5 .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uPHGWzrGT5 .nav-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 40px;
}
.cid-uPHGWzrGT5 .nav-wrapper .list .item-wrap:hover,
.cid-uPHGWzrGT5 .nav-wrapper .list .item-wrap:focus {
  color: #f47451;
}
@media (max-width: 992px) {
  .cid-uPHGWzrGT5 .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}
.cid-uPHGWzrGT5 .social-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uPHGWzrGT5 .social-wrapper {
    margin-top: 32px;
  }
}
.cid-uPHGWzrGT5 .social-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uPHGWzrGT5 .social-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 20px;
}
.cid-uPHGWzrGT5 .social-wrapper .list .item-wrap:hover,
.cid-uPHGWzrGT5 .social-wrapper .list .item-wrap:focus {
  color: #f47451;
}
.cid-uPHGWzrGT5 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPHGWzrGT5 .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uPHGWzrGT5 .list {
  color: #ffffff;
}
.cid-uPHHlLAlYC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uPHHlLAlYC nav.navbar {
  position: fixed;
}
.cid-uPHHlLAlYC .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-uPHHlLAlYC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uPHHlLAlYC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uPHHlLAlYC .dropdown-item:hover,
.cid-uPHHlLAlYC .dropdown-item:focus {
  background: #c7bea9 !important;
  color: white !important;
}
.cid-uPHHlLAlYC .dropdown-item:hover span {
  color: white;
}
.cid-uPHHlLAlYC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPHHlLAlYC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPHHlLAlYC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPHHlLAlYC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPHHlLAlYC .nav-link {
  position: relative;
}
.cid-uPHHlLAlYC .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPHHlLAlYC .container {
    flex-wrap: wrap;
  }
}
.cid-uPHHlLAlYC .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPHHlLAlYC .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uPHHlLAlYC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPHHlLAlYC .dropdown-menu,
.cid-uPHHlLAlYC .navbar.opened {
  background: #ffffff !important;
}
.cid-uPHHlLAlYC .nav-item:focus,
.cid-uPHHlLAlYC .nav-link:focus {
  outline: none;
}
.cid-uPHHlLAlYC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPHHlLAlYC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPHHlLAlYC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPHHlLAlYC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPHHlLAlYC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPHHlLAlYC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPHHlLAlYC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uPHHlLAlYC .navbar.opened {
  transition: all 0.3s;
}
.cid-uPHHlLAlYC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPHHlLAlYC .navbar .navbar-logo img {
  width: auto;
}
.cid-uPHHlLAlYC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPHHlLAlYC .navbar.collapsed {
  justify-content: center;
}
.cid-uPHHlLAlYC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPHHlLAlYC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPHHlLAlYC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uPHHlLAlYC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPHHlLAlYC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPHHlLAlYC .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-uPHHlLAlYC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPHHlLAlYC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPHHlLAlYC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPHHlLAlYC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPHHlLAlYC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPHHlLAlYC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPHHlLAlYC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPHHlLAlYC .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-uPHHlLAlYC .navbar .navbar-logo img {
    height: 7rem !important;
  }
  .cid-uPHHlLAlYC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPHHlLAlYC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPHHlLAlYC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPHHlLAlYC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPHHlLAlYC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uPHHlLAlYC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uPHHlLAlYC .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPHHlLAlYC .navbar.navbar-short .navbar-logo img {
  height: 6rem !important;
}
.cid-uPHHlLAlYC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPHHlLAlYC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPHHlLAlYC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPHHlLAlYC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPHHlLAlYC .dropdown-item.active,
.cid-uPHHlLAlYC .dropdown-item:active {
  background-color: transparent;
}
.cid-uPHHlLAlYC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPHHlLAlYC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPHHlLAlYC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPHHlLAlYC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uPHHlLAlYC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPHHlLAlYC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPHHlLAlYC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPHHlLAlYC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPHHlLAlYC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPHHlLAlYC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPHHlLAlYC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPHHlLAlYC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPHHlLAlYC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPHHlLAlYC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPHHlLAlYC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPHHlLAlYC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPHHlLAlYC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPHHlLAlYC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPHHlLAlYC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uPHHlLAlYC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPHHlLAlYC .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-uPHHlLAlYC .navbar {
    height: 70px;
  }
  .cid-uPHHlLAlYC .navbar.opened {
    height: auto;
  }
  .cid-uPHHlLAlYC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPHHlMeUxd {
  background-image: url("../../../assets/images/background-carol-ferraz-decor201-1200x800.webp");
}
.cid-uPHHlMeUxd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHHlMeUxd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHHlMeUxd .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPHHlMeUxd .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .cid-uPHHlMeUxd .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uPHHlMeUxd .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPHHlMeUxd .content-wrapper .address-wrapper {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uPHHlMeUxd .content-wrapper .address-wrapper {
    margin-top: 32px;
  }
}
.cid-uPHHlMeUxd .content-wrapper .address-wrapper .address-wrap {
  display: inline-grid;
  grid-template-columns: 6px 1fr;
  gap: 24px;
  padding: 16px 40px 16px 10px;
  background-color: #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uPHHlMeUxd .content-wrapper .address-wrapper .address-wrap {
    padding: 10px 20px 10px 10px;
    gap: 16px;
  }
}
.cid-uPHHlMeUxd .content-wrapper .address-wrapper .address-wrap .line-wrap {
  width: 6px;
  height: 100%;
  border-radius: 10px;
  background-color: #f47451;
}
@media (max-width: 992px) {
  .cid-uPHHlMeUxd .content-wrapper .address-wrapper .address-wrap .line-wrap {
    width: 4px;
  }
}
.cid-uPHHlMeUxd .content-wrapper .address-wrapper .address-wrap .text-wrap {
  padding: 10px 0;
}
.cid-uPHHlMeUxd .content-wrapper .address-wrapper .address-wrap .text-wrap .mbr-address {
  margin-bottom: 4px;
}
.cid-uPHHlMeUxd .content-wrapper .address-wrapper .address-wrap .text-wrap .mbr-hours {
  margin-bottom: 0;
}
.cid-uPHHlMeUxd .mbr-section-title {
  color: #000c3f;
}
.cid-uPHHlMeUxd .mbr-text,
.cid-uPHHlMeUxd .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPHHlMeUxd .mbr-section-title,
.cid-uPHHlMeUxd .mbr-section-btn,
.cid-uPHHlMeUxd .address-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uPHHlMeUxd .mbr-address {
  color: #000c3f;
  text-align: left;
}
.cid-uPHHlMeUxd .mbr-hours {
  color: #000c3f;
  text-align: left;
}
.cid-uPHHlMEuIS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff1e2;
}
.cid-uPHHlMEuIS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHHlMEuIS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHHlMEuIS .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uPHHlMEuIS .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uPHHlMEuIS .embla__slide .slide-content {
  width: 100%;
}
.cid-uPHHlMEuIS .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-uPHHlMEuIS .embla__slide .slide-content .item-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uPHHlMEuIS .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: 44%;
  padding: 70px 0 70px 50px;
}
@media (max-width: 992px) {
  .cid-uPHHlMEuIS .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
    padding: 0;
  }
}
.cid-uPHHlMEuIS .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uPHHlMEuIS .embla__slide .slide-content .item-wrapper .item-content .item-title span {
  color: #c79290;
}
.cid-uPHHlMEuIS .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uPHHlMEuIS .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPHHlMEuIS .embla__slide .slide-content .item-wrapper .item-img {
  width: 46%;
}
@media (max-width: 992px) {
  .cid-uPHHlMEuIS .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
    margin-top: 20px;
  }
}
.cid-uPHHlMEuIS .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPHHlMEuIS .embla__slide .slide-content .item-wrapper .item-img img {
    min-height: 180px;
  }
}
.cid-uPHHlMEuIS .embla__button--next,
.cid-uPHHlMEuIS .embla__button--prev {
  display: flex;
}
.cid-uPHHlMEuIS .embla__button {
  bottom: 30px;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: #404349 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uPHHlMEuIS .embla__button {
    bottom: 0;
  }
}
.cid-uPHHlMEuIS .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPHHlMEuIS .embla__button:hover {
  background-color: #ed463f !important;
}
.cid-uPHHlMEuIS .embla__button.embla__button--prev {
  right: 90px;
}
.cid-uPHHlMEuIS .embla__button.embla__button--next {
  right: 30px;
}
.cid-uPHHlMEuIS .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPHHlMEuIS .embla {
    padding-bottom: 4rem;
  }
}
.cid-uPHHlMEuIS .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  background-color: #f8e7d2;
}
.cid-uPHHlMEuIS .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPHHlMEuIS .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPHHlMEuIS .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPHHlMEuIS .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uPHHlMEuIS .mbr-section-title {
  color: #404349;
}
.cid-uPHHlMEuIS .mbr-text {
  color: #404349;
}
.cid-uPHHlMEuIS .mbr-desc {
  color: #404349;
}
.cid-uPHHlMEuIS .item-title {
  color: #232323;
}
.cid-uPHHlNc6pq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPHHlNc6pq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHHlNc6pq .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-uPHHlNc6pq .container {
    padding: 0 30px;
  }
}
.cid-uPHHlNc6pq .row .card {
  justify-content: center;
}
.cid-uPHHlNc6pq .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uPHHlNc6pq .title-wrapper .mbr-section-subtitle {
  opacity: .4;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uPHHlNc6pq .image-wrapper {
    margin-top: 30px;
  }
}
.cid-uPHHlNc6pq .image-wrapper img {
  width: 500px;
  height: 500px;
  border-radius: 100% !important;
  margin: 0 0 0 auto;
  object-fit: cover;
}
@media (max-width: 1400px) {
  .cid-uPHHlNc6pq .image-wrapper img {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1199px) {
  .cid-uPHHlNc6pq .image-wrapper img {
    width: 360px;
    height: 360px;
  }
}
@media (max-width: 992px) {
  .cid-uPHHlNc6pq .image-wrapper img {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .cid-uPHHlNc6pq .image-wrapper img {
    width: 245px;
    height: 245px;
  }
}
.cid-uPHHlNc6pq .mbr-section-title {
  color: #ffffff;
}
.cid-uPHHlNc6pq .mbr-section-subtitle {
  color: #232323;
}
.cid-uPHHlNc6pq .mbr-section-title,
.cid-uPHHlNc6pq .mbr-section-btn {
  color: #c79290;
}
.cid-uPHHlNvUwk {
  padding-top: 5rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #c79290;
}
.cid-uPHHlNvUwk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHHlNvUwk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHHlNvUwk .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPHHlNvUwk .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPHHlNvUwk .item {
  margin-bottom: 20px;
  transform: translateY(64px) rotate(-5deg);
}
@media (max-width: 992px) {
  .cid-uPHHlNvUwk .item {
    margin-bottom: 16px;
    transform: none;
  }
}
.cid-uPHHlNvUwk .item:nth-child(2n) {
  transform: none;
}
.cid-uPHHlNvUwk .item:nth-child(3n) {
  transform: translateY(64px) rotate(5deg);
}
@media (max-width: 992px) {
  .cid-uPHHlNvUwk .item:nth-child(3n) {
    transform: none;
  }
}
.cid-uPHHlNvUwk .item .item-wrapper {
  height: 100%;
  border: 20px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uPHHlNvUwk .item .item-wrapper {
    border: 10px solid #ffffff;
  }
}
.cid-uPHHlNvUwk .item .item-wrapper .item-img img {
  height: 660px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uPHHlNvUwk .item .item-wrapper .item-img img {
    height: 460px;
  }
}
@media (max-width: 992px) {
  .cid-uPHHlNvUwk .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uPHHlNvUwk .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPHHlNVMZw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #c7bea9;
}
.cid-uPHHlNVMZw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHHlNVMZw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHHlNVMZw .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPHHlNVMZw .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPHHlNVMZw .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPHHlNVMZw .item {
    margin-bottom: 16px;
  }
}
.cid-uPHHlNVMZw .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 120px;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uPHHlNVMZw .item .item-wrapper {
    padding: 120px 80px;
  }
}
@media (max-width: 1200px) {
  .cid-uPHHlNVMZw .item .item-wrapper {
    padding: 120px 50px;
  }
}
@media (max-width: 992px) {
  .cid-uPHHlNVMZw .item .item-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uPHHlNVMZw .item .item-wrapper .item-content {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uPHHlNVMZw .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-uPHHlNVMZw .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uPHHlNVMZw .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPHHlNVMZw .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uPHHlNVMZw .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uPHHlNVMZw .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-uPHHlNVMZw .item .item-wrapper .item-content .list-wrapper .list-title {
  margin-bottom: 20px;
}
.cid-uPHHlNVMZw .item .item-wrapper .item-content .list-wrapper .list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-uPHHlNVMZw .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 42px;
  margin-bottom: 16px;
}
.cid-uPHHlNVMZw .item .item-wrapper .item-content .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 3px;
  left: 0;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f47451;
  color: #ffffff;
  border-radius: 100%;
}
.cid-uPHHlNVMZw .item .item-wrapper .item-content .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPHHlNVMZw .item .item-wrapper .item-content .price-wrapper {
  display: flex;
  align-items: flex-end;
  margin-top: 40px;
}
@media (max-width: 1440px) {
  .cid-uPHHlNVMZw .item .item-wrapper .item-content .price-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
@media (max-width: 992px) {
  .cid-uPHHlNVMZw .item .item-wrapper .item-content .price-wrapper {
    margin-top: 20px;
  }
}
.cid-uPHHlNVMZw .item .item-wrapper .item-content .price-wrapper .mbr-section-btn {
  margin-right: 50px;
}
@media (max-width: 1640px) {
  .cid-uPHHlNVMZw .item .item-wrapper .item-content .price-wrapper .mbr-section-btn {
    margin-right: 20px;
  }
}
@media (max-width: 1440px) {
  .cid-uPHHlNVMZw .item .item-wrapper .item-content .price-wrapper .mbr-section-btn {
    margin-right: 0;
  }
}
.cid-uPHHlNVMZw .item .item-wrapper .item-content .price-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPHHlNVMZw .item .item-wrapper .item-content .price-wrapper .price-wrap {
  display: inline-grid;
  grid-template-columns: 6px 1fr;
  gap: 24px;
  padding: 16px 40px 16px 10px;
  background-color: #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 1440px) {
  .cid-uPHHlNVMZw .item .item-wrapper .item-content .price-wrapper .price-wrap {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uPHHlNVMZw .item .item-wrapper .item-content .price-wrapper .price-wrap {
    padding: 10px 20px 10px 10px;
    gap: 16px;
  }
}
.cid-uPHHlNVMZw .item .item-wrapper .item-content .price-wrapper .price-wrap .line-wrap {
  width: 6px;
  height: 100%;
  border-radius: 10px;
  background-color: #f47451;
}
@media (max-width: 992px) {
  .cid-uPHHlNVMZw .item .item-wrapper .item-content .price-wrapper .price-wrap .line-wrap {
    width: 4px;
  }
}
.cid-uPHHlNVMZw .item .item-wrapper .item-content .price-wrapper .price-wrap .item-price {
  padding: 11px 0;
  margin-bottom: 0;
}
.cid-uPHHlNVMZw .item .item-wrapper .item-img {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uPHHlNVMZw .item .item-wrapper .item-img {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-uPHHlNVMZw .item .item-wrapper .item-img img {
  height: 550px;
  object-fit: cover;
  border: 20px solid #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uPHHlNVMZw .item .item-wrapper .item-img img {
    height: 300px;
    border: 10px solid #ffffff;
  }
}
.cid-uPHHlNVMZw .item .card_1 {
  background-color: #ffffff;
}
.cid-uPHHlNVMZw .item .card_1 .item-img img {
  transform: rotate(-5deg);
}
@media (max-width: 992px) {
  .cid-uPHHlNVMZw .item .card_1 .item-img img {
    transform: none;
  }
}
.cid-uPHHlNVMZw .item .card_2 {
  background-color: #fafaf9;
}
.cid-uPHHlNVMZw .item .card_2 .item-img img {
  transform: rotate(5deg);
}
@media (max-width: 992px) {
  .cid-uPHHlNVMZw .item .card_2 .item-img img {
    transform: none;
  }
}
.cid-uPHHlNVMZw .item .card_3 {
  background-color: #ffc4c9;
}
.cid-uPHHlNVMZw .item .card_3 .item-img img {
  transform: rotate(-5deg);
}
@media (max-width: 992px) {
  .cid-uPHHlNVMZw .item .card_3 .item-img img {
    transform: none;
  }
}
@media (max-width: 992px) {
  .cid-uPHHlNVMZw .main-btn {
    margin-top: 16px;
  }
}
.cid-uPHHlNVMZw .mbr-section-title {
  color: #000c3f;
}
.cid-uPHHlNVMZw .mbr-section-title,
.cid-uPHHlNVMZw .main-btn {
  text-align: center;
  color: #fafaf9;
}
.cid-uPHHlNVMZw .item-title {
  color: #000c3f;
}
.cid-uPHHlNVMZw .item-text {
  color: #000c3f;
}
.cid-uPHHlNVMZw .list {
  color: #000c3f;
}
.cid-uPHHlNVMZw .list-title {
  color: #000c3f;
}
.cid-uPHHlNVMZw .item-price {
  color: #000c3f;
}
.cid-uPHHlOD5lV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #c79290;
}
.cid-uPHHlOD5lV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHHlOD5lV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHHlOD5lV .row {
  justify-content: space-between;
}
.cid-uPHHlOD5lV .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPHHlOD5lV .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uPHHlOD5lV .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPHHlOD5lV .item {
    margin-bottom: 50px;
  }
}
.cid-uPHHlOD5lV .item .item-wrapper .item-content {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uPHHlOD5lV .item .item-wrapper .item-content {
    display: block;
    text-align: center;
  }
}
.cid-uPHHlOD5lV .item .item-wrapper .item-content .icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 50px;
  margin-left: 18px;
}
@media (max-width: 1440px) {
  .cid-uPHHlOD5lV .item .item-wrapper .item-content .icon-wrapper {
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPHHlOD5lV .item .item-wrapper .item-content .icon-wrapper {
    margin: 0 18px 32px;
  }
}
.cid-uPHHlOD5lV .item .item-wrapper .item-content .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 3px solid #ffffff;
  transform: scale(1.4);
  pointer-events: none;
  transition: all .3s ease;
}
.cid-uPHHlOD5lV .item .item-wrapper .item-content .icon-wrapper:hover::before,
.cid-uPHHlOD5lV .item .item-wrapper .item-content .icon-wrapper:focus::before {
  transform: scale(1.5);
}
.cid-uPHHlOD5lV .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border-radius: 100%;
  background-color: #ffffff;
  font-size: 40px;
  color: #c79290;
}
@media (max-width: 1440px) {
  .cid-uPHHlOD5lV .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    width: 64px;
    height: 64px;
    font-size: 32px;
  }
}
.cid-uPHHlOD5lV .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-uPHHlOD5lV .item .item-wrapper .item-content .item-title:hover,
.cid-uPHHlOD5lV .item .item-wrapper .item-content .item-title:focus {
  color: #dddddd;
}
.cid-uPHHlOD5lV .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPHHlOD5lV .item-title {
  color: #000c3f;
}
.cid-uPHHlOD5lV .item-title,
.cid-uPHHlOD5lV .item-wrapper {
  color: #ffffff;
}
.cid-uPHHlPjIHQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #c7bea9;
}
.cid-uPHHlPjIHQ .decor-wrapper {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #f47451;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .cid-uPHHlPjIHQ .decor-wrapper {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .cid-uPHHlPjIHQ .decor-wrapper {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .cid-uPHHlPjIHQ .decor-wrapper {
    display: none;
  }
}
.cid-uPHHlPjIHQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHHlPjIHQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHHlPjIHQ .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uPHHlPjIHQ .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uPHHlPjIHQ .title-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uPHHlPjIHQ .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uPHHlPjIHQ .nav-wrapper {
    margin-top: 32px;
  }
}
.cid-uPHHlPjIHQ .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uPHHlPjIHQ .nav-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 40px;
}
.cid-uPHHlPjIHQ .nav-wrapper .list .item-wrap:hover,
.cid-uPHHlPjIHQ .nav-wrapper .list .item-wrap:focus {
  color: #f47451;
}
@media (max-width: 992px) {
  .cid-uPHHlPjIHQ .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}
.cid-uPHHlPjIHQ .social-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uPHHlPjIHQ .social-wrapper {
    margin-top: 32px;
  }
}
.cid-uPHHlPjIHQ .social-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uPHHlPjIHQ .social-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 20px;
}
.cid-uPHHlPjIHQ .social-wrapper .list .item-wrap:hover,
.cid-uPHHlPjIHQ .social-wrapper .list .item-wrap:focus {
  color: #f47451;
}
.cid-uPHHlPjIHQ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPHHlPjIHQ .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uPHHlPjIHQ .list {
  color: #ffffff;
}
.cid-uPHHxZr1bV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uPHHxZr1bV nav.navbar {
  position: fixed;
}
.cid-uPHHxZr1bV .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-uPHHxZr1bV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uPHHxZr1bV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uPHHxZr1bV .dropdown-item:hover,
.cid-uPHHxZr1bV .dropdown-item:focus {
  background: #c7bea9 !important;
  color: white !important;
}
.cid-uPHHxZr1bV .dropdown-item:hover span {
  color: white;
}
.cid-uPHHxZr1bV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPHHxZr1bV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPHHxZr1bV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPHHxZr1bV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPHHxZr1bV .nav-link {
  position: relative;
}
.cid-uPHHxZr1bV .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPHHxZr1bV .container {
    flex-wrap: wrap;
  }
}
.cid-uPHHxZr1bV .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPHHxZr1bV .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uPHHxZr1bV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPHHxZr1bV .dropdown-menu,
.cid-uPHHxZr1bV .navbar.opened {
  background: #ffffff !important;
}
.cid-uPHHxZr1bV .nav-item:focus,
.cid-uPHHxZr1bV .nav-link:focus {
  outline: none;
}
.cid-uPHHxZr1bV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPHHxZr1bV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPHHxZr1bV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPHHxZr1bV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPHHxZr1bV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPHHxZr1bV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPHHxZr1bV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uPHHxZr1bV .navbar.opened {
  transition: all 0.3s;
}
.cid-uPHHxZr1bV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPHHxZr1bV .navbar .navbar-logo img {
  width: auto;
}
.cid-uPHHxZr1bV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPHHxZr1bV .navbar.collapsed {
  justify-content: center;
}
.cid-uPHHxZr1bV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPHHxZr1bV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPHHxZr1bV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uPHHxZr1bV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPHHxZr1bV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPHHxZr1bV .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-uPHHxZr1bV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPHHxZr1bV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPHHxZr1bV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPHHxZr1bV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPHHxZr1bV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPHHxZr1bV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPHHxZr1bV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPHHxZr1bV .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-uPHHxZr1bV .navbar .navbar-logo img {
    height: 7rem !important;
  }
  .cid-uPHHxZr1bV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPHHxZr1bV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPHHxZr1bV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPHHxZr1bV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPHHxZr1bV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uPHHxZr1bV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uPHHxZr1bV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPHHxZr1bV .navbar.navbar-short .navbar-logo img {
  height: 6rem !important;
}
.cid-uPHHxZr1bV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPHHxZr1bV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPHHxZr1bV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPHHxZr1bV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPHHxZr1bV .dropdown-item.active,
.cid-uPHHxZr1bV .dropdown-item:active {
  background-color: transparent;
}
.cid-uPHHxZr1bV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPHHxZr1bV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPHHxZr1bV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPHHxZr1bV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uPHHxZr1bV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPHHxZr1bV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPHHxZr1bV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPHHxZr1bV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPHHxZr1bV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPHHxZr1bV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPHHxZr1bV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPHHxZr1bV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPHHxZr1bV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPHHxZr1bV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPHHxZr1bV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPHHxZr1bV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPHHxZr1bV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPHHxZr1bV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPHHxZr1bV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uPHHxZr1bV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPHHxZr1bV .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-uPHHxZr1bV .navbar {
    height: 70px;
  }
  .cid-uPHHxZr1bV .navbar.opened {
    height: auto;
  }
  .cid-uPHHxZr1bV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPHHxZLDkj {
  background-image: url("../../../assets/images/background-carol-ferraz-decor201-1200x800.webp");
}
.cid-uPHHxZLDkj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHHxZLDkj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHHxZLDkj .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPHHxZLDkj .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .cid-uPHHxZLDkj .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uPHHxZLDkj .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPHHxZLDkj .content-wrapper .address-wrapper {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uPHHxZLDkj .content-wrapper .address-wrapper {
    margin-top: 32px;
  }
}
.cid-uPHHxZLDkj .content-wrapper .address-wrapper .address-wrap {
  display: inline-grid;
  grid-template-columns: 6px 1fr;
  gap: 24px;
  padding: 16px 40px 16px 10px;
  background-color: #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uPHHxZLDkj .content-wrapper .address-wrapper .address-wrap {
    padding: 10px 20px 10px 10px;
    gap: 16px;
  }
}
.cid-uPHHxZLDkj .content-wrapper .address-wrapper .address-wrap .line-wrap {
  width: 6px;
  height: 100%;
  border-radius: 10px;
  background-color: #f47451;
}
@media (max-width: 992px) {
  .cid-uPHHxZLDkj .content-wrapper .address-wrapper .address-wrap .line-wrap {
    width: 4px;
  }
}
.cid-uPHHxZLDkj .content-wrapper .address-wrapper .address-wrap .text-wrap {
  padding: 10px 0;
}
.cid-uPHHxZLDkj .content-wrapper .address-wrapper .address-wrap .text-wrap .mbr-address {
  margin-bottom: 4px;
}
.cid-uPHHxZLDkj .content-wrapper .address-wrapper .address-wrap .text-wrap .mbr-hours {
  margin-bottom: 0;
}
.cid-uPHHxZLDkj .mbr-section-title {
  color: #000c3f;
}
.cid-uPHHxZLDkj .mbr-text,
.cid-uPHHxZLDkj .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPHHxZLDkj .mbr-section-title,
.cid-uPHHxZLDkj .mbr-section-btn,
.cid-uPHHxZLDkj .address-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uPHHxZLDkj .mbr-address {
  color: #000c3f;
  text-align: left;
}
.cid-uPHHxZLDkj .mbr-hours {
  color: #000c3f;
  text-align: left;
}
.cid-uPHHy00Phd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff1e2;
}
.cid-uPHHy00Phd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHHy00Phd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHHy00Phd .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uPHHy00Phd .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uPHHy00Phd .embla__slide .slide-content {
  width: 100%;
}
.cid-uPHHy00Phd .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-uPHHy00Phd .embla__slide .slide-content .item-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uPHHy00Phd .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: 44%;
  padding: 70px 0 70px 50px;
}
@media (max-width: 992px) {
  .cid-uPHHy00Phd .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
    padding: 0;
  }
}
.cid-uPHHy00Phd .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uPHHy00Phd .embla__slide .slide-content .item-wrapper .item-content .item-title span {
  color: #c79290;
}
.cid-uPHHy00Phd .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uPHHy00Phd .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPHHy00Phd .embla__slide .slide-content .item-wrapper .item-img {
  width: 46%;
}
@media (max-width: 992px) {
  .cid-uPHHy00Phd .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
    margin-top: 20px;
  }
}
.cid-uPHHy00Phd .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPHHy00Phd .embla__slide .slide-content .item-wrapper .item-img img {
    min-height: 180px;
  }
}
.cid-uPHHy00Phd .embla__button--next,
.cid-uPHHy00Phd .embla__button--prev {
  display: flex;
}
.cid-uPHHy00Phd .embla__button {
  bottom: 30px;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: #404349 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uPHHy00Phd .embla__button {
    bottom: 0;
  }
}
.cid-uPHHy00Phd .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPHHy00Phd .embla__button:hover {
  background-color: #ed463f !important;
}
.cid-uPHHy00Phd .embla__button.embla__button--prev {
  right: 90px;
}
.cid-uPHHy00Phd .embla__button.embla__button--next {
  right: 30px;
}
.cid-uPHHy00Phd .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPHHy00Phd .embla {
    padding-bottom: 4rem;
  }
}
.cid-uPHHy00Phd .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  background-color: #f8e7d2;
}
.cid-uPHHy00Phd .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPHHy00Phd .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPHHy00Phd .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPHHy00Phd .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uPHHy00Phd .mbr-section-title {
  color: #404349;
}
.cid-uPHHy00Phd .mbr-text {
  color: #404349;
}
.cid-uPHHy00Phd .mbr-desc {
  color: #404349;
}
.cid-uPHHy00Phd .item-title {
  color: #232323;
}
.cid-uPHHy0kCc2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPHHy0kCc2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHHy0kCc2 .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-uPHHy0kCc2 .container {
    padding: 0 30px;
  }
}
.cid-uPHHy0kCc2 .row .card {
  justify-content: center;
}
.cid-uPHHy0kCc2 .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uPHHy0kCc2 .title-wrapper .mbr-section-subtitle {
  opacity: .4;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uPHHy0kCc2 .image-wrapper {
    margin-top: 30px;
  }
}
.cid-uPHHy0kCc2 .image-wrapper img {
  width: 500px;
  height: 500px;
  border-radius: 100% !important;
  margin: 0 0 0 auto;
  object-fit: cover;
}
@media (max-width: 1400px) {
  .cid-uPHHy0kCc2 .image-wrapper img {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1199px) {
  .cid-uPHHy0kCc2 .image-wrapper img {
    width: 360px;
    height: 360px;
  }
}
@media (max-width: 992px) {
  .cid-uPHHy0kCc2 .image-wrapper img {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .cid-uPHHy0kCc2 .image-wrapper img {
    width: 245px;
    height: 245px;
  }
}
.cid-uPHHy0kCc2 .mbr-section-title {
  color: #ffffff;
}
.cid-uPHHy0kCc2 .mbr-section-subtitle {
  color: #232323;
}
.cid-uPHHy0kCc2 .mbr-section-title,
.cid-uPHHy0kCc2 .mbr-section-btn {
  color: #c79290;
}
.cid-uPHHy0xUoF {
  padding-top: 5rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #c79290;
}
.cid-uPHHy0xUoF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHHy0xUoF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHHy0xUoF .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPHHy0xUoF .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPHHy0xUoF .item {
  margin-bottom: 20px;
  transform: translateY(64px) rotate(-5deg);
}
@media (max-width: 992px) {
  .cid-uPHHy0xUoF .item {
    margin-bottom: 16px;
    transform: none;
  }
}
.cid-uPHHy0xUoF .item:nth-child(2n) {
  transform: none;
}
.cid-uPHHy0xUoF .item:nth-child(3n) {
  transform: translateY(64px) rotate(5deg);
}
@media (max-width: 992px) {
  .cid-uPHHy0xUoF .item:nth-child(3n) {
    transform: none;
  }
}
.cid-uPHHy0xUoF .item .item-wrapper {
  height: 100%;
  border: 20px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uPHHy0xUoF .item .item-wrapper {
    border: 10px solid #ffffff;
  }
}
.cid-uPHHy0xUoF .item .item-wrapper .item-img img {
  height: 660px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uPHHy0xUoF .item .item-wrapper .item-img img {
    height: 460px;
  }
}
@media (max-width: 992px) {
  .cid-uPHHy0xUoF .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uPHHy0xUoF .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPHHy0LZmc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #c7bea9;
}
.cid-uPHHy0LZmc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHHy0LZmc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHHy0LZmc .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPHHy0LZmc .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPHHy0LZmc .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPHHy0LZmc .item {
    margin-bottom: 16px;
  }
}
.cid-uPHHy0LZmc .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 120px;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uPHHy0LZmc .item .item-wrapper {
    padding: 120px 80px;
  }
}
@media (max-width: 1200px) {
  .cid-uPHHy0LZmc .item .item-wrapper {
    padding: 120px 50px;
  }
}
@media (max-width: 992px) {
  .cid-uPHHy0LZmc .item .item-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uPHHy0LZmc .item .item-wrapper .item-content {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uPHHy0LZmc .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-uPHHy0LZmc .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uPHHy0LZmc .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPHHy0LZmc .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uPHHy0LZmc .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uPHHy0LZmc .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-uPHHy0LZmc .item .item-wrapper .item-content .list-wrapper .list-title {
  margin-bottom: 20px;
}
.cid-uPHHy0LZmc .item .item-wrapper .item-content .list-wrapper .list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-uPHHy0LZmc .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 42px;
  margin-bottom: 16px;
}
.cid-uPHHy0LZmc .item .item-wrapper .item-content .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 3px;
  left: 0;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f47451;
  color: #ffffff;
  border-radius: 100%;
}
.cid-uPHHy0LZmc .item .item-wrapper .item-content .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPHHy0LZmc .item .item-wrapper .item-content .price-wrapper {
  display: flex;
  align-items: flex-end;
  margin-top: 40px;
}
@media (max-width: 1440px) {
  .cid-uPHHy0LZmc .item .item-wrapper .item-content .price-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
@media (max-width: 992px) {
  .cid-uPHHy0LZmc .item .item-wrapper .item-content .price-wrapper {
    margin-top: 20px;
  }
}
.cid-uPHHy0LZmc .item .item-wrapper .item-content .price-wrapper .mbr-section-btn {
  margin-right: 50px;
}
@media (max-width: 1640px) {
  .cid-uPHHy0LZmc .item .item-wrapper .item-content .price-wrapper .mbr-section-btn {
    margin-right: 20px;
  }
}
@media (max-width: 1440px) {
  .cid-uPHHy0LZmc .item .item-wrapper .item-content .price-wrapper .mbr-section-btn {
    margin-right: 0;
  }
}
.cid-uPHHy0LZmc .item .item-wrapper .item-content .price-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPHHy0LZmc .item .item-wrapper .item-content .price-wrapper .price-wrap {
  display: inline-grid;
  grid-template-columns: 6px 1fr;
  gap: 24px;
  padding: 16px 40px 16px 10px;
  background-color: #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 1440px) {
  .cid-uPHHy0LZmc .item .item-wrapper .item-content .price-wrapper .price-wrap {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uPHHy0LZmc .item .item-wrapper .item-content .price-wrapper .price-wrap {
    padding: 10px 20px 10px 10px;
    gap: 16px;
  }
}
.cid-uPHHy0LZmc .item .item-wrapper .item-content .price-wrapper .price-wrap .line-wrap {
  width: 6px;
  height: 100%;
  border-radius: 10px;
  background-color: #f47451;
}
@media (max-width: 992px) {
  .cid-uPHHy0LZmc .item .item-wrapper .item-content .price-wrapper .price-wrap .line-wrap {
    width: 4px;
  }
}
.cid-uPHHy0LZmc .item .item-wrapper .item-content .price-wrapper .price-wrap .item-price {
  padding: 11px 0;
  margin-bottom: 0;
}
.cid-uPHHy0LZmc .item .item-wrapper .item-img {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uPHHy0LZmc .item .item-wrapper .item-img {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-uPHHy0LZmc .item .item-wrapper .item-img img {
  height: 550px;
  object-fit: cover;
  border: 20px solid #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uPHHy0LZmc .item .item-wrapper .item-img img {
    height: 300px;
    border: 10px solid #ffffff;
  }
}
.cid-uPHHy0LZmc .item .card_1 {
  background-color: #ffffff;
}
.cid-uPHHy0LZmc .item .card_1 .item-img img {
  transform: rotate(-5deg);
}
@media (max-width: 992px) {
  .cid-uPHHy0LZmc .item .card_1 .item-img img {
    transform: none;
  }
}
.cid-uPHHy0LZmc .item .card_2 {
  background-color: #fafaf9;
}
.cid-uPHHy0LZmc .item .card_2 .item-img img {
  transform: rotate(5deg);
}
@media (max-width: 992px) {
  .cid-uPHHy0LZmc .item .card_2 .item-img img {
    transform: none;
  }
}
.cid-uPHHy0LZmc .item .card_3 {
  background-color: #ffc4c9;
}
.cid-uPHHy0LZmc .item .card_3 .item-img img {
  transform: rotate(-5deg);
}
@media (max-width: 992px) {
  .cid-uPHHy0LZmc .item .card_3 .item-img img {
    transform: none;
  }
}
@media (max-width: 992px) {
  .cid-uPHHy0LZmc .main-btn {
    margin-top: 16px;
  }
}
.cid-uPHHy0LZmc .mbr-section-title {
  color: #000c3f;
}
.cid-uPHHy0LZmc .mbr-section-title,
.cid-uPHHy0LZmc .main-btn {
  text-align: center;
  color: #fafaf9;
}
.cid-uPHHy0LZmc .item-title {
  color: #000c3f;
}
.cid-uPHHy0LZmc .item-text {
  color: #000c3f;
}
.cid-uPHHy0LZmc .list {
  color: #000c3f;
}
.cid-uPHHy0LZmc .list-title {
  color: #000c3f;
}
.cid-uPHHy0LZmc .item-price {
  color: #000c3f;
}
.cid-uPHHy17L5a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #c79290;
}
.cid-uPHHy17L5a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHHy17L5a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHHy17L5a .row {
  justify-content: space-between;
}
.cid-uPHHy17L5a .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPHHy17L5a .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uPHHy17L5a .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPHHy17L5a .item {
    margin-bottom: 50px;
  }
}
.cid-uPHHy17L5a .item .item-wrapper .item-content {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uPHHy17L5a .item .item-wrapper .item-content {
    display: block;
    text-align: center;
  }
}
.cid-uPHHy17L5a .item .item-wrapper .item-content .icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 50px;
  margin-left: 18px;
}
@media (max-width: 1440px) {
  .cid-uPHHy17L5a .item .item-wrapper .item-content .icon-wrapper {
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPHHy17L5a .item .item-wrapper .item-content .icon-wrapper {
    margin: 0 18px 32px;
  }
}
.cid-uPHHy17L5a .item .item-wrapper .item-content .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 3px solid #ffffff;
  transform: scale(1.4);
  pointer-events: none;
  transition: all .3s ease;
}
.cid-uPHHy17L5a .item .item-wrapper .item-content .icon-wrapper:hover::before,
.cid-uPHHy17L5a .item .item-wrapper .item-content .icon-wrapper:focus::before {
  transform: scale(1.5);
}
.cid-uPHHy17L5a .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border-radius: 100%;
  background-color: #ffffff;
  font-size: 40px;
  color: #c79290;
}
@media (max-width: 1440px) {
  .cid-uPHHy17L5a .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    width: 64px;
    height: 64px;
    font-size: 32px;
  }
}
.cid-uPHHy17L5a .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-uPHHy17L5a .item .item-wrapper .item-content .item-title:hover,
.cid-uPHHy17L5a .item .item-wrapper .item-content .item-title:focus {
  color: #dddddd;
}
.cid-uPHHy17L5a .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPHHy17L5a .item-title {
  color: #000c3f;
}
.cid-uPHHy17L5a .item-title,
.cid-uPHHy17L5a .item-wrapper {
  color: #ffffff;
}
.cid-uPHHy1n1p2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #c7bea9;
}
.cid-uPHHy1n1p2 .decor-wrapper {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #f47451;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .cid-uPHHy1n1p2 .decor-wrapper {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .cid-uPHHy1n1p2 .decor-wrapper {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .cid-uPHHy1n1p2 .decor-wrapper {
    display: none;
  }
}
.cid-uPHHy1n1p2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHHy1n1p2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHHy1n1p2 .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uPHHy1n1p2 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uPHHy1n1p2 .title-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uPHHy1n1p2 .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uPHHy1n1p2 .nav-wrapper {
    margin-top: 32px;
  }
}
.cid-uPHHy1n1p2 .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uPHHy1n1p2 .nav-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 40px;
}
.cid-uPHHy1n1p2 .nav-wrapper .list .item-wrap:hover,
.cid-uPHHy1n1p2 .nav-wrapper .list .item-wrap:focus {
  color: #f47451;
}
@media (max-width: 992px) {
  .cid-uPHHy1n1p2 .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}
.cid-uPHHy1n1p2 .social-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uPHHy1n1p2 .social-wrapper {
    margin-top: 32px;
  }
}
.cid-uPHHy1n1p2 .social-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uPHHy1n1p2 .social-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 20px;
}
.cid-uPHHy1n1p2 .social-wrapper .list .item-wrap:hover,
.cid-uPHHy1n1p2 .social-wrapper .list .item-wrap:focus {
  color: #f47451;
}
.cid-uPHHy1n1p2 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPHHy1n1p2 .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uPHHy1n1p2 .list {
  color: #ffffff;
}
.cid-uPHHFvMAjA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uPHHFvMAjA nav.navbar {
  position: fixed;
}
.cid-uPHHFvMAjA .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-uPHHFvMAjA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uPHHFvMAjA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uPHHFvMAjA .dropdown-item:hover,
.cid-uPHHFvMAjA .dropdown-item:focus {
  background: #c7bea9 !important;
  color: white !important;
}
.cid-uPHHFvMAjA .dropdown-item:hover span {
  color: white;
}
.cid-uPHHFvMAjA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPHHFvMAjA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPHHFvMAjA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPHHFvMAjA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPHHFvMAjA .nav-link {
  position: relative;
}
.cid-uPHHFvMAjA .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPHHFvMAjA .container {
    flex-wrap: wrap;
  }
}
.cid-uPHHFvMAjA .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPHHFvMAjA .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uPHHFvMAjA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPHHFvMAjA .dropdown-menu,
.cid-uPHHFvMAjA .navbar.opened {
  background: #ffffff !important;
}
.cid-uPHHFvMAjA .nav-item:focus,
.cid-uPHHFvMAjA .nav-link:focus {
  outline: none;
}
.cid-uPHHFvMAjA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPHHFvMAjA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPHHFvMAjA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPHHFvMAjA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPHHFvMAjA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPHHFvMAjA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPHHFvMAjA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uPHHFvMAjA .navbar.opened {
  transition: all 0.3s;
}
.cid-uPHHFvMAjA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPHHFvMAjA .navbar .navbar-logo img {
  width: auto;
}
.cid-uPHHFvMAjA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPHHFvMAjA .navbar.collapsed {
  justify-content: center;
}
.cid-uPHHFvMAjA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPHHFvMAjA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPHHFvMAjA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uPHHFvMAjA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPHHFvMAjA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPHHFvMAjA .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-uPHHFvMAjA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPHHFvMAjA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPHHFvMAjA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPHHFvMAjA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPHHFvMAjA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPHHFvMAjA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPHHFvMAjA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPHHFvMAjA .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-uPHHFvMAjA .navbar .navbar-logo img {
    height: 7rem !important;
  }
  .cid-uPHHFvMAjA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPHHFvMAjA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPHHFvMAjA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPHHFvMAjA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPHHFvMAjA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uPHHFvMAjA .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uPHHFvMAjA .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPHHFvMAjA .navbar.navbar-short .navbar-logo img {
  height: 6rem !important;
}
.cid-uPHHFvMAjA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPHHFvMAjA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPHHFvMAjA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPHHFvMAjA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPHHFvMAjA .dropdown-item.active,
.cid-uPHHFvMAjA .dropdown-item:active {
  background-color: transparent;
}
.cid-uPHHFvMAjA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPHHFvMAjA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPHHFvMAjA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPHHFvMAjA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uPHHFvMAjA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPHHFvMAjA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPHHFvMAjA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPHHFvMAjA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPHHFvMAjA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPHHFvMAjA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPHHFvMAjA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPHHFvMAjA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPHHFvMAjA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPHHFvMAjA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPHHFvMAjA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPHHFvMAjA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPHHFvMAjA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPHHFvMAjA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPHHFvMAjA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uPHHFvMAjA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPHHFvMAjA .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-uPHHFvMAjA .navbar {
    height: 70px;
  }
  .cid-uPHHFvMAjA .navbar.opened {
    height: auto;
  }
  .cid-uPHHFvMAjA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPHHFw4VNA {
  background-image: url("../../../assets/images/background-carol-ferraz-decor201-1200x800.webp");
}
.cid-uPHHFw4VNA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHHFw4VNA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHHFw4VNA .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPHHFw4VNA .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .cid-uPHHFw4VNA .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uPHHFw4VNA .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPHHFw4VNA .content-wrapper .address-wrapper {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uPHHFw4VNA .content-wrapper .address-wrapper {
    margin-top: 32px;
  }
}
.cid-uPHHFw4VNA .content-wrapper .address-wrapper .address-wrap {
  display: inline-grid;
  grid-template-columns: 6px 1fr;
  gap: 24px;
  padding: 16px 40px 16px 10px;
  background-color: #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uPHHFw4VNA .content-wrapper .address-wrapper .address-wrap {
    padding: 10px 20px 10px 10px;
    gap: 16px;
  }
}
.cid-uPHHFw4VNA .content-wrapper .address-wrapper .address-wrap .line-wrap {
  width: 6px;
  height: 100%;
  border-radius: 10px;
  background-color: #f47451;
}
@media (max-width: 992px) {
  .cid-uPHHFw4VNA .content-wrapper .address-wrapper .address-wrap .line-wrap {
    width: 4px;
  }
}
.cid-uPHHFw4VNA .content-wrapper .address-wrapper .address-wrap .text-wrap {
  padding: 10px 0;
}
.cid-uPHHFw4VNA .content-wrapper .address-wrapper .address-wrap .text-wrap .mbr-address {
  margin-bottom: 4px;
}
.cid-uPHHFw4VNA .content-wrapper .address-wrapper .address-wrap .text-wrap .mbr-hours {
  margin-bottom: 0;
}
.cid-uPHHFw4VNA .mbr-section-title {
  color: #000c3f;
}
.cid-uPHHFw4VNA .mbr-text,
.cid-uPHHFw4VNA .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPHHFw4VNA .mbr-section-title,
.cid-uPHHFw4VNA .mbr-section-btn,
.cid-uPHHFw4VNA .address-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uPHHFw4VNA .mbr-address {
  color: #000c3f;
  text-align: left;
}
.cid-uPHHFw4VNA .mbr-hours {
  color: #000c3f;
  text-align: left;
}
.cid-uPHHFwisgy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff1e2;
}
.cid-uPHHFwisgy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHHFwisgy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHHFwisgy .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uPHHFwisgy .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uPHHFwisgy .embla__slide .slide-content {
  width: 100%;
}
.cid-uPHHFwisgy .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-uPHHFwisgy .embla__slide .slide-content .item-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uPHHFwisgy .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: 44%;
  padding: 70px 0 70px 50px;
}
@media (max-width: 992px) {
  .cid-uPHHFwisgy .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
    padding: 0;
  }
}
.cid-uPHHFwisgy .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uPHHFwisgy .embla__slide .slide-content .item-wrapper .item-content .item-title span {
  color: #c79290;
}
.cid-uPHHFwisgy .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uPHHFwisgy .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPHHFwisgy .embla__slide .slide-content .item-wrapper .item-img {
  width: 46%;
}
@media (max-width: 992px) {
  .cid-uPHHFwisgy .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
    margin-top: 20px;
  }
}
.cid-uPHHFwisgy .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPHHFwisgy .embla__slide .slide-content .item-wrapper .item-img img {
    min-height: 180px;
  }
}
.cid-uPHHFwisgy .embla__button--next,
.cid-uPHHFwisgy .embla__button--prev {
  display: flex;
}
.cid-uPHHFwisgy .embla__button {
  bottom: 30px;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: #404349 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uPHHFwisgy .embla__button {
    bottom: 0;
  }
}
.cid-uPHHFwisgy .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPHHFwisgy .embla__button:hover {
  background-color: #ed463f !important;
}
.cid-uPHHFwisgy .embla__button.embla__button--prev {
  right: 90px;
}
.cid-uPHHFwisgy .embla__button.embla__button--next {
  right: 30px;
}
.cid-uPHHFwisgy .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPHHFwisgy .embla {
    padding-bottom: 4rem;
  }
}
.cid-uPHHFwisgy .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  background-color: #f8e7d2;
}
.cid-uPHHFwisgy .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPHHFwisgy .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPHHFwisgy .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPHHFwisgy .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uPHHFwisgy .mbr-section-title {
  color: #404349;
}
.cid-uPHHFwisgy .mbr-text {
  color: #404349;
}
.cid-uPHHFwisgy .mbr-desc {
  color: #404349;
}
.cid-uPHHFwisgy .item-title {
  color: #232323;
}
.cid-uPHHFwCCTF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPHHFwCCTF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHHFwCCTF .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-uPHHFwCCTF .container {
    padding: 0 30px;
  }
}
.cid-uPHHFwCCTF .row .card {
  justify-content: center;
}
.cid-uPHHFwCCTF .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uPHHFwCCTF .title-wrapper .mbr-section-subtitle {
  opacity: .4;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uPHHFwCCTF .image-wrapper {
    margin-top: 30px;
  }
}
.cid-uPHHFwCCTF .image-wrapper img {
  width: 500px;
  height: 500px;
  border-radius: 100% !important;
  margin: 0 0 0 auto;
  object-fit: cover;
}
@media (max-width: 1400px) {
  .cid-uPHHFwCCTF .image-wrapper img {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1199px) {
  .cid-uPHHFwCCTF .image-wrapper img {
    width: 360px;
    height: 360px;
  }
}
@media (max-width: 992px) {
  .cid-uPHHFwCCTF .image-wrapper img {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .cid-uPHHFwCCTF .image-wrapper img {
    width: 245px;
    height: 245px;
  }
}
.cid-uPHHFwCCTF .mbr-section-title {
  color: #ffffff;
}
.cid-uPHHFwCCTF .mbr-section-subtitle {
  color: #232323;
}
.cid-uPHHFwCCTF .mbr-section-title,
.cid-uPHHFwCCTF .mbr-section-btn {
  color: #c79290;
}
.cid-uPHHFwP53i {
  padding-top: 5rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #c79290;
}
.cid-uPHHFwP53i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHHFwP53i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHHFwP53i .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPHHFwP53i .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPHHFwP53i .item {
  margin-bottom: 20px;
  transform: translateY(64px) rotate(-5deg);
}
@media (max-width: 992px) {
  .cid-uPHHFwP53i .item {
    margin-bottom: 16px;
    transform: none;
  }
}
.cid-uPHHFwP53i .item:nth-child(2n) {
  transform: none;
}
.cid-uPHHFwP53i .item:nth-child(3n) {
  transform: translateY(64px) rotate(5deg);
}
@media (max-width: 992px) {
  .cid-uPHHFwP53i .item:nth-child(3n) {
    transform: none;
  }
}
.cid-uPHHFwP53i .item .item-wrapper {
  height: 100%;
  border: 20px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uPHHFwP53i .item .item-wrapper {
    border: 10px solid #ffffff;
  }
}
.cid-uPHHFwP53i .item .item-wrapper .item-img img {
  height: 660px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uPHHFwP53i .item .item-wrapper .item-img img {
    height: 460px;
  }
}
@media (max-width: 992px) {
  .cid-uPHHFwP53i .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uPHHFwP53i .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPHHFx29Au {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #c7bea9;
}
.cid-uPHHFx29Au .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHHFx29Au .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHHFx29Au .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPHHFx29Au .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPHHFx29Au .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPHHFx29Au .item {
    margin-bottom: 16px;
  }
}
.cid-uPHHFx29Au .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 120px;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uPHHFx29Au .item .item-wrapper {
    padding: 120px 80px;
  }
}
@media (max-width: 1200px) {
  .cid-uPHHFx29Au .item .item-wrapper {
    padding: 120px 50px;
  }
}
@media (max-width: 992px) {
  .cid-uPHHFx29Au .item .item-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uPHHFx29Au .item .item-wrapper .item-content {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uPHHFx29Au .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-uPHHFx29Au .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uPHHFx29Au .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPHHFx29Au .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uPHHFx29Au .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uPHHFx29Au .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-uPHHFx29Au .item .item-wrapper .item-content .list-wrapper .list-title {
  margin-bottom: 20px;
}
.cid-uPHHFx29Au .item .item-wrapper .item-content .list-wrapper .list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-uPHHFx29Au .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 42px;
  margin-bottom: 16px;
}
.cid-uPHHFx29Au .item .item-wrapper .item-content .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 3px;
  left: 0;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f47451;
  color: #ffffff;
  border-radius: 100%;
}
.cid-uPHHFx29Au .item .item-wrapper .item-content .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPHHFx29Au .item .item-wrapper .item-content .price-wrapper {
  display: flex;
  align-items: flex-end;
  margin-top: 40px;
}
@media (max-width: 1440px) {
  .cid-uPHHFx29Au .item .item-wrapper .item-content .price-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
@media (max-width: 992px) {
  .cid-uPHHFx29Au .item .item-wrapper .item-content .price-wrapper {
    margin-top: 20px;
  }
}
.cid-uPHHFx29Au .item .item-wrapper .item-content .price-wrapper .mbr-section-btn {
  margin-right: 50px;
}
@media (max-width: 1640px) {
  .cid-uPHHFx29Au .item .item-wrapper .item-content .price-wrapper .mbr-section-btn {
    margin-right: 20px;
  }
}
@media (max-width: 1440px) {
  .cid-uPHHFx29Au .item .item-wrapper .item-content .price-wrapper .mbr-section-btn {
    margin-right: 0;
  }
}
.cid-uPHHFx29Au .item .item-wrapper .item-content .price-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPHHFx29Au .item .item-wrapper .item-content .price-wrapper .price-wrap {
  display: inline-grid;
  grid-template-columns: 6px 1fr;
  gap: 24px;
  padding: 16px 40px 16px 10px;
  background-color: #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 1440px) {
  .cid-uPHHFx29Au .item .item-wrapper .item-content .price-wrapper .price-wrap {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uPHHFx29Au .item .item-wrapper .item-content .price-wrapper .price-wrap {
    padding: 10px 20px 10px 10px;
    gap: 16px;
  }
}
.cid-uPHHFx29Au .item .item-wrapper .item-content .price-wrapper .price-wrap .line-wrap {
  width: 6px;
  height: 100%;
  border-radius: 10px;
  background-color: #f47451;
}
@media (max-width: 992px) {
  .cid-uPHHFx29Au .item .item-wrapper .item-content .price-wrapper .price-wrap .line-wrap {
    width: 4px;
  }
}
.cid-uPHHFx29Au .item .item-wrapper .item-content .price-wrapper .price-wrap .item-price {
  padding: 11px 0;
  margin-bottom: 0;
}
.cid-uPHHFx29Au .item .item-wrapper .item-img {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uPHHFx29Au .item .item-wrapper .item-img {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-uPHHFx29Au .item .item-wrapper .item-img img {
  height: 550px;
  object-fit: cover;
  border: 20px solid #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uPHHFx29Au .item .item-wrapper .item-img img {
    height: 300px;
    border: 10px solid #ffffff;
  }
}
.cid-uPHHFx29Au .item .card_1 {
  background-color: #ffffff;
}
.cid-uPHHFx29Au .item .card_1 .item-img img {
  transform: rotate(-5deg);
}
@media (max-width: 992px) {
  .cid-uPHHFx29Au .item .card_1 .item-img img {
    transform: none;
  }
}
.cid-uPHHFx29Au .item .card_2 {
  background-color: #fafaf9;
}
.cid-uPHHFx29Au .item .card_2 .item-img img {
  transform: rotate(5deg);
}
@media (max-width: 992px) {
  .cid-uPHHFx29Au .item .card_2 .item-img img {
    transform: none;
  }
}
.cid-uPHHFx29Au .item .card_3 {
  background-color: #ffc4c9;
}
.cid-uPHHFx29Au .item .card_3 .item-img img {
  transform: rotate(-5deg);
}
@media (max-width: 992px) {
  .cid-uPHHFx29Au .item .card_3 .item-img img {
    transform: none;
  }
}
@media (max-width: 992px) {
  .cid-uPHHFx29Au .main-btn {
    margin-top: 16px;
  }
}
.cid-uPHHFx29Au .mbr-section-title {
  color: #000c3f;
}
.cid-uPHHFx29Au .mbr-section-title,
.cid-uPHHFx29Au .main-btn {
  text-align: center;
  color: #fafaf9;
}
.cid-uPHHFx29Au .item-title {
  color: #000c3f;
}
.cid-uPHHFx29Au .item-text {
  color: #000c3f;
}
.cid-uPHHFx29Au .list {
  color: #000c3f;
}
.cid-uPHHFx29Au .list-title {
  color: #000c3f;
}
.cid-uPHHFx29Au .item-price {
  color: #000c3f;
}
.cid-uPHHFxqrhU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #c79290;
}
.cid-uPHHFxqrhU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHHFxqrhU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHHFxqrhU .row {
  justify-content: space-between;
}
.cid-uPHHFxqrhU .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPHHFxqrhU .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uPHHFxqrhU .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPHHFxqrhU .item {
    margin-bottom: 50px;
  }
}
.cid-uPHHFxqrhU .item .item-wrapper .item-content {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uPHHFxqrhU .item .item-wrapper .item-content {
    display: block;
    text-align: center;
  }
}
.cid-uPHHFxqrhU .item .item-wrapper .item-content .icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 50px;
  margin-left: 18px;
}
@media (max-width: 1440px) {
  .cid-uPHHFxqrhU .item .item-wrapper .item-content .icon-wrapper {
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPHHFxqrhU .item .item-wrapper .item-content .icon-wrapper {
    margin: 0 18px 32px;
  }
}
.cid-uPHHFxqrhU .item .item-wrapper .item-content .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 3px solid #ffffff;
  transform: scale(1.4);
  pointer-events: none;
  transition: all .3s ease;
}
.cid-uPHHFxqrhU .item .item-wrapper .item-content .icon-wrapper:hover::before,
.cid-uPHHFxqrhU .item .item-wrapper .item-content .icon-wrapper:focus::before {
  transform: scale(1.5);
}
.cid-uPHHFxqrhU .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border-radius: 100%;
  background-color: #ffffff;
  font-size: 40px;
  color: #c79290;
}
@media (max-width: 1440px) {
  .cid-uPHHFxqrhU .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    width: 64px;
    height: 64px;
    font-size: 32px;
  }
}
.cid-uPHHFxqrhU .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-uPHHFxqrhU .item .item-wrapper .item-content .item-title:hover,
.cid-uPHHFxqrhU .item .item-wrapper .item-content .item-title:focus {
  color: #dddddd;
}
.cid-uPHHFxqrhU .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPHHFxqrhU .item-title {
  color: #000c3f;
}
.cid-uPHHFxqrhU .item-title,
.cid-uPHHFxqrhU .item-wrapper {
  color: #ffffff;
}
.cid-uPHHFxGRwZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #c7bea9;
}
.cid-uPHHFxGRwZ .decor-wrapper {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #f47451;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .cid-uPHHFxGRwZ .decor-wrapper {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .cid-uPHHFxGRwZ .decor-wrapper {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .cid-uPHHFxGRwZ .decor-wrapper {
    display: none;
  }
}
.cid-uPHHFxGRwZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHHFxGRwZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHHFxGRwZ .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uPHHFxGRwZ .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uPHHFxGRwZ .title-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uPHHFxGRwZ .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uPHHFxGRwZ .nav-wrapper {
    margin-top: 32px;
  }
}
.cid-uPHHFxGRwZ .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uPHHFxGRwZ .nav-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 40px;
}
.cid-uPHHFxGRwZ .nav-wrapper .list .item-wrap:hover,
.cid-uPHHFxGRwZ .nav-wrapper .list .item-wrap:focus {
  color: #f47451;
}
@media (max-width: 992px) {
  .cid-uPHHFxGRwZ .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}
.cid-uPHHFxGRwZ .social-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uPHHFxGRwZ .social-wrapper {
    margin-top: 32px;
  }
}
.cid-uPHHFxGRwZ .social-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uPHHFxGRwZ .social-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 20px;
}
.cid-uPHHFxGRwZ .social-wrapper .list .item-wrap:hover,
.cid-uPHHFxGRwZ .social-wrapper .list .item-wrap:focus {
  color: #f47451;
}
.cid-uPHHFxGRwZ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPHHFxGRwZ .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uPHHFxGRwZ .list {
  color: #ffffff;
}
.cid-uPHHMK8ScM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uPHHMK8ScM nav.navbar {
  position: fixed;
}
.cid-uPHHMK8ScM .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-uPHHMK8ScM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uPHHMK8ScM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uPHHMK8ScM .dropdown-item:hover,
.cid-uPHHMK8ScM .dropdown-item:focus {
  background: #c7bea9 !important;
  color: white !important;
}
.cid-uPHHMK8ScM .dropdown-item:hover span {
  color: white;
}
.cid-uPHHMK8ScM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPHHMK8ScM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPHHMK8ScM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPHHMK8ScM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPHHMK8ScM .nav-link {
  position: relative;
}
.cid-uPHHMK8ScM .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPHHMK8ScM .container {
    flex-wrap: wrap;
  }
}
.cid-uPHHMK8ScM .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPHHMK8ScM .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uPHHMK8ScM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPHHMK8ScM .dropdown-menu,
.cid-uPHHMK8ScM .navbar.opened {
  background: #ffffff !important;
}
.cid-uPHHMK8ScM .nav-item:focus,
.cid-uPHHMK8ScM .nav-link:focus {
  outline: none;
}
.cid-uPHHMK8ScM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPHHMK8ScM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPHHMK8ScM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPHHMK8ScM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPHHMK8ScM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPHHMK8ScM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPHHMK8ScM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uPHHMK8ScM .navbar.opened {
  transition: all 0.3s;
}
.cid-uPHHMK8ScM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPHHMK8ScM .navbar .navbar-logo img {
  width: auto;
}
.cid-uPHHMK8ScM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPHHMK8ScM .navbar.collapsed {
  justify-content: center;
}
.cid-uPHHMK8ScM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPHHMK8ScM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPHHMK8ScM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uPHHMK8ScM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPHHMK8ScM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPHHMK8ScM .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-uPHHMK8ScM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPHHMK8ScM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPHHMK8ScM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPHHMK8ScM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPHHMK8ScM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPHHMK8ScM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPHHMK8ScM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPHHMK8ScM .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-uPHHMK8ScM .navbar .navbar-logo img {
    height: 7rem !important;
  }
  .cid-uPHHMK8ScM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPHHMK8ScM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPHHMK8ScM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPHHMK8ScM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPHHMK8ScM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uPHHMK8ScM .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uPHHMK8ScM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPHHMK8ScM .navbar.navbar-short .navbar-logo img {
  height: 6rem !important;
}
.cid-uPHHMK8ScM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPHHMK8ScM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPHHMK8ScM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPHHMK8ScM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPHHMK8ScM .dropdown-item.active,
.cid-uPHHMK8ScM .dropdown-item:active {
  background-color: transparent;
}
.cid-uPHHMK8ScM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPHHMK8ScM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPHHMK8ScM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPHHMK8ScM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uPHHMK8ScM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPHHMK8ScM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPHHMK8ScM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPHHMK8ScM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPHHMK8ScM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPHHMK8ScM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPHHMK8ScM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPHHMK8ScM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPHHMK8ScM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPHHMK8ScM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPHHMK8ScM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPHHMK8ScM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPHHMK8ScM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPHHMK8ScM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPHHMK8ScM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uPHHMK8ScM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPHHMK8ScM .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-uPHHMK8ScM .navbar {
    height: 70px;
  }
  .cid-uPHHMK8ScM .navbar.opened {
    height: auto;
  }
  .cid-uPHHMK8ScM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPHHMKtUCR {
  background-image: url("../../../assets/images/background-carol-ferraz-decor201-1200x800.webp");
}
.cid-uPHHMKtUCR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHHMKtUCR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHHMKtUCR .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPHHMKtUCR .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .cid-uPHHMKtUCR .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uPHHMKtUCR .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPHHMKtUCR .content-wrapper .address-wrapper {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uPHHMKtUCR .content-wrapper .address-wrapper {
    margin-top: 32px;
  }
}
.cid-uPHHMKtUCR .content-wrapper .address-wrapper .address-wrap {
  display: inline-grid;
  grid-template-columns: 6px 1fr;
  gap: 24px;
  padding: 16px 40px 16px 10px;
  background-color: #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uPHHMKtUCR .content-wrapper .address-wrapper .address-wrap {
    padding: 10px 20px 10px 10px;
    gap: 16px;
  }
}
.cid-uPHHMKtUCR .content-wrapper .address-wrapper .address-wrap .line-wrap {
  width: 6px;
  height: 100%;
  border-radius: 10px;
  background-color: #f47451;
}
@media (max-width: 992px) {
  .cid-uPHHMKtUCR .content-wrapper .address-wrapper .address-wrap .line-wrap {
    width: 4px;
  }
}
.cid-uPHHMKtUCR .content-wrapper .address-wrapper .address-wrap .text-wrap {
  padding: 10px 0;
}
.cid-uPHHMKtUCR .content-wrapper .address-wrapper .address-wrap .text-wrap .mbr-address {
  margin-bottom: 4px;
}
.cid-uPHHMKtUCR .content-wrapper .address-wrapper .address-wrap .text-wrap .mbr-hours {
  margin-bottom: 0;
}
.cid-uPHHMKtUCR .mbr-section-title {
  color: #000c3f;
}
.cid-uPHHMKtUCR .mbr-text,
.cid-uPHHMKtUCR .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPHHMKtUCR .mbr-section-title,
.cid-uPHHMKtUCR .mbr-section-btn,
.cid-uPHHMKtUCR .address-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uPHHMKtUCR .mbr-address {
  color: #000c3f;
  text-align: left;
}
.cid-uPHHMKtUCR .mbr-hours {
  color: #000c3f;
  text-align: left;
}
.cid-uPHHMKHxw2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff1e2;
}
.cid-uPHHMKHxw2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHHMKHxw2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHHMKHxw2 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uPHHMKHxw2 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uPHHMKHxw2 .embla__slide .slide-content {
  width: 100%;
}
.cid-uPHHMKHxw2 .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-uPHHMKHxw2 .embla__slide .slide-content .item-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uPHHMKHxw2 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: 44%;
  padding: 70px 0 70px 50px;
}
@media (max-width: 992px) {
  .cid-uPHHMKHxw2 .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
    padding: 0;
  }
}
.cid-uPHHMKHxw2 .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uPHHMKHxw2 .embla__slide .slide-content .item-wrapper .item-content .item-title span {
  color: #c79290;
}
.cid-uPHHMKHxw2 .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uPHHMKHxw2 .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPHHMKHxw2 .embla__slide .slide-content .item-wrapper .item-img {
  width: 46%;
}
@media (max-width: 992px) {
  .cid-uPHHMKHxw2 .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
    margin-top: 20px;
  }
}
.cid-uPHHMKHxw2 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPHHMKHxw2 .embla__slide .slide-content .item-wrapper .item-img img {
    min-height: 180px;
  }
}
.cid-uPHHMKHxw2 .embla__button--next,
.cid-uPHHMKHxw2 .embla__button--prev {
  display: flex;
}
.cid-uPHHMKHxw2 .embla__button {
  bottom: 30px;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: #404349 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uPHHMKHxw2 .embla__button {
    bottom: 0;
  }
}
.cid-uPHHMKHxw2 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPHHMKHxw2 .embla__button:hover {
  background-color: #ed463f !important;
}
.cid-uPHHMKHxw2 .embla__button.embla__button--prev {
  right: 90px;
}
.cid-uPHHMKHxw2 .embla__button.embla__button--next {
  right: 30px;
}
.cid-uPHHMKHxw2 .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPHHMKHxw2 .embla {
    padding-bottom: 4rem;
  }
}
.cid-uPHHMKHxw2 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  background-color: #f8e7d2;
}
.cid-uPHHMKHxw2 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPHHMKHxw2 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPHHMKHxw2 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPHHMKHxw2 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uPHHMKHxw2 .mbr-section-title {
  color: #404349;
}
.cid-uPHHMKHxw2 .mbr-text {
  color: #404349;
}
.cid-uPHHMKHxw2 .mbr-desc {
  color: #404349;
}
.cid-uPHHMKHxw2 .item-title {
  color: #232323;
}
.cid-uPHHML36gA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPHHML36gA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHHML36gA .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-uPHHML36gA .container {
    padding: 0 30px;
  }
}
.cid-uPHHML36gA .row .card {
  justify-content: center;
}
.cid-uPHHML36gA .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uPHHML36gA .title-wrapper .mbr-section-subtitle {
  opacity: .4;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uPHHML36gA .image-wrapper {
    margin-top: 30px;
  }
}
.cid-uPHHML36gA .image-wrapper img {
  width: 500px;
  height: 500px;
  border-radius: 100% !important;
  margin: 0 0 0 auto;
  object-fit: cover;
}
@media (max-width: 1400px) {
  .cid-uPHHML36gA .image-wrapper img {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1199px) {
  .cid-uPHHML36gA .image-wrapper img {
    width: 360px;
    height: 360px;
  }
}
@media (max-width: 992px) {
  .cid-uPHHML36gA .image-wrapper img {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .cid-uPHHML36gA .image-wrapper img {
    width: 245px;
    height: 245px;
  }
}
.cid-uPHHML36gA .mbr-section-title {
  color: #ffffff;
}
.cid-uPHHML36gA .mbr-section-subtitle {
  color: #232323;
}
.cid-uPHHML36gA .mbr-section-title,
.cid-uPHHML36gA .mbr-section-btn {
  color: #c79290;
}
.cid-uPHHMLjykH {
  padding-top: 5rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #c79290;
}
.cid-uPHHMLjykH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHHMLjykH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHHMLjykH .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPHHMLjykH .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPHHMLjykH .item {
  margin-bottom: 20px;
  transform: translateY(64px) rotate(-5deg);
}
@media (max-width: 992px) {
  .cid-uPHHMLjykH .item {
    margin-bottom: 16px;
    transform: none;
  }
}
.cid-uPHHMLjykH .item:nth-child(2n) {
  transform: none;
}
.cid-uPHHMLjykH .item:nth-child(3n) {
  transform: translateY(64px) rotate(5deg);
}
@media (max-width: 992px) {
  .cid-uPHHMLjykH .item:nth-child(3n) {
    transform: none;
  }
}
.cid-uPHHMLjykH .item .item-wrapper {
  height: 100%;
  border: 20px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uPHHMLjykH .item .item-wrapper {
    border: 10px solid #ffffff;
  }
}
.cid-uPHHMLjykH .item .item-wrapper .item-img img {
  height: 660px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uPHHMLjykH .item .item-wrapper .item-img img {
    height: 460px;
  }
}
@media (max-width: 992px) {
  .cid-uPHHMLjykH .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uPHHMLjykH .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPHHMLy2MZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #c7bea9;
}
.cid-uPHHMLy2MZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHHMLy2MZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHHMLy2MZ .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPHHMLy2MZ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPHHMLy2MZ .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPHHMLy2MZ .item {
    margin-bottom: 16px;
  }
}
.cid-uPHHMLy2MZ .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 120px;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uPHHMLy2MZ .item .item-wrapper {
    padding: 120px 80px;
  }
}
@media (max-width: 1200px) {
  .cid-uPHHMLy2MZ .item .item-wrapper {
    padding: 120px 50px;
  }
}
@media (max-width: 992px) {
  .cid-uPHHMLy2MZ .item .item-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uPHHMLy2MZ .item .item-wrapper .item-content {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uPHHMLy2MZ .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-uPHHMLy2MZ .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uPHHMLy2MZ .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPHHMLy2MZ .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uPHHMLy2MZ .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uPHHMLy2MZ .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-uPHHMLy2MZ .item .item-wrapper .item-content .list-wrapper .list-title {
  margin-bottom: 20px;
}
.cid-uPHHMLy2MZ .item .item-wrapper .item-content .list-wrapper .list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-uPHHMLy2MZ .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 42px;
  margin-bottom: 16px;
}
.cid-uPHHMLy2MZ .item .item-wrapper .item-content .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 3px;
  left: 0;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f47451;
  color: #ffffff;
  border-radius: 100%;
}
.cid-uPHHMLy2MZ .item .item-wrapper .item-content .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPHHMLy2MZ .item .item-wrapper .item-content .price-wrapper {
  display: flex;
  align-items: flex-end;
  margin-top: 40px;
}
@media (max-width: 1440px) {
  .cid-uPHHMLy2MZ .item .item-wrapper .item-content .price-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
@media (max-width: 992px) {
  .cid-uPHHMLy2MZ .item .item-wrapper .item-content .price-wrapper {
    margin-top: 20px;
  }
}
.cid-uPHHMLy2MZ .item .item-wrapper .item-content .price-wrapper .mbr-section-btn {
  margin-right: 50px;
}
@media (max-width: 1640px) {
  .cid-uPHHMLy2MZ .item .item-wrapper .item-content .price-wrapper .mbr-section-btn {
    margin-right: 20px;
  }
}
@media (max-width: 1440px) {
  .cid-uPHHMLy2MZ .item .item-wrapper .item-content .price-wrapper .mbr-section-btn {
    margin-right: 0;
  }
}
.cid-uPHHMLy2MZ .item .item-wrapper .item-content .price-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPHHMLy2MZ .item .item-wrapper .item-content .price-wrapper .price-wrap {
  display: inline-grid;
  grid-template-columns: 6px 1fr;
  gap: 24px;
  padding: 16px 40px 16px 10px;
  background-color: #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 1440px) {
  .cid-uPHHMLy2MZ .item .item-wrapper .item-content .price-wrapper .price-wrap {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uPHHMLy2MZ .item .item-wrapper .item-content .price-wrapper .price-wrap {
    padding: 10px 20px 10px 10px;
    gap: 16px;
  }
}
.cid-uPHHMLy2MZ .item .item-wrapper .item-content .price-wrapper .price-wrap .line-wrap {
  width: 6px;
  height: 100%;
  border-radius: 10px;
  background-color: #f47451;
}
@media (max-width: 992px) {
  .cid-uPHHMLy2MZ .item .item-wrapper .item-content .price-wrapper .price-wrap .line-wrap {
    width: 4px;
  }
}
.cid-uPHHMLy2MZ .item .item-wrapper .item-content .price-wrapper .price-wrap .item-price {
  padding: 11px 0;
  margin-bottom: 0;
}
.cid-uPHHMLy2MZ .item .item-wrapper .item-img {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uPHHMLy2MZ .item .item-wrapper .item-img {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-uPHHMLy2MZ .item .item-wrapper .item-img img {
  height: 550px;
  object-fit: cover;
  border: 20px solid #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uPHHMLy2MZ .item .item-wrapper .item-img img {
    height: 300px;
    border: 10px solid #ffffff;
  }
}
.cid-uPHHMLy2MZ .item .card_1 {
  background-color: #ffffff;
}
.cid-uPHHMLy2MZ .item .card_1 .item-img img {
  transform: rotate(-5deg);
}
@media (max-width: 992px) {
  .cid-uPHHMLy2MZ .item .card_1 .item-img img {
    transform: none;
  }
}
.cid-uPHHMLy2MZ .item .card_2 {
  background-color: #fafaf9;
}
.cid-uPHHMLy2MZ .item .card_2 .item-img img {
  transform: rotate(5deg);
}
@media (max-width: 992px) {
  .cid-uPHHMLy2MZ .item .card_2 .item-img img {
    transform: none;
  }
}
.cid-uPHHMLy2MZ .item .card_3 {
  background-color: #ffc4c9;
}
.cid-uPHHMLy2MZ .item .card_3 .item-img img {
  transform: rotate(-5deg);
}
@media (max-width: 992px) {
  .cid-uPHHMLy2MZ .item .card_3 .item-img img {
    transform: none;
  }
}
@media (max-width: 992px) {
  .cid-uPHHMLy2MZ .main-btn {
    margin-top: 16px;
  }
}
.cid-uPHHMLy2MZ .mbr-section-title {
  color: #000c3f;
}
.cid-uPHHMLy2MZ .mbr-section-title,
.cid-uPHHMLy2MZ .main-btn {
  text-align: center;
  color: #fafaf9;
}
.cid-uPHHMLy2MZ .item-title {
  color: #000c3f;
}
.cid-uPHHMLy2MZ .item-text {
  color: #000c3f;
}
.cid-uPHHMLy2MZ .list {
  color: #000c3f;
}
.cid-uPHHMLy2MZ .list-title {
  color: #000c3f;
}
.cid-uPHHMLy2MZ .item-price {
  color: #000c3f;
}
.cid-uPHHMLY69C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #c79290;
}
.cid-uPHHMLY69C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHHMLY69C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHHMLY69C .row {
  justify-content: space-between;
}
.cid-uPHHMLY69C .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPHHMLY69C .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uPHHMLY69C .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPHHMLY69C .item {
    margin-bottom: 50px;
  }
}
.cid-uPHHMLY69C .item .item-wrapper .item-content {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uPHHMLY69C .item .item-wrapper .item-content {
    display: block;
    text-align: center;
  }
}
.cid-uPHHMLY69C .item .item-wrapper .item-content .icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 50px;
  margin-left: 18px;
}
@media (max-width: 1440px) {
  .cid-uPHHMLY69C .item .item-wrapper .item-content .icon-wrapper {
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPHHMLY69C .item .item-wrapper .item-content .icon-wrapper {
    margin: 0 18px 32px;
  }
}
.cid-uPHHMLY69C .item .item-wrapper .item-content .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 3px solid #ffffff;
  transform: scale(1.4);
  pointer-events: none;
  transition: all .3s ease;
}
.cid-uPHHMLY69C .item .item-wrapper .item-content .icon-wrapper:hover::before,
.cid-uPHHMLY69C .item .item-wrapper .item-content .icon-wrapper:focus::before {
  transform: scale(1.5);
}
.cid-uPHHMLY69C .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border-radius: 100%;
  background-color: #ffffff;
  font-size: 40px;
  color: #c79290;
}
@media (max-width: 1440px) {
  .cid-uPHHMLY69C .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    width: 64px;
    height: 64px;
    font-size: 32px;
  }
}
.cid-uPHHMLY69C .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-uPHHMLY69C .item .item-wrapper .item-content .item-title:hover,
.cid-uPHHMLY69C .item .item-wrapper .item-content .item-title:focus {
  color: #dddddd;
}
.cid-uPHHMLY69C .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPHHMLY69C .item-title {
  color: #000c3f;
}
.cid-uPHHMLY69C .item-title,
.cid-uPHHMLY69C .item-wrapper {
  color: #ffffff;
}
.cid-uPHHMMfrAQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #c7bea9;
}
.cid-uPHHMMfrAQ .decor-wrapper {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #f47451;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .cid-uPHHMMfrAQ .decor-wrapper {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .cid-uPHHMMfrAQ .decor-wrapper {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .cid-uPHHMMfrAQ .decor-wrapper {
    display: none;
  }
}
.cid-uPHHMMfrAQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHHMMfrAQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHHMMfrAQ .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uPHHMMfrAQ .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uPHHMMfrAQ .title-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uPHHMMfrAQ .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uPHHMMfrAQ .nav-wrapper {
    margin-top: 32px;
  }
}
.cid-uPHHMMfrAQ .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uPHHMMfrAQ .nav-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 40px;
}
.cid-uPHHMMfrAQ .nav-wrapper .list .item-wrap:hover,
.cid-uPHHMMfrAQ .nav-wrapper .list .item-wrap:focus {
  color: #f47451;
}
@media (max-width: 992px) {
  .cid-uPHHMMfrAQ .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}
.cid-uPHHMMfrAQ .social-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uPHHMMfrAQ .social-wrapper {
    margin-top: 32px;
  }
}
.cid-uPHHMMfrAQ .social-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uPHHMMfrAQ .social-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 20px;
}
.cid-uPHHMMfrAQ .social-wrapper .list .item-wrap:hover,
.cid-uPHHMMfrAQ .social-wrapper .list .item-wrap:focus {
  color: #f47451;
}
.cid-uPHHMMfrAQ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPHHMMfrAQ .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uPHHMMfrAQ .list {
  color: #ffffff;
}
.cid-uPHHUeJkPT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uPHHUeJkPT nav.navbar {
  position: fixed;
}
.cid-uPHHUeJkPT .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-uPHHUeJkPT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uPHHUeJkPT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uPHHUeJkPT .dropdown-item:hover,
.cid-uPHHUeJkPT .dropdown-item:focus {
  background: #c7bea9 !important;
  color: white !important;
}
.cid-uPHHUeJkPT .dropdown-item:hover span {
  color: white;
}
.cid-uPHHUeJkPT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPHHUeJkPT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPHHUeJkPT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPHHUeJkPT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPHHUeJkPT .nav-link {
  position: relative;
}
.cid-uPHHUeJkPT .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPHHUeJkPT .container {
    flex-wrap: wrap;
  }
}
.cid-uPHHUeJkPT .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPHHUeJkPT .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uPHHUeJkPT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPHHUeJkPT .dropdown-menu,
.cid-uPHHUeJkPT .navbar.opened {
  background: #ffffff !important;
}
.cid-uPHHUeJkPT .nav-item:focus,
.cid-uPHHUeJkPT .nav-link:focus {
  outline: none;
}
.cid-uPHHUeJkPT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPHHUeJkPT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPHHUeJkPT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPHHUeJkPT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPHHUeJkPT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPHHUeJkPT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPHHUeJkPT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uPHHUeJkPT .navbar.opened {
  transition: all 0.3s;
}
.cid-uPHHUeJkPT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPHHUeJkPT .navbar .navbar-logo img {
  width: auto;
}
.cid-uPHHUeJkPT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPHHUeJkPT .navbar.collapsed {
  justify-content: center;
}
.cid-uPHHUeJkPT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPHHUeJkPT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPHHUeJkPT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uPHHUeJkPT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPHHUeJkPT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPHHUeJkPT .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-uPHHUeJkPT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPHHUeJkPT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPHHUeJkPT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPHHUeJkPT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPHHUeJkPT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPHHUeJkPT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPHHUeJkPT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPHHUeJkPT .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-uPHHUeJkPT .navbar .navbar-logo img {
    height: 7rem !important;
  }
  .cid-uPHHUeJkPT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPHHUeJkPT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPHHUeJkPT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPHHUeJkPT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPHHUeJkPT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uPHHUeJkPT .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uPHHUeJkPT .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPHHUeJkPT .navbar.navbar-short .navbar-logo img {
  height: 6rem !important;
}
.cid-uPHHUeJkPT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPHHUeJkPT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPHHUeJkPT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPHHUeJkPT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPHHUeJkPT .dropdown-item.active,
.cid-uPHHUeJkPT .dropdown-item:active {
  background-color: transparent;
}
.cid-uPHHUeJkPT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPHHUeJkPT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPHHUeJkPT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPHHUeJkPT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uPHHUeJkPT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPHHUeJkPT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPHHUeJkPT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPHHUeJkPT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPHHUeJkPT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPHHUeJkPT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPHHUeJkPT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPHHUeJkPT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPHHUeJkPT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPHHUeJkPT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPHHUeJkPT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPHHUeJkPT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPHHUeJkPT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPHHUeJkPT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPHHUeJkPT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uPHHUeJkPT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPHHUeJkPT .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-uPHHUeJkPT .navbar {
    height: 70px;
  }
  .cid-uPHHUeJkPT .navbar.opened {
    height: auto;
  }
  .cid-uPHHUeJkPT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPHHUf0ijl {
  background-image: url("../../../assets/images/background-carol-ferraz-decor201-1200x800.webp");
}
.cid-uPHHUf0ijl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHHUf0ijl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHHUf0ijl .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPHHUf0ijl .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .cid-uPHHUf0ijl .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uPHHUf0ijl .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPHHUf0ijl .content-wrapper .address-wrapper {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uPHHUf0ijl .content-wrapper .address-wrapper {
    margin-top: 32px;
  }
}
.cid-uPHHUf0ijl .content-wrapper .address-wrapper .address-wrap {
  display: inline-grid;
  grid-template-columns: 6px 1fr;
  gap: 24px;
  padding: 16px 40px 16px 10px;
  background-color: #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uPHHUf0ijl .content-wrapper .address-wrapper .address-wrap {
    padding: 10px 20px 10px 10px;
    gap: 16px;
  }
}
.cid-uPHHUf0ijl .content-wrapper .address-wrapper .address-wrap .line-wrap {
  width: 6px;
  height: 100%;
  border-radius: 10px;
  background-color: #f47451;
}
@media (max-width: 992px) {
  .cid-uPHHUf0ijl .content-wrapper .address-wrapper .address-wrap .line-wrap {
    width: 4px;
  }
}
.cid-uPHHUf0ijl .content-wrapper .address-wrapper .address-wrap .text-wrap {
  padding: 10px 0;
}
.cid-uPHHUf0ijl .content-wrapper .address-wrapper .address-wrap .text-wrap .mbr-address {
  margin-bottom: 4px;
}
.cid-uPHHUf0ijl .content-wrapper .address-wrapper .address-wrap .text-wrap .mbr-hours {
  margin-bottom: 0;
}
.cid-uPHHUf0ijl .mbr-section-title {
  color: #000c3f;
}
.cid-uPHHUf0ijl .mbr-text,
.cid-uPHHUf0ijl .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPHHUf0ijl .mbr-section-title,
.cid-uPHHUf0ijl .mbr-section-btn,
.cid-uPHHUf0ijl .address-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uPHHUf0ijl .mbr-address {
  color: #000c3f;
  text-align: left;
}
.cid-uPHHUf0ijl .mbr-hours {
  color: #000c3f;
  text-align: left;
}
.cid-uPHHUffzWm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff1e2;
}
.cid-uPHHUffzWm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHHUffzWm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHHUffzWm .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uPHHUffzWm .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uPHHUffzWm .embla__slide .slide-content {
  width: 100%;
}
.cid-uPHHUffzWm .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-uPHHUffzWm .embla__slide .slide-content .item-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uPHHUffzWm .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: 44%;
  padding: 70px 0 70px 50px;
}
@media (max-width: 992px) {
  .cid-uPHHUffzWm .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
    padding: 0;
  }
}
.cid-uPHHUffzWm .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uPHHUffzWm .embla__slide .slide-content .item-wrapper .item-content .item-title span {
  color: #c79290;
}
.cid-uPHHUffzWm .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uPHHUffzWm .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPHHUffzWm .embla__slide .slide-content .item-wrapper .item-img {
  width: 46%;
}
@media (max-width: 992px) {
  .cid-uPHHUffzWm .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
    margin-top: 20px;
  }
}
.cid-uPHHUffzWm .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPHHUffzWm .embla__slide .slide-content .item-wrapper .item-img img {
    min-height: 180px;
  }
}
.cid-uPHHUffzWm .embla__button--next,
.cid-uPHHUffzWm .embla__button--prev {
  display: flex;
}
.cid-uPHHUffzWm .embla__button {
  bottom: 30px;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: #404349 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uPHHUffzWm .embla__button {
    bottom: 0;
  }
}
.cid-uPHHUffzWm .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPHHUffzWm .embla__button:hover {
  background-color: #ed463f !important;
}
.cid-uPHHUffzWm .embla__button.embla__button--prev {
  right: 90px;
}
.cid-uPHHUffzWm .embla__button.embla__button--next {
  right: 30px;
}
.cid-uPHHUffzWm .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPHHUffzWm .embla {
    padding-bottom: 4rem;
  }
}
.cid-uPHHUffzWm .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  background-color: #f8e7d2;
}
.cid-uPHHUffzWm .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPHHUffzWm .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPHHUffzWm .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPHHUffzWm .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uPHHUffzWm .mbr-section-title {
  color: #404349;
}
.cid-uPHHUffzWm .mbr-text {
  color: #404349;
}
.cid-uPHHUffzWm .mbr-desc {
  color: #404349;
}
.cid-uPHHUffzWm .item-title {
  color: #232323;
}
.cid-uPHHUfBctq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPHHUfBctq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHHUfBctq .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-uPHHUfBctq .container {
    padding: 0 30px;
  }
}
.cid-uPHHUfBctq .row .card {
  justify-content: center;
}
.cid-uPHHUfBctq .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uPHHUfBctq .title-wrapper .mbr-section-subtitle {
  opacity: .4;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uPHHUfBctq .image-wrapper {
    margin-top: 30px;
  }
}
.cid-uPHHUfBctq .image-wrapper img {
  width: 500px;
  height: 500px;
  border-radius: 100% !important;
  margin: 0 0 0 auto;
  object-fit: cover;
}
@media (max-width: 1400px) {
  .cid-uPHHUfBctq .image-wrapper img {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1199px) {
  .cid-uPHHUfBctq .image-wrapper img {
    width: 360px;
    height: 360px;
  }
}
@media (max-width: 992px) {
  .cid-uPHHUfBctq .image-wrapper img {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .cid-uPHHUfBctq .image-wrapper img {
    width: 245px;
    height: 245px;
  }
}
.cid-uPHHUfBctq .mbr-section-title {
  color: #ffffff;
}
.cid-uPHHUfBctq .mbr-section-subtitle {
  color: #232323;
}
.cid-uPHHUfBctq .mbr-section-title,
.cid-uPHHUfBctq .mbr-section-btn {
  color: #c79290;
}
.cid-uPHHUfNpKJ {
  padding-top: 5rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #c79290;
}
.cid-uPHHUfNpKJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHHUfNpKJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHHUfNpKJ .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPHHUfNpKJ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPHHUfNpKJ .item {
  margin-bottom: 20px;
  transform: translateY(64px) rotate(-5deg);
}
@media (max-width: 992px) {
  .cid-uPHHUfNpKJ .item {
    margin-bottom: 16px;
    transform: none;
  }
}
.cid-uPHHUfNpKJ .item:nth-child(2n) {
  transform: none;
}
.cid-uPHHUfNpKJ .item:nth-child(3n) {
  transform: translateY(64px) rotate(5deg);
}
@media (max-width: 992px) {
  .cid-uPHHUfNpKJ .item:nth-child(3n) {
    transform: none;
  }
}
.cid-uPHHUfNpKJ .item .item-wrapper {
  height: 100%;
  border: 20px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uPHHUfNpKJ .item .item-wrapper {
    border: 10px solid #ffffff;
  }
}
.cid-uPHHUfNpKJ .item .item-wrapper .item-img img {
  height: 660px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uPHHUfNpKJ .item .item-wrapper .item-img img {
    height: 460px;
  }
}
@media (max-width: 992px) {
  .cid-uPHHUfNpKJ .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uPHHUfNpKJ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPHHUfZ8La {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #c7bea9;
}
.cid-uPHHUfZ8La .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHHUfZ8La .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHHUfZ8La .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPHHUfZ8La .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPHHUfZ8La .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPHHUfZ8La .item {
    margin-bottom: 16px;
  }
}
.cid-uPHHUfZ8La .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 120px;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uPHHUfZ8La .item .item-wrapper {
    padding: 120px 80px;
  }
}
@media (max-width: 1200px) {
  .cid-uPHHUfZ8La .item .item-wrapper {
    padding: 120px 50px;
  }
}
@media (max-width: 992px) {
  .cid-uPHHUfZ8La .item .item-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uPHHUfZ8La .item .item-wrapper .item-content {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uPHHUfZ8La .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-uPHHUfZ8La .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uPHHUfZ8La .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPHHUfZ8La .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uPHHUfZ8La .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uPHHUfZ8La .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-uPHHUfZ8La .item .item-wrapper .item-content .list-wrapper .list-title {
  margin-bottom: 20px;
}
.cid-uPHHUfZ8La .item .item-wrapper .item-content .list-wrapper .list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-uPHHUfZ8La .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 42px;
  margin-bottom: 16px;
}
.cid-uPHHUfZ8La .item .item-wrapper .item-content .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 3px;
  left: 0;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f47451;
  color: #ffffff;
  border-radius: 100%;
}
.cid-uPHHUfZ8La .item .item-wrapper .item-content .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPHHUfZ8La .item .item-wrapper .item-content .price-wrapper {
  display: flex;
  align-items: flex-end;
  margin-top: 40px;
}
@media (max-width: 1440px) {
  .cid-uPHHUfZ8La .item .item-wrapper .item-content .price-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
@media (max-width: 992px) {
  .cid-uPHHUfZ8La .item .item-wrapper .item-content .price-wrapper {
    margin-top: 20px;
  }
}
.cid-uPHHUfZ8La .item .item-wrapper .item-content .price-wrapper .mbr-section-btn {
  margin-right: 50px;
}
@media (max-width: 1640px) {
  .cid-uPHHUfZ8La .item .item-wrapper .item-content .price-wrapper .mbr-section-btn {
    margin-right: 20px;
  }
}
@media (max-width: 1440px) {
  .cid-uPHHUfZ8La .item .item-wrapper .item-content .price-wrapper .mbr-section-btn {
    margin-right: 0;
  }
}
.cid-uPHHUfZ8La .item .item-wrapper .item-content .price-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPHHUfZ8La .item .item-wrapper .item-content .price-wrapper .price-wrap {
  display: inline-grid;
  grid-template-columns: 6px 1fr;
  gap: 24px;
  padding: 16px 40px 16px 10px;
  background-color: #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 1440px) {
  .cid-uPHHUfZ8La .item .item-wrapper .item-content .price-wrapper .price-wrap {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uPHHUfZ8La .item .item-wrapper .item-content .price-wrapper .price-wrap {
    padding: 10px 20px 10px 10px;
    gap: 16px;
  }
}
.cid-uPHHUfZ8La .item .item-wrapper .item-content .price-wrapper .price-wrap .line-wrap {
  width: 6px;
  height: 100%;
  border-radius: 10px;
  background-color: #f47451;
}
@media (max-width: 992px) {
  .cid-uPHHUfZ8La .item .item-wrapper .item-content .price-wrapper .price-wrap .line-wrap {
    width: 4px;
  }
}
.cid-uPHHUfZ8La .item .item-wrapper .item-content .price-wrapper .price-wrap .item-price {
  padding: 11px 0;
  margin-bottom: 0;
}
.cid-uPHHUfZ8La .item .item-wrapper .item-img {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uPHHUfZ8La .item .item-wrapper .item-img {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-uPHHUfZ8La .item .item-wrapper .item-img img {
  height: 550px;
  object-fit: cover;
  border: 20px solid #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uPHHUfZ8La .item .item-wrapper .item-img img {
    height: 300px;
    border: 10px solid #ffffff;
  }
}
.cid-uPHHUfZ8La .item .card_1 {
  background-color: #ffffff;
}
.cid-uPHHUfZ8La .item .card_1 .item-img img {
  transform: rotate(-5deg);
}
@media (max-width: 992px) {
  .cid-uPHHUfZ8La .item .card_1 .item-img img {
    transform: none;
  }
}
.cid-uPHHUfZ8La .item .card_2 {
  background-color: #fafaf9;
}
.cid-uPHHUfZ8La .item .card_2 .item-img img {
  transform: rotate(5deg);
}
@media (max-width: 992px) {
  .cid-uPHHUfZ8La .item .card_2 .item-img img {
    transform: none;
  }
}
.cid-uPHHUfZ8La .item .card_3 {
  background-color: #ffc4c9;
}
.cid-uPHHUfZ8La .item .card_3 .item-img img {
  transform: rotate(-5deg);
}
@media (max-width: 992px) {
  .cid-uPHHUfZ8La .item .card_3 .item-img img {
    transform: none;
  }
}
@media (max-width: 992px) {
  .cid-uPHHUfZ8La .main-btn {
    margin-top: 16px;
  }
}
.cid-uPHHUfZ8La .mbr-section-title {
  color: #000c3f;
}
.cid-uPHHUfZ8La .mbr-section-title,
.cid-uPHHUfZ8La .main-btn {
  text-align: center;
  color: #fafaf9;
}
.cid-uPHHUfZ8La .item-title {
  color: #000c3f;
}
.cid-uPHHUfZ8La .item-text {
  color: #000c3f;
}
.cid-uPHHUfZ8La .list {
  color: #000c3f;
}
.cid-uPHHUfZ8La .list-title {
  color: #000c3f;
}
.cid-uPHHUfZ8La .item-price {
  color: #000c3f;
}
.cid-uPHHUgkRxi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #c79290;
}
.cid-uPHHUgkRxi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHHUgkRxi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHHUgkRxi .row {
  justify-content: space-between;
}
.cid-uPHHUgkRxi .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPHHUgkRxi .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uPHHUgkRxi .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPHHUgkRxi .item {
    margin-bottom: 50px;
  }
}
.cid-uPHHUgkRxi .item .item-wrapper .item-content {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uPHHUgkRxi .item .item-wrapper .item-content {
    display: block;
    text-align: center;
  }
}
.cid-uPHHUgkRxi .item .item-wrapper .item-content .icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 50px;
  margin-left: 18px;
}
@media (max-width: 1440px) {
  .cid-uPHHUgkRxi .item .item-wrapper .item-content .icon-wrapper {
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPHHUgkRxi .item .item-wrapper .item-content .icon-wrapper {
    margin: 0 18px 32px;
  }
}
.cid-uPHHUgkRxi .item .item-wrapper .item-content .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 3px solid #ffffff;
  transform: scale(1.4);
  pointer-events: none;
  transition: all .3s ease;
}
.cid-uPHHUgkRxi .item .item-wrapper .item-content .icon-wrapper:hover::before,
.cid-uPHHUgkRxi .item .item-wrapper .item-content .icon-wrapper:focus::before {
  transform: scale(1.5);
}
.cid-uPHHUgkRxi .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border-radius: 100%;
  background-color: #ffffff;
  font-size: 40px;
  color: #c79290;
}
@media (max-width: 1440px) {
  .cid-uPHHUgkRxi .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    width: 64px;
    height: 64px;
    font-size: 32px;
  }
}
.cid-uPHHUgkRxi .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-uPHHUgkRxi .item .item-wrapper .item-content .item-title:hover,
.cid-uPHHUgkRxi .item .item-wrapper .item-content .item-title:focus {
  color: #dddddd;
}
.cid-uPHHUgkRxi .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPHHUgkRxi .item-title {
  color: #000c3f;
}
.cid-uPHHUgkRxi .item-title,
.cid-uPHHUgkRxi .item-wrapper {
  color: #ffffff;
}
.cid-uPHHUgBGdI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #c7bea9;
}
.cid-uPHHUgBGdI .decor-wrapper {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #f47451;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .cid-uPHHUgBGdI .decor-wrapper {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .cid-uPHHUgBGdI .decor-wrapper {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .cid-uPHHUgBGdI .decor-wrapper {
    display: none;
  }
}
.cid-uPHHUgBGdI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHHUgBGdI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHHUgBGdI .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uPHHUgBGdI .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uPHHUgBGdI .title-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uPHHUgBGdI .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uPHHUgBGdI .nav-wrapper {
    margin-top: 32px;
  }
}
.cid-uPHHUgBGdI .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uPHHUgBGdI .nav-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 40px;
}
.cid-uPHHUgBGdI .nav-wrapper .list .item-wrap:hover,
.cid-uPHHUgBGdI .nav-wrapper .list .item-wrap:focus {
  color: #f47451;
}
@media (max-width: 992px) {
  .cid-uPHHUgBGdI .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}
.cid-uPHHUgBGdI .social-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uPHHUgBGdI .social-wrapper {
    margin-top: 32px;
  }
}
.cid-uPHHUgBGdI .social-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uPHHUgBGdI .social-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 20px;
}
.cid-uPHHUgBGdI .social-wrapper .list .item-wrap:hover,
.cid-uPHHUgBGdI .social-wrapper .list .item-wrap:focus {
  color: #f47451;
}
.cid-uPHHUgBGdI .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPHHUgBGdI .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uPHHUgBGdI .list {
  color: #ffffff;
}
.cid-uPHI5jlbrV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uPHI5jlbrV nav.navbar {
  position: fixed;
}
.cid-uPHI5jlbrV .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-uPHI5jlbrV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uPHI5jlbrV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uPHI5jlbrV .dropdown-item:hover,
.cid-uPHI5jlbrV .dropdown-item:focus {
  background: #c7bea9 !important;
  color: white !important;
}
.cid-uPHI5jlbrV .dropdown-item:hover span {
  color: white;
}
.cid-uPHI5jlbrV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPHI5jlbrV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPHI5jlbrV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPHI5jlbrV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPHI5jlbrV .nav-link {
  position: relative;
}
.cid-uPHI5jlbrV .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPHI5jlbrV .container {
    flex-wrap: wrap;
  }
}
.cid-uPHI5jlbrV .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPHI5jlbrV .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uPHI5jlbrV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPHI5jlbrV .dropdown-menu,
.cid-uPHI5jlbrV .navbar.opened {
  background: #ffffff !important;
}
.cid-uPHI5jlbrV .nav-item:focus,
.cid-uPHI5jlbrV .nav-link:focus {
  outline: none;
}
.cid-uPHI5jlbrV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPHI5jlbrV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPHI5jlbrV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPHI5jlbrV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPHI5jlbrV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPHI5jlbrV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPHI5jlbrV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uPHI5jlbrV .navbar.opened {
  transition: all 0.3s;
}
.cid-uPHI5jlbrV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPHI5jlbrV .navbar .navbar-logo img {
  width: auto;
}
.cid-uPHI5jlbrV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPHI5jlbrV .navbar.collapsed {
  justify-content: center;
}
.cid-uPHI5jlbrV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPHI5jlbrV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPHI5jlbrV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uPHI5jlbrV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPHI5jlbrV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPHI5jlbrV .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-uPHI5jlbrV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPHI5jlbrV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPHI5jlbrV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPHI5jlbrV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPHI5jlbrV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPHI5jlbrV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPHI5jlbrV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPHI5jlbrV .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-uPHI5jlbrV .navbar .navbar-logo img {
    height: 7rem !important;
  }
  .cid-uPHI5jlbrV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPHI5jlbrV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPHI5jlbrV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPHI5jlbrV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPHI5jlbrV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uPHI5jlbrV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uPHI5jlbrV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPHI5jlbrV .navbar.navbar-short .navbar-logo img {
  height: 6rem !important;
}
.cid-uPHI5jlbrV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPHI5jlbrV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPHI5jlbrV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPHI5jlbrV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPHI5jlbrV .dropdown-item.active,
.cid-uPHI5jlbrV .dropdown-item:active {
  background-color: transparent;
}
.cid-uPHI5jlbrV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPHI5jlbrV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPHI5jlbrV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPHI5jlbrV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uPHI5jlbrV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPHI5jlbrV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPHI5jlbrV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPHI5jlbrV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPHI5jlbrV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPHI5jlbrV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPHI5jlbrV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPHI5jlbrV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPHI5jlbrV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPHI5jlbrV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPHI5jlbrV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPHI5jlbrV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPHI5jlbrV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPHI5jlbrV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPHI5jlbrV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uPHI5jlbrV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPHI5jlbrV .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-uPHI5jlbrV .navbar {
    height: 70px;
  }
  .cid-uPHI5jlbrV .navbar.opened {
    height: auto;
  }
  .cid-uPHI5jlbrV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPHI5jDrPn {
  background-image: url("../../../assets/images/background-carol-ferraz-decor201-1200x800.webp");
}
.cid-uPHI5jDrPn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHI5jDrPn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHI5jDrPn .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPHI5jDrPn .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .cid-uPHI5jDrPn .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uPHI5jDrPn .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPHI5jDrPn .content-wrapper .address-wrapper {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uPHI5jDrPn .content-wrapper .address-wrapper {
    margin-top: 32px;
  }
}
.cid-uPHI5jDrPn .content-wrapper .address-wrapper .address-wrap {
  display: inline-grid;
  grid-template-columns: 6px 1fr;
  gap: 24px;
  padding: 16px 40px 16px 10px;
  background-color: #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uPHI5jDrPn .content-wrapper .address-wrapper .address-wrap {
    padding: 10px 20px 10px 10px;
    gap: 16px;
  }
}
.cid-uPHI5jDrPn .content-wrapper .address-wrapper .address-wrap .line-wrap {
  width: 6px;
  height: 100%;
  border-radius: 10px;
  background-color: #f47451;
}
@media (max-width: 992px) {
  .cid-uPHI5jDrPn .content-wrapper .address-wrapper .address-wrap .line-wrap {
    width: 4px;
  }
}
.cid-uPHI5jDrPn .content-wrapper .address-wrapper .address-wrap .text-wrap {
  padding: 10px 0;
}
.cid-uPHI5jDrPn .content-wrapper .address-wrapper .address-wrap .text-wrap .mbr-address {
  margin-bottom: 4px;
}
.cid-uPHI5jDrPn .content-wrapper .address-wrapper .address-wrap .text-wrap .mbr-hours {
  margin-bottom: 0;
}
.cid-uPHI5jDrPn .mbr-section-title {
  color: #000c3f;
}
.cid-uPHI5jDrPn .mbr-text,
.cid-uPHI5jDrPn .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPHI5jDrPn .mbr-section-title,
.cid-uPHI5jDrPn .mbr-section-btn,
.cid-uPHI5jDrPn .address-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uPHI5jDrPn .mbr-address {
  color: #000c3f;
  text-align: left;
}
.cid-uPHI5jDrPn .mbr-hours {
  color: #000c3f;
  text-align: left;
}
.cid-uPHI5jPCnQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff1e2;
}
.cid-uPHI5jPCnQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHI5jPCnQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHI5jPCnQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uPHI5jPCnQ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uPHI5jPCnQ .embla__slide .slide-content {
  width: 100%;
}
.cid-uPHI5jPCnQ .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-uPHI5jPCnQ .embla__slide .slide-content .item-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uPHI5jPCnQ .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: 44%;
  padding: 70px 0 70px 50px;
}
@media (max-width: 992px) {
  .cid-uPHI5jPCnQ .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
    padding: 0;
  }
}
.cid-uPHI5jPCnQ .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uPHI5jPCnQ .embla__slide .slide-content .item-wrapper .item-content .item-title span {
  color: #c79290;
}
.cid-uPHI5jPCnQ .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uPHI5jPCnQ .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPHI5jPCnQ .embla__slide .slide-content .item-wrapper .item-img {
  width: 46%;
}
@media (max-width: 992px) {
  .cid-uPHI5jPCnQ .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
    margin-top: 20px;
  }
}
.cid-uPHI5jPCnQ .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPHI5jPCnQ .embla__slide .slide-content .item-wrapper .item-img img {
    min-height: 180px;
  }
}
.cid-uPHI5jPCnQ .embla__button--next,
.cid-uPHI5jPCnQ .embla__button--prev {
  display: flex;
}
.cid-uPHI5jPCnQ .embla__button {
  bottom: 30px;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: #404349 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uPHI5jPCnQ .embla__button {
    bottom: 0;
  }
}
.cid-uPHI5jPCnQ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPHI5jPCnQ .embla__button:hover {
  background-color: #ed463f !important;
}
.cid-uPHI5jPCnQ .embla__button.embla__button--prev {
  right: 90px;
}
.cid-uPHI5jPCnQ .embla__button.embla__button--next {
  right: 30px;
}
.cid-uPHI5jPCnQ .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPHI5jPCnQ .embla {
    padding-bottom: 4rem;
  }
}
.cid-uPHI5jPCnQ .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  background-color: #f8e7d2;
}
.cid-uPHI5jPCnQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPHI5jPCnQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPHI5jPCnQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPHI5jPCnQ .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uPHI5jPCnQ .mbr-section-title {
  color: #404349;
}
.cid-uPHI5jPCnQ .mbr-text {
  color: #404349;
}
.cid-uPHI5jPCnQ .mbr-desc {
  color: #404349;
}
.cid-uPHI5jPCnQ .item-title {
  color: #232323;
}
.cid-uPHI5k8apr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPHI5k8apr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHI5k8apr .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-uPHI5k8apr .container {
    padding: 0 30px;
  }
}
.cid-uPHI5k8apr .row .card {
  justify-content: center;
}
.cid-uPHI5k8apr .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uPHI5k8apr .title-wrapper .mbr-section-subtitle {
  opacity: .4;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uPHI5k8apr .image-wrapper {
    margin-top: 30px;
  }
}
.cid-uPHI5k8apr .image-wrapper img {
  width: 500px;
  height: 500px;
  border-radius: 100% !important;
  margin: 0 0 0 auto;
  object-fit: cover;
}
@media (max-width: 1400px) {
  .cid-uPHI5k8apr .image-wrapper img {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1199px) {
  .cid-uPHI5k8apr .image-wrapper img {
    width: 360px;
    height: 360px;
  }
}
@media (max-width: 992px) {
  .cid-uPHI5k8apr .image-wrapper img {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .cid-uPHI5k8apr .image-wrapper img {
    width: 245px;
    height: 245px;
  }
}
.cid-uPHI5k8apr .mbr-section-title {
  color: #ffffff;
}
.cid-uPHI5k8apr .mbr-section-subtitle {
  color: #232323;
}
.cid-uPHI5k8apr .mbr-section-title,
.cid-uPHI5k8apr .mbr-section-btn {
  color: #c79290;
}
.cid-uPHI5kkZXF {
  padding-top: 5rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #c79290;
}
.cid-uPHI5kkZXF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHI5kkZXF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHI5kkZXF .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPHI5kkZXF .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPHI5kkZXF .item {
  margin-bottom: 20px;
  transform: translateY(64px) rotate(-5deg);
}
@media (max-width: 992px) {
  .cid-uPHI5kkZXF .item {
    margin-bottom: 16px;
    transform: none;
  }
}
.cid-uPHI5kkZXF .item:nth-child(2n) {
  transform: none;
}
.cid-uPHI5kkZXF .item:nth-child(3n) {
  transform: translateY(64px) rotate(5deg);
}
@media (max-width: 992px) {
  .cid-uPHI5kkZXF .item:nth-child(3n) {
    transform: none;
  }
}
.cid-uPHI5kkZXF .item .item-wrapper {
  height: 100%;
  border: 20px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uPHI5kkZXF .item .item-wrapper {
    border: 10px solid #ffffff;
  }
}
.cid-uPHI5kkZXF .item .item-wrapper .item-img img {
  height: 660px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uPHI5kkZXF .item .item-wrapper .item-img img {
    height: 460px;
  }
}
@media (max-width: 992px) {
  .cid-uPHI5kkZXF .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uPHI5kkZXF .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPHI5kw5GE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #c7bea9;
}
.cid-uPHI5kw5GE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHI5kw5GE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHI5kw5GE .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPHI5kw5GE .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPHI5kw5GE .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPHI5kw5GE .item {
    margin-bottom: 16px;
  }
}
.cid-uPHI5kw5GE .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 120px;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uPHI5kw5GE .item .item-wrapper {
    padding: 120px 80px;
  }
}
@media (max-width: 1200px) {
  .cid-uPHI5kw5GE .item .item-wrapper {
    padding: 120px 50px;
  }
}
@media (max-width: 992px) {
  .cid-uPHI5kw5GE .item .item-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uPHI5kw5GE .item .item-wrapper .item-content {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uPHI5kw5GE .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-uPHI5kw5GE .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uPHI5kw5GE .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPHI5kw5GE .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uPHI5kw5GE .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uPHI5kw5GE .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-uPHI5kw5GE .item .item-wrapper .item-content .list-wrapper .list-title {
  margin-bottom: 20px;
}
.cid-uPHI5kw5GE .item .item-wrapper .item-content .list-wrapper .list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-uPHI5kw5GE .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 42px;
  margin-bottom: 16px;
}
.cid-uPHI5kw5GE .item .item-wrapper .item-content .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 3px;
  left: 0;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f47451;
  color: #ffffff;
  border-radius: 100%;
}
.cid-uPHI5kw5GE .item .item-wrapper .item-content .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPHI5kw5GE .item .item-wrapper .item-content .price-wrapper {
  display: flex;
  align-items: flex-end;
  margin-top: 40px;
}
@media (max-width: 1440px) {
  .cid-uPHI5kw5GE .item .item-wrapper .item-content .price-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
@media (max-width: 992px) {
  .cid-uPHI5kw5GE .item .item-wrapper .item-content .price-wrapper {
    margin-top: 20px;
  }
}
.cid-uPHI5kw5GE .item .item-wrapper .item-content .price-wrapper .mbr-section-btn {
  margin-right: 50px;
}
@media (max-width: 1640px) {
  .cid-uPHI5kw5GE .item .item-wrapper .item-content .price-wrapper .mbr-section-btn {
    margin-right: 20px;
  }
}
@media (max-width: 1440px) {
  .cid-uPHI5kw5GE .item .item-wrapper .item-content .price-wrapper .mbr-section-btn {
    margin-right: 0;
  }
}
.cid-uPHI5kw5GE .item .item-wrapper .item-content .price-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPHI5kw5GE .item .item-wrapper .item-content .price-wrapper .price-wrap {
  display: inline-grid;
  grid-template-columns: 6px 1fr;
  gap: 24px;
  padding: 16px 40px 16px 10px;
  background-color: #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 1440px) {
  .cid-uPHI5kw5GE .item .item-wrapper .item-content .price-wrapper .price-wrap {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uPHI5kw5GE .item .item-wrapper .item-content .price-wrapper .price-wrap {
    padding: 10px 20px 10px 10px;
    gap: 16px;
  }
}
.cid-uPHI5kw5GE .item .item-wrapper .item-content .price-wrapper .price-wrap .line-wrap {
  width: 6px;
  height: 100%;
  border-radius: 10px;
  background-color: #f47451;
}
@media (max-width: 992px) {
  .cid-uPHI5kw5GE .item .item-wrapper .item-content .price-wrapper .price-wrap .line-wrap {
    width: 4px;
  }
}
.cid-uPHI5kw5GE .item .item-wrapper .item-content .price-wrapper .price-wrap .item-price {
  padding: 11px 0;
  margin-bottom: 0;
}
.cid-uPHI5kw5GE .item .item-wrapper .item-img {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uPHI5kw5GE .item .item-wrapper .item-img {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-uPHI5kw5GE .item .item-wrapper .item-img img {
  height: 550px;
  object-fit: cover;
  border: 20px solid #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uPHI5kw5GE .item .item-wrapper .item-img img {
    height: 300px;
    border: 10px solid #ffffff;
  }
}
.cid-uPHI5kw5GE .item .card_1 {
  background-color: #ffffff;
}
.cid-uPHI5kw5GE .item .card_1 .item-img img {
  transform: rotate(-5deg);
}
@media (max-width: 992px) {
  .cid-uPHI5kw5GE .item .card_1 .item-img img {
    transform: none;
  }
}
.cid-uPHI5kw5GE .item .card_2 {
  background-color: #fafaf9;
}
.cid-uPHI5kw5GE .item .card_2 .item-img img {
  transform: rotate(5deg);
}
@media (max-width: 992px) {
  .cid-uPHI5kw5GE .item .card_2 .item-img img {
    transform: none;
  }
}
.cid-uPHI5kw5GE .item .card_3 {
  background-color: #ffc4c9;
}
.cid-uPHI5kw5GE .item .card_3 .item-img img {
  transform: rotate(-5deg);
}
@media (max-width: 992px) {
  .cid-uPHI5kw5GE .item .card_3 .item-img img {
    transform: none;
  }
}
@media (max-width: 992px) {
  .cid-uPHI5kw5GE .main-btn {
    margin-top: 16px;
  }
}
.cid-uPHI5kw5GE .mbr-section-title {
  color: #000c3f;
}
.cid-uPHI5kw5GE .mbr-section-title,
.cid-uPHI5kw5GE .main-btn {
  text-align: center;
  color: #fafaf9;
}
.cid-uPHI5kw5GE .item-title {
  color: #000c3f;
}
.cid-uPHI5kw5GE .item-text {
  color: #000c3f;
}
.cid-uPHI5kw5GE .list {
  color: #000c3f;
}
.cid-uPHI5kw5GE .list-title {
  color: #000c3f;
}
.cid-uPHI5kw5GE .item-price {
  color: #000c3f;
}
.cid-uPHI5kTD2t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #c79290;
}
.cid-uPHI5kTD2t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHI5kTD2t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHI5kTD2t .row {
  justify-content: space-between;
}
.cid-uPHI5kTD2t .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPHI5kTD2t .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uPHI5kTD2t .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPHI5kTD2t .item {
    margin-bottom: 50px;
  }
}
.cid-uPHI5kTD2t .item .item-wrapper .item-content {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uPHI5kTD2t .item .item-wrapper .item-content {
    display: block;
    text-align: center;
  }
}
.cid-uPHI5kTD2t .item .item-wrapper .item-content .icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 50px;
  margin-left: 18px;
}
@media (max-width: 1440px) {
  .cid-uPHI5kTD2t .item .item-wrapper .item-content .icon-wrapper {
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPHI5kTD2t .item .item-wrapper .item-content .icon-wrapper {
    margin: 0 18px 32px;
  }
}
.cid-uPHI5kTD2t .item .item-wrapper .item-content .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 3px solid #ffffff;
  transform: scale(1.4);
  pointer-events: none;
  transition: all .3s ease;
}
.cid-uPHI5kTD2t .item .item-wrapper .item-content .icon-wrapper:hover::before,
.cid-uPHI5kTD2t .item .item-wrapper .item-content .icon-wrapper:focus::before {
  transform: scale(1.5);
}
.cid-uPHI5kTD2t .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border-radius: 100%;
  background-color: #ffffff;
  font-size: 40px;
  color: #c79290;
}
@media (max-width: 1440px) {
  .cid-uPHI5kTD2t .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    width: 64px;
    height: 64px;
    font-size: 32px;
  }
}
.cid-uPHI5kTD2t .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-uPHI5kTD2t .item .item-wrapper .item-content .item-title:hover,
.cid-uPHI5kTD2t .item .item-wrapper .item-content .item-title:focus {
  color: #dddddd;
}
.cid-uPHI5kTD2t .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPHI5kTD2t .item-title {
  color: #000c3f;
}
.cid-uPHI5kTD2t .item-title,
.cid-uPHI5kTD2t .item-wrapper {
  color: #ffffff;
}
.cid-uPHI5l9sTB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #c7bea9;
}
.cid-uPHI5l9sTB .decor-wrapper {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #f47451;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .cid-uPHI5l9sTB .decor-wrapper {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .cid-uPHI5l9sTB .decor-wrapper {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .cid-uPHI5l9sTB .decor-wrapper {
    display: none;
  }
}
.cid-uPHI5l9sTB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHI5l9sTB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHI5l9sTB .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uPHI5l9sTB .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uPHI5l9sTB .title-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uPHI5l9sTB .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uPHI5l9sTB .nav-wrapper {
    margin-top: 32px;
  }
}
.cid-uPHI5l9sTB .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uPHI5l9sTB .nav-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 40px;
}
.cid-uPHI5l9sTB .nav-wrapper .list .item-wrap:hover,
.cid-uPHI5l9sTB .nav-wrapper .list .item-wrap:focus {
  color: #f47451;
}
@media (max-width: 992px) {
  .cid-uPHI5l9sTB .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}
.cid-uPHI5l9sTB .social-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uPHI5l9sTB .social-wrapper {
    margin-top: 32px;
  }
}
.cid-uPHI5l9sTB .social-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uPHI5l9sTB .social-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 20px;
}
.cid-uPHI5l9sTB .social-wrapper .list .item-wrap:hover,
.cid-uPHI5l9sTB .social-wrapper .list .item-wrap:focus {
  color: #f47451;
}
.cid-uPHI5l9sTB .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPHI5l9sTB .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uPHI5l9sTB .list {
  color: #ffffff;
}
.cid-uPHIfzp0sE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uPHIfzp0sE nav.navbar {
  position: fixed;
}
.cid-uPHIfzp0sE .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-uPHIfzp0sE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uPHIfzp0sE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uPHIfzp0sE .dropdown-item:hover,
.cid-uPHIfzp0sE .dropdown-item:focus {
  background: #c7bea9 !important;
  color: white !important;
}
.cid-uPHIfzp0sE .dropdown-item:hover span {
  color: white;
}
.cid-uPHIfzp0sE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPHIfzp0sE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPHIfzp0sE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPHIfzp0sE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPHIfzp0sE .nav-link {
  position: relative;
}
.cid-uPHIfzp0sE .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPHIfzp0sE .container {
    flex-wrap: wrap;
  }
}
.cid-uPHIfzp0sE .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPHIfzp0sE .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uPHIfzp0sE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPHIfzp0sE .dropdown-menu,
.cid-uPHIfzp0sE .navbar.opened {
  background: #ffffff !important;
}
.cid-uPHIfzp0sE .nav-item:focus,
.cid-uPHIfzp0sE .nav-link:focus {
  outline: none;
}
.cid-uPHIfzp0sE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPHIfzp0sE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPHIfzp0sE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPHIfzp0sE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPHIfzp0sE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPHIfzp0sE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPHIfzp0sE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uPHIfzp0sE .navbar.opened {
  transition: all 0.3s;
}
.cid-uPHIfzp0sE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPHIfzp0sE .navbar .navbar-logo img {
  width: auto;
}
.cid-uPHIfzp0sE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPHIfzp0sE .navbar.collapsed {
  justify-content: center;
}
.cid-uPHIfzp0sE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPHIfzp0sE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPHIfzp0sE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uPHIfzp0sE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPHIfzp0sE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPHIfzp0sE .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-uPHIfzp0sE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPHIfzp0sE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPHIfzp0sE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPHIfzp0sE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPHIfzp0sE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPHIfzp0sE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPHIfzp0sE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPHIfzp0sE .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-uPHIfzp0sE .navbar .navbar-logo img {
    height: 7rem !important;
  }
  .cid-uPHIfzp0sE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPHIfzp0sE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPHIfzp0sE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPHIfzp0sE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPHIfzp0sE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uPHIfzp0sE .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uPHIfzp0sE .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPHIfzp0sE .navbar.navbar-short .navbar-logo img {
  height: 6rem !important;
}
.cid-uPHIfzp0sE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPHIfzp0sE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPHIfzp0sE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPHIfzp0sE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPHIfzp0sE .dropdown-item.active,
.cid-uPHIfzp0sE .dropdown-item:active {
  background-color: transparent;
}
.cid-uPHIfzp0sE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPHIfzp0sE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPHIfzp0sE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPHIfzp0sE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uPHIfzp0sE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPHIfzp0sE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPHIfzp0sE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPHIfzp0sE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPHIfzp0sE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPHIfzp0sE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPHIfzp0sE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPHIfzp0sE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPHIfzp0sE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPHIfzp0sE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPHIfzp0sE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPHIfzp0sE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPHIfzp0sE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPHIfzp0sE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPHIfzp0sE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uPHIfzp0sE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPHIfzp0sE .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-uPHIfzp0sE .navbar {
    height: 70px;
  }
  .cid-uPHIfzp0sE .navbar.opened {
    height: auto;
  }
  .cid-uPHIfzp0sE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPHIfzGZaT {
  background-image: url("../../../assets/images/background-carol-ferraz-decor201-1200x800.webp");
}
.cid-uPHIfzGZaT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHIfzGZaT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHIfzGZaT .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPHIfzGZaT .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .cid-uPHIfzGZaT .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uPHIfzGZaT .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPHIfzGZaT .content-wrapper .address-wrapper {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uPHIfzGZaT .content-wrapper .address-wrapper {
    margin-top: 32px;
  }
}
.cid-uPHIfzGZaT .content-wrapper .address-wrapper .address-wrap {
  display: inline-grid;
  grid-template-columns: 6px 1fr;
  gap: 24px;
  padding: 16px 40px 16px 10px;
  background-color: #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uPHIfzGZaT .content-wrapper .address-wrapper .address-wrap {
    padding: 10px 20px 10px 10px;
    gap: 16px;
  }
}
.cid-uPHIfzGZaT .content-wrapper .address-wrapper .address-wrap .line-wrap {
  width: 6px;
  height: 100%;
  border-radius: 10px;
  background-color: #f47451;
}
@media (max-width: 992px) {
  .cid-uPHIfzGZaT .content-wrapper .address-wrapper .address-wrap .line-wrap {
    width: 4px;
  }
}
.cid-uPHIfzGZaT .content-wrapper .address-wrapper .address-wrap .text-wrap {
  padding: 10px 0;
}
.cid-uPHIfzGZaT .content-wrapper .address-wrapper .address-wrap .text-wrap .mbr-address {
  margin-bottom: 4px;
}
.cid-uPHIfzGZaT .content-wrapper .address-wrapper .address-wrap .text-wrap .mbr-hours {
  margin-bottom: 0;
}
.cid-uPHIfzGZaT .mbr-section-title {
  color: #000c3f;
}
.cid-uPHIfzGZaT .mbr-text,
.cid-uPHIfzGZaT .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPHIfzGZaT .mbr-section-title,
.cid-uPHIfzGZaT .mbr-section-btn,
.cid-uPHIfzGZaT .address-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uPHIfzGZaT .mbr-address {
  color: #000c3f;
  text-align: left;
}
.cid-uPHIfzGZaT .mbr-hours {
  color: #000c3f;
  text-align: left;
}
.cid-uPHIfzRvq6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff1e2;
}
.cid-uPHIfzRvq6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHIfzRvq6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHIfzRvq6 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uPHIfzRvq6 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uPHIfzRvq6 .embla__slide .slide-content {
  width: 100%;
}
.cid-uPHIfzRvq6 .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-uPHIfzRvq6 .embla__slide .slide-content .item-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uPHIfzRvq6 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: 44%;
  padding: 70px 0 70px 50px;
}
@media (max-width: 992px) {
  .cid-uPHIfzRvq6 .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
    padding: 0;
  }
}
.cid-uPHIfzRvq6 .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uPHIfzRvq6 .embla__slide .slide-content .item-wrapper .item-content .item-title span {
  color: #c79290;
}
.cid-uPHIfzRvq6 .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uPHIfzRvq6 .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPHIfzRvq6 .embla__slide .slide-content .item-wrapper .item-img {
  width: 46%;
}
@media (max-width: 992px) {
  .cid-uPHIfzRvq6 .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
    margin-top: 20px;
  }
}
.cid-uPHIfzRvq6 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPHIfzRvq6 .embla__slide .slide-content .item-wrapper .item-img img {
    min-height: 180px;
  }
}
.cid-uPHIfzRvq6 .embla__button--next,
.cid-uPHIfzRvq6 .embla__button--prev {
  display: flex;
}
.cid-uPHIfzRvq6 .embla__button {
  bottom: 30px;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: #404349 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uPHIfzRvq6 .embla__button {
    bottom: 0;
  }
}
.cid-uPHIfzRvq6 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPHIfzRvq6 .embla__button:hover {
  background-color: #ed463f !important;
}
.cid-uPHIfzRvq6 .embla__button.embla__button--prev {
  right: 90px;
}
.cid-uPHIfzRvq6 .embla__button.embla__button--next {
  right: 30px;
}
.cid-uPHIfzRvq6 .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPHIfzRvq6 .embla {
    padding-bottom: 4rem;
  }
}
.cid-uPHIfzRvq6 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  background-color: #f8e7d2;
}
.cid-uPHIfzRvq6 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPHIfzRvq6 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPHIfzRvq6 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPHIfzRvq6 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uPHIfzRvq6 .mbr-section-title {
  color: #404349;
}
.cid-uPHIfzRvq6 .mbr-text {
  color: #404349;
}
.cid-uPHIfzRvq6 .mbr-desc {
  color: #404349;
}
.cid-uPHIfzRvq6 .item-title {
  color: #232323;
}
.cid-uPHIfAaAXf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPHIfAaAXf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHIfAaAXf .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-uPHIfAaAXf .container {
    padding: 0 30px;
  }
}
.cid-uPHIfAaAXf .row .card {
  justify-content: center;
}
.cid-uPHIfAaAXf .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uPHIfAaAXf .title-wrapper .mbr-section-subtitle {
  opacity: .4;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uPHIfAaAXf .image-wrapper {
    margin-top: 30px;
  }
}
.cid-uPHIfAaAXf .image-wrapper img {
  width: 500px;
  height: 500px;
  border-radius: 100% !important;
  margin: 0 0 0 auto;
  object-fit: cover;
}
@media (max-width: 1400px) {
  .cid-uPHIfAaAXf .image-wrapper img {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1199px) {
  .cid-uPHIfAaAXf .image-wrapper img {
    width: 360px;
    height: 360px;
  }
}
@media (max-width: 992px) {
  .cid-uPHIfAaAXf .image-wrapper img {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .cid-uPHIfAaAXf .image-wrapper img {
    width: 245px;
    height: 245px;
  }
}
.cid-uPHIfAaAXf .mbr-section-title {
  color: #ffffff;
}
.cid-uPHIfAaAXf .mbr-section-subtitle {
  color: #232323;
}
.cid-uPHIfAaAXf .mbr-section-title,
.cid-uPHIfAaAXf .mbr-section-btn {
  color: #c79290;
}
.cid-uPHIfAnZEm {
  padding-top: 5rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #c79290;
}
.cid-uPHIfAnZEm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHIfAnZEm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHIfAnZEm .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPHIfAnZEm .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPHIfAnZEm .item {
  margin-bottom: 20px;
  transform: translateY(64px) rotate(-5deg);
}
@media (max-width: 992px) {
  .cid-uPHIfAnZEm .item {
    margin-bottom: 16px;
    transform: none;
  }
}
.cid-uPHIfAnZEm .item:nth-child(2n) {
  transform: none;
}
.cid-uPHIfAnZEm .item:nth-child(3n) {
  transform: translateY(64px) rotate(5deg);
}
@media (max-width: 992px) {
  .cid-uPHIfAnZEm .item:nth-child(3n) {
    transform: none;
  }
}
.cid-uPHIfAnZEm .item .item-wrapper {
  height: 100%;
  border: 20px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uPHIfAnZEm .item .item-wrapper {
    border: 10px solid #ffffff;
  }
}
.cid-uPHIfAnZEm .item .item-wrapper .item-img img {
  height: 660px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uPHIfAnZEm .item .item-wrapper .item-img img {
    height: 460px;
  }
}
@media (max-width: 992px) {
  .cid-uPHIfAnZEm .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uPHIfAnZEm .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPHIfAzENt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #c7bea9;
}
.cid-uPHIfAzENt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHIfAzENt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHIfAzENt .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPHIfAzENt .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPHIfAzENt .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPHIfAzENt .item {
    margin-bottom: 16px;
  }
}
.cid-uPHIfAzENt .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 120px;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uPHIfAzENt .item .item-wrapper {
    padding: 120px 80px;
  }
}
@media (max-width: 1200px) {
  .cid-uPHIfAzENt .item .item-wrapper {
    padding: 120px 50px;
  }
}
@media (max-width: 992px) {
  .cid-uPHIfAzENt .item .item-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uPHIfAzENt .item .item-wrapper .item-content {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uPHIfAzENt .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-uPHIfAzENt .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uPHIfAzENt .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPHIfAzENt .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uPHIfAzENt .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uPHIfAzENt .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-uPHIfAzENt .item .item-wrapper .item-content .list-wrapper .list-title {
  margin-bottom: 20px;
}
.cid-uPHIfAzENt .item .item-wrapper .item-content .list-wrapper .list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-uPHIfAzENt .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 42px;
  margin-bottom: 16px;
}
.cid-uPHIfAzENt .item .item-wrapper .item-content .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 3px;
  left: 0;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f47451;
  color: #ffffff;
  border-radius: 100%;
}
.cid-uPHIfAzENt .item .item-wrapper .item-content .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPHIfAzENt .item .item-wrapper .item-content .price-wrapper {
  display: flex;
  align-items: flex-end;
  margin-top: 40px;
}
@media (max-width: 1440px) {
  .cid-uPHIfAzENt .item .item-wrapper .item-content .price-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
@media (max-width: 992px) {
  .cid-uPHIfAzENt .item .item-wrapper .item-content .price-wrapper {
    margin-top: 20px;
  }
}
.cid-uPHIfAzENt .item .item-wrapper .item-content .price-wrapper .mbr-section-btn {
  margin-right: 50px;
}
@media (max-width: 1640px) {
  .cid-uPHIfAzENt .item .item-wrapper .item-content .price-wrapper .mbr-section-btn {
    margin-right: 20px;
  }
}
@media (max-width: 1440px) {
  .cid-uPHIfAzENt .item .item-wrapper .item-content .price-wrapper .mbr-section-btn {
    margin-right: 0;
  }
}
.cid-uPHIfAzENt .item .item-wrapper .item-content .price-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPHIfAzENt .item .item-wrapper .item-content .price-wrapper .price-wrap {
  display: inline-grid;
  grid-template-columns: 6px 1fr;
  gap: 24px;
  padding: 16px 40px 16px 10px;
  background-color: #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 1440px) {
  .cid-uPHIfAzENt .item .item-wrapper .item-content .price-wrapper .price-wrap {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uPHIfAzENt .item .item-wrapper .item-content .price-wrapper .price-wrap {
    padding: 10px 20px 10px 10px;
    gap: 16px;
  }
}
.cid-uPHIfAzENt .item .item-wrapper .item-content .price-wrapper .price-wrap .line-wrap {
  width: 6px;
  height: 100%;
  border-radius: 10px;
  background-color: #f47451;
}
@media (max-width: 992px) {
  .cid-uPHIfAzENt .item .item-wrapper .item-content .price-wrapper .price-wrap .line-wrap {
    width: 4px;
  }
}
.cid-uPHIfAzENt .item .item-wrapper .item-content .price-wrapper .price-wrap .item-price {
  padding: 11px 0;
  margin-bottom: 0;
}
.cid-uPHIfAzENt .item .item-wrapper .item-img {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uPHIfAzENt .item .item-wrapper .item-img {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-uPHIfAzENt .item .item-wrapper .item-img img {
  height: 550px;
  object-fit: cover;
  border: 20px solid #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uPHIfAzENt .item .item-wrapper .item-img img {
    height: 300px;
    border: 10px solid #ffffff;
  }
}
.cid-uPHIfAzENt .item .card_1 {
  background-color: #ffffff;
}
.cid-uPHIfAzENt .item .card_1 .item-img img {
  transform: rotate(-5deg);
}
@media (max-width: 992px) {
  .cid-uPHIfAzENt .item .card_1 .item-img img {
    transform: none;
  }
}
.cid-uPHIfAzENt .item .card_2 {
  background-color: #fafaf9;
}
.cid-uPHIfAzENt .item .card_2 .item-img img {
  transform: rotate(5deg);
}
@media (max-width: 992px) {
  .cid-uPHIfAzENt .item .card_2 .item-img img {
    transform: none;
  }
}
.cid-uPHIfAzENt .item .card_3 {
  background-color: #ffc4c9;
}
.cid-uPHIfAzENt .item .card_3 .item-img img {
  transform: rotate(-5deg);
}
@media (max-width: 992px) {
  .cid-uPHIfAzENt .item .card_3 .item-img img {
    transform: none;
  }
}
@media (max-width: 992px) {
  .cid-uPHIfAzENt .main-btn {
    margin-top: 16px;
  }
}
.cid-uPHIfAzENt .mbr-section-title {
  color: #000c3f;
}
.cid-uPHIfAzENt .mbr-section-title,
.cid-uPHIfAzENt .main-btn {
  text-align: center;
  color: #fafaf9;
}
.cid-uPHIfAzENt .item-title {
  color: #000c3f;
}
.cid-uPHIfAzENt .item-text {
  color: #000c3f;
}
.cid-uPHIfAzENt .list {
  color: #000c3f;
}
.cid-uPHIfAzENt .list-title {
  color: #000c3f;
}
.cid-uPHIfAzENt .item-price {
  color: #000c3f;
}
.cid-uPHIfATjAx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #c79290;
}
.cid-uPHIfATjAx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHIfATjAx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHIfATjAx .row {
  justify-content: space-between;
}
.cid-uPHIfATjAx .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPHIfATjAx .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uPHIfATjAx .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPHIfATjAx .item {
    margin-bottom: 50px;
  }
}
.cid-uPHIfATjAx .item .item-wrapper .item-content {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uPHIfATjAx .item .item-wrapper .item-content {
    display: block;
    text-align: center;
  }
}
.cid-uPHIfATjAx .item .item-wrapper .item-content .icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 50px;
  margin-left: 18px;
}
@media (max-width: 1440px) {
  .cid-uPHIfATjAx .item .item-wrapper .item-content .icon-wrapper {
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPHIfATjAx .item .item-wrapper .item-content .icon-wrapper {
    margin: 0 18px 32px;
  }
}
.cid-uPHIfATjAx .item .item-wrapper .item-content .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 3px solid #ffffff;
  transform: scale(1.4);
  pointer-events: none;
  transition: all .3s ease;
}
.cid-uPHIfATjAx .item .item-wrapper .item-content .icon-wrapper:hover::before,
.cid-uPHIfATjAx .item .item-wrapper .item-content .icon-wrapper:focus::before {
  transform: scale(1.5);
}
.cid-uPHIfATjAx .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border-radius: 100%;
  background-color: #ffffff;
  font-size: 40px;
  color: #c79290;
}
@media (max-width: 1440px) {
  .cid-uPHIfATjAx .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    width: 64px;
    height: 64px;
    font-size: 32px;
  }
}
.cid-uPHIfATjAx .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-uPHIfATjAx .item .item-wrapper .item-content .item-title:hover,
.cid-uPHIfATjAx .item .item-wrapper .item-content .item-title:focus {
  color: #dddddd;
}
.cid-uPHIfATjAx .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPHIfATjAx .item-title {
  color: #000c3f;
}
.cid-uPHIfATjAx .item-title,
.cid-uPHIfATjAx .item-wrapper {
  color: #ffffff;
}
.cid-uPHIfB9KoN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #c7bea9;
}
.cid-uPHIfB9KoN .decor-wrapper {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #f47451;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .cid-uPHIfB9KoN .decor-wrapper {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .cid-uPHIfB9KoN .decor-wrapper {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .cid-uPHIfB9KoN .decor-wrapper {
    display: none;
  }
}
.cid-uPHIfB9KoN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHIfB9KoN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHIfB9KoN .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uPHIfB9KoN .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uPHIfB9KoN .title-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uPHIfB9KoN .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uPHIfB9KoN .nav-wrapper {
    margin-top: 32px;
  }
}
.cid-uPHIfB9KoN .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uPHIfB9KoN .nav-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 40px;
}
.cid-uPHIfB9KoN .nav-wrapper .list .item-wrap:hover,
.cid-uPHIfB9KoN .nav-wrapper .list .item-wrap:focus {
  color: #f47451;
}
@media (max-width: 992px) {
  .cid-uPHIfB9KoN .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}
.cid-uPHIfB9KoN .social-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uPHIfB9KoN .social-wrapper {
    margin-top: 32px;
  }
}
.cid-uPHIfB9KoN .social-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uPHIfB9KoN .social-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 20px;
}
.cid-uPHIfB9KoN .social-wrapper .list .item-wrap:hover,
.cid-uPHIfB9KoN .social-wrapper .list .item-wrap:focus {
  color: #f47451;
}
.cid-uPHIfB9KoN .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPHIfB9KoN .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uPHIfB9KoN .list {
  color: #ffffff;
}
.cid-uPHImYyNaQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uPHImYyNaQ nav.navbar {
  position: fixed;
}
.cid-uPHImYyNaQ .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-uPHImYyNaQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uPHImYyNaQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uPHImYyNaQ .dropdown-item:hover,
.cid-uPHImYyNaQ .dropdown-item:focus {
  background: #c7bea9 !important;
  color: white !important;
}
.cid-uPHImYyNaQ .dropdown-item:hover span {
  color: white;
}
.cid-uPHImYyNaQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPHImYyNaQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPHImYyNaQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPHImYyNaQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPHImYyNaQ .nav-link {
  position: relative;
}
.cid-uPHImYyNaQ .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPHImYyNaQ .container {
    flex-wrap: wrap;
  }
}
.cid-uPHImYyNaQ .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPHImYyNaQ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uPHImYyNaQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPHImYyNaQ .dropdown-menu,
.cid-uPHImYyNaQ .navbar.opened {
  background: #ffffff !important;
}
.cid-uPHImYyNaQ .nav-item:focus,
.cid-uPHImYyNaQ .nav-link:focus {
  outline: none;
}
.cid-uPHImYyNaQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPHImYyNaQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPHImYyNaQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPHImYyNaQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPHImYyNaQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPHImYyNaQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPHImYyNaQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uPHImYyNaQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uPHImYyNaQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPHImYyNaQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uPHImYyNaQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPHImYyNaQ .navbar.collapsed {
  justify-content: center;
}
.cid-uPHImYyNaQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPHImYyNaQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPHImYyNaQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uPHImYyNaQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPHImYyNaQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPHImYyNaQ .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-uPHImYyNaQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPHImYyNaQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPHImYyNaQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPHImYyNaQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPHImYyNaQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPHImYyNaQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPHImYyNaQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPHImYyNaQ .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-uPHImYyNaQ .navbar .navbar-logo img {
    height: 7rem !important;
  }
  .cid-uPHImYyNaQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPHImYyNaQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPHImYyNaQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPHImYyNaQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPHImYyNaQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uPHImYyNaQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uPHImYyNaQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPHImYyNaQ .navbar.navbar-short .navbar-logo img {
  height: 6rem !important;
}
.cid-uPHImYyNaQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPHImYyNaQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPHImYyNaQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPHImYyNaQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPHImYyNaQ .dropdown-item.active,
.cid-uPHImYyNaQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uPHImYyNaQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPHImYyNaQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPHImYyNaQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPHImYyNaQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uPHImYyNaQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPHImYyNaQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPHImYyNaQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPHImYyNaQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPHImYyNaQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPHImYyNaQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPHImYyNaQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPHImYyNaQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPHImYyNaQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPHImYyNaQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPHImYyNaQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPHImYyNaQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPHImYyNaQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPHImYyNaQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPHImYyNaQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uPHImYyNaQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPHImYyNaQ .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-uPHImYyNaQ .navbar {
    height: 70px;
  }
  .cid-uPHImYyNaQ .navbar.opened {
    height: auto;
  }
  .cid-uPHImYyNaQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPHImYRwx9 {
  background-image: url("../../../assets/images/background-carol-ferraz-decor201-1200x800.webp");
}
.cid-uPHImYRwx9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHImYRwx9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHImYRwx9 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPHImYRwx9 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .cid-uPHImYRwx9 .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uPHImYRwx9 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPHImYRwx9 .content-wrapper .address-wrapper {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uPHImYRwx9 .content-wrapper .address-wrapper {
    margin-top: 32px;
  }
}
.cid-uPHImYRwx9 .content-wrapper .address-wrapper .address-wrap {
  display: inline-grid;
  grid-template-columns: 6px 1fr;
  gap: 24px;
  padding: 16px 40px 16px 10px;
  background-color: #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uPHImYRwx9 .content-wrapper .address-wrapper .address-wrap {
    padding: 10px 20px 10px 10px;
    gap: 16px;
  }
}
.cid-uPHImYRwx9 .content-wrapper .address-wrapper .address-wrap .line-wrap {
  width: 6px;
  height: 100%;
  border-radius: 10px;
  background-color: #f47451;
}
@media (max-width: 992px) {
  .cid-uPHImYRwx9 .content-wrapper .address-wrapper .address-wrap .line-wrap {
    width: 4px;
  }
}
.cid-uPHImYRwx9 .content-wrapper .address-wrapper .address-wrap .text-wrap {
  padding: 10px 0;
}
.cid-uPHImYRwx9 .content-wrapper .address-wrapper .address-wrap .text-wrap .mbr-address {
  margin-bottom: 4px;
}
.cid-uPHImYRwx9 .content-wrapper .address-wrapper .address-wrap .text-wrap .mbr-hours {
  margin-bottom: 0;
}
.cid-uPHImYRwx9 .mbr-section-title {
  color: #000c3f;
}
.cid-uPHImYRwx9 .mbr-text,
.cid-uPHImYRwx9 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPHImYRwx9 .mbr-section-title,
.cid-uPHImYRwx9 .mbr-section-btn,
.cid-uPHImYRwx9 .address-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uPHImYRwx9 .mbr-address {
  color: #000c3f;
  text-align: left;
}
.cid-uPHImYRwx9 .mbr-hours {
  color: #000c3f;
  text-align: left;
}
.cid-uPHImZeCMz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff1e2;
}
.cid-uPHImZeCMz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHImZeCMz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHImZeCMz .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uPHImZeCMz .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uPHImZeCMz .embla__slide .slide-content {
  width: 100%;
}
.cid-uPHImZeCMz .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-uPHImZeCMz .embla__slide .slide-content .item-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uPHImZeCMz .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: 44%;
  padding: 70px 0 70px 50px;
}
@media (max-width: 992px) {
  .cid-uPHImZeCMz .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
    padding: 0;
  }
}
.cid-uPHImZeCMz .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uPHImZeCMz .embla__slide .slide-content .item-wrapper .item-content .item-title span {
  color: #c79290;
}
.cid-uPHImZeCMz .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uPHImZeCMz .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPHImZeCMz .embla__slide .slide-content .item-wrapper .item-img {
  width: 46%;
}
@media (max-width: 992px) {
  .cid-uPHImZeCMz .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
    margin-top: 20px;
  }
}
.cid-uPHImZeCMz .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPHImZeCMz .embla__slide .slide-content .item-wrapper .item-img img {
    min-height: 180px;
  }
}
.cid-uPHImZeCMz .embla__button--next,
.cid-uPHImZeCMz .embla__button--prev {
  display: flex;
}
.cid-uPHImZeCMz .embla__button {
  bottom: 30px;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: #404349 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uPHImZeCMz .embla__button {
    bottom: 0;
  }
}
.cid-uPHImZeCMz .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPHImZeCMz .embla__button:hover {
  background-color: #ed463f !important;
}
.cid-uPHImZeCMz .embla__button.embla__button--prev {
  right: 90px;
}
.cid-uPHImZeCMz .embla__button.embla__button--next {
  right: 30px;
}
.cid-uPHImZeCMz .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPHImZeCMz .embla {
    padding-bottom: 4rem;
  }
}
.cid-uPHImZeCMz .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  background-color: #f8e7d2;
}
.cid-uPHImZeCMz .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPHImZeCMz .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPHImZeCMz .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPHImZeCMz .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uPHImZeCMz .mbr-section-title {
  color: #404349;
}
.cid-uPHImZeCMz .mbr-text {
  color: #404349;
}
.cid-uPHImZeCMz .mbr-desc {
  color: #404349;
}
.cid-uPHImZeCMz .item-title {
  color: #232323;
}
.cid-uPHImZCIQQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPHImZCIQQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHImZCIQQ .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-uPHImZCIQQ .container {
    padding: 0 30px;
  }
}
.cid-uPHImZCIQQ .row .card {
  justify-content: center;
}
.cid-uPHImZCIQQ .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uPHImZCIQQ .title-wrapper .mbr-section-subtitle {
  opacity: .4;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uPHImZCIQQ .image-wrapper {
    margin-top: 30px;
  }
}
.cid-uPHImZCIQQ .image-wrapper img {
  width: 500px;
  height: 500px;
  border-radius: 100% !important;
  margin: 0 0 0 auto;
  object-fit: cover;
}
@media (max-width: 1400px) {
  .cid-uPHImZCIQQ .image-wrapper img {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1199px) {
  .cid-uPHImZCIQQ .image-wrapper img {
    width: 360px;
    height: 360px;
  }
}
@media (max-width: 992px) {
  .cid-uPHImZCIQQ .image-wrapper img {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .cid-uPHImZCIQQ .image-wrapper img {
    width: 245px;
    height: 245px;
  }
}
.cid-uPHImZCIQQ .mbr-section-title {
  color: #ffffff;
}
.cid-uPHImZCIQQ .mbr-section-subtitle {
  color: #232323;
}
.cid-uPHImZCIQQ .mbr-section-title,
.cid-uPHImZCIQQ .mbr-section-btn {
  color: #c79290;
}
.cid-uPHImZOHbA {
  padding-top: 5rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #c79290;
}
.cid-uPHImZOHbA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHImZOHbA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHImZOHbA .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPHImZOHbA .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPHImZOHbA .item {
  margin-bottom: 20px;
  transform: translateY(64px) rotate(-5deg);
}
@media (max-width: 992px) {
  .cid-uPHImZOHbA .item {
    margin-bottom: 16px;
    transform: none;
  }
}
.cid-uPHImZOHbA .item:nth-child(2n) {
  transform: none;
}
.cid-uPHImZOHbA .item:nth-child(3n) {
  transform: translateY(64px) rotate(5deg);
}
@media (max-width: 992px) {
  .cid-uPHImZOHbA .item:nth-child(3n) {
    transform: none;
  }
}
.cid-uPHImZOHbA .item .item-wrapper {
  height: 100%;
  border: 20px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uPHImZOHbA .item .item-wrapper {
    border: 10px solid #ffffff;
  }
}
.cid-uPHImZOHbA .item .item-wrapper .item-img img {
  height: 660px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uPHImZOHbA .item .item-wrapper .item-img img {
    height: 460px;
  }
}
@media (max-width: 992px) {
  .cid-uPHImZOHbA .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uPHImZOHbA .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPHIn04XN6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #c7bea9;
}
.cid-uPHIn04XN6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHIn04XN6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHIn04XN6 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPHIn04XN6 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPHIn04XN6 .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPHIn04XN6 .item {
    margin-bottom: 16px;
  }
}
.cid-uPHIn04XN6 .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 120px;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uPHIn04XN6 .item .item-wrapper {
    padding: 120px 80px;
  }
}
@media (max-width: 1200px) {
  .cid-uPHIn04XN6 .item .item-wrapper {
    padding: 120px 50px;
  }
}
@media (max-width: 992px) {
  .cid-uPHIn04XN6 .item .item-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uPHIn04XN6 .item .item-wrapper .item-content {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uPHIn04XN6 .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-uPHIn04XN6 .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uPHIn04XN6 .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPHIn04XN6 .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uPHIn04XN6 .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uPHIn04XN6 .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-uPHIn04XN6 .item .item-wrapper .item-content .list-wrapper .list-title {
  margin-bottom: 20px;
}
.cid-uPHIn04XN6 .item .item-wrapper .item-content .list-wrapper .list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-uPHIn04XN6 .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 42px;
  margin-bottom: 16px;
}
.cid-uPHIn04XN6 .item .item-wrapper .item-content .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 3px;
  left: 0;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f47451;
  color: #ffffff;
  border-radius: 100%;
}
.cid-uPHIn04XN6 .item .item-wrapper .item-content .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPHIn04XN6 .item .item-wrapper .item-content .price-wrapper {
  display: flex;
  align-items: flex-end;
  margin-top: 40px;
}
@media (max-width: 1440px) {
  .cid-uPHIn04XN6 .item .item-wrapper .item-content .price-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
@media (max-width: 992px) {
  .cid-uPHIn04XN6 .item .item-wrapper .item-content .price-wrapper {
    margin-top: 20px;
  }
}
.cid-uPHIn04XN6 .item .item-wrapper .item-content .price-wrapper .mbr-section-btn {
  margin-right: 50px;
}
@media (max-width: 1640px) {
  .cid-uPHIn04XN6 .item .item-wrapper .item-content .price-wrapper .mbr-section-btn {
    margin-right: 20px;
  }
}
@media (max-width: 1440px) {
  .cid-uPHIn04XN6 .item .item-wrapper .item-content .price-wrapper .mbr-section-btn {
    margin-right: 0;
  }
}
.cid-uPHIn04XN6 .item .item-wrapper .item-content .price-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPHIn04XN6 .item .item-wrapper .item-content .price-wrapper .price-wrap {
  display: inline-grid;
  grid-template-columns: 6px 1fr;
  gap: 24px;
  padding: 16px 40px 16px 10px;
  background-color: #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 1440px) {
  .cid-uPHIn04XN6 .item .item-wrapper .item-content .price-wrapper .price-wrap {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uPHIn04XN6 .item .item-wrapper .item-content .price-wrapper .price-wrap {
    padding: 10px 20px 10px 10px;
    gap: 16px;
  }
}
.cid-uPHIn04XN6 .item .item-wrapper .item-content .price-wrapper .price-wrap .line-wrap {
  width: 6px;
  height: 100%;
  border-radius: 10px;
  background-color: #f47451;
}
@media (max-width: 992px) {
  .cid-uPHIn04XN6 .item .item-wrapper .item-content .price-wrapper .price-wrap .line-wrap {
    width: 4px;
  }
}
.cid-uPHIn04XN6 .item .item-wrapper .item-content .price-wrapper .price-wrap .item-price {
  padding: 11px 0;
  margin-bottom: 0;
}
.cid-uPHIn04XN6 .item .item-wrapper .item-img {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uPHIn04XN6 .item .item-wrapper .item-img {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-uPHIn04XN6 .item .item-wrapper .item-img img {
  height: 550px;
  object-fit: cover;
  border: 20px solid #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uPHIn04XN6 .item .item-wrapper .item-img img {
    height: 300px;
    border: 10px solid #ffffff;
  }
}
.cid-uPHIn04XN6 .item .card_1 {
  background-color: #ffffff;
}
.cid-uPHIn04XN6 .item .card_1 .item-img img {
  transform: rotate(-5deg);
}
@media (max-width: 992px) {
  .cid-uPHIn04XN6 .item .card_1 .item-img img {
    transform: none;
  }
}
.cid-uPHIn04XN6 .item .card_2 {
  background-color: #fafaf9;
}
.cid-uPHIn04XN6 .item .card_2 .item-img img {
  transform: rotate(5deg);
}
@media (max-width: 992px) {
  .cid-uPHIn04XN6 .item .card_2 .item-img img {
    transform: none;
  }
}
.cid-uPHIn04XN6 .item .card_3 {
  background-color: #ffc4c9;
}
.cid-uPHIn04XN6 .item .card_3 .item-img img {
  transform: rotate(-5deg);
}
@media (max-width: 992px) {
  .cid-uPHIn04XN6 .item .card_3 .item-img img {
    transform: none;
  }
}
@media (max-width: 992px) {
  .cid-uPHIn04XN6 .main-btn {
    margin-top: 16px;
  }
}
.cid-uPHIn04XN6 .mbr-section-title {
  color: #000c3f;
}
.cid-uPHIn04XN6 .mbr-section-title,
.cid-uPHIn04XN6 .main-btn {
  text-align: center;
  color: #fafaf9;
}
.cid-uPHIn04XN6 .item-title {
  color: #000c3f;
}
.cid-uPHIn04XN6 .item-text {
  color: #000c3f;
}
.cid-uPHIn04XN6 .list {
  color: #000c3f;
}
.cid-uPHIn04XN6 .list-title {
  color: #000c3f;
}
.cid-uPHIn04XN6 .item-price {
  color: #000c3f;
}
.cid-uPHIn0tQsU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #c79290;
}
.cid-uPHIn0tQsU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHIn0tQsU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHIn0tQsU .row {
  justify-content: space-between;
}
.cid-uPHIn0tQsU .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPHIn0tQsU .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uPHIn0tQsU .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPHIn0tQsU .item {
    margin-bottom: 50px;
  }
}
.cid-uPHIn0tQsU .item .item-wrapper .item-content {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uPHIn0tQsU .item .item-wrapper .item-content {
    display: block;
    text-align: center;
  }
}
.cid-uPHIn0tQsU .item .item-wrapper .item-content .icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 50px;
  margin-left: 18px;
}
@media (max-width: 1440px) {
  .cid-uPHIn0tQsU .item .item-wrapper .item-content .icon-wrapper {
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPHIn0tQsU .item .item-wrapper .item-content .icon-wrapper {
    margin: 0 18px 32px;
  }
}
.cid-uPHIn0tQsU .item .item-wrapper .item-content .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 3px solid #ffffff;
  transform: scale(1.4);
  pointer-events: none;
  transition: all .3s ease;
}
.cid-uPHIn0tQsU .item .item-wrapper .item-content .icon-wrapper:hover::before,
.cid-uPHIn0tQsU .item .item-wrapper .item-content .icon-wrapper:focus::before {
  transform: scale(1.5);
}
.cid-uPHIn0tQsU .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border-radius: 100%;
  background-color: #ffffff;
  font-size: 40px;
  color: #c79290;
}
@media (max-width: 1440px) {
  .cid-uPHIn0tQsU .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    width: 64px;
    height: 64px;
    font-size: 32px;
  }
}
.cid-uPHIn0tQsU .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-uPHIn0tQsU .item .item-wrapper .item-content .item-title:hover,
.cid-uPHIn0tQsU .item .item-wrapper .item-content .item-title:focus {
  color: #dddddd;
}
.cid-uPHIn0tQsU .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPHIn0tQsU .item-title {
  color: #000c3f;
}
.cid-uPHIn0tQsU .item-title,
.cid-uPHIn0tQsU .item-wrapper {
  color: #ffffff;
}
.cid-uPHIn0MriG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #c7bea9;
}
.cid-uPHIn0MriG .decor-wrapper {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #f47451;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .cid-uPHIn0MriG .decor-wrapper {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .cid-uPHIn0MriG .decor-wrapper {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .cid-uPHIn0MriG .decor-wrapper {
    display: none;
  }
}
.cid-uPHIn0MriG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHIn0MriG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHIn0MriG .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uPHIn0MriG .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uPHIn0MriG .title-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uPHIn0MriG .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uPHIn0MriG .nav-wrapper {
    margin-top: 32px;
  }
}
.cid-uPHIn0MriG .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uPHIn0MriG .nav-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 40px;
}
.cid-uPHIn0MriG .nav-wrapper .list .item-wrap:hover,
.cid-uPHIn0MriG .nav-wrapper .list .item-wrap:focus {
  color: #f47451;
}
@media (max-width: 992px) {
  .cid-uPHIn0MriG .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}
.cid-uPHIn0MriG .social-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uPHIn0MriG .social-wrapper {
    margin-top: 32px;
  }
}
.cid-uPHIn0MriG .social-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uPHIn0MriG .social-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 20px;
}
.cid-uPHIn0MriG .social-wrapper .list .item-wrap:hover,
.cid-uPHIn0MriG .social-wrapper .list .item-wrap:focus {
  color: #f47451;
}
.cid-uPHIn0MriG .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPHIn0MriG .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uPHIn0MriG .list {
  color: #ffffff;
}
.cid-uPHIwa1Mvn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uPHIwa1Mvn nav.navbar {
  position: fixed;
}
.cid-uPHIwa1Mvn .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-uPHIwa1Mvn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uPHIwa1Mvn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uPHIwa1Mvn .dropdown-item:hover,
.cid-uPHIwa1Mvn .dropdown-item:focus {
  background: #c7bea9 !important;
  color: white !important;
}
.cid-uPHIwa1Mvn .dropdown-item:hover span {
  color: white;
}
.cid-uPHIwa1Mvn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPHIwa1Mvn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPHIwa1Mvn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPHIwa1Mvn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPHIwa1Mvn .nav-link {
  position: relative;
}
.cid-uPHIwa1Mvn .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPHIwa1Mvn .container {
    flex-wrap: wrap;
  }
}
.cid-uPHIwa1Mvn .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPHIwa1Mvn .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uPHIwa1Mvn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPHIwa1Mvn .dropdown-menu,
.cid-uPHIwa1Mvn .navbar.opened {
  background: #ffffff !important;
}
.cid-uPHIwa1Mvn .nav-item:focus,
.cid-uPHIwa1Mvn .nav-link:focus {
  outline: none;
}
.cid-uPHIwa1Mvn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPHIwa1Mvn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPHIwa1Mvn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPHIwa1Mvn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPHIwa1Mvn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPHIwa1Mvn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPHIwa1Mvn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uPHIwa1Mvn .navbar.opened {
  transition: all 0.3s;
}
.cid-uPHIwa1Mvn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPHIwa1Mvn .navbar .navbar-logo img {
  width: auto;
}
.cid-uPHIwa1Mvn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPHIwa1Mvn .navbar.collapsed {
  justify-content: center;
}
.cid-uPHIwa1Mvn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPHIwa1Mvn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPHIwa1Mvn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uPHIwa1Mvn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPHIwa1Mvn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPHIwa1Mvn .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-uPHIwa1Mvn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPHIwa1Mvn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPHIwa1Mvn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPHIwa1Mvn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPHIwa1Mvn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPHIwa1Mvn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPHIwa1Mvn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPHIwa1Mvn .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-uPHIwa1Mvn .navbar .navbar-logo img {
    height: 7rem !important;
  }
  .cid-uPHIwa1Mvn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPHIwa1Mvn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPHIwa1Mvn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPHIwa1Mvn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPHIwa1Mvn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uPHIwa1Mvn .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uPHIwa1Mvn .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPHIwa1Mvn .navbar.navbar-short .navbar-logo img {
  height: 6rem !important;
}
.cid-uPHIwa1Mvn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPHIwa1Mvn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPHIwa1Mvn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPHIwa1Mvn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPHIwa1Mvn .dropdown-item.active,
.cid-uPHIwa1Mvn .dropdown-item:active {
  background-color: transparent;
}
.cid-uPHIwa1Mvn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPHIwa1Mvn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPHIwa1Mvn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPHIwa1Mvn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uPHIwa1Mvn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPHIwa1Mvn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPHIwa1Mvn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPHIwa1Mvn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPHIwa1Mvn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPHIwa1Mvn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPHIwa1Mvn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPHIwa1Mvn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPHIwa1Mvn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPHIwa1Mvn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPHIwa1Mvn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPHIwa1Mvn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPHIwa1Mvn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPHIwa1Mvn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPHIwa1Mvn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uPHIwa1Mvn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPHIwa1Mvn .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-uPHIwa1Mvn .navbar {
    height: 70px;
  }
  .cid-uPHIwa1Mvn .navbar.opened {
    height: auto;
  }
  .cid-uPHIwa1Mvn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPHIwaArXp {
  background-image: url("../../../assets/images/background-carol-ferraz-decor201-1200x800.webp");
}
.cid-uPHIwaArXp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHIwaArXp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHIwaArXp .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPHIwaArXp .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .cid-uPHIwaArXp .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uPHIwaArXp .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPHIwaArXp .content-wrapper .address-wrapper {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uPHIwaArXp .content-wrapper .address-wrapper {
    margin-top: 32px;
  }
}
.cid-uPHIwaArXp .content-wrapper .address-wrapper .address-wrap {
  display: inline-grid;
  grid-template-columns: 6px 1fr;
  gap: 24px;
  padding: 16px 40px 16px 10px;
  background-color: #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uPHIwaArXp .content-wrapper .address-wrapper .address-wrap {
    padding: 10px 20px 10px 10px;
    gap: 16px;
  }
}
.cid-uPHIwaArXp .content-wrapper .address-wrapper .address-wrap .line-wrap {
  width: 6px;
  height: 100%;
  border-radius: 10px;
  background-color: #f47451;
}
@media (max-width: 992px) {
  .cid-uPHIwaArXp .content-wrapper .address-wrapper .address-wrap .line-wrap {
    width: 4px;
  }
}
.cid-uPHIwaArXp .content-wrapper .address-wrapper .address-wrap .text-wrap {
  padding: 10px 0;
}
.cid-uPHIwaArXp .content-wrapper .address-wrapper .address-wrap .text-wrap .mbr-address {
  margin-bottom: 4px;
}
.cid-uPHIwaArXp .content-wrapper .address-wrapper .address-wrap .text-wrap .mbr-hours {
  margin-bottom: 0;
}
.cid-uPHIwaArXp .mbr-section-title {
  color: #000c3f;
}
.cid-uPHIwaArXp .mbr-text,
.cid-uPHIwaArXp .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPHIwaArXp .mbr-section-title,
.cid-uPHIwaArXp .mbr-section-btn,
.cid-uPHIwaArXp .address-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uPHIwaArXp .mbr-address {
  color: #000c3f;
  text-align: left;
}
.cid-uPHIwaArXp .mbr-hours {
  color: #000c3f;
  text-align: left;
}
.cid-uPHIwb1ImE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff1e2;
}
.cid-uPHIwb1ImE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHIwb1ImE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHIwb1ImE .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uPHIwb1ImE .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uPHIwb1ImE .embla__slide .slide-content {
  width: 100%;
}
.cid-uPHIwb1ImE .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-uPHIwb1ImE .embla__slide .slide-content .item-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uPHIwb1ImE .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: 44%;
  padding: 70px 0 70px 50px;
}
@media (max-width: 992px) {
  .cid-uPHIwb1ImE .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
    padding: 0;
  }
}
.cid-uPHIwb1ImE .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uPHIwb1ImE .embla__slide .slide-content .item-wrapper .item-content .item-title span {
  color: #c79290;
}
.cid-uPHIwb1ImE .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uPHIwb1ImE .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPHIwb1ImE .embla__slide .slide-content .item-wrapper .item-img {
  width: 46%;
}
@media (max-width: 992px) {
  .cid-uPHIwb1ImE .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
    margin-top: 20px;
  }
}
.cid-uPHIwb1ImE .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPHIwb1ImE .embla__slide .slide-content .item-wrapper .item-img img {
    min-height: 180px;
  }
}
.cid-uPHIwb1ImE .embla__button--next,
.cid-uPHIwb1ImE .embla__button--prev {
  display: flex;
}
.cid-uPHIwb1ImE .embla__button {
  bottom: 30px;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: #404349 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uPHIwb1ImE .embla__button {
    bottom: 0;
  }
}
.cid-uPHIwb1ImE .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPHIwb1ImE .embla__button:hover {
  background-color: #ed463f !important;
}
.cid-uPHIwb1ImE .embla__button.embla__button--prev {
  right: 90px;
}
.cid-uPHIwb1ImE .embla__button.embla__button--next {
  right: 30px;
}
.cid-uPHIwb1ImE .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPHIwb1ImE .embla {
    padding-bottom: 4rem;
  }
}
.cid-uPHIwb1ImE .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  background-color: #f8e7d2;
}
.cid-uPHIwb1ImE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPHIwb1ImE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPHIwb1ImE .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPHIwb1ImE .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uPHIwb1ImE .mbr-section-title {
  color: #404349;
}
.cid-uPHIwb1ImE .mbr-text {
  color: #404349;
}
.cid-uPHIwb1ImE .mbr-desc {
  color: #404349;
}
.cid-uPHIwb1ImE .item-title {
  color: #232323;
}
.cid-uPHIwbExvc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPHIwbExvc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHIwbExvc .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-uPHIwbExvc .container {
    padding: 0 30px;
  }
}
.cid-uPHIwbExvc .row .card {
  justify-content: center;
}
.cid-uPHIwbExvc .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uPHIwbExvc .title-wrapper .mbr-section-subtitle {
  opacity: .4;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uPHIwbExvc .image-wrapper {
    margin-top: 30px;
  }
}
.cid-uPHIwbExvc .image-wrapper img {
  width: 500px;
  height: 500px;
  border-radius: 100% !important;
  margin: 0 0 0 auto;
  object-fit: cover;
}
@media (max-width: 1400px) {
  .cid-uPHIwbExvc .image-wrapper img {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1199px) {
  .cid-uPHIwbExvc .image-wrapper img {
    width: 360px;
    height: 360px;
  }
}
@media (max-width: 992px) {
  .cid-uPHIwbExvc .image-wrapper img {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .cid-uPHIwbExvc .image-wrapper img {
    width: 245px;
    height: 245px;
  }
}
.cid-uPHIwbExvc .mbr-section-title {
  color: #ffffff;
}
.cid-uPHIwbExvc .mbr-section-subtitle {
  color: #232323;
}
.cid-uPHIwbExvc .mbr-section-title,
.cid-uPHIwbExvc .mbr-section-btn {
  color: #c79290;
}
.cid-uPHIwc2U1c {
  padding-top: 5rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #c79290;
}
.cid-uPHIwc2U1c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHIwc2U1c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHIwc2U1c .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPHIwc2U1c .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPHIwc2U1c .item {
  margin-bottom: 20px;
  transform: translateY(64px) rotate(-5deg);
}
@media (max-width: 992px) {
  .cid-uPHIwc2U1c .item {
    margin-bottom: 16px;
    transform: none;
  }
}
.cid-uPHIwc2U1c .item:nth-child(2n) {
  transform: none;
}
.cid-uPHIwc2U1c .item:nth-child(3n) {
  transform: translateY(64px) rotate(5deg);
}
@media (max-width: 992px) {
  .cid-uPHIwc2U1c .item:nth-child(3n) {
    transform: none;
  }
}
.cid-uPHIwc2U1c .item .item-wrapper {
  height: 100%;
  border: 20px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uPHIwc2U1c .item .item-wrapper {
    border: 10px solid #ffffff;
  }
}
.cid-uPHIwc2U1c .item .item-wrapper .item-img img {
  height: 660px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uPHIwc2U1c .item .item-wrapper .item-img img {
    height: 460px;
  }
}
@media (max-width: 992px) {
  .cid-uPHIwc2U1c .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uPHIwc2U1c .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPHIwcoZvx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #c7bea9;
}
.cid-uPHIwcoZvx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHIwcoZvx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHIwcoZvx .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPHIwcoZvx .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPHIwcoZvx .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPHIwcoZvx .item {
    margin-bottom: 16px;
  }
}
.cid-uPHIwcoZvx .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 120px;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uPHIwcoZvx .item .item-wrapper {
    padding: 120px 80px;
  }
}
@media (max-width: 1200px) {
  .cid-uPHIwcoZvx .item .item-wrapper {
    padding: 120px 50px;
  }
}
@media (max-width: 992px) {
  .cid-uPHIwcoZvx .item .item-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uPHIwcoZvx .item .item-wrapper .item-content {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uPHIwcoZvx .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-uPHIwcoZvx .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uPHIwcoZvx .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPHIwcoZvx .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uPHIwcoZvx .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uPHIwcoZvx .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-uPHIwcoZvx .item .item-wrapper .item-content .list-wrapper .list-title {
  margin-bottom: 20px;
}
.cid-uPHIwcoZvx .item .item-wrapper .item-content .list-wrapper .list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-uPHIwcoZvx .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 42px;
  margin-bottom: 16px;
}
.cid-uPHIwcoZvx .item .item-wrapper .item-content .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 3px;
  left: 0;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f47451;
  color: #ffffff;
  border-radius: 100%;
}
.cid-uPHIwcoZvx .item .item-wrapper .item-content .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPHIwcoZvx .item .item-wrapper .item-content .price-wrapper {
  display: flex;
  align-items: flex-end;
  margin-top: 40px;
}
@media (max-width: 1440px) {
  .cid-uPHIwcoZvx .item .item-wrapper .item-content .price-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
@media (max-width: 992px) {
  .cid-uPHIwcoZvx .item .item-wrapper .item-content .price-wrapper {
    margin-top: 20px;
  }
}
.cid-uPHIwcoZvx .item .item-wrapper .item-content .price-wrapper .mbr-section-btn {
  margin-right: 50px;
}
@media (max-width: 1640px) {
  .cid-uPHIwcoZvx .item .item-wrapper .item-content .price-wrapper .mbr-section-btn {
    margin-right: 20px;
  }
}
@media (max-width: 1440px) {
  .cid-uPHIwcoZvx .item .item-wrapper .item-content .price-wrapper .mbr-section-btn {
    margin-right: 0;
  }
}
.cid-uPHIwcoZvx .item .item-wrapper .item-content .price-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPHIwcoZvx .item .item-wrapper .item-content .price-wrapper .price-wrap {
  display: inline-grid;
  grid-template-columns: 6px 1fr;
  gap: 24px;
  padding: 16px 40px 16px 10px;
  background-color: #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 1440px) {
  .cid-uPHIwcoZvx .item .item-wrapper .item-content .price-wrapper .price-wrap {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uPHIwcoZvx .item .item-wrapper .item-content .price-wrapper .price-wrap {
    padding: 10px 20px 10px 10px;
    gap: 16px;
  }
}
.cid-uPHIwcoZvx .item .item-wrapper .item-content .price-wrapper .price-wrap .line-wrap {
  width: 6px;
  height: 100%;
  border-radius: 10px;
  background-color: #f47451;
}
@media (max-width: 992px) {
  .cid-uPHIwcoZvx .item .item-wrapper .item-content .price-wrapper .price-wrap .line-wrap {
    width: 4px;
  }
}
.cid-uPHIwcoZvx .item .item-wrapper .item-content .price-wrapper .price-wrap .item-price {
  padding: 11px 0;
  margin-bottom: 0;
}
.cid-uPHIwcoZvx .item .item-wrapper .item-img {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uPHIwcoZvx .item .item-wrapper .item-img {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-uPHIwcoZvx .item .item-wrapper .item-img img {
  height: 550px;
  object-fit: cover;
  border: 20px solid #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uPHIwcoZvx .item .item-wrapper .item-img img {
    height: 300px;
    border: 10px solid #ffffff;
  }
}
.cid-uPHIwcoZvx .item .card_1 {
  background-color: #ffffff;
}
.cid-uPHIwcoZvx .item .card_1 .item-img img {
  transform: rotate(-5deg);
}
@media (max-width: 992px) {
  .cid-uPHIwcoZvx .item .card_1 .item-img img {
    transform: none;
  }
}
.cid-uPHIwcoZvx .item .card_2 {
  background-color: #fafaf9;
}
.cid-uPHIwcoZvx .item .card_2 .item-img img {
  transform: rotate(5deg);
}
@media (max-width: 992px) {
  .cid-uPHIwcoZvx .item .card_2 .item-img img {
    transform: none;
  }
}
.cid-uPHIwcoZvx .item .card_3 {
  background-color: #ffc4c9;
}
.cid-uPHIwcoZvx .item .card_3 .item-img img {
  transform: rotate(-5deg);
}
@media (max-width: 992px) {
  .cid-uPHIwcoZvx .item .card_3 .item-img img {
    transform: none;
  }
}
@media (max-width: 992px) {
  .cid-uPHIwcoZvx .main-btn {
    margin-top: 16px;
  }
}
.cid-uPHIwcoZvx .mbr-section-title {
  color: #000c3f;
}
.cid-uPHIwcoZvx .mbr-section-title,
.cid-uPHIwcoZvx .main-btn {
  text-align: center;
  color: #fafaf9;
}
.cid-uPHIwcoZvx .item-title {
  color: #000c3f;
}
.cid-uPHIwcoZvx .item-text {
  color: #000c3f;
}
.cid-uPHIwcoZvx .list {
  color: #000c3f;
}
.cid-uPHIwcoZvx .list-title {
  color: #000c3f;
}
.cid-uPHIwcoZvx .item-price {
  color: #000c3f;
}
.cid-uPHIwd2cwK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #c79290;
}
.cid-uPHIwd2cwK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHIwd2cwK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHIwd2cwK .row {
  justify-content: space-between;
}
.cid-uPHIwd2cwK .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPHIwd2cwK .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uPHIwd2cwK .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPHIwd2cwK .item {
    margin-bottom: 50px;
  }
}
.cid-uPHIwd2cwK .item .item-wrapper .item-content {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uPHIwd2cwK .item .item-wrapper .item-content {
    display: block;
    text-align: center;
  }
}
.cid-uPHIwd2cwK .item .item-wrapper .item-content .icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 50px;
  margin-left: 18px;
}
@media (max-width: 1440px) {
  .cid-uPHIwd2cwK .item .item-wrapper .item-content .icon-wrapper {
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPHIwd2cwK .item .item-wrapper .item-content .icon-wrapper {
    margin: 0 18px 32px;
  }
}
.cid-uPHIwd2cwK .item .item-wrapper .item-content .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 3px solid #ffffff;
  transform: scale(1.4);
  pointer-events: none;
  transition: all .3s ease;
}
.cid-uPHIwd2cwK .item .item-wrapper .item-content .icon-wrapper:hover::before,
.cid-uPHIwd2cwK .item .item-wrapper .item-content .icon-wrapper:focus::before {
  transform: scale(1.5);
}
.cid-uPHIwd2cwK .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border-radius: 100%;
  background-color: #ffffff;
  font-size: 40px;
  color: #c79290;
}
@media (max-width: 1440px) {
  .cid-uPHIwd2cwK .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    width: 64px;
    height: 64px;
    font-size: 32px;
  }
}
.cid-uPHIwd2cwK .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-uPHIwd2cwK .item .item-wrapper .item-content .item-title:hover,
.cid-uPHIwd2cwK .item .item-wrapper .item-content .item-title:focus {
  color: #dddddd;
}
.cid-uPHIwd2cwK .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPHIwd2cwK .item-title {
  color: #000c3f;
}
.cid-uPHIwd2cwK .item-title,
.cid-uPHIwd2cwK .item-wrapper {
  color: #ffffff;
}
.cid-uPHIwdumbY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #c7bea9;
}
.cid-uPHIwdumbY .decor-wrapper {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #f47451;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .cid-uPHIwdumbY .decor-wrapper {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .cid-uPHIwdumbY .decor-wrapper {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .cid-uPHIwdumbY .decor-wrapper {
    display: none;
  }
}
.cid-uPHIwdumbY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHIwdumbY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHIwdumbY .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uPHIwdumbY .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uPHIwdumbY .title-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uPHIwdumbY .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uPHIwdumbY .nav-wrapper {
    margin-top: 32px;
  }
}
.cid-uPHIwdumbY .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uPHIwdumbY .nav-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 40px;
}
.cid-uPHIwdumbY .nav-wrapper .list .item-wrap:hover,
.cid-uPHIwdumbY .nav-wrapper .list .item-wrap:focus {
  color: #f47451;
}
@media (max-width: 992px) {
  .cid-uPHIwdumbY .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}
.cid-uPHIwdumbY .social-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uPHIwdumbY .social-wrapper {
    margin-top: 32px;
  }
}
.cid-uPHIwdumbY .social-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uPHIwdumbY .social-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 20px;
}
.cid-uPHIwdumbY .social-wrapper .list .item-wrap:hover,
.cid-uPHIwdumbY .social-wrapper .list .item-wrap:focus {
  color: #f47451;
}
.cid-uPHIwdumbY .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPHIwdumbY .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uPHIwdumbY .list {
  color: #ffffff;
}
.cid-uPHICoznJ5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uPHICoznJ5 nav.navbar {
  position: fixed;
}
.cid-uPHICoznJ5 .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-uPHICoznJ5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uPHICoznJ5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uPHICoznJ5 .dropdown-item:hover,
.cid-uPHICoznJ5 .dropdown-item:focus {
  background: #c7bea9 !important;
  color: white !important;
}
.cid-uPHICoznJ5 .dropdown-item:hover span {
  color: white;
}
.cid-uPHICoznJ5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPHICoznJ5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPHICoznJ5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPHICoznJ5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPHICoznJ5 .nav-link {
  position: relative;
}
.cid-uPHICoznJ5 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPHICoznJ5 .container {
    flex-wrap: wrap;
  }
}
.cid-uPHICoznJ5 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPHICoznJ5 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uPHICoznJ5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPHICoznJ5 .dropdown-menu,
.cid-uPHICoznJ5 .navbar.opened {
  background: #ffffff !important;
}
.cid-uPHICoznJ5 .nav-item:focus,
.cid-uPHICoznJ5 .nav-link:focus {
  outline: none;
}
.cid-uPHICoznJ5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPHICoznJ5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPHICoznJ5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPHICoznJ5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPHICoznJ5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPHICoznJ5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPHICoznJ5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uPHICoznJ5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uPHICoznJ5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPHICoznJ5 .navbar .navbar-logo img {
  width: auto;
}
.cid-uPHICoznJ5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPHICoznJ5 .navbar.collapsed {
  justify-content: center;
}
.cid-uPHICoznJ5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPHICoznJ5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPHICoznJ5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uPHICoznJ5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPHICoznJ5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPHICoznJ5 .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-uPHICoznJ5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPHICoznJ5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPHICoznJ5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPHICoznJ5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPHICoznJ5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPHICoznJ5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPHICoznJ5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPHICoznJ5 .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-uPHICoznJ5 .navbar .navbar-logo img {
    height: 7rem !important;
  }
  .cid-uPHICoznJ5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPHICoznJ5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPHICoznJ5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPHICoznJ5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPHICoznJ5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uPHICoznJ5 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uPHICoznJ5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPHICoznJ5 .navbar.navbar-short .navbar-logo img {
  height: 6rem !important;
}
.cid-uPHICoznJ5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPHICoznJ5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPHICoznJ5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPHICoznJ5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPHICoznJ5 .dropdown-item.active,
.cid-uPHICoznJ5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uPHICoznJ5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPHICoznJ5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPHICoznJ5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPHICoznJ5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uPHICoznJ5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPHICoznJ5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPHICoznJ5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPHICoznJ5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPHICoznJ5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPHICoznJ5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPHICoznJ5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPHICoznJ5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPHICoznJ5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPHICoznJ5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPHICoznJ5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPHICoznJ5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPHICoznJ5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPHICoznJ5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPHICoznJ5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uPHICoznJ5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPHICoznJ5 .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-uPHICoznJ5 .navbar {
    height: 70px;
  }
  .cid-uPHICoznJ5 .navbar.opened {
    height: auto;
  }
  .cid-uPHICoznJ5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPHICoPe3H {
  background-image: url("../../../assets/images/background-carol-ferraz-decor201-1200x800.webp");
}
.cid-uPHICoPe3H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHICoPe3H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHICoPe3H .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPHICoPe3H .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .cid-uPHICoPe3H .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uPHICoPe3H .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPHICoPe3H .content-wrapper .address-wrapper {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uPHICoPe3H .content-wrapper .address-wrapper {
    margin-top: 32px;
  }
}
.cid-uPHICoPe3H .content-wrapper .address-wrapper .address-wrap {
  display: inline-grid;
  grid-template-columns: 6px 1fr;
  gap: 24px;
  padding: 16px 40px 16px 10px;
  background-color: #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uPHICoPe3H .content-wrapper .address-wrapper .address-wrap {
    padding: 10px 20px 10px 10px;
    gap: 16px;
  }
}
.cid-uPHICoPe3H .content-wrapper .address-wrapper .address-wrap .line-wrap {
  width: 6px;
  height: 100%;
  border-radius: 10px;
  background-color: #f47451;
}
@media (max-width: 992px) {
  .cid-uPHICoPe3H .content-wrapper .address-wrapper .address-wrap .line-wrap {
    width: 4px;
  }
}
.cid-uPHICoPe3H .content-wrapper .address-wrapper .address-wrap .text-wrap {
  padding: 10px 0;
}
.cid-uPHICoPe3H .content-wrapper .address-wrapper .address-wrap .text-wrap .mbr-address {
  margin-bottom: 4px;
}
.cid-uPHICoPe3H .content-wrapper .address-wrapper .address-wrap .text-wrap .mbr-hours {
  margin-bottom: 0;
}
.cid-uPHICoPe3H .mbr-section-title {
  color: #000c3f;
}
.cid-uPHICoPe3H .mbr-text,
.cid-uPHICoPe3H .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPHICoPe3H .mbr-section-title,
.cid-uPHICoPe3H .mbr-section-btn,
.cid-uPHICoPe3H .address-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uPHICoPe3H .mbr-address {
  color: #000c3f;
  text-align: left;
}
.cid-uPHICoPe3H .mbr-hours {
  color: #000c3f;
  text-align: left;
}
.cid-uPHICp23hu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff1e2;
}
.cid-uPHICp23hu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHICp23hu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHICp23hu .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uPHICp23hu .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uPHICp23hu .embla__slide .slide-content {
  width: 100%;
}
.cid-uPHICp23hu .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-uPHICp23hu .embla__slide .slide-content .item-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uPHICp23hu .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: 44%;
  padding: 70px 0 70px 50px;
}
@media (max-width: 992px) {
  .cid-uPHICp23hu .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
    padding: 0;
  }
}
.cid-uPHICp23hu .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uPHICp23hu .embla__slide .slide-content .item-wrapper .item-content .item-title span {
  color: #c79290;
}
.cid-uPHICp23hu .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uPHICp23hu .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPHICp23hu .embla__slide .slide-content .item-wrapper .item-img {
  width: 46%;
}
@media (max-width: 992px) {
  .cid-uPHICp23hu .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
    margin-top: 20px;
  }
}
.cid-uPHICp23hu .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPHICp23hu .embla__slide .slide-content .item-wrapper .item-img img {
    min-height: 180px;
  }
}
.cid-uPHICp23hu .embla__button--next,
.cid-uPHICp23hu .embla__button--prev {
  display: flex;
}
.cid-uPHICp23hu .embla__button {
  bottom: 30px;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: #404349 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uPHICp23hu .embla__button {
    bottom: 0;
  }
}
.cid-uPHICp23hu .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPHICp23hu .embla__button:hover {
  background-color: #ed463f !important;
}
.cid-uPHICp23hu .embla__button.embla__button--prev {
  right: 90px;
}
.cid-uPHICp23hu .embla__button.embla__button--next {
  right: 30px;
}
.cid-uPHICp23hu .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPHICp23hu .embla {
    padding-bottom: 4rem;
  }
}
.cid-uPHICp23hu .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  background-color: #f8e7d2;
}
.cid-uPHICp23hu .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPHICp23hu .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPHICp23hu .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPHICp23hu .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uPHICp23hu .mbr-section-title {
  color: #404349;
}
.cid-uPHICp23hu .mbr-text {
  color: #404349;
}
.cid-uPHICp23hu .mbr-desc {
  color: #404349;
}
.cid-uPHICp23hu .item-title {
  color: #232323;
}
.cid-uPHICploXO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPHICploXO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHICploXO .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-uPHICploXO .container {
    padding: 0 30px;
  }
}
.cid-uPHICploXO .row .card {
  justify-content: center;
}
.cid-uPHICploXO .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uPHICploXO .title-wrapper .mbr-section-subtitle {
  opacity: .4;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uPHICploXO .image-wrapper {
    margin-top: 30px;
  }
}
.cid-uPHICploXO .image-wrapper img {
  width: 500px;
  height: 500px;
  border-radius: 100% !important;
  margin: 0 0 0 auto;
  object-fit: cover;
}
@media (max-width: 1400px) {
  .cid-uPHICploXO .image-wrapper img {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1199px) {
  .cid-uPHICploXO .image-wrapper img {
    width: 360px;
    height: 360px;
  }
}
@media (max-width: 992px) {
  .cid-uPHICploXO .image-wrapper img {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .cid-uPHICploXO .image-wrapper img {
    width: 245px;
    height: 245px;
  }
}
.cid-uPHICploXO .mbr-section-title {
  color: #ffffff;
}
.cid-uPHICploXO .mbr-section-subtitle {
  color: #232323;
}
.cid-uPHICploXO .mbr-section-title,
.cid-uPHICploXO .mbr-section-btn {
  color: #c79290;
}
.cid-uPHICpx9Tl {
  padding-top: 5rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #c79290;
}
.cid-uPHICpx9Tl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHICpx9Tl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHICpx9Tl .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPHICpx9Tl .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPHICpx9Tl .item {
  margin-bottom: 20px;
  transform: translateY(64px) rotate(-5deg);
}
@media (max-width: 992px) {
  .cid-uPHICpx9Tl .item {
    margin-bottom: 16px;
    transform: none;
  }
}
.cid-uPHICpx9Tl .item:nth-child(2n) {
  transform: none;
}
.cid-uPHICpx9Tl .item:nth-child(3n) {
  transform: translateY(64px) rotate(5deg);
}
@media (max-width: 992px) {
  .cid-uPHICpx9Tl .item:nth-child(3n) {
    transform: none;
  }
}
.cid-uPHICpx9Tl .item .item-wrapper {
  height: 100%;
  border: 20px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uPHICpx9Tl .item .item-wrapper {
    border: 10px solid #ffffff;
  }
}
.cid-uPHICpx9Tl .item .item-wrapper .item-img img {
  height: 660px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uPHICpx9Tl .item .item-wrapper .item-img img {
    height: 460px;
  }
}
@media (max-width: 992px) {
  .cid-uPHICpx9Tl .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uPHICpx9Tl .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPHICpKp3S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #c7bea9;
}
.cid-uPHICpKp3S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHICpKp3S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHICpKp3S .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPHICpKp3S .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPHICpKp3S .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPHICpKp3S .item {
    margin-bottom: 16px;
  }
}
.cid-uPHICpKp3S .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 120px;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uPHICpKp3S .item .item-wrapper {
    padding: 120px 80px;
  }
}
@media (max-width: 1200px) {
  .cid-uPHICpKp3S .item .item-wrapper {
    padding: 120px 50px;
  }
}
@media (max-width: 992px) {
  .cid-uPHICpKp3S .item .item-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uPHICpKp3S .item .item-wrapper .item-content {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uPHICpKp3S .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-uPHICpKp3S .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uPHICpKp3S .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPHICpKp3S .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uPHICpKp3S .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uPHICpKp3S .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-uPHICpKp3S .item .item-wrapper .item-content .list-wrapper .list-title {
  margin-bottom: 20px;
}
.cid-uPHICpKp3S .item .item-wrapper .item-content .list-wrapper .list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-uPHICpKp3S .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 42px;
  margin-bottom: 16px;
}
.cid-uPHICpKp3S .item .item-wrapper .item-content .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 3px;
  left: 0;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f47451;
  color: #ffffff;
  border-radius: 100%;
}
.cid-uPHICpKp3S .item .item-wrapper .item-content .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPHICpKp3S .item .item-wrapper .item-content .price-wrapper {
  display: flex;
  align-items: flex-end;
  margin-top: 40px;
}
@media (max-width: 1440px) {
  .cid-uPHICpKp3S .item .item-wrapper .item-content .price-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
@media (max-width: 992px) {
  .cid-uPHICpKp3S .item .item-wrapper .item-content .price-wrapper {
    margin-top: 20px;
  }
}
.cid-uPHICpKp3S .item .item-wrapper .item-content .price-wrapper .mbr-section-btn {
  margin-right: 50px;
}
@media (max-width: 1640px) {
  .cid-uPHICpKp3S .item .item-wrapper .item-content .price-wrapper .mbr-section-btn {
    margin-right: 20px;
  }
}
@media (max-width: 1440px) {
  .cid-uPHICpKp3S .item .item-wrapper .item-content .price-wrapper .mbr-section-btn {
    margin-right: 0;
  }
}
.cid-uPHICpKp3S .item .item-wrapper .item-content .price-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPHICpKp3S .item .item-wrapper .item-content .price-wrapper .price-wrap {
  display: inline-grid;
  grid-template-columns: 6px 1fr;
  gap: 24px;
  padding: 16px 40px 16px 10px;
  background-color: #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 1440px) {
  .cid-uPHICpKp3S .item .item-wrapper .item-content .price-wrapper .price-wrap {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uPHICpKp3S .item .item-wrapper .item-content .price-wrapper .price-wrap {
    padding: 10px 20px 10px 10px;
    gap: 16px;
  }
}
.cid-uPHICpKp3S .item .item-wrapper .item-content .price-wrapper .price-wrap .line-wrap {
  width: 6px;
  height: 100%;
  border-radius: 10px;
  background-color: #f47451;
}
@media (max-width: 992px) {
  .cid-uPHICpKp3S .item .item-wrapper .item-content .price-wrapper .price-wrap .line-wrap {
    width: 4px;
  }
}
.cid-uPHICpKp3S .item .item-wrapper .item-content .price-wrapper .price-wrap .item-price {
  padding: 11px 0;
  margin-bottom: 0;
}
.cid-uPHICpKp3S .item .item-wrapper .item-img {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uPHICpKp3S .item .item-wrapper .item-img {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-uPHICpKp3S .item .item-wrapper .item-img img {
  height: 550px;
  object-fit: cover;
  border: 20px solid #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uPHICpKp3S .item .item-wrapper .item-img img {
    height: 300px;
    border: 10px solid #ffffff;
  }
}
.cid-uPHICpKp3S .item .card_1 {
  background-color: #ffffff;
}
.cid-uPHICpKp3S .item .card_1 .item-img img {
  transform: rotate(-5deg);
}
@media (max-width: 992px) {
  .cid-uPHICpKp3S .item .card_1 .item-img img {
    transform: none;
  }
}
.cid-uPHICpKp3S .item .card_2 {
  background-color: #fafaf9;
}
.cid-uPHICpKp3S .item .card_2 .item-img img {
  transform: rotate(5deg);
}
@media (max-width: 992px) {
  .cid-uPHICpKp3S .item .card_2 .item-img img {
    transform: none;
  }
}
.cid-uPHICpKp3S .item .card_3 {
  background-color: #ffc4c9;
}
.cid-uPHICpKp3S .item .card_3 .item-img img {
  transform: rotate(-5deg);
}
@media (max-width: 992px) {
  .cid-uPHICpKp3S .item .card_3 .item-img img {
    transform: none;
  }
}
@media (max-width: 992px) {
  .cid-uPHICpKp3S .main-btn {
    margin-top: 16px;
  }
}
.cid-uPHICpKp3S .mbr-section-title {
  color: #000c3f;
}
.cid-uPHICpKp3S .mbr-section-title,
.cid-uPHICpKp3S .main-btn {
  text-align: center;
  color: #fafaf9;
}
.cid-uPHICpKp3S .item-title {
  color: #000c3f;
}
.cid-uPHICpKp3S .item-text {
  color: #000c3f;
}
.cid-uPHICpKp3S .list {
  color: #000c3f;
}
.cid-uPHICpKp3S .list-title {
  color: #000c3f;
}
.cid-uPHICpKp3S .item-price {
  color: #000c3f;
}
.cid-uPHICq5NbU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #c79290;
}
.cid-uPHICq5NbU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHICq5NbU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHICq5NbU .row {
  justify-content: space-between;
}
.cid-uPHICq5NbU .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPHICq5NbU .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uPHICq5NbU .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPHICq5NbU .item {
    margin-bottom: 50px;
  }
}
.cid-uPHICq5NbU .item .item-wrapper .item-content {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uPHICq5NbU .item .item-wrapper .item-content {
    display: block;
    text-align: center;
  }
}
.cid-uPHICq5NbU .item .item-wrapper .item-content .icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 50px;
  margin-left: 18px;
}
@media (max-width: 1440px) {
  .cid-uPHICq5NbU .item .item-wrapper .item-content .icon-wrapper {
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPHICq5NbU .item .item-wrapper .item-content .icon-wrapper {
    margin: 0 18px 32px;
  }
}
.cid-uPHICq5NbU .item .item-wrapper .item-content .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 3px solid #ffffff;
  transform: scale(1.4);
  pointer-events: none;
  transition: all .3s ease;
}
.cid-uPHICq5NbU .item .item-wrapper .item-content .icon-wrapper:hover::before,
.cid-uPHICq5NbU .item .item-wrapper .item-content .icon-wrapper:focus::before {
  transform: scale(1.5);
}
.cid-uPHICq5NbU .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border-radius: 100%;
  background-color: #ffffff;
  font-size: 40px;
  color: #c79290;
}
@media (max-width: 1440px) {
  .cid-uPHICq5NbU .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    width: 64px;
    height: 64px;
    font-size: 32px;
  }
}
.cid-uPHICq5NbU .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-uPHICq5NbU .item .item-wrapper .item-content .item-title:hover,
.cid-uPHICq5NbU .item .item-wrapper .item-content .item-title:focus {
  color: #dddddd;
}
.cid-uPHICq5NbU .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPHICq5NbU .item-title {
  color: #000c3f;
}
.cid-uPHICq5NbU .item-title,
.cid-uPHICq5NbU .item-wrapper {
  color: #ffffff;
}
.cid-uPHICqlnsR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #c7bea9;
}
.cid-uPHICqlnsR .decor-wrapper {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #f47451;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .cid-uPHICqlnsR .decor-wrapper {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .cid-uPHICqlnsR .decor-wrapper {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .cid-uPHICqlnsR .decor-wrapper {
    display: none;
  }
}
.cid-uPHICqlnsR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHICqlnsR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHICqlnsR .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uPHICqlnsR .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uPHICqlnsR .title-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uPHICqlnsR .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uPHICqlnsR .nav-wrapper {
    margin-top: 32px;
  }
}
.cid-uPHICqlnsR .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uPHICqlnsR .nav-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 40px;
}
.cid-uPHICqlnsR .nav-wrapper .list .item-wrap:hover,
.cid-uPHICqlnsR .nav-wrapper .list .item-wrap:focus {
  color: #f47451;
}
@media (max-width: 992px) {
  .cid-uPHICqlnsR .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}
.cid-uPHICqlnsR .social-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uPHICqlnsR .social-wrapper {
    margin-top: 32px;
  }
}
.cid-uPHICqlnsR .social-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uPHICqlnsR .social-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 20px;
}
.cid-uPHICqlnsR .social-wrapper .list .item-wrap:hover,
.cid-uPHICqlnsR .social-wrapper .list .item-wrap:focus {
  color: #f47451;
}
.cid-uPHICqlnsR .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPHICqlnsR .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uPHICqlnsR .list {
  color: #ffffff;
}
.cid-uPHIJNJ1m9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uPHIJNJ1m9 nav.navbar {
  position: fixed;
}
.cid-uPHIJNJ1m9 .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-uPHIJNJ1m9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uPHIJNJ1m9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uPHIJNJ1m9 .dropdown-item:hover,
.cid-uPHIJNJ1m9 .dropdown-item:focus {
  background: #c7bea9 !important;
  color: white !important;
}
.cid-uPHIJNJ1m9 .dropdown-item:hover span {
  color: white;
}
.cid-uPHIJNJ1m9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPHIJNJ1m9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPHIJNJ1m9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPHIJNJ1m9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPHIJNJ1m9 .nav-link {
  position: relative;
}
.cid-uPHIJNJ1m9 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPHIJNJ1m9 .container {
    flex-wrap: wrap;
  }
}
.cid-uPHIJNJ1m9 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPHIJNJ1m9 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uPHIJNJ1m9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPHIJNJ1m9 .dropdown-menu,
.cid-uPHIJNJ1m9 .navbar.opened {
  background: #ffffff !important;
}
.cid-uPHIJNJ1m9 .nav-item:focus,
.cid-uPHIJNJ1m9 .nav-link:focus {
  outline: none;
}
.cid-uPHIJNJ1m9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPHIJNJ1m9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPHIJNJ1m9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPHIJNJ1m9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPHIJNJ1m9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPHIJNJ1m9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPHIJNJ1m9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uPHIJNJ1m9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uPHIJNJ1m9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPHIJNJ1m9 .navbar .navbar-logo img {
  width: auto;
}
.cid-uPHIJNJ1m9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPHIJNJ1m9 .navbar.collapsed {
  justify-content: center;
}
.cid-uPHIJNJ1m9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPHIJNJ1m9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPHIJNJ1m9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uPHIJNJ1m9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPHIJNJ1m9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPHIJNJ1m9 .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-uPHIJNJ1m9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPHIJNJ1m9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPHIJNJ1m9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPHIJNJ1m9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPHIJNJ1m9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPHIJNJ1m9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPHIJNJ1m9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPHIJNJ1m9 .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-uPHIJNJ1m9 .navbar .navbar-logo img {
    height: 7rem !important;
  }
  .cid-uPHIJNJ1m9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPHIJNJ1m9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPHIJNJ1m9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPHIJNJ1m9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPHIJNJ1m9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uPHIJNJ1m9 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uPHIJNJ1m9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPHIJNJ1m9 .navbar.navbar-short .navbar-logo img {
  height: 6rem !important;
}
.cid-uPHIJNJ1m9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPHIJNJ1m9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPHIJNJ1m9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPHIJNJ1m9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPHIJNJ1m9 .dropdown-item.active,
.cid-uPHIJNJ1m9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uPHIJNJ1m9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPHIJNJ1m9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPHIJNJ1m9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPHIJNJ1m9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uPHIJNJ1m9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPHIJNJ1m9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPHIJNJ1m9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPHIJNJ1m9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPHIJNJ1m9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPHIJNJ1m9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPHIJNJ1m9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPHIJNJ1m9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPHIJNJ1m9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPHIJNJ1m9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPHIJNJ1m9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPHIJNJ1m9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPHIJNJ1m9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPHIJNJ1m9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPHIJNJ1m9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uPHIJNJ1m9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPHIJNJ1m9 .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-uPHIJNJ1m9 .navbar {
    height: 70px;
  }
  .cid-uPHIJNJ1m9 .navbar.opened {
    height: auto;
  }
  .cid-uPHIJNJ1m9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPHIJO2kL4 {
  background-image: url("../../../assets/images/background-carol-ferraz-decor201-1200x800.webp");
}
.cid-uPHIJO2kL4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHIJO2kL4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHIJO2kL4 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPHIJO2kL4 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .cid-uPHIJO2kL4 .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uPHIJO2kL4 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPHIJO2kL4 .content-wrapper .address-wrapper {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uPHIJO2kL4 .content-wrapper .address-wrapper {
    margin-top: 32px;
  }
}
.cid-uPHIJO2kL4 .content-wrapper .address-wrapper .address-wrap {
  display: inline-grid;
  grid-template-columns: 6px 1fr;
  gap: 24px;
  padding: 16px 40px 16px 10px;
  background-color: #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uPHIJO2kL4 .content-wrapper .address-wrapper .address-wrap {
    padding: 10px 20px 10px 10px;
    gap: 16px;
  }
}
.cid-uPHIJO2kL4 .content-wrapper .address-wrapper .address-wrap .line-wrap {
  width: 6px;
  height: 100%;
  border-radius: 10px;
  background-color: #f47451;
}
@media (max-width: 992px) {
  .cid-uPHIJO2kL4 .content-wrapper .address-wrapper .address-wrap .line-wrap {
    width: 4px;
  }
}
.cid-uPHIJO2kL4 .content-wrapper .address-wrapper .address-wrap .text-wrap {
  padding: 10px 0;
}
.cid-uPHIJO2kL4 .content-wrapper .address-wrapper .address-wrap .text-wrap .mbr-address {
  margin-bottom: 4px;
}
.cid-uPHIJO2kL4 .content-wrapper .address-wrapper .address-wrap .text-wrap .mbr-hours {
  margin-bottom: 0;
}
.cid-uPHIJO2kL4 .mbr-section-title {
  color: #000c3f;
}
.cid-uPHIJO2kL4 .mbr-text,
.cid-uPHIJO2kL4 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPHIJO2kL4 .mbr-section-title,
.cid-uPHIJO2kL4 .mbr-section-btn,
.cid-uPHIJO2kL4 .address-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uPHIJO2kL4 .mbr-address {
  color: #000c3f;
  text-align: left;
}
.cid-uPHIJO2kL4 .mbr-hours {
  color: #000c3f;
  text-align: left;
}
.cid-uPHIJOfreU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff1e2;
}
.cid-uPHIJOfreU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHIJOfreU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHIJOfreU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uPHIJOfreU .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uPHIJOfreU .embla__slide .slide-content {
  width: 100%;
}
.cid-uPHIJOfreU .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-uPHIJOfreU .embla__slide .slide-content .item-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uPHIJOfreU .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: 44%;
  padding: 70px 0 70px 50px;
}
@media (max-width: 992px) {
  .cid-uPHIJOfreU .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
    padding: 0;
  }
}
.cid-uPHIJOfreU .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uPHIJOfreU .embla__slide .slide-content .item-wrapper .item-content .item-title span {
  color: #c79290;
}
.cid-uPHIJOfreU .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uPHIJOfreU .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPHIJOfreU .embla__slide .slide-content .item-wrapper .item-img {
  width: 46%;
}
@media (max-width: 992px) {
  .cid-uPHIJOfreU .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
    margin-top: 20px;
  }
}
.cid-uPHIJOfreU .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPHIJOfreU .embla__slide .slide-content .item-wrapper .item-img img {
    min-height: 180px;
  }
}
.cid-uPHIJOfreU .embla__button--next,
.cid-uPHIJOfreU .embla__button--prev {
  display: flex;
}
.cid-uPHIJOfreU .embla__button {
  bottom: 30px;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: #404349 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uPHIJOfreU .embla__button {
    bottom: 0;
  }
}
.cid-uPHIJOfreU .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPHIJOfreU .embla__button:hover {
  background-color: #ed463f !important;
}
.cid-uPHIJOfreU .embla__button.embla__button--prev {
  right: 90px;
}
.cid-uPHIJOfreU .embla__button.embla__button--next {
  right: 30px;
}
.cid-uPHIJOfreU .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPHIJOfreU .embla {
    padding-bottom: 4rem;
  }
}
.cid-uPHIJOfreU .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  background-color: #f8e7d2;
}
.cid-uPHIJOfreU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPHIJOfreU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPHIJOfreU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPHIJOfreU .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uPHIJOfreU .mbr-section-title {
  color: #404349;
}
.cid-uPHIJOfreU .mbr-text {
  color: #404349;
}
.cid-uPHIJOfreU .mbr-desc {
  color: #404349;
}
.cid-uPHIJOfreU .item-title {
  color: #232323;
}
.cid-uPHIJOzy6u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPHIJOzy6u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHIJOzy6u .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-uPHIJOzy6u .container {
    padding: 0 30px;
  }
}
.cid-uPHIJOzy6u .row .card {
  justify-content: center;
}
.cid-uPHIJOzy6u .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uPHIJOzy6u .title-wrapper .mbr-section-subtitle {
  opacity: .4;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uPHIJOzy6u .image-wrapper {
    margin-top: 30px;
  }
}
.cid-uPHIJOzy6u .image-wrapper img {
  width: 500px;
  height: 500px;
  border-radius: 100% !important;
  margin: 0 0 0 auto;
  object-fit: cover;
}
@media (max-width: 1400px) {
  .cid-uPHIJOzy6u .image-wrapper img {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1199px) {
  .cid-uPHIJOzy6u .image-wrapper img {
    width: 360px;
    height: 360px;
  }
}
@media (max-width: 992px) {
  .cid-uPHIJOzy6u .image-wrapper img {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .cid-uPHIJOzy6u .image-wrapper img {
    width: 245px;
    height: 245px;
  }
}
.cid-uPHIJOzy6u .mbr-section-title {
  color: #ffffff;
}
.cid-uPHIJOzy6u .mbr-section-subtitle {
  color: #232323;
}
.cid-uPHIJOzy6u .mbr-section-title,
.cid-uPHIJOzy6u .mbr-section-btn {
  color: #c79290;
}
.cid-uPHIJOMBhC {
  padding-top: 5rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #c79290;
}
.cid-uPHIJOMBhC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHIJOMBhC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHIJOMBhC .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPHIJOMBhC .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPHIJOMBhC .item {
  margin-bottom: 20px;
  transform: translateY(64px) rotate(-5deg);
}
@media (max-width: 992px) {
  .cid-uPHIJOMBhC .item {
    margin-bottom: 16px;
    transform: none;
  }
}
.cid-uPHIJOMBhC .item:nth-child(2n) {
  transform: none;
}
.cid-uPHIJOMBhC .item:nth-child(3n) {
  transform: translateY(64px) rotate(5deg);
}
@media (max-width: 992px) {
  .cid-uPHIJOMBhC .item:nth-child(3n) {
    transform: none;
  }
}
.cid-uPHIJOMBhC .item .item-wrapper {
  height: 100%;
  border: 20px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uPHIJOMBhC .item .item-wrapper {
    border: 10px solid #ffffff;
  }
}
.cid-uPHIJOMBhC .item .item-wrapper .item-img img {
  height: 660px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uPHIJOMBhC .item .item-wrapper .item-img img {
    height: 460px;
  }
}
@media (max-width: 992px) {
  .cid-uPHIJOMBhC .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uPHIJOMBhC .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPHIJOZIDE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #c7bea9;
}
.cid-uPHIJOZIDE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHIJOZIDE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHIJOZIDE .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPHIJOZIDE .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPHIJOZIDE .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPHIJOZIDE .item {
    margin-bottom: 16px;
  }
}
.cid-uPHIJOZIDE .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 120px;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uPHIJOZIDE .item .item-wrapper {
    padding: 120px 80px;
  }
}
@media (max-width: 1200px) {
  .cid-uPHIJOZIDE .item .item-wrapper {
    padding: 120px 50px;
  }
}
@media (max-width: 992px) {
  .cid-uPHIJOZIDE .item .item-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uPHIJOZIDE .item .item-wrapper .item-content {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uPHIJOZIDE .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-uPHIJOZIDE .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uPHIJOZIDE .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPHIJOZIDE .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uPHIJOZIDE .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uPHIJOZIDE .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-uPHIJOZIDE .item .item-wrapper .item-content .list-wrapper .list-title {
  margin-bottom: 20px;
}
.cid-uPHIJOZIDE .item .item-wrapper .item-content .list-wrapper .list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-uPHIJOZIDE .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 42px;
  margin-bottom: 16px;
}
.cid-uPHIJOZIDE .item .item-wrapper .item-content .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 3px;
  left: 0;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f47451;
  color: #ffffff;
  border-radius: 100%;
}
.cid-uPHIJOZIDE .item .item-wrapper .item-content .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPHIJOZIDE .item .item-wrapper .item-content .price-wrapper {
  display: flex;
  align-items: flex-end;
  margin-top: 40px;
}
@media (max-width: 1440px) {
  .cid-uPHIJOZIDE .item .item-wrapper .item-content .price-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
@media (max-width: 992px) {
  .cid-uPHIJOZIDE .item .item-wrapper .item-content .price-wrapper {
    margin-top: 20px;
  }
}
.cid-uPHIJOZIDE .item .item-wrapper .item-content .price-wrapper .mbr-section-btn {
  margin-right: 50px;
}
@media (max-width: 1640px) {
  .cid-uPHIJOZIDE .item .item-wrapper .item-content .price-wrapper .mbr-section-btn {
    margin-right: 20px;
  }
}
@media (max-width: 1440px) {
  .cid-uPHIJOZIDE .item .item-wrapper .item-content .price-wrapper .mbr-section-btn {
    margin-right: 0;
  }
}
.cid-uPHIJOZIDE .item .item-wrapper .item-content .price-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPHIJOZIDE .item .item-wrapper .item-content .price-wrapper .price-wrap {
  display: inline-grid;
  grid-template-columns: 6px 1fr;
  gap: 24px;
  padding: 16px 40px 16px 10px;
  background-color: #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 1440px) {
  .cid-uPHIJOZIDE .item .item-wrapper .item-content .price-wrapper .price-wrap {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uPHIJOZIDE .item .item-wrapper .item-content .price-wrapper .price-wrap {
    padding: 10px 20px 10px 10px;
    gap: 16px;
  }
}
.cid-uPHIJOZIDE .item .item-wrapper .item-content .price-wrapper .price-wrap .line-wrap {
  width: 6px;
  height: 100%;
  border-radius: 10px;
  background-color: #f47451;
}
@media (max-width: 992px) {
  .cid-uPHIJOZIDE .item .item-wrapper .item-content .price-wrapper .price-wrap .line-wrap {
    width: 4px;
  }
}
.cid-uPHIJOZIDE .item .item-wrapper .item-content .price-wrapper .price-wrap .item-price {
  padding: 11px 0;
  margin-bottom: 0;
}
.cid-uPHIJOZIDE .item .item-wrapper .item-img {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uPHIJOZIDE .item .item-wrapper .item-img {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-uPHIJOZIDE .item .item-wrapper .item-img img {
  height: 550px;
  object-fit: cover;
  border: 20px solid #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uPHIJOZIDE .item .item-wrapper .item-img img {
    height: 300px;
    border: 10px solid #ffffff;
  }
}
.cid-uPHIJOZIDE .item .card_1 {
  background-color: #ffffff;
}
.cid-uPHIJOZIDE .item .card_1 .item-img img {
  transform: rotate(-5deg);
}
@media (max-width: 992px) {
  .cid-uPHIJOZIDE .item .card_1 .item-img img {
    transform: none;
  }
}
.cid-uPHIJOZIDE .item .card_2 {
  background-color: #fafaf9;
}
.cid-uPHIJOZIDE .item .card_2 .item-img img {
  transform: rotate(5deg);
}
@media (max-width: 992px) {
  .cid-uPHIJOZIDE .item .card_2 .item-img img {
    transform: none;
  }
}
.cid-uPHIJOZIDE .item .card_3 {
  background-color: #ffc4c9;
}
.cid-uPHIJOZIDE .item .card_3 .item-img img {
  transform: rotate(-5deg);
}
@media (max-width: 992px) {
  .cid-uPHIJOZIDE .item .card_3 .item-img img {
    transform: none;
  }
}
@media (max-width: 992px) {
  .cid-uPHIJOZIDE .main-btn {
    margin-top: 16px;
  }
}
.cid-uPHIJOZIDE .mbr-section-title {
  color: #000c3f;
}
.cid-uPHIJOZIDE .mbr-section-title,
.cid-uPHIJOZIDE .main-btn {
  text-align: center;
  color: #fafaf9;
}
.cid-uPHIJOZIDE .item-title {
  color: #000c3f;
}
.cid-uPHIJOZIDE .item-text {
  color: #000c3f;
}
.cid-uPHIJOZIDE .list {
  color: #000c3f;
}
.cid-uPHIJOZIDE .list-title {
  color: #000c3f;
}
.cid-uPHIJOZIDE .item-price {
  color: #000c3f;
}
.cid-uPHIJPoYXr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #c79290;
}
.cid-uPHIJPoYXr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHIJPoYXr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHIJPoYXr .row {
  justify-content: space-between;
}
.cid-uPHIJPoYXr .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPHIJPoYXr .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uPHIJPoYXr .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPHIJPoYXr .item {
    margin-bottom: 50px;
  }
}
.cid-uPHIJPoYXr .item .item-wrapper .item-content {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uPHIJPoYXr .item .item-wrapper .item-content {
    display: block;
    text-align: center;
  }
}
.cid-uPHIJPoYXr .item .item-wrapper .item-content .icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 50px;
  margin-left: 18px;
}
@media (max-width: 1440px) {
  .cid-uPHIJPoYXr .item .item-wrapper .item-content .icon-wrapper {
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPHIJPoYXr .item .item-wrapper .item-content .icon-wrapper {
    margin: 0 18px 32px;
  }
}
.cid-uPHIJPoYXr .item .item-wrapper .item-content .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 3px solid #ffffff;
  transform: scale(1.4);
  pointer-events: none;
  transition: all .3s ease;
}
.cid-uPHIJPoYXr .item .item-wrapper .item-content .icon-wrapper:hover::before,
.cid-uPHIJPoYXr .item .item-wrapper .item-content .icon-wrapper:focus::before {
  transform: scale(1.5);
}
.cid-uPHIJPoYXr .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border-radius: 100%;
  background-color: #ffffff;
  font-size: 40px;
  color: #c79290;
}
@media (max-width: 1440px) {
  .cid-uPHIJPoYXr .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    width: 64px;
    height: 64px;
    font-size: 32px;
  }
}
.cid-uPHIJPoYXr .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-uPHIJPoYXr .item .item-wrapper .item-content .item-title:hover,
.cid-uPHIJPoYXr .item .item-wrapper .item-content .item-title:focus {
  color: #dddddd;
}
.cid-uPHIJPoYXr .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPHIJPoYXr .item-title {
  color: #000c3f;
}
.cid-uPHIJPoYXr .item-title,
.cid-uPHIJPoYXr .item-wrapper {
  color: #ffffff;
}
.cid-uPHIJPFtIh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #c7bea9;
}
.cid-uPHIJPFtIh .decor-wrapper {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #f47451;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .cid-uPHIJPFtIh .decor-wrapper {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .cid-uPHIJPFtIh .decor-wrapper {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .cid-uPHIJPFtIh .decor-wrapper {
    display: none;
  }
}
.cid-uPHIJPFtIh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHIJPFtIh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHIJPFtIh .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uPHIJPFtIh .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uPHIJPFtIh .title-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uPHIJPFtIh .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uPHIJPFtIh .nav-wrapper {
    margin-top: 32px;
  }
}
.cid-uPHIJPFtIh .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uPHIJPFtIh .nav-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 40px;
}
.cid-uPHIJPFtIh .nav-wrapper .list .item-wrap:hover,
.cid-uPHIJPFtIh .nav-wrapper .list .item-wrap:focus {
  color: #f47451;
}
@media (max-width: 992px) {
  .cid-uPHIJPFtIh .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}
.cid-uPHIJPFtIh .social-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uPHIJPFtIh .social-wrapper {
    margin-top: 32px;
  }
}
.cid-uPHIJPFtIh .social-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uPHIJPFtIh .social-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 20px;
}
.cid-uPHIJPFtIh .social-wrapper .list .item-wrap:hover,
.cid-uPHIJPFtIh .social-wrapper .list .item-wrap:focus {
  color: #f47451;
}
.cid-uPHIJPFtIh .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPHIJPFtIh .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uPHIJPFtIh .list {
  color: #ffffff;
}
.cid-uPHIRTQ8YC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uPHIRTQ8YC nav.navbar {
  position: fixed;
}
.cid-uPHIRTQ8YC .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-uPHIRTQ8YC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uPHIRTQ8YC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uPHIRTQ8YC .dropdown-item:hover,
.cid-uPHIRTQ8YC .dropdown-item:focus {
  background: #c7bea9 !important;
  color: white !important;
}
.cid-uPHIRTQ8YC .dropdown-item:hover span {
  color: white;
}
.cid-uPHIRTQ8YC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPHIRTQ8YC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPHIRTQ8YC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPHIRTQ8YC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPHIRTQ8YC .nav-link {
  position: relative;
}
.cid-uPHIRTQ8YC .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPHIRTQ8YC .container {
    flex-wrap: wrap;
  }
}
.cid-uPHIRTQ8YC .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPHIRTQ8YC .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uPHIRTQ8YC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPHIRTQ8YC .dropdown-menu,
.cid-uPHIRTQ8YC .navbar.opened {
  background: #ffffff !important;
}
.cid-uPHIRTQ8YC .nav-item:focus,
.cid-uPHIRTQ8YC .nav-link:focus {
  outline: none;
}
.cid-uPHIRTQ8YC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPHIRTQ8YC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPHIRTQ8YC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPHIRTQ8YC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPHIRTQ8YC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPHIRTQ8YC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPHIRTQ8YC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uPHIRTQ8YC .navbar.opened {
  transition: all 0.3s;
}
.cid-uPHIRTQ8YC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPHIRTQ8YC .navbar .navbar-logo img {
  width: auto;
}
.cid-uPHIRTQ8YC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPHIRTQ8YC .navbar.collapsed {
  justify-content: center;
}
.cid-uPHIRTQ8YC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPHIRTQ8YC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPHIRTQ8YC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uPHIRTQ8YC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPHIRTQ8YC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPHIRTQ8YC .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-uPHIRTQ8YC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPHIRTQ8YC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPHIRTQ8YC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPHIRTQ8YC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPHIRTQ8YC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPHIRTQ8YC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPHIRTQ8YC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPHIRTQ8YC .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-uPHIRTQ8YC .navbar .navbar-logo img {
    height: 7rem !important;
  }
  .cid-uPHIRTQ8YC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPHIRTQ8YC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPHIRTQ8YC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPHIRTQ8YC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPHIRTQ8YC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uPHIRTQ8YC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uPHIRTQ8YC .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPHIRTQ8YC .navbar.navbar-short .navbar-logo img {
  height: 6rem !important;
}
.cid-uPHIRTQ8YC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPHIRTQ8YC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPHIRTQ8YC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPHIRTQ8YC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPHIRTQ8YC .dropdown-item.active,
.cid-uPHIRTQ8YC .dropdown-item:active {
  background-color: transparent;
}
.cid-uPHIRTQ8YC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPHIRTQ8YC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPHIRTQ8YC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPHIRTQ8YC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uPHIRTQ8YC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPHIRTQ8YC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPHIRTQ8YC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPHIRTQ8YC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPHIRTQ8YC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPHIRTQ8YC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPHIRTQ8YC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPHIRTQ8YC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPHIRTQ8YC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPHIRTQ8YC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPHIRTQ8YC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPHIRTQ8YC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPHIRTQ8YC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPHIRTQ8YC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPHIRTQ8YC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uPHIRTQ8YC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPHIRTQ8YC .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-uPHIRTQ8YC .navbar {
    height: 70px;
  }
  .cid-uPHIRTQ8YC .navbar.opened {
    height: auto;
  }
  .cid-uPHIRTQ8YC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPHIRU9Ac6 {
  background-image: url("../../../assets/images/background-carol-ferraz-decor201-1200x800.webp");
}
.cid-uPHIRU9Ac6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHIRU9Ac6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHIRU9Ac6 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPHIRU9Ac6 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .cid-uPHIRU9Ac6 .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uPHIRU9Ac6 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPHIRU9Ac6 .content-wrapper .address-wrapper {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uPHIRU9Ac6 .content-wrapper .address-wrapper {
    margin-top: 32px;
  }
}
.cid-uPHIRU9Ac6 .content-wrapper .address-wrapper .address-wrap {
  display: inline-grid;
  grid-template-columns: 6px 1fr;
  gap: 24px;
  padding: 16px 40px 16px 10px;
  background-color: #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uPHIRU9Ac6 .content-wrapper .address-wrapper .address-wrap {
    padding: 10px 20px 10px 10px;
    gap: 16px;
  }
}
.cid-uPHIRU9Ac6 .content-wrapper .address-wrapper .address-wrap .line-wrap {
  width: 6px;
  height: 100%;
  border-radius: 10px;
  background-color: #f47451;
}
@media (max-width: 992px) {
  .cid-uPHIRU9Ac6 .content-wrapper .address-wrapper .address-wrap .line-wrap {
    width: 4px;
  }
}
.cid-uPHIRU9Ac6 .content-wrapper .address-wrapper .address-wrap .text-wrap {
  padding: 10px 0;
}
.cid-uPHIRU9Ac6 .content-wrapper .address-wrapper .address-wrap .text-wrap .mbr-address {
  margin-bottom: 4px;
}
.cid-uPHIRU9Ac6 .content-wrapper .address-wrapper .address-wrap .text-wrap .mbr-hours {
  margin-bottom: 0;
}
.cid-uPHIRU9Ac6 .mbr-section-title {
  color: #000c3f;
}
.cid-uPHIRU9Ac6 .mbr-text,
.cid-uPHIRU9Ac6 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPHIRU9Ac6 .mbr-section-title,
.cid-uPHIRU9Ac6 .mbr-section-btn,
.cid-uPHIRU9Ac6 .address-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uPHIRU9Ac6 .mbr-address {
  color: #000c3f;
  text-align: left;
}
.cid-uPHIRU9Ac6 .mbr-hours {
  color: #000c3f;
  text-align: left;
}
.cid-uPHIRUlEkV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff1e2;
}
.cid-uPHIRUlEkV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHIRUlEkV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHIRUlEkV .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uPHIRUlEkV .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uPHIRUlEkV .embla__slide .slide-content {
  width: 100%;
}
.cid-uPHIRUlEkV .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-uPHIRUlEkV .embla__slide .slide-content .item-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uPHIRUlEkV .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: 44%;
  padding: 70px 0 70px 50px;
}
@media (max-width: 992px) {
  .cid-uPHIRUlEkV .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
    padding: 0;
  }
}
.cid-uPHIRUlEkV .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uPHIRUlEkV .embla__slide .slide-content .item-wrapper .item-content .item-title span {
  color: #c79290;
}
.cid-uPHIRUlEkV .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uPHIRUlEkV .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPHIRUlEkV .embla__slide .slide-content .item-wrapper .item-img {
  width: 46%;
}
@media (max-width: 992px) {
  .cid-uPHIRUlEkV .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
    margin-top: 20px;
  }
}
.cid-uPHIRUlEkV .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPHIRUlEkV .embla__slide .slide-content .item-wrapper .item-img img {
    min-height: 180px;
  }
}
.cid-uPHIRUlEkV .embla__button--next,
.cid-uPHIRUlEkV .embla__button--prev {
  display: flex;
}
.cid-uPHIRUlEkV .embla__button {
  bottom: 30px;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: #404349 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uPHIRUlEkV .embla__button {
    bottom: 0;
  }
}
.cid-uPHIRUlEkV .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPHIRUlEkV .embla__button:hover {
  background-color: #ed463f !important;
}
.cid-uPHIRUlEkV .embla__button.embla__button--prev {
  right: 90px;
}
.cid-uPHIRUlEkV .embla__button.embla__button--next {
  right: 30px;
}
.cid-uPHIRUlEkV .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPHIRUlEkV .embla {
    padding-bottom: 4rem;
  }
}
.cid-uPHIRUlEkV .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  background-color: #f8e7d2;
}
.cid-uPHIRUlEkV .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPHIRUlEkV .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPHIRUlEkV .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPHIRUlEkV .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uPHIRUlEkV .mbr-section-title {
  color: #404349;
}
.cid-uPHIRUlEkV .mbr-text {
  color: #404349;
}
.cid-uPHIRUlEkV .mbr-desc {
  color: #404349;
}
.cid-uPHIRUlEkV .item-title {
  color: #232323;
}
.cid-uPHIRUDcIl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPHIRUDcIl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHIRUDcIl .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-uPHIRUDcIl .container {
    padding: 0 30px;
  }
}
.cid-uPHIRUDcIl .row .card {
  justify-content: center;
}
.cid-uPHIRUDcIl .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uPHIRUDcIl .title-wrapper .mbr-section-subtitle {
  opacity: .4;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uPHIRUDcIl .image-wrapper {
    margin-top: 30px;
  }
}
.cid-uPHIRUDcIl .image-wrapper img {
  width: 500px;
  height: 500px;
  border-radius: 100% !important;
  margin: 0 0 0 auto;
  object-fit: cover;
}
@media (max-width: 1400px) {
  .cid-uPHIRUDcIl .image-wrapper img {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1199px) {
  .cid-uPHIRUDcIl .image-wrapper img {
    width: 360px;
    height: 360px;
  }
}
@media (max-width: 992px) {
  .cid-uPHIRUDcIl .image-wrapper img {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .cid-uPHIRUDcIl .image-wrapper img {
    width: 245px;
    height: 245px;
  }
}
.cid-uPHIRUDcIl .mbr-section-title {
  color: #ffffff;
}
.cid-uPHIRUDcIl .mbr-section-subtitle {
  color: #232323;
}
.cid-uPHIRUDcIl .mbr-section-title,
.cid-uPHIRUDcIl .mbr-section-btn {
  color: #c79290;
}
.cid-uPHIRUQKwX {
  padding-top: 5rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #c79290;
}
.cid-uPHIRUQKwX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHIRUQKwX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHIRUQKwX .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPHIRUQKwX .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPHIRUQKwX .item {
  margin-bottom: 20px;
  transform: translateY(64px) rotate(-5deg);
}
@media (max-width: 992px) {
  .cid-uPHIRUQKwX .item {
    margin-bottom: 16px;
    transform: none;
  }
}
.cid-uPHIRUQKwX .item:nth-child(2n) {
  transform: none;
}
.cid-uPHIRUQKwX .item:nth-child(3n) {
  transform: translateY(64px) rotate(5deg);
}
@media (max-width: 992px) {
  .cid-uPHIRUQKwX .item:nth-child(3n) {
    transform: none;
  }
}
.cid-uPHIRUQKwX .item .item-wrapper {
  height: 100%;
  border: 20px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uPHIRUQKwX .item .item-wrapper {
    border: 10px solid #ffffff;
  }
}
.cid-uPHIRUQKwX .item .item-wrapper .item-img img {
  height: 660px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uPHIRUQKwX .item .item-wrapper .item-img img {
    height: 460px;
  }
}
@media (max-width: 992px) {
  .cid-uPHIRUQKwX .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uPHIRUQKwX .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPHIRV4RnP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #c7bea9;
}
.cid-uPHIRV4RnP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHIRV4RnP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHIRV4RnP .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPHIRV4RnP .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPHIRV4RnP .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPHIRV4RnP .item {
    margin-bottom: 16px;
  }
}
.cid-uPHIRV4RnP .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 120px;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uPHIRV4RnP .item .item-wrapper {
    padding: 120px 80px;
  }
}
@media (max-width: 1200px) {
  .cid-uPHIRV4RnP .item .item-wrapper {
    padding: 120px 50px;
  }
}
@media (max-width: 992px) {
  .cid-uPHIRV4RnP .item .item-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uPHIRV4RnP .item .item-wrapper .item-content {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uPHIRV4RnP .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-uPHIRV4RnP .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uPHIRV4RnP .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPHIRV4RnP .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uPHIRV4RnP .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uPHIRV4RnP .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-uPHIRV4RnP .item .item-wrapper .item-content .list-wrapper .list-title {
  margin-bottom: 20px;
}
.cid-uPHIRV4RnP .item .item-wrapper .item-content .list-wrapper .list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-uPHIRV4RnP .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 42px;
  margin-bottom: 16px;
}
.cid-uPHIRV4RnP .item .item-wrapper .item-content .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 3px;
  left: 0;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f47451;
  color: #ffffff;
  border-radius: 100%;
}
.cid-uPHIRV4RnP .item .item-wrapper .item-content .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPHIRV4RnP .item .item-wrapper .item-content .price-wrapper {
  display: flex;
  align-items: flex-end;
  margin-top: 40px;
}
@media (max-width: 1440px) {
  .cid-uPHIRV4RnP .item .item-wrapper .item-content .price-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
@media (max-width: 992px) {
  .cid-uPHIRV4RnP .item .item-wrapper .item-content .price-wrapper {
    margin-top: 20px;
  }
}
.cid-uPHIRV4RnP .item .item-wrapper .item-content .price-wrapper .mbr-section-btn {
  margin-right: 50px;
}
@media (max-width: 1640px) {
  .cid-uPHIRV4RnP .item .item-wrapper .item-content .price-wrapper .mbr-section-btn {
    margin-right: 20px;
  }
}
@media (max-width: 1440px) {
  .cid-uPHIRV4RnP .item .item-wrapper .item-content .price-wrapper .mbr-section-btn {
    margin-right: 0;
  }
}
.cid-uPHIRV4RnP .item .item-wrapper .item-content .price-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPHIRV4RnP .item .item-wrapper .item-content .price-wrapper .price-wrap {
  display: inline-grid;
  grid-template-columns: 6px 1fr;
  gap: 24px;
  padding: 16px 40px 16px 10px;
  background-color: #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 1440px) {
  .cid-uPHIRV4RnP .item .item-wrapper .item-content .price-wrapper .price-wrap {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uPHIRV4RnP .item .item-wrapper .item-content .price-wrapper .price-wrap {
    padding: 10px 20px 10px 10px;
    gap: 16px;
  }
}
.cid-uPHIRV4RnP .item .item-wrapper .item-content .price-wrapper .price-wrap .line-wrap {
  width: 6px;
  height: 100%;
  border-radius: 10px;
  background-color: #f47451;
}
@media (max-width: 992px) {
  .cid-uPHIRV4RnP .item .item-wrapper .item-content .price-wrapper .price-wrap .line-wrap {
    width: 4px;
  }
}
.cid-uPHIRV4RnP .item .item-wrapper .item-content .price-wrapper .price-wrap .item-price {
  padding: 11px 0;
  margin-bottom: 0;
}
.cid-uPHIRV4RnP .item .item-wrapper .item-img {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uPHIRV4RnP .item .item-wrapper .item-img {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-uPHIRV4RnP .item .item-wrapper .item-img img {
  height: 550px;
  object-fit: cover;
  border: 20px solid #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uPHIRV4RnP .item .item-wrapper .item-img img {
    height: 300px;
    border: 10px solid #ffffff;
  }
}
.cid-uPHIRV4RnP .item .card_1 {
  background-color: #ffffff;
}
.cid-uPHIRV4RnP .item .card_1 .item-img img {
  transform: rotate(-5deg);
}
@media (max-width: 992px) {
  .cid-uPHIRV4RnP .item .card_1 .item-img img {
    transform: none;
  }
}
.cid-uPHIRV4RnP .item .card_2 {
  background-color: #fafaf9;
}
.cid-uPHIRV4RnP .item .card_2 .item-img img {
  transform: rotate(5deg);
}
@media (max-width: 992px) {
  .cid-uPHIRV4RnP .item .card_2 .item-img img {
    transform: none;
  }
}
.cid-uPHIRV4RnP .item .card_3 {
  background-color: #ffc4c9;
}
.cid-uPHIRV4RnP .item .card_3 .item-img img {
  transform: rotate(-5deg);
}
@media (max-width: 992px) {
  .cid-uPHIRV4RnP .item .card_3 .item-img img {
    transform: none;
  }
}
@media (max-width: 992px) {
  .cid-uPHIRV4RnP .main-btn {
    margin-top: 16px;
  }
}
.cid-uPHIRV4RnP .mbr-section-title {
  color: #000c3f;
}
.cid-uPHIRV4RnP .mbr-section-title,
.cid-uPHIRV4RnP .main-btn {
  text-align: center;
  color: #fafaf9;
}
.cid-uPHIRV4RnP .item-title {
  color: #000c3f;
}
.cid-uPHIRV4RnP .item-text {
  color: #000c3f;
}
.cid-uPHIRV4RnP .list {
  color: #000c3f;
}
.cid-uPHIRV4RnP .list-title {
  color: #000c3f;
}
.cid-uPHIRV4RnP .item-price {
  color: #000c3f;
}
.cid-uPHIRVsfJw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #c79290;
}
.cid-uPHIRVsfJw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHIRVsfJw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHIRVsfJw .row {
  justify-content: space-between;
}
.cid-uPHIRVsfJw .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPHIRVsfJw .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uPHIRVsfJw .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPHIRVsfJw .item {
    margin-bottom: 50px;
  }
}
.cid-uPHIRVsfJw .item .item-wrapper .item-content {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uPHIRVsfJw .item .item-wrapper .item-content {
    display: block;
    text-align: center;
  }
}
.cid-uPHIRVsfJw .item .item-wrapper .item-content .icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 50px;
  margin-left: 18px;
}
@media (max-width: 1440px) {
  .cid-uPHIRVsfJw .item .item-wrapper .item-content .icon-wrapper {
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPHIRVsfJw .item .item-wrapper .item-content .icon-wrapper {
    margin: 0 18px 32px;
  }
}
.cid-uPHIRVsfJw .item .item-wrapper .item-content .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 3px solid #ffffff;
  transform: scale(1.4);
  pointer-events: none;
  transition: all .3s ease;
}
.cid-uPHIRVsfJw .item .item-wrapper .item-content .icon-wrapper:hover::before,
.cid-uPHIRVsfJw .item .item-wrapper .item-content .icon-wrapper:focus::before {
  transform: scale(1.5);
}
.cid-uPHIRVsfJw .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border-radius: 100%;
  background-color: #ffffff;
  font-size: 40px;
  color: #c79290;
}
@media (max-width: 1440px) {
  .cid-uPHIRVsfJw .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    width: 64px;
    height: 64px;
    font-size: 32px;
  }
}
.cid-uPHIRVsfJw .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-uPHIRVsfJw .item .item-wrapper .item-content .item-title:hover,
.cid-uPHIRVsfJw .item .item-wrapper .item-content .item-title:focus {
  color: #dddddd;
}
.cid-uPHIRVsfJw .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPHIRVsfJw .item-title {
  color: #000c3f;
}
.cid-uPHIRVsfJw .item-title,
.cid-uPHIRVsfJw .item-wrapper {
  color: #ffffff;
}
.cid-uPHIRVJD3a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #c7bea9;
}
.cid-uPHIRVJD3a .decor-wrapper {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #f47451;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .cid-uPHIRVJD3a .decor-wrapper {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .cid-uPHIRVJD3a .decor-wrapper {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .cid-uPHIRVJD3a .decor-wrapper {
    display: none;
  }
}
.cid-uPHIRVJD3a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHIRVJD3a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHIRVJD3a .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uPHIRVJD3a .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uPHIRVJD3a .title-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uPHIRVJD3a .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uPHIRVJD3a .nav-wrapper {
    margin-top: 32px;
  }
}
.cid-uPHIRVJD3a .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uPHIRVJD3a .nav-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 40px;
}
.cid-uPHIRVJD3a .nav-wrapper .list .item-wrap:hover,
.cid-uPHIRVJD3a .nav-wrapper .list .item-wrap:focus {
  color: #f47451;
}
@media (max-width: 992px) {
  .cid-uPHIRVJD3a .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}
.cid-uPHIRVJD3a .social-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uPHIRVJD3a .social-wrapper {
    margin-top: 32px;
  }
}
.cid-uPHIRVJD3a .social-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uPHIRVJD3a .social-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 20px;
}
.cid-uPHIRVJD3a .social-wrapper .list .item-wrap:hover,
.cid-uPHIRVJD3a .social-wrapper .list .item-wrap:focus {
  color: #f47451;
}
.cid-uPHIRVJD3a .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPHIRVJD3a .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uPHIRVJD3a .list {
  color: #ffffff;
}
